/*--------------------------------------------------|
| 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: #000;
	white-space: nowrap;
	Margin-Bottom: 15px;
	Margin-Top: -5px;
}
.dtree img {
	border: 0px;
	vertical-align: Middle;
}
html>/**/body .dtree img{
	vertical-align: Bottom;
}
.dtree a {
	color: #000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: blue;
	text-decoration: underline;
}
.dtree a.nodeSel {
	color: #FFF;
	background-color: #72B5F9;
	Margin-left:	2px;
}
.dtree a.nodeSel:hover {
	color: #FFF;
	background-color: #72B5F9;
	Margin-left:	2px;
	text-decoration: underline;
}
.dtree .clip {
	overflow: hidden;
}

.Count{
	Position:		Absolute;
	Right:			18px;
	Color:			Gray;
	font-size:		9px;
	Padding-Top:	4px;
}