/**
 * CSS for GUI Containing Ajax Map
 *
 * @package AjaxMaps
 * @author  Arnd Beyer, arnd.beyer@wmdata.fi
 * @copyright WM-data Novo 2006
 * @version $Id: settings.php,v 1.0 2005/07/26 12:44:42 arnd Exp $
 */

body {
	margin:0;
    font-family: Arial;
    font-size: 0.8em;
    background-color: #ffffff;
}

img{
border:0;
}

form{
	margin:0px;
	padding:0px;
}

#main_page
{
width:100%;
float:left;
margin-bottom:5px;
}


#header{
	margin: 0;
	padding:0;
	width: 100%;
	height:18px;
	float: left;
	overflow: hidden;
	border-bottom:groove;
    border-bottom-color:#FFFFFF;
    border-bottom-width:2px;	
    vertical-align: middle;
	background-color:#7c9dae;
}

#headerLine{
   margin:0px;
   border-width:0px;
   width:85%;
   height:100%;   
   vertical-align: middle;
   background-color:#7c9dae;
   float:left;
   border-right:groove;  
   border-right-color:#FFFFFF;
   border-right-width:2px
}

#headerLanguages{
   margin:0 0 0 85%; 
   vertical-align: middle;     
   border-width:0px; 
   background-color:#7c9dae;
   height:100%;  
   text-align:center;  
}

a.headerLanguage,
a.headerLink{  
   margin: 0; 
   padding: 0;
   font-weight: bold;
   color:#ffffff; 
}



#header_image{
	width: 100%;
	height:108px;
    float:left;
background-color: green;
	overflow: hidden;
	background-repeat: no-repeat;
	border: 0px solid green;
	background-color: #7394a5;   
}


#page_left_area{
	margin-top: 0px;	
	width: 230px;
	overflow: hidden;	z-index:5;
	border: 0px solid red;
	overflow:visible;	
}
td.left{
	width: 230px;
	vertical-align:top;
	
}

td.right{
	vertical-align:top;	
}

#page_right_area{
	margin-top: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid red;	
	overflow:hidden;
}

#footer{	
	clear:both;
	width: 100%;
	height:26px;
	overflow: hidden;	
    background-color: #7b9cad;
	
}

#footer_main{	
	height:100%;	
	float:left;
}

#footer_buttons_bar
{
	
	float:right;	
    height:100%;	  
	background-color:#4b738d;		
}


.footer_button{		
	height:100%;
	float:left;
	vertical-align:middle;
	text-align:center;		
	padding-left:5px;
	padding-right:5px;
	border-top:2px solid #dce6e5;
	border-left:2px solid #dce6e5;		
	font-weight: bold;
    color:#faf8eb;	
}

#MapArea
{
  position: relative;
  padding: 0;
  margin:0;
  width: 600px;
  height: 380px;
  border: 0px solid #8d8d8d;
}

div.MapStyleArea{
   margin: 0;
   padding-left: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   font-weight: bold;
}




#mapLayerMenu{
   margin: 0;
   padding: 0;
   width:250px;
   position: absolute;
   top: 0px;
   right: 0px;
   left:auto;
   cursor: default;
   border: 0px solid black;
   z-index:202;
}

#mapLayerMenuTitle{
   
   margin: 0;
   padding: 0;
   width:100%;
   height:20px;
   /*font-weight: bold;
   color:#1e0284;
   background-color: #c7d2e8;*/
   background-color:#7c9dae;
   /*border: 1px solid #c7d2e8;*/
   border: 1px solid #4b738d;
}



div.mapLayerMenuListShown,div.mapLayerMenuListHidden{
   margin: 0;
   padding: 0;
   background-color: #eaf2fa;
   color:#1e0284;
   border: 1px solid #c7d2e8;
   width:100%;
   overflow-y:auto;
}

div.mapLayerMenuListHidden{
   filter: alpha(opacity='60');
   opacity:0.4;
   zoom: 1;
}

div.MapLayerMenuListItem{
   display:block;
   border: 1px solid black;
   color: #4B738D;
}

div.MapLayerMenuListItem div.MapLayerMenuListItem{
   display:block;
   padding-left:15px;
   border: none;
   color: #4B738D;
}

div.DestinationMenuListItem div.DestinationMenuListItem{
   display:block;
   padding-left:15px;
   border: none;
   color: #4B738D;
}

div.MapLayerMenuListItemInvisible{
   display:none;
   border: 1px solid black;
}

div.MapLayerMenuListItemVisible div.MapLayerMenuListItemVisible{
   display:block;
   padding-left:15px;
   border: none;
}


div.MapLayerPrioSelect{
	width:13px;
	height:13px;
	background-image:url(../image/up.gif);
	background-repeat: no-repeat;
	background-position:center;
}

div.MapLayerPrioSelected{
	width:13px;
	height:13px;
	background-image:url(../image/up_red.gif);
	background-repeat: no-repeat;
	background-position:center;
}

div.toggleButtonPlus{
   background-image: url(../image/plus.png);
   background-position:left;
   background-repeat: no-repeat;
   width:12px;
   height:12px;
}
div.toggleButtonMinus{
   background-image: url(../image/minus.png);
   background-position:left;
   background-repeat: no-repeat;
   width:12px;
   height:12px;
}


td.menuItem{
	text-align:left;
}

td.toggleButton{
   width:12px;
}

td.mapLayerInput{
   width:10px;
   height:10px;
}


#destinationMenuArea{
   margin: 0;
   padding: 0;
}

#destinationMenuAreaTitle{
   margin: 0;
   padding: 0;
   padding-top: 2px;
   height:20px;
   background-color:#7c9dae;
   border-top: 2px solid #4b738d;
}

#destinationMenuAreaList{
   margin-top: 0px;
   padding: 0;
   padding-top: 0px;
   color:#4b738d;
   background-color: #ffffff;
}

.destinationMenuAreaList_scroll{
   background-color: #ffffff;
   height:300px;   
   overflow:auto;
}



#nameSearchArea{
   margin-top: 10px;
   padding: 0;
   padding-top: 2px;
   color:#4b738d;
}

#nameSearchAreaTitle{
   margin-top: 0px;
   padding: 0;
   padding-top: 2px;  
   height:20px;
   background-color:#7c9dae;
   border-top: 2px solid #4b738d;
}

#nameSearchAreaList{
   margin-top: 0px;
   padding: 0;
   padding-top: 2px;
   color:#0232a1;
   color:#4b738d;
   background-color: #ffffff;
}

.nameSearchListImage{
	margin-right:5px;
}

#nameSearchCategories{
	padding-bottom:3px;
}

#nameSearchCoordRestriction{	
	margin-left:5px;
    margin-right:15px;	
	border-top:1px dashed #4b738d;	
}
#nameSearchCoordRestrictionTxt{
	margin-top:-8px;
}

#coordSearchArea{
   margin-top: 10px;  
   padding: 0;
   border: 0px solid #000000;
   border-top: 2px solid #0232a1;
   border-top: 2px solid #4b738d;
   background-color: #ffffff;
}

#coordSearchAreaTitle{
   padding: 0;
   padding-top: 2px;   
   height:20px;
   background-color:#7c9dae;
   
}

#coordSearchAreaContent{
   padding: 0;
   background-color: #ffffff;
   color:#4b738d;
   
}

#coordArea{
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   background-color: #ffffff;
}

#coordInputWgsD{
display:none;
}

#coordInputWgsDM{
display:none;
}

#coordInputWgsDMS{
display:none;
}

td.coordName{
  color:#0232a1;
}

td.coordInput{
   padding-left:15px;
   white-space:nowrap;   
}

input.coordInput{   
   width:90px;

}

input.coordInputLat{   
   width:20px;

}

input.coordInputLon{   
   width:20px;

}

input.coordInputMS{   
   width:50px;
}


input.coordInputM{   
   width:20px;
}

input.coordInputS{   
   width:50px;
}

#search_button{
	background-repeat: no-repeat;
    background-image: url(../image/btn_bg.gif);
    background-color: #ffffff;
	color:#FFFFFF;
	font-weight:bold;
	
}


#search_name{
	width: 120px;
}

#searchListEmptyButton{
	background-repeat: no-repeat;
    background-image: url(../image/btn_bg.gif);
    background-color: #ffffff;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	/*font-weight:bold;*/	
}

.infoPicture{	
	float:right;
	margin-right:5px;	
}

.titleText{
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	margin-left:5px;
}


.infoBoxDiv{
	position:absolute;
	display:none;	
	overflow:hidden;	
	color:black;
	z-index: 210;	
	border:2px solid #7394a5;
	background-color: #FFFFFF;
	width:500px;
	height:150px;
}

.infoBoxDivHeader{
	overflow:hidden;
	width:100%;
	height:15px;
	display:block;
	background-color:#7c9dae;
	}
	
.infoBoxDivClose{
	height:100%;
	margin-right:20px;
	float:right;	
	color:#FFFFFF;
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
}

.infoBoxDivTxt{
	margin-left:5px;
	height:100%;	
	float:left;			
	color:#FFFFFF;
	}	

.infoBoxDivBody{
	padding-left:5px;		
	/*Opera doesn't understand syntax overflow-y, so for that reaseon first must be defined general overflow's attribute*/
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:visible;
	height:135px;	
}

#Mapfooter{
	width:100%;
	height:25px;
    margin-top:2px;
	color: #808080;
	background-color: #ffffff;	
}


.chooseScale{
margin-left:5px;
}
	  
select.zoomLevel{
margin-left:10px;
padding-left:5px;
}	  


#newsArea{
   margin-top: 10px;
   padding: 0;
   padding-top: 2px;
   border: 0px solid #000000;
}

#newsTitle{
   margin-top: 0px;
   padding: 0;
   padding-top: 2px;
   font-weight: bold;
   color:#000000;
   background-color: #ffffff;
   border-top: 0px solid #0232a1;
}

#newsContent{
   margin-top: 0px;
   padding: 0;
   padding-top: 2px;
   color:#000000;
   background-color: #ffffff;
}


.hiddenDivForBoxes{
	overflow:hidden;
	width:85%;
	height:550px;		
	position:absolute;
	left:50px;
	top:100px;	
	background-color:#FFFFFF;
	border:2px solid #4b738d;
	z-index: 999;
}

.hiddenDivHeader{
	overflow:hidden;
	width:100%;
	height:25px;
	display:block;
	background-color:#7c9dae;
}
	
.hiddenDivHeaderClose{
	height:100%;
	margin-right:20px;
	float:right;
	font-weight:bold;
	color:#FFFFFF;	
	font-size:small;
	text-decoration:underline;
}


.hiddenDivHeaderTxt{
	margin-left:5px;
	height:100%;	
	float:left;		
	font-weight:bold;
	font-size:larger;
	color:#FFFFFF;
	}	

.hiddenDivBody{
	padding:0 10px 30px 5px;
	/*Opera doesn't understand syntax overflow-y, so for that reaseon first must be defined general overflow's attribute*/
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:visible;
	height:495px;	
}

.achorHiddenDiv{
	position:absolute;
}

h1.hiddenDiv{
	font-weight:bold;
	color:#4b738d;	
 	}
	
h2.hiddenDiv{	
	font-weight:bold;
	color:#4b738d;	
 	}

p.hiddenDivBasic{
	color:#4b738d;
}

p.hiddenDivSmall{	
	font-style:italic;
	color:#4b738d
}

.copyTxt{
	padding-left:100px;	
	align:right;
	color:#c6d0dc;
	font-size:x-small;
}

#poiArea{
   margin: 0;
   padding: 0;
   padding-left: 10px;
   font-weight: bold;
}




/*
Popup. override styles from NAviciAjaxApi.css
*/


 /*
 .map_popup{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;		
    width: 207px;
    height: 207px;
}

.map_popup_background{
	display:none;
	}
.map_popup_window{
    position: absolute;
    top: -4px;
    left: -4px;		
	width: 200px;
    height: 170px;
    background-color: #ffffff;
	margin: 0;
    padding: 0;
	overflow: hidden;
	border: 2px outset gray;
}
*/


.map_popup_pinopen,
.map_popup_pinclose{
	background-image: url("images/pin_open.gif");
    background-repeat: no-repeat;
    background-position: top left;
	position: absolute;
    top: 1px;
    left: 150px;		
	width: 14px;
    height: 14px;
	margin: 0;
    padding: 0;
}
.map_popup_pinclose{
	background-image: url("images/pin_closed.gif");
}

.map_popup_close{
	background-image: url("images/close_small.gif");
    background-repeat: no-repeat;
    background-position: top left;
	position: absolute;
    top: 1px;
    left: 165px;		
	width: 14px;
    height: 14px;
	margin: 0;
    padding: 0;
}

.map_popup_header{
  	position: relative;
    top: 0px;
    left: 0px;
  	color: #ffffff;
	font-weight: bold;
	/*background-color: #1e0284;*/
	background-color:#4b738d;
	/*width: 100%;*/
	margin: 0;
    padding: 0;
	overflow: hidden;
	border: none;	
}

.map_popup_infoarea{
	position: relative;
    top: 0px;
    left: 0px;
    height: 163px;	
	overflow: auto;
    border: none;
    background: #ffffff;
	color:#4b738d;
}

#popUpDiv{
	width:150px;
	border:1px solid #4b738d;
	color:#4b738d;
	background-color:#FFFFFF;
	padding:3px;
}

.poi_popup{
    position: relative;
    border: none;
	padding-bottom: 1em;
	padding-top:3px;
	padding-right:3px;
	
}

.poi_popup_head{
	font-weight: bold;
	margin: 0px;
	padding-left: 3px;	
	color: #ffffff;
	/*background-color: #c7d2e8;  3584ad*/ 
	background-color: #7b9cad;
}

.poi_popup_text{
	color:#4b738d;
}
.poi_popup_definition{
	color: #ff0000;
}
.poi_popup_restriction{
	color: #ff0000;
}


.poi_popup_coordinate{
	color:#4b738d;
}

.poiPopupCoords{
 white-space:nowrap;
}


.print_papersize{
	margin: 0;
	padding: 0;
	margin: 0.1em;
	margin-bottom:0.4em;
	padding:0.2em;
/*	border: 1px ridge #aaaadd;*/
}




.pseudobutton, .pseudobuttonBlue, .pseudobuttonBlueOff{
    padding: 2px;
    background-color: green;
    color: #ffffff;
    text-decoration: none;
    font-size: 80%;
    border: 2px outset  gray;
}

.pseudobuttonBlue{
    border-style: inset;
    background-color: #0000ee;
}

.pseudobuttonBlueOff{
    background-color: #0000aa;
}

.pseudobuttonBlueOff:hover{
    background-color: #0000ee;
    border-style: inset;
}

.pseudobutton:hover{
    background-color: #00aa00;
    border-style: inset;
}


ul#pois{
	list-style: none;	
	padding: 0;
	padding-top: 1em;
	margin: 0;
}

ul.pois_subcategories{
	list-style: none;	
	padding: 0;
	margin: 0;
	margin-left: 1em;
}

.map_printmenu_item_text{
    width:130px;	
    color: #FFFFFF;
	font-weight: bolder;
	vertical-align:middle;
	text-align:center;
}
.map_printmenu_item_bg
{
	opacity: 0.8;
 	filter: alpha(opacity='80');
    width:130px;	
}

.map_printmenu{
	left: 10px;
    bottom: 122px;	
}

.map_printmenu_dialog{
    left: 140px;
    bottom: 80px;

 }


div.map_printmenu_dialog form div{
display:inline;
}

div.print_papersize form div{
display:block;
}


.map_buttons_menu
{
	 position: absolute;
	 left: 10px;
     bottom: 0px;	 
	 top:auto;
	 width:auto;
	 margin:0px;
	 margin-top:0px;
	 padding:0px;	 	 
	 background-color:transparent;
	 z-index:250; 
}


.map_menu_item
{	
	background-color: transparent;
	height:22px;
	margin:0px;
	margin-bottom:2px;
	position:relative;
	width:100px; 
	/*z-index:251;*/  
}

.blurmap_div_item_bg{	
	
	opacity: 0.8;
 	filter: alpha(opacity='80');	
	width:130px;
	background-color: transparent;
    background-image: url("images/menu_background.gif");
    background-repeat: no-repeat;
    background-position: center;
	border:medium none;    
	height: 22px;
	left: 0px;
	margin: 0;	
    position: absolute;
    top: 0px;
	/*z-index:252;*/   
}

.blurmap_div_item_text
{
	color: #ffffff;
	font-weight: bolder; 
	vertical-align:middle;
	text-align:center;	
	width:130px;
	background-color:transparent;
	border:medium none;
	cursor:pointer;	
	height:22px;
	left:0px;
	margin:0pt;
	padding:0pt;
	position:absolute;
	top:0px;
	/*z-index:253;*/
}


.indexmap_image_zoomframe,
.indexmap_image_moveframe
{
	background-color:#7c9dae;	
	opacity:0.2;
	filter: alpha(opacity='20');
	border-color:black;
	
}

.measureDistLineMarkerDiv{
	position:absolute
	/*background-color: red;
	width: 100px;
	height: 1000px;*/
}

div.MapLayerMenuListItem{
   color: #4B738D;
}

div.MapLayerMenuListItem div.MapLayerMenuListItem{
   color: #4B738D;
}

.map_popup{
	;
}

.map_popup_background{
	
}
table.footer{
	vertical-align: top;
	border:0px;
	margin:0px;
	padding:0px;	
}

td.mousePosition{
	vertical-align: top;
	width:585px;
	/*background-color: red;*/
}