/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtree {
	font-family: 
	font-size: 9px;
	color: #61b100;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #61b1003;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	font-size: 10px;
	white-space: nowrap;
	padding: 1px 0px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #c89911;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}