div.dtree {
background-color: transparent;
color: #ffffff;
}

.dtree {
	font-family: helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 5px;
	white-space: normal;
	font-weight: bold;
}

.dtree img {
	border: 0px;
padding: 1px 0px 2px 0px;
	vertical-align: middle;
}

.dtree a {
	font-size: 11px;
	text-decoration: none;
	background:transparent;
	color: #ffffff;        
        
}
.dtree a.node {
	white-space: normal;
	font-weight: normal;

}
.dtree a.nodeSel {
	white-space: normal;
	font-weight: bold;
	border-top:1px solid #CDFE48;
	border-bottom:1px solid #CDFE48;
	color: #ffffff;

}
.dtree a.node:hover {
	color: #ffffff;
	text-decoration: underline;
}
.dtree a.nodeSel:hover {
	text-decoration: underline;
}
.dtree .clip {
	overflow: hidden;
    padding-bottom: 0px;
}
