/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003876;
	white-space: nowrap;
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	
}
.dtree a:link {
	color:#003876;
	text-decoration: none;
	
}
.dtree a:visited {
	color:#0157B6;
	text-decoration: none;
}
.dtree a:hover{
	color:#EEA60C;
	text-decoration: none;
}

.dtree .clip {
	overflow: hidden;
	
}
.dTreeNode a:link {
	white-space: nowrap;
	
}

.dTreeNode a:visited {
	color: #0157B6;

}

.dTreeNode a:hover {
	color: #EEA60C;
	text-decoration: underline;

}

.dTreeNode .nodeSel a {
	background-color: #EEA60C; padding:0 2px;
	
}

.dTreeNode .nodeSel a:link {
	white-space: nowrap;
	background-color: #EEA60C; padding:0 2px;
	
}

.dTreeNode .nodeSel a:visited {
	background-color: #EEA60C; padding:0 2px;

}

.dTreeNode .nodeSel a:hover {
	background-color: #EEA60C; padding:0 2px;
	text-decoration: underline;

}

