div.dtree {
}

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

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

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