/* CSS Document */
.testo_standard {
	font-size:11px; 
	color:#555555;
	font:Verdana; 
}
.testo_standard_bold {
	font-size:11px; 
	color:#555555;
	font:Verdana; 
	font-weight: bold;
}
.testo_titolo {
	font-size:11px; 
	color: #2D606A; 
	font:Verdana; 
	font-weight: bold;
}
.testo_link {
	font-size:11px; 
	color:#003366; 
	font:Verdana; 
	cursor: pointer;
}
.PuntatoreMano {
	cursor: pointer;
}.bottone {
    font-family:Arial;
	background-color: #7B90A6;
    color: #FFFFFF;
    border: 1px solid #375A72;
}
.cmb_larg_fissa_corto {
	font-family: Verdana;
	font-size: 10px;
	width: 250px;
}.cmb_larg_fissa {
	font-family: Verdana;
	font-size: 10px;
	width: 40px;	
}.td_titolo {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #206D93;
	color: #FFFFFF;
	text-align: center;
}
.tbl_riga {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.edit_text {
	font-family:Verdana;
	font-size: 11px;
}
