@CHARSET "ISO-8859-1";

body {
	/*background-color: #F0FFF0;*/
	background-color: rgb(255, 237, 219);
	text-align:center;
}

.directoryLabel{
	font-weight:bold;
	font-size:1.5em;
}

.maschera{
	border:2px solid black;
	width:18em;
	margin:0 auto;
	padding:1em 1em 0em 1em;
	margin-top:10em;
	font-size:1.5em;
	font-weight:bold;
}

.maschera div {
	margin-bottom:1em;
}

.invioCodice {
	font-weight:bold;
	width:5em;
	padding:0.3em 0 0.3em 0;
}

.feedback {
	color:red;
	font-size:1.2em;
}

.contenitoreTabella{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:2em;
}

table {
	margin:0 auto;
	text-align:center;
	/*border-collapse: collapse;*/
	font-family: "verdana";
	color: black;
	font-size: 0.8em;
	text-align: center;
	width: 80%;
}

thead th {
	color: #FFFFFF;
	text-align: center;
	background-color: #CCB0A4;
	font-size: 11;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0.5em 0 0.5em 0;
}

th{
	width:50%;
}

tbody tr.even{
	color: Black;
	text-align: center;
	background-color: #FFE3C7;
	height:1.8em;
}

tbody tr.odd{
	color: black;
	text-align: center;
	background-color: #FFF4D8;
	height:1.5em;
}

a:link {font-family:"verdana"; color:black; }

.backLink{
	margin-top:1em;
	font-size:1.2em;
}