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

.dtree {
	
	font-size: 11px;	
	color: #005C24;
	text-decoration: none;
	overflow:auto;
	height:283px;
	width:218;
}
.dtree_img {
	border: 0px;
	vertical-align: middle;
}
.dtree_a {
	font-size: 11px;	
	color: #005C24;
	text-decoration: none;
	
}
.dtree_node, .dtree_nodeSel {
	font-size: 11px;	
	color: #005C24;
	text-decoration: none;
	
}
.dtree_node:hover, .dtree_nodeSel:hover {
	font-size: 11px;	
	color: #0085C2;
	text-decoration: none;
	
}
.dtree_nodeSel {
	font-size: 11px;	
	color: #0085C2;
	text-decoration: none;
	
}
.dtree_clip {
	overflow: hidden;
}
.dtreeNode{
	font-size: 11px;	
	color: #005C24;
	text-decoration: none;
	
}
.dtreeNode_noroot{
	display:none;
}
.dtree_td_align{
height:20;
	vertical-align: middle;
	
}