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

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	color: #A2AAB0;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 6px;
	padding-bottom: 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	background: #ECEDEF;
	color: #666666;
	text-decoration: none;
	width: 120px;
	text-align: left;
}
.dtree a.nodeSel {
	background-color: #ECEDEF;
	color: #666666;
}
