/*impostazioni della tabella SELEZIONE USO*/
.table_SelUSO{
	border-width:1px;
	border-spacing:0px;
	border-style:solid;
	border-color:#FFFFFF;
	border-collapse:separate;
	/*background-color:#EAF3FA;*/
	width:50px;
}
.table_SelUSO td{
	border-width:1px;
	padding:2px;
	border-style:solid;
	border-color:#FFFFFF;
	border-collapse:separate;
	/*background-color:#EAF3FA;*/
	text-align:center;
	font-weight: bold; 
}

/*impostazioni della tabella LISTA TARIFFE*/
.tabella_tariffe{
	border-width:1px;
	border-spacing:0px;
	border-style:solid;
	border-color:#FFFFFF;
	border-collapse:separate;
	/*background-color:#EAF3FA;*/
	width:90%;
}
.tabella_tariffe td.titolo{
	text-align:center;
	font-weight: bold; 
}
.tabella_tariffe td.titolo_uso,td.sottotitolo_uso,td.prezzo_uso{
	border-width:1px;
	border-spacing:0px;
	border-style:solid;
	border-color:#FFFFFF;
	border-collapse:separate;
	padding:2px;
	text-align:center;
	font-weight: bold; 
}
.tabella_tariffe td.descrizione_uso{
	border-width:1px;
	border-spacing:0px;
	border-style:solid;
	border-color:#FFFFFF;
	border-collapse:separate;
	padding:2px;
	text-align:center;
	font-weight: normal; 
}
.tabella_tariffe td.scaglione_uso{
	border-width:1px;
	border-spacing:0px;
	border-style:solid;
	border-color:#FFFFFF;
	border-collapse:separate;
	padding:2px;
	text-align:left;
	font-weight:normal; 
}
.tabella_tariffe td.sub_tariffe{
	padding:2px;
	text-align:left;
	font-weight: bold; 
}
.tabella_tariffe td.prezzo_sub_tariffe{
	padding:2px;
	text-align:center;
	font-weight: bold; 
}
.tabella_tariffe td.note{
	padding:2px;
	text-align:left;
	font-size:10px; 
	font-weight:normal;
}