/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn { background: url(/images/main/left-smenubul.gif) 0 6px no-repeat; width:27px; height:22px; }



/* first or middle sibling, collapsable */
.ygtvtm { background: url(/images/main/left-mmenubul.gif) 0 6px no-repeat; width:27px; height:22px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(/images/main/left-mmenubul.gif) 0 6px no-repeat; width:27px; height:22px; cursor:pointer }



/* first or middle sibling, expandable */
.ygtvtp { background: url(/images/main/left-smenubul2.gif) 0 6px no-repeat; width:27px; height:22px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url(/images/main/left-mmenubul.gif) 0 6px no-repeat; width:27px; height:22px; cursor:pointer }

/* last sibling, no children */
.ygtvln { background: url(/images/main/left-smenubul.gif) 0 6px no-repeat; width:27px; height:22px; }

/* Last sibling, collapsable */
.ygtvlm { background: url(/images/main/left-mmenubul.gif) 0 6px no-repeat; width:27px; height:22px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(/images/main/left-mmenubul.gif) 0 6px no-repeat; width:27px; height:22px; cursor:pointer }



/* Last sibling, expandable */
.ygtvlp { background: url(/images/main/left-smenubul2.gif) 0 6px no-repeat; width:27px; height:22px; cursor:pointer; border-top:0px dashed #e3e3d8; }



/* Last sibling, expandable, hover */
.ygtvlph { background: url(/images/main/left-mmenubul.gif) 0 6px no-repeat; width:27px; height:22px; cursor:pointer; border-top:0px dashed #e3e3d8; }



/* Loading icon */
.ygtvloading { background: url(/images/yahoo/treeview/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:20px; }

.ygtvblankdepthcell { width:1em; height:20px; }



/* the style of the div around each node */
.ygtvtopitem { border-top: 0px solid #e3e3d8; font-weight:bold; background-color:#fff;}
.ygtvitem { border-top: 0px dashed #a0a0a0; }


ygtvtop { border-top: 0px solid #e3e3d8;  }
* html .ygtvtop { height:1%; }

/* the style of the div around each node's collection of children */
.ygtvchildren { border-top: 0px solid #e3e3d8;  }
* html .ygtvchildren { height:1%; }

.ygtvsubchildren {  }
* html .ygtvsubchildren { height:1%; }


/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
    /*
    margin-left:2px;
    text-decoration: none;
    */
    font-size: 12px;
}
