* {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}
html, body {
	background-color: #999999;
	margin: 0;
	padding: 0;
}
h1 {
	display: none;
	font-size: 3em;
}
h2 {
	color: #000;
	font-size: 2em;
	margin: 0;
	padding: 30px 0 0;
}
h3 {
	border-bottom: 1px solid #e9700e;
	color: #e9700e;
	font-size: 1.5em;
	margin: 20px 0 0;
	padding: 0;
}
h3 span {
	font-size: 1em;
}
h4 {
	color: #e9700e;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}
h5 {
	font-size: 1.5em;
	text-decoration: underline;
}
span.acimac {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 5px;
}
table {
	border-collapse: collapse;
	border-color: #ccc;
	margin: 10px 0;
	width: 100%;
}
th {
	background-color: #f4f4f4;
	border-color: #ccc;
}
td {
	border-color: #ccc;
}
p {
	margin: 0;
	padding: 0;
}
hr {
	clear: both;
	visibility: hidden;
}
a {
	color: #613f1f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: medium none;
}
input, button{
	border: 1px solid #999;
}
.pulsanti {
	text-align: center;
	width: 100%;
}
.pulsanti input.button, .pulsanti button {
	background: #e9d3a7 none repeat scroll 0 0;
	color: #613f1f;
	height: 30px;
	margin-top: 20px;
	width: 250px !important;
	cursor: pointer;
}
a.bottone {
	background: #e9d3a7 none repeat scroll 0 0;
	border: 1px solid #613f1f;
	color: #613f1f;
	padding: 3px;
}
div.container {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	max-width: 980px;
}
div.header {
	text-align: center;
}
ul.menu {
	list-style: outside none none;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 50px;
	text-align: right;
	width: 800px;
}
ul.menu li {
	display: inline;
	list-style: outside none none;
	margin: 0;
	padding: 5px;
}
.tabellaRisultati {
	padding: 5px;
}
.tabellaRisultati th {
	border: 1px solid #999;
	padding: 5px;
}
.tabellaRisultati td {
	border: 1px solid #cccccc;
	padding: 5px;
}
.intPiccola4 *, .intPiccola5 * {
	font-size: 9px !important;
}
.utentiModifica {
	background-color: #ffffff;
	margin-top: -20px;
}
.utentiModifica th {
	border: 1px solid #999;
	padding: 5px;
}
.utentiModifica td {
	padding: 5px;
}
.login {
	padding: 10px;
}
.login td {
	border: 1px solid #ffffff !important;
	height: 30px;
}
div.intestazione {
	border: 1px solid #000000;
	margin-top: 5px;
}
div.compilaOnline a {
	font-size: 2em;
	font-weight: bold;
	margin: 3px;
}
tr.paginatore table {
	border: 0 none;
	width: auto;
}
tr.paginatore td, tr.paginatore th {
	border: 0 none;
}
b.sottoTabella {
	color: #e9700e;
	font-size: 1.2em;
}
div.indicazioniTotale {
	font-size: 1.1em;
}
div.containerIstruzioni {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	width: 768px;
}
div.containerIstruzioni ul {
	list-style: outside none none;
	margin: 40px;
	padding: 0;
}
div.containerIstruzioni ul li {
	background: rgba(0, 0, 0, 0) url("img/dot.gif") no-repeat scroll left top;
	font-size: 12px;
	margin-bottom: 20px;
	padding-left: 20px;
}
div.containerIstruzioni ul li p, div.containerIstruzioni ul li b, div.containerIstruzioni ul li u {
	font-size: 12px;
}
table.informazioniGenerali td {
	width: 50%;
}
.waitindicator {
	background-image: url("img/loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
}
.errorMessage {
	color: #ff0000;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}