.dTreeNode{
	
	color: #999999;
	
}


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	white-space: nowrap;
	margin: 3px 3px 3px 3px;
	
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #0000CC;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	color: #000000;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000088;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #eeeeee;
}
.dtree .clip {
	overflow: hidden;
}