/*--------------------------------------------------|
| 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: #0E4075;
	white-space: nowrap;
	line-height: 24px;
	width: 168px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin-left: 2px;
}
.dtree a {
	color: #0E4075;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #0E4075;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: inherit;
}
.dtree .clip {
	overflow: hidden;
}


.dtreeSel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E4075;
	white-space: nowrap;
	line-height: 25px;
	width: 168px;
	background-color: #f4f9fd;
}
.dtreeSel img {
	border: 0px;
	vertical-align: middle;
}
.dtreeSel a {
	color: #0E4075;
	text-decoration: none;
}
.dtreeSel a.node, .dtreeSel a.nodeSel {
	white-space: nowrap;
}
.dtreeSel a.node:hover, .dtreeSel a.nodeSel:hover {
	color: #0E4075;
	text-decoration: underline;
}
.dtreeSel a.nodeSel {
	background-color: inherit;
}
.dtreeSel .clip {
	overflow: hidden;
}