/* first or middle sibling, no children */
.Tree_vtn { width:1em; height:20px; }

/* first or middle sibling, collapsable */
.Tree_vtm { background: url(../img/TreeView/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.Tree_vtmh { background: url(../img/TreeView/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, expandable */
.Tree_vtp { background: url(../img/TreeView/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.Tree_vtph { background: url(../img/TreeView/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* last sibling, no children */
.Tree_vln { width:1em; height:20px; }

/* Last sibling, collapsable */
.Tree_vlm { background: url(../img/TreeView/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, collapsable, hover */
.Tree_vlmh { background: url(../img/TreeView/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, expandable */
.Tree_vlp { background: url(../img/TreeView/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Last sibling, expandable, hover */
.Tree_vlph { background: url(../img/TreeView/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }

/* Loading icon */
.Tree_vloading { background: url(../img/TreeView/loading.gif) 0 6px no-repeat; width:1em; height:22px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.Tree_vdepthcell { width:1em; height:20px; }

.Tree_vblankdepthcell { width:1em; height:20px; }

/* the style of the div around each node */
.Tree_vitem { border: 0px solid grey; }  

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

/* pointeur */
.handel {cursor:pointer; };

/* the style of the text label in Tree_extNode */
.Tree_vlabel, .Tree_vlabel:link, .Tree_vlabel:visited, .Tree_vlabel:hover { 
	/*
	margin-left:2px;
	text-decoration: none;
	*/
	font-size: 12px;
}

/* affiche d'une div */
.Tree_div_show {display:block;}

/* masque une div */
.Tree_div_hide {display:none; }


/* affiche du menu d'affinage*/
.menuAffinage {
	FONT-SIZE: 10px;
	border-style:solid; 
        border:1;
	border-color:#830207; 
        border-bottom:1px solid #830207;
        border-left:1px solid #830207;
        border-right:1px solid #830207;
        border-top:1px solid #830207;

}
.menuAffinage A:link {
	COLOR: #830207; TEXT-DECORATION: none
}
.menuAffinage A:visited {
	COLOR: #830207; TEXT-DECORATION: none
}
.menuAffinage A:active {
	COLOR: #830207; TEXT-DECORATION: none
}

.menuAffinage THEAD {
	FONT-WEIGHT: bold; VERTICAL-ALIGN: top; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; HEIGHT: 20px

}
.menuAffinage THEAD A:link {
	COLOR: #830207; TEXT-DECORATION: none
}
.menuAffinage THEAD A:visited {
	COLOR: #830207; TEXT-DECORATION: none
}
.menuAffinage THEAD A:active {
	COLOR: #830207; TEXT-DECORATION: none
}

.menuAffinage A:hover {
	COLOR: #830207; TEXT-DECORATION: none
}
.menuAffinage THEAD {
	BACKGROUND: url(../img/TreeView/menuaffine_fond.gif)  repeat-x;
}
.menuAffinage TFOOT {
       	BACKGROUND-COLOR: #ffffff; text-align:center; vertical-align:middle; border-color:#830207; border:1;
}

