/**
* $Date: 2009-05-18 13:42:06 +0200 (må, 18 maj 2009) $
* $Author: lars.huring $
* $Revision: 303 $
**/

/* map wrapper */
	
div#mapWrapper
{
	width: 100%;
	margin: 0;
	height: 402px;
	border-bottom: 2px solid #00578e;

	background: #ddd;
}

#map_container
{
	height: 402px;
	width: 100%;
}

#loader 
{
	margin: 0;
	padding: 4px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	position: absolute;
	top: 0;
	z-index: 200;
	display: none;
}

div.maptypeselect.active
{
	background-position: 0 -14px;
}
