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

/* first or middle sibling, no children */
.ygtvtn { width:1em; height:14px; }

/* first or middle sibling, collapsable */
.ygtvtm { background: url(/i/mark_orange.gif) 0 6px no-repeat; width:1em; height:19px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(/i/mark_red.gif) 0 6px no-repeat; width:1em; height:19px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp { background: url(/i/mark_green.gif) 0 6px no-repeat; width:1em; height:19px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url(/i/mark_red.gif) 0 6px no-repeat; width:1em; height:19px; cursor:pointer }

/* last sibling, no children */
.ygtvln { width:1em; height:19px; }

/* Last sibling, collapsable */
.ygtvlm { background: url(/i/mark_orange.gif) 0 6px no-repeat; width:1em; height:19px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(/i/mark_red.gif) 0 6px no-repeat; width:1em; height:19px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp { background: url(/i/mark_green.gif) 0 6px no-repeat; width:1em; height:19px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { background: url(/i/mark_red.gif) 0 6px no-repeat; width:1em; height:19px; cursor:pointer }

/* Loading icon */
.ygtvloading { background: url(images/menu/loading.gif) 0 6px no-repeat; width:1em; height:22px; }

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

.ygtvblankdepthcell { width:1em; height:19px; }

/* the style of the div around each node */
.ygtvitem { border: 0px solid grey; }  

/* the style of the div around each node's collection of children */
.ygtvchildren, .ygtvchildren:link, .ygtvchildren:visited, .ygtvchildren:hover { 
 text-decoration:none;
	font-size: 14px;
	display:block;
	margin-bottom:-3px;
	background: url(/i/mark_orange.gif) left  center no-repeat; padding-left:12px; padding-right:10px; 
}  
.ygtvchildren1, .ygtvchildren1:link, .ygtvchildren1:visited, .ygtvchildren1:hover { 
	 text-decoration:none;
	font-size: 14px;
	display:block;
	margin-bottom:-3px;
	margin-left:15px;
	background: url(/i/mark_orange.gif) left  center no-repeat; padding-left:12px; padding-right:10px;  
}  
.ygtvchildren2, .ygtvchildren2:link, .ygtvchildren2:visited, .ygtvchildren2:hover { 
 text-decoration:none;

	font-size: 14px;
	display:block;
	margin-bottom:-3px;
		margin-left:15px;
	background: url(/i/mark_orange.gif) left  center no-repeat; padding-left:12px; padding-right:10px; margin-left:20px; 
}  
.ygtvchildren3, .ygtvchildren3:link, .ygtvchildren3:visited, .ygtvchildren3:hover { 
 text-decoration:none;

	font-size: 14px;
	display:block;
	margin-bottom:-3px;
	background: url(/i/mark_orange.gif) left  center no-repeat; padding-left:12px; padding-right:10px;
}  
.ygtvselected, .ygtvselected:link, .ygtvselected:visited, .ygtvselected:hover { 
 text-decoration:none;

	font-size: 14px;
	display:block;
	margin-bottom:-3px;
	background: url(/i/mark_red.gif) left  center no-repeat; padding-left:12px; padding-right:10px; 
}  
.ygtvselected1, .ygtvselected1:link, .ygtvselected1:visited, .ygtvselected1:hover { 
 text-decoration:none;

	font-size: 14px;
	display:block;
	margin-bottom:-3px;
		margin-left:15px;
	background: url(/i/mark_red.gif) left  center no-repeat; padding-left:12px; padding-right:10px; 
} 
.ygtvselected2, .ygtvselected2:link, .ygtvselected2:visited, .ygtvselected2:hover { 
 text-decoration:none;

	font-size: 14px;
	display:block;
	margin-bottom:-3px;
		margin-left:20px;
	background: url(/i/mark_red.gif) left  center no-repeat; padding-left:12px; padding-right:10px; 
}  
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	font-size: 14px;
	text-decoration:none;
	display:block;
	margin-bottom:-3px;
	background: url(/i/mark_green.gif) left  center no-repeat; padding-left:12px; padding-right:10px; 
	
}
