/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000033;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	display: block;
	margin: 0px;
	white-space: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	font-weight: bold;
	color: #000000;
	background-color: #FBFBFB;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	display: block;
	margin: 0px;
	white-space: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/table-header.gif);
	background-repeat: repeat-x;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
