/*--------------------------------------------------|
| 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: 12px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #006699;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	width: 122px;
	height: 24px;
	text-indent: 8px;
	line-height: 24px;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #0066FF;
}
.dtree a.nodeSel {
	color: #0066CC;
}
.dtree .clip {
	overflow: hidden;
}