﻿/* ************************* start RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } 
body {line-height: 1; } 
ol, ul {list-style: none; } 
blockquote, q {quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }   /* remember to define focus styles! */
:focus {outline: 0; }   																/* remember to highlight inserts somehow! */
ins {text-decoration: none; } 
del {text-decoration: line-through; }   												/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0; } 
/* ************************* end RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ************************************************** */

body { 
	background: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 62.5%; /* = 10 = 0.625em */ 
	text-align: center; 
	margin: 0 0 0 0;
/*	padding: 0;		*/
	margin: 0 auto;
}
/* *********************************************************************************** soluzioni per font 
	Verdana, Geneva, sans-serif 
	Tahoma, Arial, Helvetica, sans-serif 
	Georgia, Utopia, Palatino, ‘Palatino Linotype’, serif 
	‘Times New Roman’, Times, serif 
	‘Courier New’, Courier, monospace 		
*/

a:active     { color: blue;  font-weight: bold; text-decoration: none; }
a:link       { color: blue;  font-weight: bold; text-decoration: none; }
a:visited    { color: red;   font-weight: bold;	text-decoration: none; }
a:hover 	 { color: green; font-weight: bold; text-decoration: underline; }
a            { color: blue;  font-weight: bold;	text-decoration: overline; }

table {
	border-spacing: 1px;
	border-collapse: collapse;
/*	table-layout: fixed;		*/
}

td { 
	color: black; 
}

ul.indice { 					/* ok */
	list-style-position: outside;
	list-style-type: circle;
	line-height: 120%;
	text-align: justify;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 10px 18px 10px 18px;
	margin: 0 auto;	
} 

img {
	border: 0;
}

/* *************************************************** SEZIONE DIV *********************************** */

#corpo_menu_tabella {
/*	background: rgb(0, 0, 0) transparent; */
	background-color: white;
/*	border: 1px solid black; /* #987654; */
	padding: 10px 18px 10px 18px;
	margin: 0 auto;
	opacity: 0.9;
}

#corpo_tabella_top {
	position: relative;
	left: -9px;
	width: 100%;
	background-color: white;
/*	border: 1px solid brown;*/
	padding: 0 0 0 0;
	margin: auto;
}

#corpo_tabella_scroll {
	position: relative;
	left: 0;
	width: 100%;
	height: 290px; 
	background-color: #ffffff;
/*	border: 1px solid red;*/
	padding: 0 0 0 0;
	margin: auto;
	overflow: auto;
	overflow-x: hidden;
}

#boximage {
	position: relative;
	top: 16px;
	left: -5px;
	width: 954px;
	background-color: #ffffff;
/*	border: 1px solid red;*/
	padding: 0 18px 10px 18px;
	margin: 0 auto;	
}

#footer {
	position: relative;
/*	top: 34px;*/
	top: 16px;
	left: 0;
	width: 954px;
	background-color: #ffffff;
/*	border: 1px solid green;*/
	padding: 0 18px 10px 18px;
	margin: 0 auto;
}

/* *************************************************** SEZIONE TABLE *********************************** */

table#dati {						/* ok */
	width: 954px;
	background-color: #EBAE3F;
	border: 1px double #EBAE3E;
	font-size: 12px;
	text-align: center;
	padding: 10px 18px 10px 18px;
	margin: 0 auto;
}

table#dati td {					/* ok */
	padding: 5px 5px 5px 5px;
	width: 14%;
}

table#dati th {					/* ok */
	padding: 5px 5px 5px 5px;
	width: 14%;
}

table#scelta_menu {					/* ok */
	font-size: 12px;
/*	border: 1px solid red;
*/	padding: 10px 18px 10px 18px;
	margin: 0 auto;	
}

table#scelta_menu td {				/* ok */
	padding: 2px 0 2px 0;
}


/* ********************************************** FINE SEZIONE TABLE *********************************** */

th.calendario_riga_1 {
	background-color: #C3DED7;
	color: #000000;
	font-size: 18px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

th.calendario_riga_2 {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

td.data {
	background-color: #FFCE31;
	border: 2px ridge #EBAE3F;	
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	text-align: center;
}

td.nodata {
	background-color: #C3DED7;
	border: 2px ridge #EBAE3F;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
	text-align: center;
}

.incompleto {
	color: blue;
	vertical-align: super;
	font-weight: bold;
}

th.dati_rx {
	background-color: #EBAE3F;
	padding: 5px;
	text-align: right;
	color: #000000;
}

th.dati_sx {
	background-color: #EBAE3F;
	padding: 5px;
	text-align: left;
	color: #000000;
}

table.top { 
	vertical-align: top;
}

table.middle { 	
	vertical-align: middle;
}

table.bottom { 
	vertical-align: bottom;
}

td.bg_col_1 {
	background-color: #FF1807;
}

td.bg_col_2 {
	background-color: #3D8DFF;
}

td.bg_col_3 {
	background-color: #007F00;
}

td.bg_col_4 {
	background-color: #000000;
}

td.bg_col_5 {
	background-color: #FFFF00;
}

td.j_menu {
	width: 11%;
}

/* *************************************************** altre impostazioni *********************************** */

.riga_pari {						/* ok */
	background-color: #C3DED7;
}

.riga_dispari {						/* ok */
	background-color: #DCEEE9;
}

.testa_decadi {						/* ok */
	background-color: #EBAE3F;
	font-weight: bold;
}

.riga_riep_decade {					/* ok */
	background-color: #21D5A0;
}

.riga_riep_anno {					/* ok */
	background-color: #329477;
}

.destra {							/* ok */
	text-align: right;
	padding: 5px 5px 0 5px;
}

.destra_grassetto {					/* ok */
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 10px 5px;
}

.destra_grassetto_rosso {			/* ok */
	color: red;	
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 10px 5px;
}

.sinistra {							/* ok */
	text-align: left;
	padding: 5px 5px 0 5px;
}

.sinistra_grassetto {				/* ok */
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 10px 5px;
}

.sinistra_rosso {
	background-color: red;
	text-align: left;
	padding: 5px 5px 0 5px;
}

.sinistra_blue {
	color: blue;
	text-align: left;
	padding: 5px 5px 0 5px;
}

.sinistra_grassetto_blue {
	font-weight: bold;
	color: blue;
	text-align: left;
	padding: 5px 5px 0 5px;
}

.rosso {							/* ok */
	color: red;
	text-align: left;
	padding: 5px 5px 0 5px;
}

.rosso_5500 {						/* ok */
	color: red;
	text-align: left;
	padding: 5px 5px 0 0;
}

.blu {								/* ok */
	color: blue;
	text-align: left;
	padding: 3px 0 3px 0;
}

.verde {							/* ok */
	color: green;
	text-align: left;
	padding: 3px 0 3px 0;
}

.giallo {							/* ok */
	color: yellow;
	text-align: left;
	padding: 3px 0 3px 0;
}

.corsivo {							/* ok */
	font-style:italic;
}

.corsivo_12px {						/* ok */
	font-style:italic;
	font-size: 12px;	
}

.centro {							/* ok */
	text-align: center;
	padding: 5px 5px 0 5px;
}

.centro_33 {						/* ok */
	width: 33%;
	text-align: center;
	padding: 5px 5px 0 5px;
}

.sensori_centro {					/* ok */
	width: 554px;	
	text-align: center;
	padding: 5px 5px 0 5px;
}

.sensori_destra {					/* ok */
	width: 200px;	
	text-align: right;
	padding: 5px 5px 0 5px;
}

.centro_pa10 {						/* ok */
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.centro_pa20 {						/* ok */
	text-align: center;
	padding: 20px 20px 20px 20px;
}

.centro_w20 {						/* ok */
	witdh: 20%;
	text-align: center;
	padding: 5px 5px 0 5px;
}

.centro_grassetto {					/* ok */
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 10px 5px;
}

.centro_grassetto_33 {				/* ok */
	width: 33%;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 10px 5px;
}

.centro_grassetto_20 {				/* ok */
	width: 20%;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 10px 5px;
}

.giustificato_grassetto {			/* ok */
	font-weight: bold;
	text-align: justify;
}

.giustificato {						/* ok */
	text-align: justify;
	padding: 5px 5px 0 5px;
}

.giustificato_con_bordo {			/* ok */
	border-left: 2px double red;
	text-align: justify;
	padding: 5px 5px 0 5px;
}

.grassetto {						/* ok */
	font-weight: bold;
}

.grassetto_10px {					/* ok */
	font-size: 10px;
	font-weight: bold;
}

.grassetto_rosso_10px {				/* ok */
	color: red;
	font-size: 10px;
	font-weight: bold;
}

.normal {							/* ok */
	font-weight: normal;
	line-height: 25px;
	font-size: 14px;
}

.normale12 {						/* ok */
	font-weight: normal;
	font-size: 12px;
}

.normale {							/* ok */
	font-weight: normal;
	font-size: 14px;
}

.small_blue {						/* ok */
	text-align: center;
	color: #0099FF;
	font-size: 10px;
}

.regular_white {					/* ok */
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.regular_white_w40 {				/* ok */
	witdh: 40%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.regular_white_w15 {				/* ok */
	witdh: 15%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.grassetto_giallo {					/* ok */
	color: #FFFF00;
	font-weight: bold;
}

.grassetto_blu {					/* ok */
	color: blue;
	font-weight: bold;
}

.bianco_centrato {
	text-align: center;
	color: #ffffff;
}

.rosso_centrato {					/* ok */
	color: red;
	text-align: center;
}

.giallo_centrato {					/* ok */
	color: yellow;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.blu_centrato {						/* ok */
	color: blue;
	text-align: center;
}

.verde_centrato {					/* ok */
	color: green;
	text-align: center;
}

.prevalente {						/* ok */
	color: red;
	text-align: right;
	font-weight: bold;
	padding: 5px 5px 0 5px;
}

.colonna_attiva {					/* ok */
	background-color: blue;
	color: #FFFF00;
	font-weight: bold;	
	text-align: right;
	padding: 3px 3px 3px 3px;
}

.settore_prevalente_dx {			/* ok */
	background-color: #00CC00;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 5px 0 5px;
}

.img_lazio {						/* ok */
	border: 3px solid #00697F;
	width: 196px;
	height: 147px;
}

.THI_0 {							/* ok */
	background-color: #1DF8D2;
	text-align: left;
/*	font-weight: bold;	*/
}

.THI_1 {							/* ok */
	background-color: #FFFA18;
	text-align: left;
	font-weight: bold;	
}

.THI_2 {							/* ok */
	background-color: #F9C319;
	text-align: left;
	font-weight: bold;	
}

.THI_3 {							/* ok */
	background-color: #FA45A4;
	text-align: left;
	font-weight: bold;	
}
	
.THI_X {							/* ok */
	color: red;
	background-color: #40FF40;
	text-align: right;
}

.TH_DatiProv {
	border: 1px solid white; 
	text-align: center;
	width: 7%;
	padding: 5px 5px 5px 5px;
}

.TD_DatiStazioneNodo {
/*	border: 1px solid white; 
*/	text-align: left;
	width: 275px;
	padding: 5px 5px 5px 5px;
}

.TD_DatiDataNodo {
/*	border: 1px solid white; 
*/	text-align: center;
	width: 90px;
	padding: 5px 5px 5px 5px;
}

.TD_DatiNodo {
/*	border: 1px solid white; 
*/	text-align: center;
	width: 65px;
	padding: 5px 5px 5px 5px;
}

.TH_DatiStazione {
	border: 1px solid white; 
	text-align: left;
	width: 23%;
	padding: 5px 5px 5px 5px;
}

.TH_DatiData {
	border: 1px solid white; 
	text-align: center;
	width: 10%;
	padding: 5px 5px 5px 5px;
}

.TH_x6riga {
	border: 1px solid white; 
	text-align: center;
	width: 10%;
	padding: 5px 5px 5px 5px;
}

.TH_x9riga {
	border: 1px solid white; 
	text-align: center;
	width: 6,666666666666667%;
	padding: 5px 5px 5px 5px;
}

.TH_x12riga {
	border: 1px solid white; 
	text-align: center;
	width: 5%;
	padding: 5px 5px 5px 5px;
}

.sfondo_05A02B {					/* ok */
/*
	background-color: #C3DED7;
	background-color: #DCEEE9;
*/
	background-color: #C3DED7;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.msg_newpass {
	color: red;
/*	background-color: #4abc40;
*/	font-weight: bold;	
	text-align: center;
	padding: 40px 40x 40x 40x;
	margin-top: 80px;
}

.stampa_sx_grassetto {				/* ok */
	display: none;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 10px 5px;
}

.sfondo_grigio {					/* ok */
	background-color: gray;
}

.sfondo_C3DED7 {					/* ok */
	background-color: #C3DED7;
}

.sfondo_bianco {					/* ok */
	background-color: white;
}

.sfondo_EBAE3F {					/* ok */
	background-color: #EBAE3F;
}


/* *************************************************** SEZIONE Hx *********************************** */

h1 {
	font-size: 18px;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 16px;
	padding: 10px 0 10px 0;
}

h3 {
	font-size: 14px;
	padding: 10px 0 10px 0;
}

h31 {
	font-size: 14px;
	padding: 5px 0 5px 0;
}

h4 {
	font-size: 12px;
	padding: 10px 0 10px 0;
}

h5 {
	font-size: 10px;
	padding: 10px 0 10px 0;
}

h6 {
	font-size: 8px;
	padding: 10px 0 10px 0;
}

hr {
    display: block;
    border-style: solid;
    border-width: 1px;
    margin: 0 auto;
    color:blue; 
} 

/* *************************************************** SEZIONE elenchi *********************************** */

ul#menu_di_servizio {
	float:left;
	margin: 0;
	margin-top:17px;
	margin-left:675px;
	padding: 0;
	list-style: none;
	text-align: right;
}

/* ********************************************************************** prove 			*/

th.test {
	background-color: #EBAE3F;
	border: 1px solid #000000;
	color: red;
}

table.test {
	width: 960px;
	font-size: 14px;
	border: 2px solid #000000;
	background-color: #EBAE3F; 
	margin: 0 auto;
}

tr.normal {
	border: 1px solid #000000;
	background-color: #c3ded7; 
	text-align: center;
}

tr.alternate {
	border: 1px solid #000000;
	background-color: #DCEEE9; 
	text-align: center;
}
/* ********************************************************************** stampa 			*/

#printlogo {
	display: none;
}

  