/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	white-space: nowrap;
	font-weight:bold;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #FFFFFF;
	text-decoration: none; font-size:8pt;
	font-weight:normal;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	color:#FFFFFF; padding-left:2px; padding-right:2px; padding-top:1px; padding-bottom:1px
}
.dtree a:hover.node, .dtree a:hover.nodeSel {
	color: #FDCB55;
	text-decoration: underline; font-family:Verdana; font-size:8pt
}
.dtree a.nodeSel {
	
}
.dtree .clip {
	overflow: hidden;
}
