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

/* --- Modifications for p.mapper by Armin Burger ---*/

#dtreequeryresult {
	overflow: hidden;
	height:100%;
}

.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
    vertical-align: middle;
    padding-left: 2px;
	background-color: #fbfbfb;
	overflow: hidden;
}


.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #0000ff;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	color: #000000;
	white-space: nowrap;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	text-decoration: underline;
}

.dtree a.nodeSel {
	color: #000000;
	background-color: #c0d2ec;
}

.dtree a.nodeurl {
	color: #000080;
}

.dtree a.nodeurl:hover, a:hover {
	text-decoration: underline;
}

.dtree .clip {
    overflow: visible;
}

.dtree input {
	border: 0px;
	vertical-align: middle;
}


.maingrp {
    font-weight: bold;
    padding: 1px 3px 1px 3px;
}


/* Color for visible layers */
.vis {
    color: #000000;
    padding: 1px 1px 1px 1px;
}

/* Color for unvisible layers */
.unvis {
    color: #999999;
    padding: 1px 1px 1px 1px;
}

.qcell {
	float:left;/*fix for  buggy browsers*/
	display: table-cell;
	padding: 0px;
	width: 100px;
	overflow: hidden;
	vertical-align: bottom;
}
.qrow {
	display: table-row;
	vertical-align: bottom;
}

.qcname {
	font-style: italic;
}

.qcname a {
	color: #ff0000;
}

.wms_title {
	color: #008040;
	font-weight: bold;
	size: 40;
}
