html, body 
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY 
{
   background-color: #fbf8c4;/* 6dda53; */
   margin: 0; 
}
/*
.olImageLoadError { 
    display: none;
}
*/

iframe img
{
	width: 100%;
}

#serverText, #wfsServerText, #serverSelect, #wfsServerSelect
{
	width: 500px;
}

#ControlPanel, #sidePanel
{
    min-width: 320px;
    width: 320px;
    text-align: left;
    vertical-align: top;
	border: 1px outset black;
	float: left;
	position: fixed;
	top: 2px;
	bottom: 2px; 
}

#sidePanel
{
	overflow: auto;
}

#sidePanel > input[type="radio"]
{
	display: none;
}

#sidePanel > label 
{
	padding: 5px;
	border: 1px solid #aaa;
	line-height: 28px;
	cursor: pointer;
	position: relative;
	bottom: 1px;
	background: #fff; 
} 

#sidePanel > input[type="radio"]:checked + label 
{
	border-bottom: 2px solid #fff;
}

#sidePanel > div
{
	border-top: 2px solid #aaa;
	padding: 4px;
	display: none;
}

#sidePanel > input:nth-of-type(1):checked ~ div:nth-of-type(1), #sidePanel > input:nth-of-type(2):checked ~ div:nth-of-type(2), #sidePanel > input:nth-of-type(3):checked ~ div:nth-of-type(3) 
{ 
	//display: block;
	//padding: 5px;
	//border: 1px solid #aaa;
}

#sidePanel > #tab_1c
{
	display: block;
}

.info
{
	background-color: white;
}

.info img
{
	width: 100%;
}

.centred  
{
    text-align: center;
}

.layer
{
    margin: 0px 0px 4px;
    padding: 0px;
    border-bottom: 1px solid;
}

.layerLine
{
    margin: 0 0 4px 0;
}

.layerListFolder
{
    /*margin: 5px 10px 5px 0;
    position: relative;*/
}

.movelayer
{
    text-decoration: none;
}

.moveLayer IMG
{
    border: 0;    
}

.showMapButton
{
   /*position: relative;
   bottom: 0;
    right: 0;*/
    1float: right;
}



#inputScale
{
    width: 120px;
}

#actions
{
    position: absolute;
    /* width: 300px; */
    margin: 0;
    width: 49%;
    padding-left: 1%;
    min-height: 100%;
    //padding-left: 10px;
    /* min-width: 400px; */
    //width: 50%;
    //height: 100%;
    border-right: 1px solid;
    border-top: 1px solid;
}

#Filtering input, #Filtering select, #Filtering button
{
	width: 100%;
} 

#layerExtentSwitcher
{
    width: 210px;
    display: none;
}

 #content
{
    position: absolute;
    left: 50%; 
    width: 50%; 
    min-height: 100%;
    padding: 10px;
    border: 1px solid;
    border-bottom: 0;
} 

#hideAuth
{
    display: none;
}

#LayerForFeatureInfo
{
    width: 210px;
}

.legendDiv
{
    overflow: auto;
	background-color: white;
}

#loginButton
{
    width: 70px;
    margin: 0 auto;
}

#loginDiv
{
    position: absolute;
    text-align: center;
    top: 10px;
    right: 66px;
}


#loginInput
{
    text-align: center;
}

#loginLabel
{
    position: absolute;
    top: 3px;
    left: 18px;
    z-index: 1;
    color: #ababab;
    font: 0.8em tahoma;
    width: 120px;
}

#loginForm
{
    margin: 0px 5px;
    float: left;
    position: relative;
    display: none;
}


#password
{
    text-align: center;
}

#passwordLabel
{
    position: absolute;
    top: 3px;
    left: 202px;
    z-index: 1;
    color: #ababab;
    font: 0.8em tahoma;
}

#serverForm
{
    padding-left: 1%;
}

#setUserExtent
{
    width: 120px;
    margin-left: 125px;
}

#setScale
{
    width: 90px;
}

#srs
{
    width:260;
}

#userExtent
{
    display: none;
}

#userExtentBottom
{
    width: 120px;
    margin-left: 125px;
}

#userExtentLeft
{
    width: 120px;
    margin-left: 10px;
}

#userExtentRight
{
    width: 120px;
    margin-left: 107px;
}

#userExtentTop
{
    width: 120px;
    margin-left: 125px;
}

#layersContainer
{
    display: none;
}

#langPanel A
{
    text-decoration: none;
}

#langPanel
{
	position: fixed;
	right: 10px;
	top: 10px;
    width: 52px;
    height: 29px;
	z-index: 1000;
}
#langPanel IMG
{
    border: 0;
}


/* Toolbar styles */
#toolbar {
    position: relative;
    padding-bottom: 0.5em;
    display: none;
	height: 25px;
}

#toolbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#toolbar ul li {
    float: left;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

#toolbar ul li a {
    font-weight: bold;
    font-size: smaller;
    vertical-align: middle;
    color: black;
    text-decoration: none;
}

#toolbar ul li a:hover {
    text-decoration: underline;
}

#toolbar ul li * {
    vertical-align: middle;
}

/* The map and the location bar */
#map {
    //clear: both;
    position: fixed;
	left: 324px;
	top: 2px;
	right: 2px;
	bottom: 45px;
    //width: 100%;
    //height: 100%;
    border: 1px outset black;
    background-color:white;
}

#footer
{
	position: fixed;
	bottom: 2px;
	height: 43px;
	left: 324px;
	right: 2px;
	border: 1px outset black;
}

.fullHeight
{
	height: 100%;
}

#wrapper {
    //width: 800px;
}

#location {
    float: right;
}

#options {
   position: absolute;
    left: 13px;
    top: 7px;
    z-index: 3000;
}

#options2 #output{
	main-width: 100px;
	float: right;
}

#previous_extent {
   position: absolute;
    left: 33px;
    top: 7px;
    z-index: 3000;
    height: 18;
    width:18;
}

#base_layer_extent {
   position: absolute;
    left: 53px;
    top: 7px;
    z-index: 3000;
    height: 18;
    width:18;
}

#next_extent {
   position: absolute;
    left: 73px;
    top: 7px;
    z-index: 3000;
    height: 18;
    width:18;
}

#panel {
    right: 0px;
    height: 30px;
    width: 200px;
}
#panel div {
    float: left;
    margin: 5px;
}

#export_buttons input
{
    width: 200px;
}

#TextFileLoad1
{
    width: 200px;
}



/* Styles used by the default GetFeatureInfo output, added to make IE happy */
table.featureInfo, table.featureInfo td, table.featureInfo th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    font-size: 90%;
    padding: .2em .1em;
}

table.featureInfo th {
    padding: .2em .2em;
    text-transform: uppercase;
    font-weight: bold;
    background: #eee;
}

table.featureInfo td {
    background: #fff;
}

table.featureInfo tr.odd td {
    background: #eee;
}

table.featureInfo caption {
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: .2em .2em;
}
