/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* first or middle sibling, no children */
.ygtvtn {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width:16px; height:22px; 
	background: url(images/menu/tn.gif) 0 0 no-repeat; 
}

/* first or middle sibling, collapsable */
.ygtvtm {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width:36px; height:22px; 
	cursor:pointer ;
	background: url(images/menu/tm.gif) 0 0 no-repeat; 
}

/* first or middle sibling, collapsable, hover */
.ygtvtmh {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width:36px; height:22px; 
	cursor:pointer ;
	background: url(images/menu/tmh.gif) 0 0 no-repeat; 
}

/* first or middle sibling, expandable */
.ygtvtp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width:36px; height:22px; 
	cursor:pointer ;
	background: url(images/menu/tp.gif) 0 0 no-repeat; 
}

/* first or middle sibling, expandable, hover */
.ygtvtph {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width:36px; height:22px; 
	cursor:pointer ;
	background: url(images/menu/tph.gif) 0 0 no-repeat; 
}

/* last sibling, no children */
.ygtvln {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width:16px; height:22px; 
	background: url(images/menu/ln.gif) 0 0 no-repeat; 
}

/* Last sibling, collapsable */
.ygtvlm {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width:34px; height:22px; 
	cursor:pointer ;
	background: url(images/menu/lm.gif) 0 0 no-repeat; 
}

/* Last sibling, collapsable, hover */
.ygtvlmh {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width:36px; height:22px; 
	cursor:pointer ;
	background: url(images/menu/lmh.gif) 0 0 no-repeat; 
}

/* Last sibling, expandable */
.ygtvlp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	width:34px; height:22px; 
	cursor:pointer ;
	background: url(images/menu/lp.gif) 0 0 no-repeat; 
}

/* Last sibling, expandable, hover */
.ygtvlph {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	width:36px; height:22px; cursor:pointer ;
	background: url(images/menu/lph.gif) 0 0 no-repeat; 
}

/* Loading icon */
.ygtvloading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	width:16px; height:22px; 
	background: url(images/menu/loading.gif) 0 0 no-repeat; 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	width:16px; height:22px; 
	background: url(images/menu/vline.gif) 0 0 no-repeat; 
}

.ygtvblankdepthcell { width:16px; height:22px; }

/* the style of the div around each node */
.ygtvitem { }  

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

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	margin-left:5px;
	text-decoration: none;
}

.ygtvspacer { height: 10px; width: 10px; margin: 2px; }
