/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/


.PublicMainText 
{
	font-size: 12px; 
	font-family: Verdana; 
	FONT-WEIGHT: normal; 
	color: #666666; 
	TEXT-DECORATION: none;
	
}


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin-bottom :5px;
	margin-top:5px;
	
	
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	margin-left:1px; 
	margin-right:7px; 
}

 .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px px 2px;
	color:red;
}

.dtree a.nodeSel:hover {
	color:red;
	text-decoration:none;
}

.dtree a.node:hover{
	color: #333;
	text-decoration: underline;
}

.dtree .clip {
	overflow: hidden;
}