body{
	font-family: verdana, helvetica, sans-serif;
	font-size: 75%;
	color: #3D557A;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #3D557A;
	border-bottom: 2px dotted #FFF;
	text-align: left;
	padding-left: 30px;

}

.nascosto{ 
	display: none;
	visibility: hidden;
}

a.background{
	color: #5274A7;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

a.background:hover{
	background-color: #FFF;
}

.contenitore_tabella_elenco{
	width: 400px;
	height: 150px;
	padding: 2px;
	overflow: scroll;
	background-color: #BECBDF;	
}

.tabella_elenco {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	width:100%;
}

.tabella_elenco th {
	background-color: #FFF;
	color: #3D557A;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
}

.tabella_elenco td {
	text-align: right;
	border: 0;
}

.tabella_elenco td.sinistra {
	text-align: left;
}

.tabella_elenco tr.pari {
	background-color: #F3F0ED;
}

.tabella_elenco tr.dispari {
	background-color: #E9E3DC;
}

.tabella_elenco tr:hover {
	background-color: #FFF;
	border: 1px solid #3D557A;
}

.tabella_elenco td {
	padding: 3px 10px;
}

#submit_div{
	padding: 20px;
}

#footer{
	font-family: verdana, helvetica, sans-serif;
	font-size: .9em;
	color: #BECBDF;
	width:100%;
	text-align: center;
	border-top: 1px dotted #FFF;
	padding-top:5px;
}