* {
	padding: 0;
	margin: 0;
}
/*#map_header {
	width: 100%;
	height: 60px;
	background-image: url(/geoserver/www/images/map_header_v1b_bg_1x60.png);
	background-repeat: repeat;
	overflow: hidden;
}*/	
#map_header {
	width: 100%;
	height: 40px;
	background: #1b6b94;
	/*background-image: url(/geoserver/www/images/map_header_v1.1_bg_1x40.png);*/
	background-repeat: repeat;
	overflow: hidden;
}		
body {
	margin: 0;
}
#maps {
	height: 100%;
}

#text {
	position: absolute;
	bottom: 1em;
	left: 1em;
	width: 512px;
}
div.olControlMousePosition {
	color: #ffffff;
}

#data {
	float: right;
	width: 100px;

}
.panel { 
	float: left;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	border: 1px solid gray;
}
.featureInfoWrapper {
	font-family: Arial, sans-serif;
	font-size: 0.825em;
}
.featureInfoWrapper br {
	height: 0;
	display: inline;
}
caption.featureInfo {
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
h2 {
	font-size: 120%;
	line-height: 120%;				
}

/* -------------------------------------------
        AtlasLayerSwitcher settings 
----------------------------------------------*/
/* 
 Overall bounding div for the control
 */
.olControlAtlasLayerSwitcher {
	position: absolute;
    top: 0px;
    right: 0px;
    font-family: sans-serif;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: smaller; 
	background-color: #046e9c;
    color: white;  
	height: 100%;
	
    /*background-color: transparent;*/
}
.olControlAtlasLayerSwitcher .layerList {
	padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
	overflow: auto;
	/* had to set width/height to get transparency in IE to work.
        thanks -- http://jszen.blogspot.com/2005/04/ie6-opacity-filter-caveat.html */
	width: 30em;
    height: 100%;
}

.olControlAtlasLayerSwitcher  ul li {
	list-style-type: none;
}

.olControlAtlasLayerSwitcher  .showLayerSpan,.showItemInLegendSpan {
	padding-right: 2px;
}

.olControlAtlasLayerSwitcher .maximizeDiv {
	top: 5px;
    right: 0px;
}

.olControlAtlasLayerSwitcher .minimizeDiv {
	top: 5px;
    right: 30em;	/* match width of layerList*/
}
.olControlAtlasLayerSwitcher .baseLayerLabel {
	margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}
.olControlAtlasLayerSwitcher .baseLayers {
	padding-left: 10px;
}

/* -------------------------------------------
              AtlasLegend settings
----------------------------------------------*/
.olControlAtlasLegend {
    font-size: 0.9em; 
    left: 40px; 
    bottom: 4.5em; 
    position: absolute; 
    display: block;
	background-color: #ffffff;
	border: 1px solid black;
	padding: 3px;
}

.olControlAtlasLegend .header {
	font-weight: bold;
}

.olControlAtlasLegend .itemText {
	padding-left: 10px;
	font-size: 0.9em;
}

.olControlAtlasLegend .categoryText {
	
}

.olControlAtlasLegend .legendImage {
	padding-left: 10px;
}

