html, body { height:100%; }

body { background-color: #eee; margin: 0px; } 
body, tr, td, select, input { font-family: verdana, sans-serif; font-size: 10px; color: #111; font-weight: normal; }

a, a:visited { color: #a00; }

#map
{
	position: absolute; 
	width: 100%;
	top: 0px;
	bottom: 0px;
	height: 100%;
	background-color: #fff;
}

#panels
{
	position: absolute;
	top: 8px;
	left: 53px;
}

#panel, #mapmakerPanel
{
	position: relative;
	float: left;
	opacity: 0.9;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	border: 1px solid #000;
}

#panel
{
}

#mapmakerPanel
{
	display: none;
	left: 9px;
	max-width: 160px;
}

#closeMapmaker
{
	float: right;
}	

#closeMapmaker a
{
	text-decoration: none;
}

#step3, #step4, #step5, #step6
{
	display: none;
}


.paneltitle
{
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
	color: #aa0000;
	text-align: center;
}

#maptype
{

}

#background
{

}

#context
{

}


#spinner
{
	float: right;
	display: none;
}

#permalinkP
{
	position: absolute;
	bottom: 11px;
	right: 0px;
	width: 60px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #000;	
	padding: 0px 10px;
}

#permalinkP A
{
	float: right;
}

#lowZoomWarningPanel
{
	background-color: #f33;
	display: none;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	margin-top: 10px;
}

.title
{
	font-weight: bold;
	color: #aa0000;
}

.options
{
	padding-bottom: 10px;
}

#splash
{
	position: absolute; 
	margin: 0 auto; 
	top: 200px; 
	left: 0; 
	right: 0; 
	text-align: center; 
	border: 1px solid black; 
	padding: 10px; 
	width: 500px; 
	background-color: white;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div.olControlAttribution {
	bottom: 0;
	right: 0;
	padding: 2px 5px;
	font-family: verdana;
	font-size: 10px;
	background-color: white;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

div.olControlAttribution a {
	color: black;
	font-weight: bold;
}

