/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr?               |
|--------------------------------------------------*/

.dtree {
	font-family:Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0066CC;
	white-space:nowrap;
	text-align:left;
	width:96%;
	overflow:visible;
	margin:0px 2% 0px 2%;
	background-color:inherit;
}

.dTreeNode{
	 width:100%;
	 height:18px;
	 vertical-align:middle;
	 margin-bottom:0px;
}

.dtree img {
	border:0px;
	vertical-align:middle;
	margin:0px 4px 0px 0px;
}
.dtree a {
	color: #0066CC;
	text-decoration: none;
	background-color:inherit;
}
.dtree a.node, .dtree a.nodeSel {
	color:inherit;
	background-color:inherit;	
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color:#000;
	background-color:inherit;
	/*text-decoration: underline;*/
}
.dtree a.nodeSel {
	background-color: inherit;
}
.dtree .clip {
	overflow: hidden;
}

.item {
	position: relative;
	background-color: inherit;
	color:inherit;
	margin-bottom: 0px;
	margin-top: -7px;
}
.item a {
	color:#0066CC;
	background-color:inherit;
}
.item a:hover {
	color: #000000;
	background-color: inherit;
}
.item h4 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #000000;	
	background-color:inherit;
}
.item p {
	font-size: 0.9em;
	text-align: justify;
	margin: 0 0 0 0;
}