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

/* first or middle sibling, no children */
.gruppe_tree .ygtvtn {
	width:16px; height:22px; 
	background: url(../gfx/yui/treeview/default/tn.gif) 0 0 no-repeat; 
}

/* first or middle sibling, collapsable */
.gruppe_tree .ygtvtm {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../gfx/yui/treeview/default/tm.gif) 0 0 no-repeat; 
}

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

/* first or middle sibling, expandable */
.gruppe_tree .ygtvtp {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../gfx/yui/treeview/default/tp.gif) 0 0 no-repeat; 
}

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

/* last sibling, no children */
.gruppe_tree .ygtvln {
	width:16px; height:22px; 
	background: url(../gfx/yui/treeview/default/ln.gif) 0 0 no-repeat; 
}

/* Last sibling, collapsable */
.gruppe_tree .ygtvlm {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../gfx/yui/treeview/default/lm.gif) 0 0 no-repeat; 
}

/* Last sibling, collapsable, hover */
.gruppe_tree .ygtvlmh {
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../gfx/yui/treeview/default/lmh.gif) 0 0 no-repeat; 
}

/* Last sibling, expandable */
.gruppe_tree .ygtvlp { 
	width:16px; height:22px; 
	cursor:pointer ;
	background: url(../gfx/yui/treeview/default/lp.gif) 0 0 no-repeat; 
}

/* Last sibling, expandable, hover */
.gruppe_tree .ygtvlph { 
	width:16px; height:22px; cursor:pointer ;
	background: url(../gfx/yui/treeview/default/lph.gif) 0 0 no-repeat; 
}

/* Loading icon */
.gruppe_tree .ygtvloading { 
	width:16px; height:22px; 
	background: url(../gfx/yui/treeview/default/loading.gif) 0 0 no-repeat; 
}

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

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

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

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

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

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