html,body {
		margin:0 auto; 
		text-align:center;
		width: 100%;
		height: 100%;
		font: 100% Arial, Helvetica, sans-serif;
}

#wrapper{
	margin: 0 auto;
	padding: 0;

}


/* HEADER STYLES */
#header{
	min-height: 80px;
	color: #fff;
	text-align: center;
	background: url(../img/header_bg_border.png) repeat-x bottom, url(../img/header_bg.png) no-repeat left top;
	background-color: #7395a1;
}
#header a{
	color: #fff;
}


#logo{
	position: absolute;
	right: 1%;
	top: 0px;
}
#logo a{
	color: #FBFDFF;
	text-decoration: none;
}

#content_title{
	position: relative;
	margin:0 auto;
	color: #FBFDFF;
	font-size:1.1em; 
	font-weight:bold; 
	font-style: normal; 
	top: 25px;

}

.search_quick{
	position: absolute;
	right: 1%;
	top: 36px;
}
#search_string{
	margin: 0px 0px 0px 5px;
}


.search_advanced{
	position: absolute;
	right: 1%;
	top: 56px;
	z-index: 10;
}
.search_advanced a{
	color: #fff;
	font-size: 0.8em;
}
#searchOptionsLabel{
	font-variant: small-caps;	
	cursor: pointer;
}

#search_form_advanced{
	width: 30%;
	height: 80%;
	background:#fff;
	color:#333;
	opacity: 0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	position: absolute;
	top: 80px;
	right: 1%;
	z-index: 2000;
	border: 2px solid #777;
	display: none;
	text-align: left;
	padding: 20px;
	overflow: auto;
}

#search_results{
	position: relative;

}

.search_results_item a{
	color: #444  !important;
}
.search_results_item img{
	margin-right: 5px;
	vertical-align: middle;
}



#menubar{
	margin: 0 auto;
	text-align: center;
	display: block;
}
#menubar ul li{
	float: left;	
}

#globe_button{
	position: absolute;
	background: url(../img/icons/globe.png) no-repeat center;
	top: 85px;
	right:235px;
	height: 48px;
	width: 48px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
	z-index: 500;	
}
#globe_button:hover{
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#globe_menu{
	display: none;
	position: absolute;
	top: 130px;
	right:210px;
	width: 150px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	z-index: 500;
	background-color: #fff;
	text-align: left;
	border: 1px solid #224B91;
	-webkit-border-radius: 4px 4px 4px 4px; 
	-moz-border-radius: 4px 4px 4px 4px;  
	border-radius: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	max-height: 90%;
	overflow: auto;
}
.globe_menu_item{
	font-size:0.9em; 
	color: #224B91;
	background-color: #fff;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}
.globe_menu_item a{
	color: #224B91;
	font-weight: bold;
	text-decoration: none;
}
.globe_menu_item a:hover{
	color: #2D62C1;
	text-decoration: underline;
}

#context_button{
	position: absolute;
	top: 85px;
	right:180px;
	height: 48px;
	width: 48px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
	z-index: 500;	
}
#context_button:hover{
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#context_menu{
	display: none;
	position: absolute;
	top: 130px;
	right:160px;
	width: 10%;
	max-height: 90%;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	z-index: 500;
	background-color: #fff;
	text-align: left;
	border: 1px solid #224B91;
	-webkit-border-radius: 4px 4px 4px 4px; 
	-moz-border-radius: 4px 4px 4px 4px;  
	border-radius: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	overflow: auto;
}
.context_menu_item{
	font-size:0.9em; 
	color: #224B91;
	background-color: #fff;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}
.context_menu_item a{
	color: #224B91;
	font-weight: bold;
	text-decoration: none;
}
.context_menu_item a:hover{
	color: #2D62C1;
	text-decoration: underline;
}


#zoomin_button{
	position: absolute;
	top: 85px;
	right:125px;
	background: url(../img/icons/zoom_in.png) no-repeat center;
	height: 48px;
	width: 48px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
	z-index: 500;
	
}
#zoomin_button:hover{
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#zoomout_button{
	position: absolute;
	top: 85px;
	right:70px;
	background: url(../img/icons/zoom_out.png) no-repeat center;
	height: 48px;
	width: 48px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
	z-index: 500;
}
#zoomout_button:hover{
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#reset_button{
	position: absolute;
	top: 85px;
	right:15px;
	background: url(../img/icons/reset.png) no-repeat center;
	height: 48px;
	width: 48px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
	z-index: 500;
}
#reset_button:hover{
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#fullscreen_button{
	position: absolute;
	top: 85px;
	right:0px;
	background: url(../img/icons/full_screen.png) no-repeat center;
	height: 48px;
	width: 48px;
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor: pointer;
	z-index: 500;
}
#fullscreen_button:hover{
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* END HEADER STYLES */



 #content { 
	width:100%; 
	min-height: 300px; 
	margin:0 auto; 
	border:0; 
	z-index:0;
	/*background-color: #ADD8E6;*/
	background-color: #fcfcfc;
 }

 #overview{
 	z-index: 1000;	
	margin:0 auto;
	position: absolute;
	display: none;
	left: 0;
	background-color: #fff;
 }
 #overview_img{
 	width: 100%;
 }
 
  #cover{
 	z-index: 20000;	
	margin:0 auto;
	padding: 0;
	border:0;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
 }
 #cover_img{
	margin:0 auto;
	padding: 0;
	border:0;
 }
 
#footer{
	min-height: 20px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: url(../img/footer_bg_border.png) repeat-x top;
	background-color: #4e6b72;
}
#footer a{
	color: #fff;
}


.footer_item{
	display: inline-block;
	margin: 0px 30px 4px 10px;
	font-size: 0.7em;
}

	 /* HELP */
	#help{
		position: absolute;
		top: 20%;
		left: 25%;
		width: 50%;
		min-height: 40%;	
		font-size: 1em;
		margin: 0 auto;
		padding: 10px;
		border: 2px solid #ccc;
		-webkit-border-radius: 6px 6px 6px 6px; 
		-moz-border-radius: 6px 6px 6px 6px;  
		border-radius: 6px 6px 6px 6px; 
		background-color: #fff;
		display: none;
		z-index:2000;
		text-align: left;
	}	
	.help_text{
		font-size: 0.9em;
		margin-top:5px;
	}	 


	.close_button{
		width: 13px;
		height: 13px;
		border: 1px solid #ddd;
		background-color: #f1f1f1;
		-webkit-border-radius: 1px 1px 1px 1px; 
		-moz-border-radius: 1px 1px 1px 1px;   
		border-radius: 1px 1px 1px 1px; 
		text-align: center;
		font-weight: bold;
		font-size: 0.9em;
		padding: 0px 2px 3px 1px;
		position: absolute;
		right:4px;
		top:4px;	
		cursor: pointer;
	}	


/* Override style JQuery UI  */
.ui-corner-all, .ui-corner-top{
	text-align: left;
	font-size: 0.9em;
	z-index: 10000 !important;
	/*background-image: none;
	background-color: #fff;*/
}


/* Override Zoomify styles  */
/* corregge problema sfasamento highlight tra Firefox e altri browser */
#hotspotDisplay{
	text-align: left;
}

/* problema spaziatura immagini in IE */
#viewportDisplay img{
	border-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	white-space: nowrap !important;
	line-height: 0 !important;
	display: block !important;
	font-size: 0 !important;
	overflow:hidden !important;
}

/* problema lettura width dell'elemento #viewportBackfillDisplay in IE (per posizionamento locator)*/
#viewportBackfillDisplay {
	display: block !important;
}

/* Mapster styles override */
.mapster_tooltip{
	left: 50% !important;
	top: 50% !important;
}