body{
overflow:auto;
line-height:1;
}
.dtree {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	white-space: nowrap;	
	padding: 0px 2px 1px 5px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	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: #333333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #EBF3F3;
}
.dtree .clip {
}