/*--------------------------------------------------|
| 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: #666;
	white-space: nowrap;
	width: 178px;
	overflow: hidden;
    clear: both;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
	background: none;
}
.dtree a.node, .dtree a.nodeSel, .dtree a.nodeRoot {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	background: none;
}

.dTreeNodeRoot {
	padding: 5px 5px 5px 20px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	background: #e6e6e6 url('../../images/rightarrow_dots.gif') center left no-repeat;
	white-space: nowrap;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
}

.dtree .clip {
	overflow: hidden;
	background: none;
}

.dtree .clip .dTreeNode {
	background-color: #f1f1f1;
	padding: 3px 0px 3px 0px;
}

.dtree .clip .clip .dTreeNode {
	background-color: white;
	padding: 3px 0px 3px 0px;
}

a.nodeSel {
	text-decoration: underline;
}

