.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
}
.dtree a {
	text-decoration:none;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 2px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #c33;
}
.dtree a.nodeSel {
	color:#000000;
	font-weight:bold;
	border:1px dotted #8B969F;
	background-color: #cccccc;
}
.dtree .clip {
	overflow: hidden;
}