div.dtree {
}

.dtree {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	white-space: wrap;
	font-weight: bold;
	line-height: 2em;

}

.dtree img {
	border: 0px;
	vertical-align: middle; 
        margin-bottom: 2px;
}
.dtree a {
	font-size: 9px;
	text-decoration: none;
	color: #000000;        

}
.dtree a.node {
	white-space: wrap;
	font-weight: normal;
	color: #FFFFFF;
}
.dtree a.nodeSel {
	white-space: wrap;
	font-weight: bold;
	color: CCF562;
}
.dtree a.node:hover {
	color: 3A4E07;
	text-decoration: underline;
}
.dtree a.nodeSel:hover {
	text-decoration: underline;
}
.dtree .clip {
	overflow: hidden;
    padding-bottom: 0px;
}
