.dtree {
	color: #9a9a9a;
	white-space: nowrap;
	font-weight:bold;
}
.dtree .dTreeNode {
	margin-bottom:2px;
}
.dtree img {
	vertical-align: middle;
}
.dtree a {
	color: #9a9a9a;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 3px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #87b1dd;
	text-decoration: none;
}
.dtree a.nodeSel {
	color: #87b1dd;	
}
.dtree .clip {
	overflow: hidden;
}