html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	color: black;
	
}
.campi_input
{
	border: 1px solid rgb(4, 118, 255);
color: black;
background-color: #ffffff;
font-size: 12pt;
border-radius: 6px;
height: 30px;
}
.campi_input_dx
{
	border: 1px solid blue;
	color: black;
	background-color: #ffffff;
    font-size : 12pt;
    height :30px;   
    text-align : right;
}
.push_button
{
	font-size: 12pt;
	color: white;
	background-color: mediumblue;
    }
.push_button_rinuncia
{
	font-size: 12pt;
	color: white;
	background-color: gray;
    height : 30px ;
}
.push_button_delete
{
	font-size: 12pt;
	color:  red ;
	background-color: orange;
	vertical-align: middle;
	text-align: center;
    height : 30px ;
}
.list_box
{
	font-size: 12pt;
	color: Blue;
	background-color: White;
    height : 30px ;    
}
.list_box_disable
{
	font-size: 12pt;
	color: Blue;
	background-color: lightgray ;
    height : 30px ;    
}
.radio_button_list
{
	font-size: 12pt;
	color: Blue;
	
	background-color: White;
}
.check_box
{
	font-size: 12pt;
	color: #0000ff;
	
	text-align :left;
    height : 30px ;  
}
.label_standard
{
	font-size: 12pt;
	color: blue;
	
    height : 30px ;
}
.label_in_evidenza
{
	font-size: 12pt;
	color: blue;
	
	background-color: yellow;
    height : 30px ;
}

.filoBlu{border-style:solid;border-width:1px;border-color:#CCCCCC;color:#333333;}
.filoBluText{border-style:solid;border-width:1px;border-color:#CCCCCC;color:#333333;font-size:12px;color:#002F5E;}
.filored{border-style:solid;border-width:1px;border-color:#FF3333;color:#333333;}
.filoredLight{border-style:solid;border-width:1px;border-color:#f5f061;color:#003955;font-size:12px;}
.filoVerde{border-style:solid;border-width:1px;border-color:#006633;color:#333333;}
.filoAzzurro{border-style:solid;border-width:1px;border-color:#003366;color:#333333;}
.filoCeleste{border-style:solid;border-width:1px;border-color:#0066CC;color:#333333;}
.filoCelesteImg{border-style:solid;border-width:1px;border-color:#0066CC;color:#FFFFFF;}