.dtree {
	font-family: Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #999999;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 2px 4px 2px 4px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #013F78;
	text-decoration: underline;
}
.dtree a.nodeSel {
	/*background-color: #999999;*/
}
.dtree .clip {
	overflow: hidden;
}
