div.dtree {
	background-color:transparent;
}

.dtree {
	font-family: Arial;
	color: #999999;

	font-size: 14px;
	left: -4px;    
	padding-top: 220px;
	white-space: normal;
	font-weight: bold;
	position: relative !important;
	position: inherit;
	z-index: 10;
	text-align: right;
background-color:white;
	}

.dtree img {
	border: 0px;
	vertical-align: top;
 	padding-bottom: 0px;
	position: relative !important;
	position: inherit;
}

.dtree a {
	text-decoration: none;
color: #999999;
}


.dtree a.node {
	white-space: normal;
	padding: 1px 1px 1px 1px; 
	font-weight: bold;

}
.dtree a.nodeSel {
	white-space: normal;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #424939;
	color:white;
}
.dtree .clip {
	overflow: hidden;
    padding-bottom: 0px;
	background:white;

}

.dtree a.node2 {
	white-space: normal;
	padding: 1px 1px 1px 1px; 
	font-weight: bold;
	font-size:11px;
	color:#444444;
}

