.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node {
	white-space: nowrap;
	padding: 1px 1px 1px 1px;
	color: #000000;
	text-decoration: underline;
}

.dtree a.nodeSel{
  	white-space: nowrap;
	padding: 1px 1px 1px 1px;
	color: #CC3300;
	text-decoration: underline;
  	background-color: #c0d2ec;
	color:#333; text-decoration:none;
}



.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	text-decoration:none;
}

.dtree .clip {
	overflow: hidden;
}

