



/* messaggi di sistema*/
.messageOk, .messageErr, .messageAlert {
	font-weight: bold; 
	padding: 5px; 
	text-align: center; 
	margin-bottom: 5px; 
}

.messageOk {
	background: #e3fae5; 
	border: 1px solid #a9f0b0; 
	color: #6C3; 
	
}
.messageErr {
	background: #fae3e3; 
	border: 1px solid #f0a9a9; 
	color: #C36; 
}
.messageAlert {
	background: #faf8e3; 
	border: 1px solid #f0eba9; 
	color: #C93; 
}



/* stile pagina google maps */
#googlemaps {
	padding: 0px;
	margin: 0px;	
}

#mappaDettagli {
	float: left;
	/*width: 100%;*/
	width: 230px;
	padding: 20px 0px;
	margin: 0px;
}
#mappaDettagli a {
	color:#069;
	text-decoration:none;
	
}

.mappaTesto, .mappaSede  {
/*	margin: 0px 245px 0px 0px;*/
	padding: 10px;
}

#mappaDiv {
	padding: 0px;
	margin: -25px 0px 0px 230px;
	width: 640px;
	border: #fff 1px dotted;

}
.mappaImg {
	width: 100%;
	height: 480px;
}


/* calendario */
.calDateEvent {
	background-color: #88bbe6;
}
.calLink {
	color: #FFFFFF;
}

/* scroller news */
#guicScroll {
	position:relative; 
	width:100%; 
	overflow:hidden;
	height: 80px;
		
}
.scrollLine {
	border: 0;
	height: 0px;
	color: #0f0;
	background: #0f0;
	width: 100%;
}


#flashcontent {
	z-index: 0;
	width: 890px;
	height: 340px;
	padding: 5px;
	background: #FFF;
}


#specialContent {
	margin: 0px;
	padding: 0px;
}



/* pagegal.h */
#pageGallery {
	width: 100%;
	padding: 0px;
	margin: 0px; 
}

#tabLanguage, #tabLanguageS {
	float: right;
	margin: 0px;
	border-left: 1px  #CCC solid;
	z-index: 10;
	padding: 5px 10px;	
}
#tabLanguage a, #tabLanguageS a{
	text-decoration: none;
	font-weight: bold;
	color: #CCC;
	 

}
#tabLanguageS {
	background: #FFF;	
	border-left: 1px  #CCC solid;

}

#popup {
	
	/* popup in basso fisso
	position: fixed; 
	left: 0; 
	bottom: 0;
	width: 100%;
	height: 100px;
	background: transparent;
	*/
	
	background: #FFF;
	position: absolute;
	visibility: hidden;
	right: 150px ;
	top: 30px;
	width: 300px;
	
	text-align: left;

	border: 1px solid #000;
	margin: 0px;
	padding: 5px;
	z-index: 1000;
}
#close {
	float: right;
	color: #FFFFFF;
	font-weight:bold;
}
#poptop {
	background-color: #B50000;
	color: #FFFFFF;
	font-weight:bold;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
