/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
#treeDiv1 {
	font-size: 11px;
	line-height: 13px;
	margin-left:20px;

}
.arbo {
	overflow: auto;
	max-height: 200px;

	height: expression(this.scrollHeight < 200? '60px' : '200px');
}
.ygtvtn , .ygtvtm, .ygtvtmh, .ygtvtp, .ygtvtph, .ygtvln, .ygtvlm , .ygtvlmh, .ygtvlp, .ygtvlph, .ygtvloading, .ygtvdepthcell, .ygtvblankdepthcell  {
	width:31px;
	height:18px;

}

.ygtvtn {
	background: url(../../../../../../../i/us/nt/widg/tree/dflt/tn.gif) 0 0 no-repeat; 
	background-position: right;
	
}

/* first or middle sibling, collapsable */
.ygtvtm { 
	cursor:pointer ;
	background: url(/img/cpvtree/puce-moins.gif) 0 0 no-repeat; 
	background-position: right;
	
}

/* first or middle sibling, collapsable, hover */
.ygtvtmh {
	cursor:pointer ;
	background: url(/img/cpvtree/puce-moins.gif) 0 0 no-repeat; 
	background-position: right;
}

/* first or middle sibling, expandable */
.ygtvtp {
	cursor:pointer ;
	background: url(/img/cpvtree/puce-plus.gif) 0 0 no-repeat; 
	background-position: right;
}

/* first or middle sibling, expandable, hover */
.ygtvtph {
	cursor:pointer ;
	background: url(/img/cpvtree/puce-plus.gif) 0 0 no-repeat; 
	background-position: right;
}

/* last sibling, no children */
.ygtvln {
	background: url(../../../../../../../i/us/nt/widg/tree/dflt/ln.gif) 0 0 no-repeat; 
	background-position: right;
}

/* Last sibling, collapsable */
.ygtvlm {
	cursor:pointer ;
	background: url(/img/cpvtree/puce-moins.gif) 0 0 no-repeat; 
	background-position: right;
}

/* Last sibling, collapsable, hover */
.ygtvlmh {
	cursor:pointer ;
	background: url(/img/cpvtree/puce-moins.gif) 0 0 no-repeat; 
	background-position: right;
}

/* Last sibling, expandable */
.ygtvlp { 
	cursor:pointer ;
	background: url(/img/cpvtree/puce-plus.gif) 0 0 no-repeat; 
	background-position: right;
}

/* Last sibling, expandable, hover */
.ygtvlph { 
	cursor:pointer ;
	background: url(/img/cpvtree/puce-plus.gif) 0 0 no-repeat; 
	background-position: right;
}

/* Loading icon */
.ygtvloading { 
	/*background: url(../../../../../../../i/us/nt/widg/tree/dflt/loading.gif) 0 0 no-repeat;*/ 
	background: url(/img/cpvtree/puce-plus.gif) 0 0 no-repeat; 
	background-position: right;
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { 
	background: url(../../../../../../../i/us/nt/widg/tree/dflt/vline.gif) 0 0 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 { 
	margin-left:4px;
	text-decoration: none;
	color: #000000;
	font-family: arial;
}

.ygtvspacer { height: 0px; width: 10px; margin: 0 2px;}



.ygtvcheck0 { 
	background: url(/img/cpvtree/check-off.gif) right center no-repeat;  
	cursor:pointer ;
}
.ygtvcheck1 { 
	background: url(/img/cpvtree/check-half.gif) right center no-repeat; 
	cursor:pointer;
}
.ygtvcheck2 { 
	background: url(/img/cpvtree/check-on.gif) right center no-repeat; 
	cursor:pointer;
} 
