.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #000;
	white-space: nowrap;
	padding: 5px;
}
.dtree img 
{
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000;
	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 
{
	text-decoration: none;
	background-color: #ffc8c2;
	color: #000;
}
.dtree a.nodeSel {
	background-color: #888bbf;
	color: #fff;
}
.dtree .clip {
	overflow: hidden;
}