/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial;
	font-size: 9px;
	color: #eeeeee;
	background-color:#E6E6E6;
	width: 120px;
	font-weight:bold;
	text-indent: 
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a 
{
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
}

.dtree a.node {
     color: #777777;

}
.dtree a.nodeSel {
	color: Black;
	font-weight:bold;
}
.dtree a.nodeSelOC
{
	color: #E0AF38;
	font-weight:bold;
}
.dtree a.nodeOC
{
	color: #777777;
	font-weight:bold;
}
.dtree .clip {
	overflow: hidden;
}
