/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

p.indent {
	display: inline;
	color: #b7b793;
	text-indent: 10pt;
}

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 1px;
}
.dtree a {
	color: #dec3f3;
	text-decoration: none;
	font-size: 13pt;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px 0px;   
	font-size: 13px;
}

.cNodes0 {

}
.cNodes1 {
	font-size:10px;
}
.cNodes2 {
	font-size:10px;
}



.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
