.dtree {
	color: rgb(102, 102, 102); font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; white-space: nowrap;
}
.dtree img {
	border: 0px currentColor; vertical-align: middle;
}
.dtree a {
	color: rgb(51, 51, 51); text-decoration: none;
}
.dtree a.node {
	padding: 1px 2px; white-space: nowrap;
}
.dtree a.nodeSel {
	padding: 1px 2px; white-space: nowrap;
}
.dtree a.node:hover {
	color: rgb(51, 51, 51); text-decoration: underline;
}
.dtree a.nodeSel:hover {
	color: rgb(51, 51, 51); text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: rgb(192, 210, 236);
}
.dtree .clip {
	overflow: hidden;
}
