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