/*DEFINIZIONE FORM*/
input[type="button"], input[type="reset"] , input[type="submit"] {
	/*this is for NN, FF, MOZ/WIN only*/
	font-size: 1em;
	color: Navy;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px inset #ccc;
	border-right: 1px inset #ccc;
	border-bottom: 1px inset #eee;
	border-left: 1px inset #eee;
	text-align: center;
	cursor: pointer;
}
label {
	font-weight: bolder;
}
input[type="button"]:hover, input[type="reset"]:hover , input[type="submit"]:hover { /*this is for NN, FF, MOZ/WIN only*/
	font-size: 1em;
	color: navy;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px inset #eee;
	border-right: 1px inset #eee;
	border-bottom: 1px inset #ccc;
	border-left: 1px inset #ccc;
	cursor: pointer;
}
input,select,textarea,checkbox,radio { /*this is for cross browsers*/
	font-size: 1em;
	color: navy;
	background-color: #FFFFF0;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
input.azzurro { /*this is for cross browsers*/
	font-size: 1em;
	color: #003399;
	background-color: #E7EFF7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px inset #ccc;
	border-right: 1px inset #ccc;
	border-bottom: 1px inset #eee;
	border-left: 1px inset #eee;
	cursor: pointer;
}
/* DEFINIZIONE TAG HTML */
body {
	background-image: url(sfondo.gif);
	background-repeat: repeat-y;
	background-position: top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	background-color: White;
	font-size: 120%;
}
div {
	text-align: center;
}


div.titolo{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
div.grasscentr{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

div.sommario {
	margin-bottom: 1em;
}
p{
	text-align: justify;
}
span.rosso{
	font-weight: bold;
	color: #900000;
}
.rosso{
	font-weight: bold;
	color: #900000;
}
.scroll {
	overflow: scroll;
	border: 5px;
}
span.rossonorm {
	text-align: center;
	color: #900000;
}
span.testorosso {
	color: #900000;
}

img {
	border: 0;
	vertical-align: middle;
}
img a {
	cursor: pointer;
	vertical-align: middle;
}
img a:hover {
	background-color: transparent;
}
a:link {
	color: navy;
	background-color: transparent;
}
a:visited {
	color: navy;
	background-color: transparent;
}
a:hover {
	color: #003399;
	background-color: #E7EFF7;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
/* DEFINIZIONE CLASSI SPECIALI */
#header { /* INTESTAZIONE */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}
.justprint {
display: none;
}

#footer { /* CODA */
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
}
#footer_low { /* CODA BASSA */
	width: 90%;
	position: absolute;
	bottom: 0%;
	left: 5%;
}
img#helpgif { /* IMMAGINE DI HELP */
	vertical-align: middle;
	cursor: help;
	border: 0;
}
/* CLASSI DI STILE - TABELLE */
.centra {
	text-align: center;
  }
.lungh {
	width: 60%;
}
.ottanta {
	width: 80%;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.medium{
 font-size: 1.2em;
}
.sinistra{
	text-align: left;
}
.underl{
	text-decoration: underline;
}
.italic{
text-align: left;
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.t12 {
	font-size: 1.4em;
	font-weight: bold;
	border: solid;
	border-width: thin;
	padding: 1%;
}
.t13 {
	font-size: 1.6em;
	font-weight: bold;
	border: solid;
	border-width: thin;
	padding: 1%;
	border-color: #CCCCCC;
}
table.tab-unacolonna {
	border: 1px;
	border-style: solid;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
table.tab-indire {
	border: 0px;
	border-style: inset;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
table.tab-indire td {
	border: 0px;
	border-style: inset;
	font-size: 1.2em;
	width: 50%;
	text-align: justify;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	
}
table.tab-unacolonna td {
	border: 0px;
	font-size: 1.2em;
	text-align: justify;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
table.tab-duecolonne {
	border: 0px;
	border-style: solid;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
table.tab-duecolonne td {
	width: 50%;
	font-size: 1.1em;
	text-align: justify;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

table.messaggi, table.messaggi2 {
	border-bottom: 2px #aaa;
	border-left: 1px #ccc;
	border-top: 1px #ccc;
	border-right: 2px #aaa;
	background: #e9e9e9;
	border-style: solid;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
table.messaggi70 {
	border-bottom: 2px #aaa;
	border-left: 1px #ccc;
	border-top: 1px #ccc;
	border-right: 2px #aaa;
	background: #e9e9e9;
	border-style: solid;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
table.messaggi td{
	text-align: left;
	width: auto;
	font-size: 1em;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
table.messaggi2 td{
	width: auto;
	font-size: 1em;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
table.messaggi70 td{
text-align: left;
	width: auto;
	font-size: 1em;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
table.messaggi70 td.commento{
text-align: left;
	width: 40%;
	font-size: 1em;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
table.messaggi70 td.titololeft{
	text-align: left;
	font-weight: bold;
}

table.messaggi td.titolo, table.messaggi2 td.titolo{
	text-align: center;
	font-weight: bold;
}
table.messaggi td.titololeft{
	text-align: left;
	font-weight: bold;
}
.noncol{
 /*background: #FF80FF;*/
 background-color: #ffd3c1;
 font-weight: bold;
}

.col{
 /*background: #80FFFF;*/
 background-color: #c1ffe2;
 font-weight: bold;
}

table.messaggi td.votitabell{
	text-align: center;
	color: Navy;
	border-bottom-color: #DDDDDD;
	border-bottom-style: outset;
	border-bottom-width: 1px;
		border-right-color: #DDDDDD;
	border-right-style: outset;
	border-right-width: 1px;
}


table.messaggi td.voti{
	text-align: center;
	color: Navy;
}
table.messaggi td.votirosso{
	text-align: center;
	color: #900000;
	border-bottom-color: #DDDDDD;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: outset;
	border-right-width: 1px;
}


table.messaggi td.S{
	text-align: center;
	background-color: #FFD0FF;

}
span.A{
		background-color: #FFD0FF;
}
table.messaggi td.O{
	text-align: center;
	background-color: #C0E0FF;

}
span.R{
		background-color: #C0E0FF;
}
table.messaggi td.P{
	text-align: center;
	background-color: #CAFFCA;

}
span.U{
background-color: #CAFFCA;
}
table.messaggi td.E{
	text-align: center;
	background-color: #FEC719;

}
span.N{
background-color: #FEC719;
}
table.top {
	vertical-align: middle;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
table.top td{
	width: auto;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	background: #e9e9e9;
	border-bottom: thin #aaa;
	border-left: thin #ccc;
	border-top: thin #ccc;
	border-right: thin #aaa;
	border-style: solid;
}
table.topoptions {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
table.topoptions td{
	border: 0px;
	text-align: left;
}
table.topoptions td.titolo{
	border: 0px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
}
table.login {
	background: #e9e9e9;
	border-top: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	border-bottom: thin solid #AAAAAA;
	border-right: thin solid #AAAAAA;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#login {
	width: 90%;
	position: absolute;
	bottom: 5%;
	left: 7%;
	font-size: 1em;
}
#logindemo {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
table.login td{
	width: auto;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
table.footer_low, table.footer {
	background: #fff;
	font-size:0.9em;
}
