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

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-top:40px;
	font-size: 10px;
	color: #fff;
	white-space: nowrap;
	float: left;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #fff;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000;
	text-decoration: none;
}
.dtree a.nodeSel {
	color: #444;
}
.dtree .clip {
	overflow: hidden;
}
input {
font-family: Verdana, Helvetica;
	border: 1px solid #fff;
	color: #444444;
  background: #ddd;
	padding: 2px 5px 1px 5px;
	font-size: 11px;
	}
	
	select,option {
font-family: Verdana, Helvetica;
	border: 1px solid #fff;
	color: #444444;
  background: #ddd;
	padding: 2px 5px 1px 5px;
	font-size: 9px;
	}
	

	
textarea {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	border: 1px solid #fff;
	background: #ddd;
	color: #444444;
	padding: 2px 5px 1px 5px;
	width: 250px;
	}
	