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

/* Defaults */
.ygtvtn {
	width:16px;
	height:22px;
	background-image: url(/images/tn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ygtvtm { width:16px; height:22px; cursor:pointer ; background: url(/images/tm.gif) 0 0 no-repeat; }
.ygtvtmh { width:16px; height:22px; cursor:pointer ; background: url(/images/tmh.gif) 0 0 no-repeat; }
.ygtvtp { width:16px; height:22px; cursor:pointer ; background: url(/images/tp.gif) 0 0 no-repeat; }
.ygtvtph { width:16px; height:22px; cursor:pointer ; background: url(/images/tph.gif) 0 0 no-repeat; }
.ygtvln { width:16px; height:22px; background: url(/images/ln.gif) 0 0 no-repeat; } 
.ygtvlm { width:16px; height:22px; cursor:pointer ; background: url(/images/lm.gif) 0 0 no-repeat; }
.ygtvlmh { width:16px; height:22px; cursor:pointer ; background: url(/images/lmh.gif) 0 0 no-repeat; }
.ygtvlp { width:16px; height:22px; cursor:pointer ; background: url(/images/lp.gif) 0 0 no-repeat; }
.ygtvlph { width:16px; height:22px; cursor:pointer ; background: url(/images/lph.gif) 0 0 no-repeat; }
.ygtvloading { width:16px; height:22px; background: url(images/loading.gif) 0 0 no-repeat; }
.ygtvdepthcell { width:16px; height:22px; background: url(/images/vline.gif) 0 0 no-repeat; }
.ygtvblankdepthcell { width:16px; height:22px; }
.ygtvitem { }  
.ygtvchildren {  }  
* html .ygtvchildren { height:2%; }  
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited {
	margin-left:2px;
	text-decoration: none;
	font-size: 13px;
	color: #666666;
}
.ygtvlabel:hover {
	color: #9E44A8;
}
.ygtvspacer { height: 10px; width: 10px; margin: 2px; }


