/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/


.dtreetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	white-space: normal;
	background-color: #EBF1D4;
	width: 580px;
	text-decoration: none;
	align: left;
}

.dtree2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595959;	
	background-color: #EBF1D4;
	m-argin-left:25px;
	white-space: normal;
}

.dtree2 img {
	border: 0px;
	vertical-align: middle;
}

.dtree2 a {
	font-size: 9px;
	text-decoration: none;
	background-color: #EBF1D4;
	color: #595959;		
	white-space: normal;
}

.dtree2 a:hover {
	font-size: 9px;
	background-color: #EBF1D4;
	color: black;		
	text-decoration: underline;
	white-space: normal;
}

.dtree2 a.node, .dtree2 a.nodeSel {
	padding: 1px 2px 1px 2px;	
}

.dtree2 a.node:hover, .dtree2 a.nodeSel:hover {
	color: #595959;
	text-decoration: underline;
}

.dtree2 a.nodeSel {
	white-space: normal;
}

.dtree2 .clip {
	overflow: hidden;
}


.dtree3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #595959;	
	background-color: #EBF1D4;
	m-argin-left:25px;
	white-space: normal;
}

.dtree3 img {
	border: 0px;
	vertical-align: middle;
}

.dtree3 a {
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	background-color: #EBF1D4;
	color: #595959;		
	white-space: normal;
}

.dtree3 a:hover {
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	background-color: #black;
	color: #595959;		
	white-space: normal;
	text-decoration: underline;
}

.dtree3 a.node, .dtree3 a.nodeSel {
	padding: 1px 2px 1px 2px;	
}
.dtree3 a.node:hover, .dtree3 a.nodeSel:hover {
	color: #595959;
	text-decoration: underline;
}

.dtree3 a.nodeSel {
	white-space: normal;
}

.dtree3 .clip {
	overflow: hidden;
}


