.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #FFFFFF;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #333333;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.dtree .clip {
	overflow: hidden;
}

/*
.dtree a.nodeSel {
	background-color: #c0d2ec;
}

*/