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

.dtree {
	font-family: Tahoma;
	font-size: 11px;
	color: #092143;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #092143;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	font-size: 11px;
	/*white-space: nowrap;*/
	padding: 0px 2px 2px 0px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #F74C00; 
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec; font-weight:bold; color:#19427D
}
