/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */



/* last sibling, no children */
.ygtvln { width:1em; line-height:11px;}

/* Last sibling, collapsable */
.ygtvlm { background: url(../yahoo/treeview/img/menu/collapseh.gif) 0 8px no-repeat; width:1em; cursor:pointer; line-height:20px;}

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(../yahoo/treeview/img/menu/collapseh.gif) 0 8px no-repeat;  width:1em; cursor:pointer; line-height:20px; }

/* Last sibling, expandable */
.ygtvlp { background: url(../yahoo/treeview/img/menu/collapseh.gif) 0 8px no-repeat; width:1em; cursor:pointer; line-height:20px;}

/* Last sibling, expandable, hover */
.ygtvlph { background: url(../yahoo/treeview/img/menu/collapseh.gif) 0 8px no-repeat;  width:1em; cursor:pointer; line-height:20px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { width:1em; line-height:11px; }

.ygtvblankdepthcell { width:1em; line-height:11px;}

/* the style of the div around each node */
.ygtvitem {line-height:11px; }  

/* the style of the div around each node's collection of children */
.ygtvchildren { line-height:11px;}  
* html .ygtvchildren {  line-height:11px;}  

/* the style of the text label in ygTextNode */
.ygtvlabel { 
	font-size: 10px;
	font-weight:500;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
}

 .ygtvlabel:link,.ygtvlabel:visited{ 
	font-size: 10px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
}

.ygtvlabel:hover { 
	font-size: 10px;
	color:#FEFE9A;;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
	text-decoration:underline;
}

.ygtvlabel:active { 
	font-size: 10px;
	color:#FEFE9A;;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12px;
}

/* first or middle sibling, no children */
.ygtvtn { width:1em; line-height:11px;}

/* first or middle sibling, collapsable */
.ygtvtm { background: url(../yahoo/treeview/img/menu/collapseh.gif) 0 8px no-repeat; width:1em;  cursor:pointer;  line-height:20px;}

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(../yahoo/treeview/img/menu/collapseh.gif) 0 8px no-repeat;  width:1em;  cursor:pointer; line-height:20px;}

/* first or middle sibling, expandable */
.ygtvtp {background: url(../yahoo/treeview/img/menu/collapseh.gif) 0 8px no-repeat; width:1em;  cursor:pointer; line-height:20px;}

/* first or middle sibling, expandable, hover */
.ygtvtph {  background: url(../yahoo/treeview/img/menu/collapseh.gif) 0 8px no-repeat; width:1em;  cursor:pointer;  line-height:20px; }

