.dtree {
font-size: 12px;
font-weight: bold;
	width:100%;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #666666;font-size: 12px;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
/*	white-space: nowrap;*/
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #666666;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}