/*--------------------------------------------------|
| dtree0 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree0 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree0 img {
	border: 0px;
	vertical-align: middle;
}
.dtree0 a {
	color: #333;
	text-decoration: none;
}
.dtree0 a.node, .dtree0 a.nodeSel {
	font-size: 11px;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree0 a.node:hover, .dtree0 a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree0 a.nodeSel {
	background-color: #c0d2ec;
}