/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

/* --- Modifications for p.mapper by Armin Burger ---*/

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
    vertical-align: middle;
    padding-left: 2px;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #000000;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	text-decoration: underline;
}

.dtree a.nodeSel {
	background-color: #c0d2ec;
}

.dtree .clip {
    overflow: visible;
}

.dtree input {
	border: 0px;
	vertical-align: middle;
}


.maingrp {
    font-weight: bold;
    padding: 1px 3px 1px 1px;
}


/* Color for visible layers */
.vis {
    color: #000000;
    padding: 1px 1px 1px 4px;
}

/* Color for unvisible layers */
.unvis {
    color: #999999;
    padding: 1px 1px 1px 4px;
}