body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	background-color: #F0F0F0;
}
table {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;	
	margin: auto;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	text-align: left;
}
td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #158D2E;
}
a:hover {
	text-decoration: underline;
}
hr {
	margin-top: 13px;
	border:1px dashed #CCC;
	margin-bottom: 13px;
}
h1 {
	font-size: 14px;
	color: #158D2E;
	margin: 0px;
	padding: 0px;
	width: 600px;
	line-height: 20px;
	border-bottom: 1px solid #158D2E;
	margin-bottom: 15px;
}
h2 {
	font-size: 14px;
	color: #158D2E;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}	
h3 {
	font-size: 12px;
	color: #158D2E;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
	

/* Stili sito */
.riga_form {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}
.spazio {
	line-height: 20px;
	height: 20px;
}
.edit {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #158D2E;
}
.button {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #000;
	background-color: #158D2E;
}
.main {
	width: 760px;
	color: #000;
}
.errore {
	color: #F00;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.fondo {
	color: #158D2E;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.menu1 {
	color: #158D2E;
	width:150px;
	height:20px;
	text-indent:13px;
	background-color: #FFCC33;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: middle;
}
.menu2 {
	width:150px;
	height:20px;
	background-color:#D7D7D7;
	text-indent:15px;
}
.rosso {
	font-weight: bold;
	width: 600px;
	line-height: 30px;
	color: #DE0A17;
	background-color: #F0F0F0;
	padding-left: 5px;
}	
.contenuto {
	width: 600px;
}
#content {
	margin: 0px;
	padding: 0px;
	background-image: url(../immagini/fondo.png);
	background-position: center;
	background-repeat: repeat-y;
}
#bottom {
	background-image: url(../immagini/fondo_bt.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
}

/* Stili amministrazione */
.admin td {
	background-color: #CCC;
	border: 2px solid #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.report td {
	background-color: #F0F0F0;
	border: 2px solid #FFF;
	text-indent: 2px;
	line-height: 25px;
	vertical-align: middle;
}
.button_top {
	background-color: #CCC;
	color: #060;
	line-height: 20px;
	padding-left: 2px;
	text-align: center;
}
.foot {
	background-color: #CCC;
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
}	
