/*--------------------------------------------------|
| 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: 10px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	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: #333 !important;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #d8d8d8;
}
.dtree .clip {
	overflow: hidden;
}

.dtreeContent
{
	padding: 10px;
	clear:both;	
}

.dtreeOpenClose
{
	color: #888;
	width:50%;
	padding-right: 10px;
	float:right;
	clear:both;
	text-align:right;
	font-size: 9px;
	line-height: 1.8em;
	border-bottom: 1px dotted #d8d8d8;
}

.dtreeOpenClose a:link
{
	text-decoration: none !important;
	color: #888 !important;
}

.dtreeOpenClose a:hover
{
	text-decoration: none !important;
	color: #000 !important;
}