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

.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
}
.tree img {
	border: 0px;
	vertical-align: middle;
}
.tree a {
	color: #333333;
	text-decoration: none;	
}

.tree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 3px 5px 3px 2px;
	line-height: 25px;
}

.tree a.node:hover, .dtree a.nodeSel:hover {
	color: #993800;
	text-decoration: underline;
}
.tree a.nodeSel {
	background-color: #c0d2ec;
}
.tree .clip {
	overflow: hidden;
}
.error {
	font-weight:bold;
	font-size:14px;
	color:red;
}