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

.dtree {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:900;
	color: #010080;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a, .dtree a:link {
	color: #010080;
	text-decoration: none;
}
.dtree a:visited {
	color: #3b3a89;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover {
	color: #010080;
	text-decoration: underline;
}
.dtree a.nodeSel, .dtree a.nodeSel:hover, .dtree a.nodeSel:visited {
	color: #FFFFFF;
	font-weight:bold;
}

.dtree .parentSel {
	background:#010080;
}
.dtree .clip {
	/*overflow: hidden;*/
}
