
/* first or middle sibling, no children */
.ygtvtn { background: url("/img/tn.gif") 0 0 no-repeat; width:12px; height:5px; }

/* first or middle sibling, collapsable */
.ygtvtm { background: url("/img/tm.gif") 0 0 no-repeat; width:12px; height:10px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url("/img/tmh.gif") 0 0 no-repeat; width:12px; height:10px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp { background: url("/img/tp.gif") 0 0 no-repeat; width:12px; height:10px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url("/img/tph.gif") 0 0 no-repeat; width: 12px; height:10px; cursor:pointer }

/* last sibling, no children */
.ygtvln { background: url("/img/ln.gif") 0 0 no-repeat; width:12px; height:10px; }

/* Last sibling, collapsable */
.ygtvlm { background: url("/img/lm.gif") 0 0 no-repeat; width:12px; height:10px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url("/img/lmh.gif") 0 0 no-repeat; width:12px; height:10px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp { background: url("/img/lp.gif") 0 0 no-repeat; width:12px; height:10px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { background: url("/img/lph.gif") 0 0 no-repeat; width:12px; height:10px; cursor:pointer }

/* Loading icon */
.ygtvloading { background: url("/img/loading.gif") 0 0 no-repeat; width:12px; height:10px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { background: url("/img/vline.gif") 0 0 no-repeat; width:12px; height:10px; }

.ygtvblankdepthcell { width:12px; height:10px; }

/* the style of the div around each node */
.ygtvitem { font-size: 0px; padding: 0; margin: 0; }  

.ygtvitem table {
    margin-bottom:0;
	margin: 0;
	padding: 0;
}

.ygtvitem  td {
    border:none;
	margin: 0;
	padding: 0;
} 

.ygtvspacer {
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.ygtvcontent {
	font-size: 10px;
	line-height: 120%;
	margin: 0;
	padding: 0;
	height: 12px;
}


/* the style of the div around each node's collection of children */
.ygtvchildren { }  
* html .ygtvchildren { height:1%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover,
.ygtvlabelsel, .ygtvlabelsel:link, .ygtvlabelsel:visited, .ygtvlabelsel:hover { 
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
}

.ygtvfocus { 
	color: #a00;
}