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

/* Defaults */
.ygtvtn { width:16px; height:22px; background: url("../images/tn.gif") 0 0 no-repeat; }
.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, .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
    background-color: white;
}
.ygtvspacer { height: 10px; width: 10px; margin: 2px; }

/* via ID selector */
#tree2 .ygtvtn { background: url("../images/tn-1.gif") 0 0 no-repeat; width:17px; height:22px; }
#tree2 .ygtvtm { background: url("../images/tm-1.gif") 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvtmh { background: url("../images/tmh-1.gif") 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvtp { background: url("../images/tp-1.gif") 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvtph { background: url("../images/tph-1.gif") 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvln { background: url("../images/ln-1.gif") 0 0 no-repeat; width:17px; height:22px; }
#tree2 .ygtvlm { background: url("../images/lm-1.gif") 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvlmh { background: url("../images/lmh-1.gif") 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvlp { background: url("../images/lp-1.gif") 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvlph { background: url("../images/lph-1.gif") 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
#tree2 .ygtvloading { background: url("../images/loading-1.gif") 0 0 no-repeat; width:16px; height:22px; }
#tree2 .ygtvdepthcell { background: url("../images/vline-1.gif") 0 0 no-repeat; width:17px; height:22px; }
#tree2 .ygtvblankdepthcell { width:17px; height:22px; }
#tree2 .ygtvitem { }  
#tree2 .ygtvchildren { }  
* html .ygtvchildren { height:1%; }  
#tree2 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
}

/* via css class selector */
.treemenu .ygtvtn {background: transparent;  width:1em; height:20px; }
.treemenu .ygtvtm { background: url("../images/collapse.gif") 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtmh { background: url("../images/collapseh.gif") 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtp { background: url("../images/expand.gif") 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvtph { background: url("../images/expandh.gif") 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvln { background: transparent; width:1em; height:20px; }
.treemenu .ygtvlm { background: url("../images/collapse.gif") 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlmh { background: url("../images/collapseh.gif") 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlp { background: url("../images/expand.gif") 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvlph { background: url("../images/expandh.gif") 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
.treemenu .ygtvloading { background: url("../images/loading-2.gif") 0 6px no-repeat; width:1em; height:22px; }
.treemenu .ygtvdepthcell { background: transparent; width:1em; height:20px; }
.treemenu .ygtvblankdepthcell {background: transparent;  width:1em; height:20px; }
.treemenu .ygtvitem { border: 0px solid grey; }  
.treemenu .ygtvchildren { }  
.treemenu .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	font-size: x-small;
}


