/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	color: #BB0B39;
	color: white ;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: white;
	text-decoration: none;
	cursor: pointer;
	
}
.dtree a.node{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	/*#ffont-weight: bold;*/
}
.dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	color: #BB0B39;
	color: #FFDEB1;
	color: white;

}
.dtree a.node:hover{
background-color:white;
	color: #BB0B39;
	color:#7733cc;
	cursor:pointer;
/*	font-weight: bold;*/
	text-decoration: none;
}

.dtree a.nodeSel:hover {
	color: #FFDEB1;

	text-decoration: underline;
}
.dtree a.nodeSel, .dtree a.nodeSel:visited,.dtree a.nodeSel:active {
	/*backgroundd-color: #c0d2ec;*/
	background-color: #BB0B39;
	color: #FFDEB1;
	font-weight: bold;
}

.dtree a.nodeSel:active{ color:red;}


.dtree .clip {
	overflow: hidden;
}