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

.dtree {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0761D4;
	width: 100%;
}

.dtree .dTreeNode a#sd0{
	font-weight: bold;
	line-height: 120%;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a ,
.dtree a:visited {
	color: #0659C4;
	text-decoration: none;
		font-size: 97%;
		font-weight: normal;
}

.dtree a.node, .dtree a.nodeSel {
	padding: 1px 2px 1px 1px;
	font-weight: normal;
	color: #0761D4;
	text-align:left;
	white-space: normal;
	
}
.dtree a.node:hover, .dtree a.nodeSel:hover {

	border-bottom: 1px dotted #74A721;
	color: Maroon;
}
.dtree a.nodeSel,
.dtree a.nodeSel:visited {
font-weight: normal;
	border-bottom: 1px dotted #74A721;
	color: #74A721;
}
.dtree .clip ,.dtree .clip a{
	overflow: hidden;
	font-size: 97%;
		font-weight: normal;
}