/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.hierarchIndex .ygtvtn {
	width:16px; height:22px; 
	background: url(../images/default_tree_view/tn.gif) 0 0 no-repeat; 
}

/* first or middle sibling, collapsable */
.hierarchIndex .ygtvtm {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../images/default_tree_view/tm.gif) 0 0 no-repeat; 
}

/* first or middle sibling, collapsable, hover */
.hierarchIndex .ygtvtmh {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../images/default_tree_view/tmh.gif) 0 0 no-repeat; 
}

/* first or middle sibling, expandable */
.hierarchIndex .ygtvtp {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../images/default_tree_view/tp.gif) 0 0 no-repeat; 
}

/* first or middle sibling, expandable, hover */
.hierarchIndex .ygtvtph {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../images/default_tree_view/tph.gif) 0 0 no-repeat; 
}

/* last sibling, no children */
.hierarchIndex .ygtvln {
	width:16px; height:22px; 
	background: url(../images/default_tree_view/ln.gif) 0 0 no-repeat; 
}

/* Last sibling, collapsable */
.hierarchIndex .ygtvlm {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../images/default_tree_view/lm.gif) 0 0 no-repeat; 
}

/* Last sibling, collapsable, hover */
.hierarchIndex .ygtvlmh {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../images/default_tree_view/lmh.gif) 0 0 no-repeat; 
}

/* Last sibling, expandable */
.hierarchIndex .ygtvlp { 
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../images/default_tree_view/lp.gif) 0 0 no-repeat; 
}

/* Last sibling, expandable, hover */
.hierarchIndex .ygtvlph { 
	width:16px; height:22px; cursor:pointer ;
	background: url(../images/default_tree_view/lph.gif) 0 0 no-repeat; 
}

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

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.hierarchIndex .ygtvdepthcell { 
	width:16px; height:22px; 
	background: url(../images/default_tree_view/vline.gif) 0 0 no-repeat; 
}

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

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

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

/* the style of the text label in ygTextNode */
.hierarchIndex .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	margin-left:4px;
	text-decoration: none;
}

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

/*#hierarchIndex .ygtvtm {
	width:16px; height:22px; 
	background: url(../images/default_tree_view/lp.gif) 0 0 no-repeat; 
}

#hierarchIndex .ygtvtp {
	width:16px; height:22px; 
	background: url(../images/default_tree_view/lp.gif) 0 0 no-repeat; 
}

#hierarchIndex .ygtvth {
	width:16px; height:22px; 
	background: url(../images/default_tree_view/tlp.gif) 0 0 no-repeat; 
}*/

.hierarchIndex #dummy { 
	background: none;
}

#hierarchy .hierarchIndex div {
	margin: 0px;
	text-align: left;
}

#hierarchy2 .hierarchIndex div {
	margin: 0px;
	text-align: left;
}

#hierarchy3 .hierarchIndex div {
	margin: 0px;
	text-align: left;
}




/* the style of the div around each node */

.hierarchIndex .ygtvitem { border: 0px solid grey; margin: 0px 0px 0px 0px}  





