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

.dtree {
	font-family: Verdana;
	font-size: 12px;
	white-space: nowrap;
	font-weight:bold;
	text-decoration:none;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #306e88;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color:RGB(0,158,224);
	text-decoration:none;
}
.dtree a.nodeSel {
	color:RGB(0,158,224);
}
.dtree .clip {
	overflow: hidden;
}
.dtree .disabled {
	color:RGB(130,130,130);
	cursor:default;
}
.dtree .disabled:hover {
	color:RGB(130,130,130);
}