div.dtree {
}

.dtree {
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding-left: 2px;
        padding-top: 0px;
	white-space: wrap;
	font-weight: normal;
}

.dtree img {
	border: 0px;
	vertical-align: top;
 margin-top: 4px;
 margin-right: 3px;
 margin-left: 4px;
 margin-bottom: 8px;
}
.dtree a {
	color: #fff;
	text-decoration: none;
     
}
.dtree a.node {
	white-space: wrap;
	padding: 1px 1px 1px 1px; 
	font-weight: normal;

}
.dtree a.nodeSel {
	white-space: wrap;
	padding: 1px 1px 1px 1px;
	color: #0f0;
	font-weight: normal;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	text-decoration: underline;
}
.dtree a.node:active, .dtree a.nodeSel:active {
	color: #f00;
	text-decoration: underline;
}
.dtree .clip {
	overflow: hidden;
    padding-bottom: 0px;
}