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

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	white-space: nowrap;
; cursor: auto
; font-style: normal; font-weight: normal; line-height: normal
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	text-decoration: none;
; font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; line-height: normal; font-weight: normal
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.nodeSel:hover {
	text-decoration: underline;
; font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; font-weight: normal
}
.dtree a.nodeSel {
	background-color: #FF0000;
; font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; font-weight: bold; color: #FFFFFF
}
.dtree .clip {
	overflow: hidden;
; font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; font-weight: normal
}
.dtree a.node { font-family: Arial, Helvetica, sans-serif ; font-size: xx-small; font-style: normal; line-height: normal; font-weight: normal}
.dtree a.node:hover { 
	color: #FFFFFF;
	text-decoration: underline;
; font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; font-weight: bold
; background-color: #007BA5
 } 