/* ------------------------------- */
/* AREA DATI (Variabile)           */
/* ------------------------------- */
#main {
/*	width: 81%;
	float: right;
	text-align: center; 
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000;
*/
}
/* ------------------------------- */
/* ATTESA CARICAMENTO PAGINA 
/* ------------------------------- */
#loading {
  width: 280px;
  height: 150px;
  background-color: #ffff11; /* Grigio=#c0c0c0; */
	border: 1px solid #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -140px;
  margin-left: -140px;
  text-align: center;
}
/* ------------------------------- */
/* TITOLI DELLA PAGINA H1 ed H2    */
/* ------------------------------- */
h1 {
  font-weight:lighter;
  font-family:arial, georgia, times new roman, times, georgia, palatino, serif;
  text-align:center;
  margin-top:0.6em;
  color:#000;
  font-size:1.3em;
}
h2 {
  font-weight:lighter;
  font-family:verdana,arial,sans-serif;
  text-align:center;
  margin-top:1em;
  color:#333;
/*        text-transform:uppercase; */
  letter-spacing:1px;
  font-size:0.8em;
}
h2 span {
  font-variant:small-caps;
  text-transform:none;
}
/* ------------------------------- */
/* TOOLBAR                         */
/* ------------------------------- */
#toolbar {
	width: 99.8%;
  height: 40px; /* 60px; */
  border: 1px solid #000; 
	text-align: center;
}

  /* ------------------------------------------ */
  /* TOOLBAR  1 Riga STANDARD                   */
  /* ------------------------------------------ */
/*
#toolb_1r {
	text-align: left;
	background-color: #fff url(../img/img_sort_gradient.jpg) repeat-x 0 -20px;
}
*/
  /* ------------------------------------------ */
  /* TOOLBAR  2 Riga CONTESTO DATI              */
  /* ------------------------------------------ */
/*
#toolb_2r {
	text-align: right;
	background-color: #fff url(../img/img_sort_gradient.jpg) repeat-x 0 -20px;
}
*/
  /* ------------------------------------------ */
  /* TOOLBAR  Parte a Sinistra                  */
  /* ------------------------------------------ */
#toolb_sx {
	text-align: left;
	width: 54%;
	float: left;
}
  /* ------------------------------------------ */
  /* TOOLBAR  2 Riga CONTESTO DATI              */
  /* ------------------------------------------ */
#toolb_dx {
	text-align: right;
	width: 45%;
	float: right;
  font-family:arial, georgia, times new roman, times, georgia, palatino, serif;
  font-size:0.8em;
}
/* -------------------------------------- */
/* TABELLA SEMPLICE (es. PAGINA INDEX)    */
/* -------------------------------------- */
	/* Cella Allineata Dx */
	/* ------------------ */
.tb_s_dx {
	border: 1px solid #000; 
	height: 8px; 
	text-align: right;
	font-size: 0.6em;
	font-family: arial, verdana; 
}
	/* ------------------ */
	/* Cella Centrata     */
	/* ------------------ */
.tb_s_cx {
	border: 1px solid #000; 
	text-align: center;
}
	/* ------------------ */
	/* Cella Allineata Sx */
	/* ------------------ */
.tb_s_sx {
	border: 1px solid #000; 
	height: 8px; 
	text-align: left;
	font-size: 0.6em;
	font-family: arial, verdana; 
}
	/* ------------------ */
	/* Cella Allineata Sx con solo Bordo e Padding*/
	/* ------------------ */
.tb_s_solobordo {
	border: 1px solid #000; 
	padding: 4px 4px 4px 4px; 
}
/* -------------------------------------- */
/* TABELLE VARIE */
/* -------------------------------------- */
	/* Intestazione centrata */
	/* --------------------- */
.tbv_titolo {
	border: 1px solid #000; 
	height: 13px; 
	text-align: center;
	font-size: 0.8em;
	font-family: arial, verdana; 
	font-weight: bold;
	background-color: #d4e6fc;
}
	/* ------------- */
	/* Cella Riga Dx */
	/* ------------- */
.tbv_dx {
	width: 50px; 
	border: 1px solid #000; 
	height: 13px; 
	text-align: right;
	font-size: 0.8em;
	font-family: arial, verdana; 
	padding: 2px 2px 2px 2px; 
}
	/* ----------------------- */
	/* Cella Riga Dx Alternata */
	/* ----------------------- */
.tbv_dx_alt {
	width: 50px; 
	border: 1px solid #000; 
	height: 13px; 
	text-align: right;
	font-size: 0.8em;
	font-family: arial, verdana; 
	padding: 2px 2px 2px 2px; 
	background-color: #eceff2;
}
	/* ------------- */
	/* Cella Riga Sx */
	/* ------------- */
.tbv_sx {
	width: 200px; 
	border: 1px solid #000; 
	height: 13px; 
	text-align: left;
	font-size: 0.8em;
	font-family: arial, verdana; 
	padding: 2px 2px 2px 2px; 
}
	/* ----------------------- */
	/* Cella Riga Sx Alternata */
	/* ----------------------- */
.tbv_sx_alt {
	width: 200px; 
	border: 1px solid #000; 
	height: 13px; 
	text-align: left;
	font-size: 0.8em;
	font-family: arial, verdana; 
	padding: 2px 2px 2px 2px; 
	background-color: #eceff2;
}
/* -------------------------------------- */
/* TABELLA PER HELP                       */
/* -------------------------------------- */
	/* Intestazione centrata */
	/* --------------------- */
.tb_h_titolo {
	border: 1px solid #000; 
	text-align: center;
	font-size: 0.9em;
	font-family: arial, verdana; 
	font-weight: bold;
	background-color: #d4e6fc;
}
	/* --------------------------- */
	/* Cella Centrata per Immagine */
	/* --------------------------- */
.tb_h_cx {
	border: 1px solid #000; 
	text-align: center;
}
	/* ------------------------------ */
	/* Cella Allineata Sx Descrizione */
	/* ------------------------------ */
.tb_h_sx {
	border: 1px solid #000; 
	text-align: left;
	font-size: 0.9em;
	font-family: arial, verdana; 
	font-weight: bold;
	color: #0000FF; /* Blu */
}
	/* ----------------------------- */
	/* Cella Giustificata Spiegazioni*/
	/* ----------------------------- */
.tb_h_spie {
	border: 1px solid #000; 
	text-align: justify;
	font-size: 0.9em;
	font-family: arial, verdana; 
}
/* --------------------------------- */
/* TESTO GIUSTIFICATO                */
/* --------------------------------- */
.giustifica { 
	text-align: justify;
	font-size: 0.8em;
	font-family: arial, verdana; 
	color: #000000;
}
/* --------------------------------- */
/* TESTO NORMALE CENTRATO            */
/* --------------------------------- */
.centrato { 
	text-align: center;
	font-size: 0.8em;
	font-family: arial, verdana; 
	color: #000000;
}
/* ------------------------------- */
/* DATI PER ANALISI                */
/* ------------------------------- */
#analisi {
  font-family: arial,verdana,sans-serif;
  font-size:0.5em;
}
/* -------------------------------------- */
/* DATI PER INDICI STATISTICI             */
/* -------------------------------------- */
	/* Titolo dell'Indice */
	/* ------------------ */
.indi_titolo {
	text-align: left;
	font-size: 1.0em;
	font-family: arial, verdana; 
	font-weight: bold;
	color: #FF0000; /* Rosso */
}
	/* ----------------------- */
	/* Descrizione dell'Indice */
	/* ----------------------- */
.indi_spiega {
	text-align: justify;
	font-size: 0.8em;
	font-family: arial, verdana; 
	color: #000000;
}
	/* ------------- */
	/* Cella Riga Sx */
	/* ------------- */
.indi_spiega_altpg {
	border: 1px solid #000; 
	text-align: left;
	text-align: justify;
	font-size: 0.8em;
	font-family: arial, verdana; 
	padding: 2px 2px 2px 2px; 
}
	/* ------------------------------------ */
	/* Numeri Numeratore-Denominatore-Sx-Dx */
	/* ------------------------------------ */
.indi_numeri {
	text-align: center;
	font-size: 2.5em;
	font-family: arial, verdana; 
	font-weight: bold;
	color: #0000FF; /* Blu */
}
	/* ----------------------- */
	/* Descrizione del Valore  */
	/* ----------------------- */
.indi_desva {
	text-align: center;
	font-size: 0.7em;
	font-family: arial, verdana; 
	color: #000000;
}
	/* ------------------ */
	/* Operatori          */
	/* ------------------ */
.indi_operat {
	text-align: center;
	font-size: 2em;
	font-family: arial, verdana; 
	font-weight: bold;
	color: #000; /* Nero */
}
	/* ------------------ */
	/* Numero Risultato   */
	/* ------------------ */
.indi_risult {
	text-align: center;
	font-size: 2.5em;
	font-family: arial, verdana; 
	font-weight: bold;
	color: #008000; /* Verde */
}
/* ------------------------------- */
/* PIEDE PAGINA                    */
/* ------------------------------- */
#piede {
	display: block;
	clear: both;
	text-align: center;
	padding-top: 10px;
}
