/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn { width:1em; height:auto; background: url(../images/menu/expandh.gif) center left no-repeat;}

/* first or middle sibling, collapsable */
.ygtvtm { background: url(../images/menu/collapse.gif) center left no-repeat; width:1em; height:auto; cursor:pointer;}

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(../images/menu/collapseh.gif) center left no-repeat; width:1em; height:auto; cursor:pointer; }

/* first or middle sibling, expandable */
.ygtvtp { background: url(../images/menu/expand.gif) center left no-repeat; width:1em; height: auto; cursor:pointer;}

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url(../images/menu/expandh.gif) center left no-repeat; width:1em; height:auto; cursor:pointer; }

/* last sibling, no children */
.ygtvln { width:1em; height:auto; background: url(../images/menu/expandh.gif) center left no-repeat;}

/* Last sibling, collapsable */
.ygtvlm { background: url(../images/menu/collapse.gif) center left no-repeat; width:1em; height:auto; cursor:pointer; }

.ygtv2 {color: #FF6600;}
/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(../images/menu/collapseh.gif) center left no-repeat; width:1em; height:auto; cursor:pointer; }

/* Last sibling, expandable */
.ygtvlp { background: url(../images/menu/expand.gif) center left no-repeat; width:1em; height:auto; cursor:pointer; font-weight: normal;  }

/* Last sibling, expandable, hover */
.ygtvlph { background: url(../images/menu/expandh.gif) center left no-repeat; width:1em; height:auto; cursor:pointer; }

/* Loading icon */
.ygtvloading { background: url(../images/menu/loading.gif) center left no-repeat; width:1em; height:auto; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { width:1em; height:auto; }

.ygtvblankdepthcell { width:1em; height:auto; }

/* the style of the div around each node */
.ygtvitem { border-top: 1px solid #CCCCCC; margin-top: 3px;}  

/* the style of the div around each node's collection of children */
.ygtvchildren { }  
* html .ygtvchildren {}  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	/*
	margin-left:2px;
	text-decoration: none;
	*/
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;

}
.ygtvlabel:active {
color: #000099;
} 


