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

.dtree {
	font-size: 12px;
	background-color: #DDDDDD;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
}
.dtree img {
    border: 0px;
    vertical-align: middle;


}
.dtree a.node, .dtree a.nodeSel {
   white-space: nowrap;
    padding: 1px 1px 1px 1px;

}
.dtree a.nodeSel {
    font-style: italic;


}
.dtree .clip {
     overflow: hidden;
 



}
.dTreeNode {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B8B8B;
	margin-bottom: 2px;
	
}
