/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr?              |
|--------------------------------------------------*/

.dtree, 
.Custom_dTree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
}

.Custom_dTree .h1 {
	font-size: 13px;
	color: #007130;
	font-weight: bold; 
}

.dtree img, 
.Custom_dTree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a, 
.Custom_dTree  a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, 
.dtree a.nodeSel,
.Custom_dTree  a.node,  
.Custom_dTree  a.nodeSel
{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, 
.dtree a.nodeSel:hover,
.Custom_dTree a.node:hover, 
.Custom_dTree a.nodeSel:hover
 {
	color: #333;
	text-decoration: none;
    font-weight: bold; 
}
.dtree a.nodeSel,
.Custom_dTree a.nodeSel
 {
/* 	background-color: #c0d2ec; */
/* 	border:1px solid #c0d2ec; */
/* 	padding:2px 2px 0 2px; */
/* 	height:22px; */
/* 	font-color:#c0d2ec; */
    font-weight: bold;
}
.dtree .clip
.Custom_dTree .clip {
	overflow: hidden;
}

.Custom_dTreeNode {
	overflow: hidden;
	height:19px;
	width:100%;
}
.dTreeNode {
	overflow: hidden;
	height:22px;
	width:100%;
}


