/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Times New Roman;
	font-size: 15px;
	color: #ffffff;
	white-space: nowrap;
}

.dTreeNode {
	overflow: hidden;
	text-align: left;
	background-color: #82b9cb; /*afd3df; */
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	margin-right: 0px;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 3px;
}

.dTreeNodeSelected {
	overflow: hidden;
	text-align: left;
	background-color: #407090;
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	margin-right: 0px;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 3px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #ffffff;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 1px 1px 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #ffffff;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #407090;
	color: #ffffff;
}
.dtree .clip {
	overflow: hidden;
}

