@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	margin-top:0px;
	padding:0px;
	color:#333333;
	font-family: Arial, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body a{
	
	color: #333333;
}
body a:hover{

	color:#41d9f2;
	text-decoration:underline;
}

#container{
	width:900px;
}

.TOP{
	clear:left;
}
.FOOTER{
	clear:left;
}
.CENTRO{
	clear:left;
}

.skip_intro{
	width:200px; 
	text-transform:uppercase; 
	letter-spacing:3px; 
	font-size:10px; 
	word-spacing:10px; 
	font-weight:bold; 
	padding:2px 0px;
	cursor:pointer;
	text-decoration:none;
}
.skip_intro:hover{
	letter-spacing:4px;
	text-decoration:none;
}



.news_data{
	font-size:10px;
}
.news_titolo{
	font-size:14px;
	font-weight:bold;
}
.news_p{
	font-size:12px;
	line-height:15px;
}
.news_chiusura{
	border-bottom:1px dotted #333333;
	width:450px;
	height:2px;
}


.corpo_modulo_contatti{
	line-height:15px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0px;
}
.desc{
	text-transform:none; 
	line-height:10px; 
	color:#666666;
	text-indent:0.5em;
}
.text{
	padding:2px 1px 1px 1px;
	border:1px solid #003366;
	background-color:#FFFFFF;
	width:160px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.text:focus{
	padding:2px 1px 1px 1px;
	border:1px solid #003366;
	background-color:#FFFFCC;
}
.button{
	margin:2px 5px 0px 0px;
	font-size:10px;
	font-weight:bold;
	text-transform:capitalize;
	padding:3px 5px;
	background-color:#E5E5E5;
	border:1px solid #999999;
	cursor:pointer;
}
.button:hover{
	margin:2px 5px 0px 0px;
	font-size:10px;
	font-weight:bold;
	text-transform:capitalize;
	padding:3px 5px;
	background-color:#F4F4F4;
	border:1px solid #CCCCCC;
	cursor:pointer;
}
.button:focus{
	color:#003366;
}
.M_errore{
	color:#D62929;
	font-weight:100;
	height:8px;
	margin:0px;
}
.error_message{
	color:#D62929;
	font-weight:bold;
	font-size:16px;
}
.ok_message{
	color:#0C0C0C;
	font-weight:bold;
	font-size:16px;
}



#BOX {
  margin:15px 0px 30px;
  border:1px solid #666666;
  text-align:left;
  background-color:#F2F2F2;
  
}
	.intestazione {
	  background-color:#666666;
	  width:100%;
	  padding:3px 0px;
	  letter-spacing:0.003em;
	  font-weight:bold;
	  font-size:16px;
	  text-indent:1em;
	  color:#FFFFFF;
	}
	.corpo {
	  line-height:13px;
	  color:#333333;
	  font-size:14px;
	}
		table {
		  width:100%;
		  margin:-1px 0px;
		}
		
		td{ padding:4px 2px; text-align:center; }
		.tr_title{ background-color:#CCCCCC; font-weight:bold; }
		.tr_field{ background-color:#FFFFFF; height:20px; }
			
			.linea_campi {
			  background-color:#CCCCCC;
			  height:25px;
			  font-size:11px;
			  font-weight:bold;
			}
			
.span_periodo {
  font-size:10px;
  color:#000000;
  padding:2px 4px;
  border:1px dotted #CCCCCC;
  background-color:#FFFFFF;
  display:inline-block;
  margin-top:8px;
}

#MENU_PRINCIPALE { float:left; margin: 0; padding: 0; width:100%;}
#MENU_PRINCIPALE ul {
	 float:left; margin: 0; padding: 0; 
 	list-style-type: none; list-style-image: none; }
#MENU_PRINCIPALE li { float:left; display: inline;
}
