body
{
	font-family: Arial, sans-serif;
	font-size: 80%;
}

.Errore, .Avviso
{
	font-weight: bold;
	text-align: center;
}
.Errore
{
	background-color: Red;
	color: White;
}
.Avviso
{
}

.GrigliaStandard
{
	font-family: Arial;
	font-size: 12px;
}
.TestataStandard
{
	text-align: center;
	font-weight: bold;
	background: lightgrey;
}

.txtErrore, .cmbErrore
{
	background-color: Yellow;
}

.LinkButton:link {COLOR: black; TEXT-DECORATION: none}
.LinkButton:visited {COLOR: black; TEXT-DECORATION: none}
.LinkButton:hover {COLOR: black; TEXT-DECORATION: none}

@media screen
{
.txtObbligatorio, .cmbObbligatorio { background-color: white; }
.txtCalcolato { background-color: LightGrey; }
.soloStampa { display: none; }
}

@media print
{
.LinkButton { display: none; }
.linkTestata { display: none; }
.cmdIpsoa { display: none; }
.txtErrore, .txtObbligatorio, .txtCalcolato, .txtNormale { border-width: 0; }
.cmbNormale, .cmbObbligatorio, .cmbErrore { display: none; }
.soloVideo { display: none; }
}

