/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* Defaults */
.ygtvtn { width:0px; height:22px; }
.ygtvtm {width:0px; height:22px; }
.ygtvtmh { width:0px; height:22px; }
.ygtvtp { width:0px; height:22px; }
.ygtvtph { width:0px; height:22px; }
.ygtvln { width:0px; height:22px; }
.ygtvlm { width:0px; height:22px; }
.ygtvlmh { width:0px; height:22px; }
.ygtvlp { width:0px; height:22px; }
.ygtvlph { width:0px; height:22px; }
.ygtvloading { width:0px; height:22px; }
.ygtvdepthcell { width:16px; height:22px; }
.ygtvblankdepthcell { width:16px; height:22px; }
.ygtvitem { }
.ygtvchildren {font-size: 10px; COLOR: #CCCCCC; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif }
.ygtvchildren:hover {font-size: 10px; COLOR: #000000}
* html .ygtvchildren { height:2%; }
.ygtvlabel, .ygtvlabel:link {
        margin-left:0px;
        FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: none;
        COLOR: #000000;
    background-color: #EEECEC }
.ygtvlabel:hover {
        COLOR: #808080; TEXT-DECORATION: none

}
.ygtvspacer { height: 10px; width: 10px; margin: 2px; }

/* via ID selector */
#tree1 .ygtvblankdepthcell { width:17px; height:22px; }
#tree1 .ygtvitem {COLOR: #FF0080 }
#tree1 .ygtvchildren {font-size: 10px; COLOR: #CCCCCC}
#tree1 .ygtvchildren:hover {font-size: 10px; COLOR: #C0C0C0}
* html .ygtvchildren { height:1%; }
#tree1 .ygtvlabel, .ygtvlabel:link {
        margin-left:0px;
        text-decoration: none;
        FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
        COLOR: #000000}
#tree1 .ygtvlabel:hover {
        COLOR: #008000; TEXT-DECORATION: none
}

/* via css class selector */
.treemenu .ygtvdepthcell { background: transparent; width:1em; height:20px; }
.treemenu .ygtvblankdepthcell {background: transparent;  width:1em; height:20px; }
.treemenu .ygtvitem { border: 0px solid grey; }
.treemenu .ygtvchildren {font-size: 8px; COLOR: #CCCCCC}
.treemenu .ygtvchildren:hover {font-size: 8px; COLOR: #808080}
.treemenu .ygtvlabel, .ygtvlabel:link {
        font-size: 12px; COLOR: #000000;
        FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif}
.treemenu .ygtvlabel:hover {
        COLOR: #808080; TEXT-DECORATION: none

}