/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

a, a:hover {text-decoration:none;}

.dtree {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; 
	color: #fff;
	white-space: normal; /*nowrap*/
	width:200px;   	
	overflow: hidden;
	background-color:#e2e2e2;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}


.dtree div.clip {
    overflow: visible; 
	/*border:1px 1px 1px 1px solid black*/
}

.dtree div.node,.dtree div.nodeSel{
	width:200px;
	min-height:23px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff; 
	overflow: hidden;
}

div.dtree a {
	display:inline;   
	text-decoration: none;
	/*overflow: hidden;*/
	/*min-height:23px;*/
}

.dtree div.iconArea {
	width:1px;   
	float:left;
 }

.dtree div.textArea, .dtree div.textArea a{
	width:199px;
	float:right;
	/*overflow: hidden;*/
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*  Level 0 or 1*/
.dtree  div.node , .dtree .node a {
	background:#dddbd1;
	color:#000000;/*color: #333; /* nearly black */
}
 .dtree .node a:hover, .dtree .nodeSel a:hover {color:#000000;background-color:#f5f5f5;text-decoration:none;}

.dtree div.nodeSel, .dtree .nodeSel a {
	background: #e2e2e2;
	color:#000000;/*color: #333; */
}

/*  Level 2 */

.dtree .clip div.node, .dtree .clip .node a, .dtree .clip .node a:hover {
	background: #ffffff;
	color:#000000;/*color: #333; */
	border-bottom: 0px;
		font-weight:normal;
}

.dtree .clip .node a:hover {text-decoration:underline;}

.dtree .clip div.nodeSel, .dtree .clip .nodeSel a , .dtree .clip .nodeSel a:hover{
	background:#333;
	color: #eee; 
		font-weight:normal;
	
}

.dtree .clip div.node, .dtree .clip div.nodeSel  {	
	border-bottom: 1px solid #ffffff; 
}


.dtree .clip  div.iconArea {
	width:1px; 
}
.dtree .clip div.textArea, div.textArea a  {
	width:199px;
	min-height:23px;

	
}


img.indentIcon0 {
	width : 1px ;
	height : 1px ;
}

img.lineIcon {
	width:1px;
}

.dtree div#divdTreeMenu0 {visibility:hidden;background-color:#e2e2e2;height:1px;border:0px;min-height:1px;}

.nodeNameSpacer {width:1px;height:23px;float:left;}
.nodeName{padding-left:5px;padding-bottom:3px;padding-top:3px;padding-right:3px;}


