/*--------------------------------------------------|
| B.H.
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial;
	font-size: 12px;
	color: #3f5d75;
	font-weight:bolder;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #3f5d75;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel{
	padding: 1px 2px 1px 2px;
	font-size: 12px;
	font-weight:bolder;
	white-space: nowrap;

}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #ad7107;
	text-decoration: none;
	
}
.dtree a.nodeSel {
	background-color: #d4dce2;
}
.dtree .clip {
	overflow: hidden;
}

div.dTreeNode {
	height:25px;
}
div.dTreeNode:hover {
	height:25px;
}

