@charset "utf-8";
/* CSS Document */

html, body {
	overflow: auto;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.2;
	background-color: #E0E8EB;
}
sup{
	font-size:11px;
	font-weight:bold;
}

.titolo1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

#messaggiErrore {
	font-weight: bold;
	color: #FF0000;
	margin-left: 0px;
}
#esitoOk {
	font-weight: bold;
	color: #009933;
	margin-left: 0px;
}
#privacy {
	font-size: 10px;
}
.titolo16 {
	font-size: 16px;
}
.titolo14 {
	font-size: 14px;
}

a {
	text-decoration: underline;
	color: #000000;
}
#contenitore {
	position:absolute;
	width: 1200px;
	left:50%;
	margin-left:-600px;
	margin-top:5px;
	background-color: #FFFFFF;
}
.bordoTabella {
	border: 1px dotted #333333;
	padding: 2px;
}
.bordoTabella_nospazi {
	border: 1px dotted #333333;
}
/*calendario*/
.calendario{
	border: thin solid #333333;
}
.calendario a {
	text-decoration: none;
}
.cella {
	background-color:#CCCCCC;
}
/*fine calendario*/

.lineainferiore {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.intestazioneCella {
	color: #003366;
	background-color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
}
#benvenuto td {
	padding-right: 8px;
	padding-left: 8px;
}
a {
	text-decoration: none;
}
.testoVerde {
	color: #096;
}
@media only screen and (max-width: 1024px) {
#contenitore {
	position:absolute;
	width: 98%;
	left:0;
	margin-left:1%;
	margin-top:5px;
	background-color: #FFFFFF;
}
}