/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: arial,helvetica, sans-serif;
	font-size: 11px;
      color: #666;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
      margin-right:2px;
      margin-bottom:3px;
}
.dtree a,  .dtree a:active{
	color: #000000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
      color: #000000;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	background-color: #CCCCCC;
	border: solid 1px #999999;
      text-decoration: none;
      color: #000000;
}
.dtree a.nodeSel {
	background-color: #FFFFFF;
	border: solid 1px #990000;
}
.dtree .clip {
	overflow: visible;
}


A.smallWhite{
	font:normal 95%;
	font-size:90%;
	text-decoration:underline;
	color:#FFFFFF;
	}
	
.smallWhite{
	font:normal 95%;
	font-size:90%;
	color:#FFFFFF;
}

input { 
 font-size: 100%; 
 font-family:verdana;
 border: 1px solid #666666; 
}