#map 
{
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	position: absolute;
	background-color:#0099FF;
}
body 
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#links 
{
	background: white;
	foreground: black;
	padding: 2px;
	z-index:1000;
	width: 33%; 
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: 0.8em;
	text-align: left;
	position: absolute;
	bottom: 0.2em;
	width: 33%;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
}

.olControlAttribution
{
	font-size: 7pt; 
	padding: 2px;
	z-index: 1000;
	bottom: 0.2em !important;
	overflow: hidden;
	background-color:#FFFFFF;
	color: black;
	width: 45%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-align: right;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
 }
	 
#permaedit 
{
	right: 3px;
	bottom: 3em;
	display: block;
	position: absolute;
	font-size: smaller;
} 

.olPopup
{
	width:400px!important;
}

.olPopup h1
{
	color:red;
}
.olPopup img
{
	float:left;
	padding-right:5px;
	padding-bottom:50px;
}
.olPopupContent 
{
	font-size:8pt;
	padding:5px;
	overflow: auto;
	width:100%!important;
}   