body {
	margin:0;
	padding:0;
}

#contenitore {
	margin-left:25px;
}

.logo{
	width:100%;
	background-color:#ffffff;
	padding-bottom:10px;
	padding-top:15px;
	text-align:center;
	border-bottom:3px solid #4e1617;
}
.libera-sinistra{float:left; margin-right:30px;}
.spazio{clear:both;}
.testo {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	text-align:left;
	text-decoration:none;
	color: black;
	background:#ffffff;
}
.rosso {
	color: red;
}
.verde{
	color:green;
}
.testo_rosso {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:red;
	text-align:left;
	text-decoration:none;
}
.numero {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:black;
	text-align:right;
	text-decoration:none;
	background:#ffffff;
}
A.testo:hover {
	font-weight:bold;
	color:#D30000;
	text-decoration:underline;
}
A.testo {
	font-weight:bold;
	text-decoration:none;
}
.testo_evid {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#00f;
	text-align:left;
	text-decoration:none;
	background-color:  #ccc;
}
.titolo {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:black;
	text-align:left;
	text-decoration:none;
}

.b_rosso {
	-moz-border-radius: 15px;
border-radius: 15px;
	padding-left:10px; padding-right:10px;
		color: #ffffff;
		background-color:  #df1105;
		font: bold 12px "Trebuchet MS", Arial, sans-serif;

}

.b_grigio {
	-moz-border-radius: 15px;
border-radius: 15px;
	padding-left:10px; padding-right:10px;
		color: #000000;
		background-color:  #CCCCCC;
		font:bold 12px "Trebuchet MS", Arial, sans-serif;

	}
.b_verde {
	-moz-border-radius: 10px;
		border-radius: 10px;
	padding-left:10px; padding-right:10px;
		color: #ffffff;
		background-color: #060;
		font:bold 12px "Trebuchet MS", Arial, sans-serif;

	}
.b_giallo {
		-moz-border-radius: 10px;
		border-radius: 10px;
	padding-left:10px; padding-right:10px;
		color: #ffffff;
		background-color:#FFC600;
		font:bold 12px "Trebuchet MS", Arial, sans-serif;

	}
.b_viola {
		-moz-border-radius: 10px;
		border-radius: 10px;
	padding-left:10px; padding-right:10px;
		color:#ffffff;
		background-color:#800040;
		font:bold 12px "Trebuchet MS", Arial, sans-serif;

	}

.b_blu {
		-moz-border-radius: 10px;
		border-radius: 10px;
	padding-left:10px; padding-right:10px;
		color: #ffffff;;
		background-color:#009;
		font:bold 12px "Trebuchet MS", Arial, sans-serif;

	}
.b_arancio {
		-moz-border-radius: 10px;
		border-radius: 10px;
	color: #ffffff;
	padding-left:10px; padding-right:10px;
	background-color:#F60;
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
}

.ok {
	color: #fff;
	background-color:  green;
	font:12px  "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
}
.errore {
	color: #fff;
	background-color:  red;
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
}
.avvertimento {
	color: #fff;
	background-color:  blue;
	font:bold 11px "Trebuchet MS", Arial, sans-serif;
}
#dati_ricerca{
	overflow: auto;
	display: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:black;
	text-align:left;
	text-decoration:none;
	height:200px;
	border: 1px green solid;

}
.finestra{
	border: 1px blue solid;
	display: none;
	overflow: auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:black;
	text-align:left;
	text-decoration:none;
}
#messaggi{
	display:none;
	position:fixed;
	width:100%;
	margin:auto;
	line-height:70px; 
	text-align:center;
	top:300px;
	z-index:9999;
}

.bordoblu {
	border: 1px blue solid;
}
.bordoverde {
	border: 1px green solid;
}