﻿/* -- carattere base applicato a tutte le tabelle non definite altrimenti --*/
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;  /*  10pt , 13px  */
}
/* -- -- */

.c2-car-colore1 {
	color: #FF0000;
}
.c2-tab-titolo {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
.c2-tab-base {
	width: 95%;
	empty-cells: show;
}
.c2-TITOLO {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	padding: 5px;
}
.c2-LISTA {
	background-color: #99CCFF;
	padding: 5px;
	/* font-size: x-small; */
}
.c2-frecce {
	padding-top: 3px;
}
.c2-Tabella-link {
	width: 100%;
	background-color: #999999; /* grigio */;
	empty-cells: show;
}
.c2-sfondo1-cella{
	background-color: #FFFFFF; /* bianco */
}
