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

.dtree {
	font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica, Geneva;
	font-size: 12px;
	line-height : 25px;
	color: black;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: black;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	color: black;
	white-space: nowrap;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
}
.dtree a.node:hover, .dtree a.node:visited, .dtree a.nodeSel:hover {
	color: black;
	text-decoration: none;
}
.dtree a.nodeSel , .dtree a.nodeSel:visited{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.dtree .clip {
	overflow: hidden;
}
