/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr               |
|--------------------------------------------------*/

/*body { 
	background-image:url(../images/body_bg.jpg);
	margin:0px;
	font-family: Arial , Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#006699;
	text-align:right;
	direction:rtl;
	}*/

.dtree2, .dtree {
	width:180px;
	float:right;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	white-space:normal;
	height:405px;
	padding:1px;
	direction:rtl;
	text-align:right;
  overflow: auto;
	}
	
.dtree {
	width:100%;
	height:auto;
	padding:0px;
	margin:0;
	}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree2 a {
	color: #fff;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree2 a.node:hover, .dtree a.nodeSel:hover {
	color: RGB(253,253,107);
	text-decoration: underline;
}
.dtree a.nodeSel {
	color: RGB(253,253,107);
	}
.dtree .clip {
	overflow: hidden;
}
