/*--------------------------------------------------|
| 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: 10px;
	color: #4e6517;
	white-space: nowrap;
	width: auto;
	line-height:normal;
}
.dtree .haschildren {
	font-weight: bold;
	letter-spacing: -1px;
}
.dtree .underline {
	text-decoration:none;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #4e6517;
	text-decoration:none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 4px 2px 3px;
}
.nolink {
	cursor:default;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	text-decoration:none;
	background-color: #e7edd3;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {

}
a.nodebutton {
	cursor:default;
}
a.nodebutton:link {
	cursor:default;
	padding-bottom: 4px;
}
a.nodebutton:hover {
	background-color: #e7edd3;
}