.dtree {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
.dTreeNode {
	padding-top: 0px;
	padding-bottom: 0px;
}
.dtree a.node, .dtree a.nodeSel {
	color: #0000FF;
	text-decoration: underline;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #6666FF;
	text-decoration: underline;
	font-weight: normal;
}
.dtree a.nodeSel {
	color: #000000;
	text-decoration: none;
	background-color: yellow;
}
.dtree .clip {
	overflow: hidden;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}