/*--------------------------------------------------|
| 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%;
         border-bottom: 1px solid #cadefa;
         height:16px;
         vertical-align:middle;
		 margin-bottom:0px;
}

.dtree img {
	border: 0px;
	vertical-align: middle;	
}
.dtree a {
	color: #333;
	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: #d90000;
	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:#0952a4;
	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;
}

