body {
    overflow: auto;
    font-family: Arial, Verdana,  Geneva, Helvetica, Futura, sans-serif;
}

div#spatial-web-map {
    margin: 0em;
    padding: 0em;
    height:100%;
    width:100%;
    background-color: blue;    
    /*visibility: hidden;*/ /*Removed by Ingemar Nilsson, after recommendation from Mats Olsson Carmenta*/
}

.rwcZoomControlOverlay
{
    display: none;
}

.rwcPanControlOverlay
{
    display: none;
}



/*added by ingemar Nilsson*/
.rwcScaleBar
{
	vertical-align:top;
	position:absolute;
	left:105px;
	right:auto;
	top:10px;
	height:14px;
	font-size:12px;
	overflow:hidden;
	color: #095898;
	border: 2px solid #095898;
	border-top: none;
	padding-left: 2px;
}

/*added by ingemar Nilsson*/
.rwcScaleBarPrint
{
	vertical-align:top;
	position:absolute;
	left:10px;
	right:auto;
	top:10px;
	height:14px;
	font-size:12px;
	overflow:hidden;
	color: #095898;
	border: 2px solid #095898;
	border-top: none;
	padding-left: 2px;
}



div#window-box {
    position : absolute; 
    top : 5px; 
    right : 1px;
    bottom : 75px;
    padding: 0em;

    width : 259px;

    border-style : solid;
    border-width : 0px;
    border-color : #b0b0b0; 

    z-index : 1;
    visibility: visible;
    
    
    /* KrSa */
    /*height : 85%;*/
    overflow : auto;    
}

div.drawer-box 
{
    display: none;
}

.drawer-header 
{
    display: none;
}
.drawer-header-a 
{
    display: none;
}

img.drawer-header-a-img
{
   display: none;
}

.drawer-header-img 
{
    display: none;
}

.drawer-contents 
{
    display: none;
}

.spatialLink 
{
    text-decoration : underline;
}
.rwcMarker
{
	cursor:move;
}

.rwcInfoBox 
{
    position:absolute;
    visibility:visible;

    background: #ffffff;
    margin: 6px;
    padding: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    border-bottom: 2px solid #AAAAAA;
    border-right: 2px solid #AAAAAA;
/*
    font-family: Verdana, sans-serif;
*/
    font-size:12px;
    max-width: 400px;    
}

.rwcCameraInfoBox {
    position:absolute;
    visibility:visible;
    margin: 6px;
    padding: 6px;
    background: #ffffff;
    border-bottom: 2px solid #AAAAAA;
    border-right: 2px solid #AAAAAA;   
}

.rwcCameraInfoBox img 
{
	height : 288px;
	width  : 352px;
}

.rwcMiniMap
{
    padding:0px;
    margin:0px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:200px;
    height:200px;
    border:solid 2px #aaaaaa;
    overflow:hidden;
    z-index : 1;
    visibility: visible;
}

.rwcMapAreaRectangle
{
	background: none;
	border: 2px solid #084476;
	margin:0px;
	padding: 0px;
	position: absolute;
}

.rwcLookingGlass
{
	display: none;
}

.rwcMiniMapCloseBox
{
	display: none;
}

.rwcMimimizedMiniMap
{
	display: none;
}


.rwcNoPrint
{
	display: none;
}

.rwcPrintImage
{
	display: block;
}
