html 
{
	max-height:100%;
	overflow:hidden;
}

body
{
	margin: 2px;	
	overflow:hidden;
}

a
{
	Color: #336699;	
}

#annotation
{
    position:absolute;		
    top:10px;
    left:425px;    
    z-index: 2002;
}

#spinner
{
	position:absolute;
	
	display: none;
	width: 54px;
	height: 55px;
	background-image:url(../images/gfx2/spinner.gif);	
}



body
{
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;	

}

#mapContainer
{
	position:relative;
	width:100%;
	height: 100%;
	background-color:White;
	/*border:1px solid Black;	*/
	z-index:1;
}

div.mapController
{
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0px;
    left: 0px;
    z-index: 2000; 
    background-color: Transparent;	    
	overflow:hidden; /* fjernet utflyting av hotspots. */
}

#veMap
{
	z-index:2001;
}

div.map
{
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0px;
    left: 0px; 
    background-color: Transparent;
}

#minimapContainer
{
	position: absolute;
	top:10px;
	right:10px;
	background-color: #efeff1;	
	z-index: 2002;
	width:208px;
}

.middle
{
	text-align: center;
	vertical-align: middle;	
}

.orientation
{
	margin: 2px;	
	border: 2px outset;
	cursor: pointer;
}

.selectedOrientation
{
	border: 2px inset;
}

#minimapResizePlaceholder
{
	text-align:right;
	vertical-align: bottom;
	z-index: 1;	
}

