body
{
    font-size: 9px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color:black;
    /*background-color:Aqua;*/
}
select
{
    font-size:9px;
    border-color:Gray;/*#7f9db9 bluetto*/
    border-width:1px;
    border-style:Solid;
    
}
textarea
{
    font-size:11px;
    border-color:Gray;/*#7f9db9 bluetto*/
    border-width:1px;
    border-style:Solid;
}
p
{
    font-size:9px;
}
i
{
    font-size:9px;
}
div
{
    font-size:9px;
}
fieldset
{
    border-color:#54a9e8;
    border-width:1px;
    border-style:solid;
}
.alignleft
{
    text-align:left;
    }
table.tabellaContenitoreTAB
{
      /*cellpadding="0" cellspacing="0"*/ 
      width:95%;
      border:solid 0px black;
      height:80%;
      text-align:center;
      /*width="97%" border="0" height="97%" align="center">*/
    }

table.tabellaContenitoreFIELDSET
{
    width:100%;
    }

table.tabellaContenitoreFIELDSET td
{
    width:50%;
    vertical-align:top;
    }

table.tabellaFIELDSET
{
     border : 0px solid #112F4A;
     width:100%;
     height:100%;
     text-align:left;
}
table.tabellaFIELDSET td.etichetta
{
     text-align:right;
     width:20%;
}

table.tabellaFIELDSET td
{
     text-align:left;
     width:80%;
}

    
table.tabellaTAB
{
     border : 0px solid #112F4A;
     width:95%;
     height:215px;
     text-align:left;
}
table.tabellaTAB td
{
    
}
table.tabellaTAB td
{
    width:35%;
    
}
table.tabellaTAB td.etichetta
{
    width:15%;
    text-align:right;
}
table td
{
    font-size:9px;
}
table.IMMISSIONE
{
	border : 0px solid #112F4A;
}
table.IMMISSIONE TD
{
	background:#E6ECEF
}
table.Multiview
{
    width:100%;
    height:100%;
    border:solid 1px black;
    background-color:#e8e8e8;
}
.cursor
{
    cursor:hand;
    z-index: 50;
    }
.operazione
{ 
    text-align:left;
    background-color:ActiveBorder;
}
input.hide
{
    visibility:hidden;    
    display:none;
}
input
{
    /*border-color:Gray;*/
    border-color:Gray;/*#7f9db9 bluetto*/
    border-width:1px;
    border-style:Solid;
    font-size:9px;    
    /*width:110px;*/
}

input.menu
{
    background-color:#cfcfcf;
    border-color:Black;
    border-bottom-width:0px;
    border-right-width:1px;
    border-left-width:1px;
    border-top-width:1px;
    border-style:Solid;
    height:20px;
}
input.menuSelezionato
{
    background-color:#f4f4f4;
    border-color:Black;
    border-bottom-width:0px;
    border-right-width:1px;
    border-left-width:1px;
    border-top-width:1px;
    border-style:Solid;
    height:20px;
}

/*a
{font-size:9px;
    }
A:link {
	COLOR: #006699; TEXT-DECORATION: none
}
A:visited {
	COLOR: #006699; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff9933; TEXT-DECORATION: underline
}
A:active {
	COLOR: #ff9933; TEXT-DECORATION: underline
}*/

/*--------- STAMPA -----------*/
@media screen {
	.nostampa{
		
	}
}
@media print {
	.nostampa{
		display:none;
	}
/*------ FINE STAMPA --------*/
