/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* first or middle sibling, no children */

.yui-skin-nolines .ygtvtn {
	width:18px; height:18px; 
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -5600px no-repeat; 
}

/* first or middle sibling, collapsable */
.yui-skin-nolines .ygtvtm {
	width:18px; height:18px; 
	cursor:pointer ;
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -4000px no-repeat; 
}

/* first or middle sibling, collapsable, hover */
.yui-skin-nolines .ygtvtmh {
	width:18px; height:18px; 
	cursor:pointer ;
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -4800px no-repeat; 
}

/* first or middle sibling, expandable */
.yui-skin-nolines .ygtvtp {
	width:18px; height:18px; 
	cursor:pointer ;
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -6400px no-repeat; 
}

/* first or middle sibling, expandable, hover */
.yui-skin-nolines .ygtvtph {
	width:18px; height:18px; 
	cursor:pointer ;
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -7200px no-repeat; 
}

/* last sibling, no children */
.yui-skin-nolines .ygtvln {
	width:18px; height:18px; 
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -1600px no-repeat; 
}

/* Last sibling, collapsable */
.yui-skin-nolines .ygtvlm {
	width:18px; height:18px; 
	cursor:pointer ;
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 0px no-repeat; 
}

/* Last sibling, collapsable, hover */
.yui-skin-nolines .ygtvlmh {
	width:18px; height:18px; 
	cursor:pointer ;
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -800px no-repeat; 
}

/* Last sibling, expandable */
.yui-skin-nolines .ygtvlp { 
	width:18px; height:18px; 
	cursor:pointer ;
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -2400px no-repeat; 
}

/* Last sibling, expandable, hover */
.yui-skin-nolines .ygtvlph { 
	width:18px; height:18px; cursor:pointer ;
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -3200px no-repeat; 
}

/* Loading icon */
.yui-skin-nolines .ygtvloading { 
	width:18px; height:18px; 
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/treeview-loading.gif) 0 0 no-repeat; 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.yui-skin-nolines .ygtvdepthcell { 
	width:18px; height:18px; 
	background: url(../../components/thirdparty/yui-2.5.2/treeview/assets/sprite-nolines.gif) 0 -8000px no-repeat; 
}

.yui-skin-nolines .ygtvblankdepthcell { width:18px; height:18px; }

/* the style of the div around each node */
.yui-skin-nolines .ygtvitem { }  


.yui-skin-nolines .ygtvitem  table{
    margin-bottom:0;
}
.yui-skin-nolines .ygtvitem  td {
    border:none;padding:0;
} 

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

/* the style of the text label in ygTextNode */
.yui-skin-nolines .ygtvlabel, .yui-skin-nolines .ygtvlabel:link, .yui-skin-nolines .ygtvlabel:visited, .yui-skin-nolines .ygtvlabel:hover { 
	margin-left:2px;
	text-decoration: none;
  background-color: white; /* workaround for IE font smoothing bug */
}

.yui-skin-nolines .ygtvspacer { height: 18px; width: 18px; }  /*#35368. Having the original width set to 12px caused the spacing to break. See the bug for screenshots. */  
