.dtree {
	white-space: nowrap;
	border: 0px;
	padding-left:20px;
}
.dtree a img{
	border: 0px;
	vertical-align: middle;
	border-bottom:0px;
}

.dtree img a:hover{
	border: 0px;
	vertical-align: middle;
	border-bottom:0px;
}
.dtree a{
	text-decoration: none;
	border-bottom:0px;
	font-size:11px;
}
.dtree a:hover{
	text-decoration: none;
	border-bottom:0px;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	border: 0px;
	border-bottom:0px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: none;
	color:#FF8000;
}
.dtree a.nodeSel {
	background-color:#BBDDFF;
	border: 0px;
	border-bottom:0px;
}
.dTreeNode img{
	border-bottom:0px;
}
.dtree .clip {
	overflow: hidden;
	border: 0px;
	border-bottom:0px;
}
