/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	color:#853333;/*#D15A00;*/
	font-size:12px;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	text-decoration:none;
	color:#01559B;
	font-size:12px;
}
.dtree a.node, .dtree a.nodeSel {
	text-decoration:none;
	color:#01559B;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color:#E85E00;
}
.dtree a.nodeSel {
	text-decoration:none;
	color:#E85E00;
}
.dtree .clip {
	overflow: hidden;
}