/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/* last sibling, no children */
.ygtvln {
	width:18px; height:22px; 
	background: url(../../images/yahoo/treeview/sprite-orig.gif) 0 -1600px no-repeat; 
}

/* first or middle sibling, no children */
.ygtvtn {
	width:18px; height:22px; 
	background: url(../../images/yahoo/treeview/sprite-orig.gif) 0 -5600px no-repeat; 
}

/* Loading icon */
.ygtvloading { 
	width:18px; height:22px; 
	background: url(../../images/yahoo/treeview/treeview-loading.gif) 0 0 no-repeat; 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { 
	width:18px; height:22px; 
	background: url(../../images/yahoo/treeview/sprite-orig.gif) 0 -8000px no-repeat; 
}

.ygtvblankdepthcell { }

/* 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 { }

.ygtvspacer {  }
