/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr?              |
|--------------------------------------------------*/

.dtree {
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	height:12px;
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	height:12px;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	height:12px;
	color: gray;
	text-decoration: none;
}
.dtree a.nodeSel {
	height:12px;
	background-color: #f0f0f0;
}
.dtree .clip {
	overflow: hidden;
}


.dtreeSub {
	padding:0px;
	margin-bottom:20px;
	border:1px solid #d1d1d1;
}
.topTable {
	height:30px;
	text-align:left;
	margin-bottom:2px;

}
.topTable span {
	height:20px;
	display:block;
	padding:10px 10px 0 10px;
	font-size:11px;
	border-bottom:1px solid #d1d1d1;
}
.menuTable {
	padding:10px 0 0 10px;
}
.menuRight {
	display:block;
	width:100%;
	height:10px;
}