/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	color: #FFFF99;
	vertical-align: middle;
}

.dtree a {
	color: #666666;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	color: #666666;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #666666;
	text-decoration: underline;
}

.dtree a.nodeSel {
	background-color: #F8F8F8;
}

.dtree .clip {
	overflow: hidden;
}
