.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
	white-space: nowrap;
	width:99%;
	background-color: #FFFFFF;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #656565;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	font-size: 12px;
	padding: 1px 2px 1px 2px;
	background-color: #FFFFFF;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #656565;
	font-size: 12px;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #FFFFFF;
}
.dtree .node {
	
}
.dtree .clip {
	overflow: hidden;
}

.dtree .txtPlus	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
}
.dtree .dTreeTable	{
	width:100%;

}