html, body {
	width: 100%;
	height: 100%;
	visibility: hidden;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1px;
}

h1 {
	color: rgb(45,70,10);
	font-size: 16px;
	margin-top: 2px;
}

#maptitle {
	position: absolute;
	width: 350px;
	top: 20px;
	background-image: url(../img/bg-white-60.png);
	padding: 4px;
}

#maptitle img {
	float: right;
}

#mapclogo {
	position: absolute;
}

.infowindow p {
	margin-bottom: 5px;
}

.infowindow ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}

.infowindow ul li {
	margin: 2px 0;
}

#legendimages img {
	visibility: hidden;
	height: 0px;
}

#legend div {
	visibility: hidden;
	height: 0px;
}

.legendicon {
	vertical-align: text-top;
	margin-right: 3px;
}

/* @group OL overrides */

.olControlAttribution {
    font-size: x-small !important; 
}

/* @end */

/* @group GeoExt overrides */

.gx-popup.x-window-body {
	padding: 6px;
}

.gx-popup.x-window-body img {
	margin-top: 6px;
}

.mapc-popup-bodytitle {
	font-weight: bold;
}

/* @end */


