/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
	white-space: nowrap;
	min-height: 150px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
	display: inline-table;
}

.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.node, .p_node, .nodeSel, .p_nodeSel{
	margin:0;
	padding:0;
}

.dtree a.p_node, .dtree a.p_nodeSel {
	font-size: 11px;
	white-space: nowrap;
	padding:0;
}
.dtree a.p_node:hover, .dtree a.p_nodeSel:hover {
	font-size: 11px;
	color: #ff6600;
	text-decoration: underline;
}
.dtree a.p_nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
.dtree .dTreeNode{
	padding-bottom:5px;
}
