.dtree {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69a4ee;
	white-space: nowrap;
	/*background-color:#FFFFFF;*/
	padding:10px 0px 0px 10px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #bed7f8;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
}
.dtree a.nodeSel {
font-weight:bold;
	color: #ffffff;

}
.dtree .clip {
	overflow: hidden;
}