th
{
    font-weight: bold;
    background-color: #5d7b9d;
    color: white;
}

table
{
    border-color: #e6e2d8;
    background-color: #f7f6f3;
    border: 0pt solid #C0C0C0;
}

body
{
    font-family: Verdana;
}

.ErroreInfo
{
    background-color: DarkRed;
    color: white;
    font-weight: bold;
    text-decoration: blink;
    text-align: center;
}

.Evidenza
{   
    background-color: #D7DAD3;
}

.InfoPiePag
{
    font-family: tahoma;
    font-size: 8pt;
    color: #FFFF00;
    background-color: #008080;
    text-align: center;
    vertical-align: middle;
}

.LargeTable
{
    font-family: Microsoft Sans Serif;
    font-size: 8pt;
    width: 90%;
}
.LargeTable tr.Prodotto
{
    font-size: 8pt;
    color: #FFFF00;
    background-color: #008080;
    text-align: center;
    font-weight: bold;
}
.LargeTable tr.Riga0
{
    background-color: #D7DAD3;
}
.LargeTable tr.Riga1
{
}

/* gestione dei comandi di CONFERMA e ANNULLA collegata ai vari pulsanti */
button.Annulla
{
    color: Red;
}

button.Conferma
{
    color: Green;
}

/*******************************************************************************************/
/* passo a gestire la formatazzione della tabella semplice di visualizzazione informazioni */
/*******************************************************************************************/
.InfoTab
{
	border: 1px solid black;
}				
.InfoTab TD
{
	padding: 5px;
}
.InfoTab .Caption
{
	border-color: #C0C0C0; 
	background-color: #3366CC; 
	color: #FFFF00; 
	font-family: tahoma; 
	font-weight: bold;
	line-height: 35px;
	}
.InfoTab .Label
{
	text-align: right;
}		
.InfoTab .Value
{
    background-color: #CCCCFF;
    text-align: left;
    font-weight: bold;
}	

