html, body, div {
	margin: 0;
	padding: 0;
	}

p, blockquote, acronym, object, a, img,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
table, caption, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;
	text-align: left;
	background-color: transparent;
	color: #000;
	}
h1, h2, h3, h4, h5, h6 
{ font-family: Georgia, "Times New Roman", Times, serif}

input, select, option, textarea {
	vertical-align: baseline;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;
	text-align: left;
	}
	

#tdLogo, #tdTitolo, #tdComodo {
	font-size: 5px;
	line-height: 1;
	}

#tdContenuto, #tdNavigazione, #tdCoda, #tdMeta {
	font-size: 75%; 
	line-height: 1.5; 
	}

#tdNavigazione ul li{ 
	font-size: 110%; 
	font-weight:bold; 
	border-bottom:1px solid #000;
}

#tdCorrelati, #tdStampabile {
	font-size: 92%;
	} 

/* Sfondi */

#tdTitolo { background: url(sfondo_back.gif) left top repeat-x;}

#tdLogo { background: url() left top repeat-x;}

#tdMeta { background-color: #fff; }


#dvTestaPagina {background: url(tit_back_notizie.jpg) left top repeat-x;}

#tdCoda { background: #DEE3ED  no-repeat center top}

#dvTestaPagina h1.h1PrimoPiano {	background: url(tit_primo_piano_int.jpg) left top no-repeat;}
#dvTestaPagina h1.h1Nascita {	background: url(tit_primo_piano_int_1861.jpg) left top no-repeat;}
#dvTestaPagina h1.h1Opere {	background: url(tit_primo_piano_int_opere.jpg) left top no-repeat;}
#dvTestaPagina h1.h1Istituzioni {	background: url(tit_primo_piano_int_comitato.jpg) left top no-repeat;}
#dvTestaPagina h1.h1Anniversario {	background: url(tit_primo_piano_int_anniversario.jpg) left top no-repeat;}
#dvTestaPagina h1.h1Letture {	background: url(tit_primo_piano_int_letture.jpg) left top no-repeat;}
#dvTestaPagina h1.h1Unita {	background: url(unita_italia_h1.jpg) left top no-repeat;}
#dvTestaPagina h1.h1Eventi {	background: url(tit_back_eventi_int.jpg) left top no-repeat;}



/* 
#dvContenuto {border:1px solid #000;}
#tdDestra {border:1px solid red;}
#tdCentrale {border:1px solid green;}
.dvBoxNotizie {border:1px solid yellow;}
*/





/* Dimensionamento orizzontale della pagina */

body {
	text-align: center;
	}

#dvBody {
	width: 100%; 
	margin: 0 auto 0 auto; 
	text-align: left; 
	}

#dvMeta {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;

}

#tdLogo, #tdComodo, #tdNavigazione{
	width: 240px; 
	}
	

#tdDestra {	width: 35%; }
#tblContenutoHome #tdDestra {width: 45%; }
	
/* #dvCentrale {
	padding-right: 18px;
	}
*/
	
#dvContenuto {
	padding-left: 15px;
	padding-bottom: 1.5em;
	}

#tdCentrale {padding-right: 15px; } 

#tdDestra {padding-right: 5px; } 

#tdDestra ul {
	margin-left: 9px;
	}

#tdNavigazione ul {
	margin-left: 0;
	margin-right: 0;
	}	

#tdNavigazione ul li {
	padding-left: 5px;
	}
	
#tdNavigazione div {
text-align: center; 
width: 240px;
	}
	




/* Dimensionamento verticale */

h2, h3, h4, h5, h6, p, blockquote, ol, ul, form { margin-bottom: 1.5em; }



#tdMeta ul.listaOrizzontale {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	}
	
#dvBoxContenuti {
	margin-top: 13px;
	}

#dvCoda { 
	padding-top: 12px;
	}
	
	
#tdNavigazione ul {
	margin-bottom: 2em;
	}	
	
#tdNavigazione ul li {
	margin: 0 ;
	margin-top: 1.5em;
	}	

#tdNavigazione ul li#primo {
	margin-top: 0;
	}	


/* Stili degli elementi */

.invisibile {
	position: absolute; 
	overflow: hidden; 
	top: -10000px; 
	width: 1%; 
	margin: 0; 
	padding: 0;
	}

/* Paragrafi, citazioni, link, immagini ecc. */

#tdCorrelati p, #tdStampabile p {
	font-size: 92%;
	} 

#tdStampabile p, #dvPagine p { 
	text-align: right;
	margin: 0;}
	
#dvPagina p {
	margin: 0;
	}
	
blockquote {
	border-top:0.08333em solid #f2f2f2;
	border-right:0.08333em solid #f2f2f2;
	border-bottom:0.08333em solid #f2f2f2;
	border-left:0.08333em solid #f2f2f2;
	background-color: #f8f8f8;
	margin: 2.25em 1.5em;
	padding: 0.667em;
	}

.maiuscoletto {
	font-variant: small-caps;
	}


/* Link  */

a:link {color: #000; font-weight: bold; text-decoration: none;}
a:visited {color: #000; font-weight: bold; text-decoration: none;}
a:focus {color: #ac332f; font-weight: bold; text-decoration: underline;}
a:hover {color: #ac332f; font-weight: bold; text-decoration: underline;}
a:active {color: #ac332f; font-weight: bold; text-decoration: underline;}


#tdContenuto a:link {color: #585858; font-weight: bold; text-decoration: none;}
#tdContenuto a:visited {color: #585858; font-weight: bold; text-decoration: none;}
#tdContenuto a:focus {color: #ac332f; font-weight: bold; text-decoration: underline;}
#tdContenuto a:hover {color: #ac332f; font-weight: bold; text-decoration: underline;}
#tdContenuto a:active {color: #ac332f; font-weight: bold; text-decoration: underline;}

#tdNavigazione a:link {color: green; font-weight: bold; text-decoration: none;}
#tdNavigazione a:visited {color: green; font-weight: bold; text-decoration: none;}
#tdNavigazione a:focus {color: red; font-weight: bold; text-decoration: none;}
#tdNavigazione a:hover {color: red; font-weight: bold; text-decoration: none;}
#tdNavigazione a:active {color: red; font-weight: bold; text-decoration: none;}

#tdMeta a:link {color: #37322d; font-weight: bold; text-decoration: none;}
#tdMeta a:visited {color: #37322d; font-weight: bold; text-decoration: none;}
#tdMeta a:focus {color: #496b2f; font-weight: bold; text-decoration: none;}
#tdMeta a:hover {color: #496b2f; font-weight: bold; text-decoration: none;}
#tdMeta a:active {color: #496b2f; font-weight: bold; text-decoration: none;}
 
#dvTestaPagina a:link, .dvTesto a:link, .dvSecondoTesto a:link {text-decoration: underline;}
#dvTestaPagina a:visited, .dvTesto a:visited, .dvSecondoTesto a:visited{text-decoration: 	underline;}

#dvTestaPagina h1 a:link, #dvTestaPagina h2 a:link, #dvTestaPagina  h3 a:link, #dvTestaPagina  h4 a:link, #dvTestaPagina h5 a:link, #dvTestaPagina  h6 a:link  {text-decoration: none;}
#dvTestaPagina  h1 a:visited, #dvTestaPagina  h2 a:visited, #dvTestaPagina h3 a:visited, #dvTestaPagina h4 a:visited, #dvTestaPagina h5 a:visited, #dvTestaPagina h6 a:visited {text-decoration: none;}
#dvTestaPagina h1 a:focus, #dvTestaPagina h2 a:focus, #dvTestaPagina  h3 a:focus, #dvTestaPagina  h4 a:focus, #dvTestaPagina h5 a:focus, #dvTestaPagina  h6 a:focus  {text-decoration: underline;}
#dvTestaPagina  h1 a:hover, #dvTestaPagina  h2 a:hover, #dvTestaPagina h3 a:hover, #dvTestaPagina h4 a:hover, #dvTestaPagina h5 a:hover, #dvTestaPagina h6 a:hover {text-decoration: underline;}
#dvTestaPagina  h1 a:active, #dvTestaPagina  h2 a:active, #dvTestaPagina h3 a:active, #dvTestaPagina h4 a:active, #dvTestaPagina h5 a:active, #dvTestaPagina h6 a:active {text-decoration: underline;}


.dvTesto h1 a:link, .dvTesto h2 a:link, .dvTesto  h3 a:link, .dvTesto  h4 a:link, .dvTesto h5 a:link, .dvTesto  h6 a:link  {text-decoration: none;}
.dvTesto  h1 a:visited, .dvTesto  h2 a:visited, .dvTesto h3 a:visited, .dvTesto h4 a:visited, .dvTesto h5 a:visited, .dvTesto h6 a:visited {text-decoration: none;}
.dvTesto h1 a:focus, .dvTesto h2 a:focus, .dvTesto  h3 a:focus, .dvTesto  h4 a:focus, .dvTesto h5 a:focus, .dvTesto  h6 a:focus  {text-decoration: underline;}
.dvTesto  h1 a:hover, .dvTesto  h2 a:hover, .dvTesto h3 a:hover, .dvTesto h4 a:hover, .dvTesto h5 a:hover, .dvTesto h6 a:hover {text-decoration: underline;}
.dvTesto  h1 a:active, .dvTesto  h2 a:active, .dvTesto h3 a:active, .dvTesto h4 a:active, .dvTesto h5 a:active, .dvTesto h6 a:active {text-decoration: underline;}

.dvSecondoTesto h1 a:link, .dvSecondoTesto h2 a:link, .dvSecondoTesto  h3 a:link, .dvSecondoTesto  h4 a:link, .dvSecondoTesto h5 a:link, .dvSecondoTesto  h6 a:link  {text-decoration: none;}
.dvSecondoTesto  h1 a:visited, .dvSecondoTesto  h2 a:visited, .dvSecondoTesto h3 a:visited, .dvSecondoTesto h4 a:visited, .dvSecondoTesto h5 a:visited, .dvSecondoTesto h6 a:visited {text-decoration: none;}
.dvSecondoTesto h1 a:focus, .dvSecondoTesto h2 a:focus, .dvSecondoTesto  h3 a:focus, .dvSecondoTesto  h4 a:focus, .dvSecondoTesto h5 a:focus, .dvSecondoTesto  h6 a:focus  {text-decoration: underline;}
.dvSecondoTesto  h1 a:hover, .dvSecondoTesto  h2 a:hover, .dvSecondoTesto h3 a:hover, .dvSecondoTesto h4 a:hover, .dvSecondoTesto h5 a:hover, .dvSecondoTesto h6 a:hover {text-decoration: underline;}
.dvSecondoTesto  h1 a:active, .dvSecondoTesto  h2 a:active, .dvSecondoTesto h3 a:active, .dvSecondoTesto h4 a:active, .dvSecondoTesto h5 a:active, .dvSecondoTesto h6 a:active {text-decoration: underline;}



/* Fine link */

/* Immagini */

#tdPresidenza {
	text-align: center;
	}
	
#tdPresidenza img {
	vertical-align: bottom;
	}
	
.dvFotoPrimoPiano, .dvFotoEvidenza, .dvImmagineColonnaDestra {
	margin-bottom: 14px; 
	text-align: center;
	}


.dvFotoEvidenza {
	margin-bottom: 6px; 
	text-align: center;
	}
	
#tdNavigazione img { 
	margin-bottom:10px; }
	


/* Intestazioni */

	
h2 {font-weight: bold;}
	
h1 {	font-size:140%;
	font-weight:bold;
	margin: 0;
	padding: 0.8em 0 1.3em 57px;
	border: 0;
	font-variant:small-caps;
	color:#2d2d2d;}
	
	
#tblContenutoHome .dvBoxNotizie { margin-bottom:12px;}

#tblContenutoHome .dvTxtBoxNotizie {
	border: 1px solid #e6e8ea; 
	border-top: 0;}

#tblContenutoHome .dvTitBoxNotizie1 h1,
#tblContenutoHome .dvTitBoxNotizie2 h1,
#tblContenutoHome .dvTitBoxNotizie3 h1,
#tblContenutoHome .dvTitBoxNotizie4 h1,
#tblContenutoHome .dvTitBoxNotizie5 h1,
#tblContenutoHome .dvTitBoxNotizie6 h1 {
	background: url(.jpg) right top no-repeat;
	margin: 0;
	padding: 0.8em 0 1.3em 57px;
	border: 0;
	font-variant:small-caps;
	color:#2d2d2d;}
#tblContenutoHome .dvTitBoxNotizie1 {
	background: url(sfondo_back.jpg) left top no-repeat;}
#tblContenutoHome .dvTitBoxNotizie2 {
	background: url(sfondo_back.jpg) left top no-repeat;}
#tblContenutoHome .dvTitBoxNotizie3 {
	background: url(sfondo_back.jpg) left top no-repeat;}

#tblContenutoHome .dvTitBoxNotizie4 {
	background: url(sfondo_back.jpg) left top no-repeat;
	overflow:hidden;
	}
#tblContenutoHome .dvTitBoxNotizie5 {
	background: url(sfondo_back.jpg) left top no-repeat;
	overflow:hidden;
	}	
	
	#tblContenutoHome .dvTitBoxNotizie6 {
	background: url(sfondo_back.jpg) left top no-repeat;
	overflow:hidden;
	}	
	
#tblContenutoHome .dvTxtBoxNotizie p,  #tblContenutoHome .dvTxtBoxNotizie h2 {
	margin: 0;
	padding: 0.8em;
	border: 0;}
	
#tblContenutoHome .dvTxtBoxNotizie h2 {
	margin: 0;
	padding: 0 0.8em;
	border: 0;}




/* Liste  */

ol, ul {
	list-style: none;
	}
	
ul {
	margin-left: 9px;
	}

	
ul li {
	background: transparent url(icon5.png)  0 5px no-repeat;
	padding-left: 18px;
	}
	
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
	}


ul ul li {
	list-style: square;
	background: none;
	padding-left: 0;
	margin-left: 6px;
	}

ul ul ul li {
	list-style: disc;
	background: none;
	}
	
ol {
	margin-left: 30px;
	}

ol ol {
	margin-left: 18px;}

	
ol li {
	list-style: decimal;
	}

ol li ol li {
	list-style:decimal;
	}

ol li ol li ol li {
	list-style:decimal;
	}

ol li ul li {
	list-style-type: square;
	background: none;
	margin-left: 6px;
	padding-left: 0;
	}
	
ol li ul li ul li{
	list-style-type: disc;
	background: none;
	}
	
	
#tdNavigazione ul li {
background-image:none;
	}
	

dl  {
	margin-left: 9px;
	margin-bottom: 1.5em;
	}
						
dt  {
	background: transparent url(icon5.png) no-repeat 0 5px;
	padding-left: 18px;
	color: #000;
	font-weight: bolder;
	}			
				
dd  {
	border-bottom:0.08333em dashed #585858;
	margin: 0 0 2em 18px;
	padding: 0 0 0.667em 0;
	}

ul.listaOrizzontale li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 12px 0 0;
	}


ul.listaOrizzontale p, ul.listaOrizzontale form, ul.listaOrizzontale fieldset, ul.listaOrizzontale label {
	display: inline;
	margin: 0;
	padding: 0;
	} 


#tdCoda {
	text-align: center;
	}
	
#tdMeta ul.listaOrizzontale {
	text-align: right;
	font-style: italic;
	text-transform:uppercase;
	}


ol.elencoA li {
	list-style:lower-alpha;
	}

ol.listaNorma li {
	list-style: decimal;
	}

ol.listaNorma  li ol li {
	list-style:lower-alpha;
	}

ol.listaNorma  li ol li ol li {
	list-style:lower-roman;
	}


/* Tabelle */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption {	
	padding-bottom: 1.5em;
	text-align: left;
	font-weight: bolder;
	color: #353535;
	}

th, td {
	vertical-align: top;
	}



#trPrimaGrigia th, #trPrimaGrigia td {
		background-color: #E6E6E6;
        color: #000;
		}
						 
#trPrimaCeleste th, #trPrimaCeleste td {background-color: #E6E6E6;
                 color: #000;}

.trGrigioScuro th, .trGrigioScuro td {background-color: #F2F2F2;
             color: #000;}
						 
.trGrigioChiaro th, .trGrigioChiaro td {background-color: #F8F8F8;
             color: #000;}
			 
.trVerdeChiaro th, .trVerdeChiaro td {background-color: #C0FFC0;
             color: #000;}
			 
.trRosa th, .trRosa td {background-color: #F7E6D5;
          color: #000;}	 
						 
.trCelesteScuro th, .trCelesteScuro td {background-color: #F2F2F2;
							  color: #000;}
						 
.trCelesteChiaro th, .trCelesteChiaro td {background-color: #F8F8F8;
							  color: #000;}
								
.tblGrigia th {border-top: 1px solid #FFF; padding: 3px; font-weight: bold;}			
				
.tblGrigia td {border-top: 1px solid #FFF; padding: 3px;}	

#trPrimaGrigia th {border-top: 1px solid #FFF;}							
								
.tblCeleste td {border-top: 1px solid #FFF; padding: 3px;}

.tblCeleste th {border-top: 1px solid #FFF; padding: 3px;}

#trPrimaCeleste th {border-top: 1px solid #FFF;}

.trRigaCeleste th, .trRigaCeleste td {background-color: #E6E6E6; color: #000;} /* riga generica interna anche ad altre tabelle */

.tdDatiCoda {text-align: left;  padding: 0;} /* serve per dare lo spessore alla riga di coda che non contiene testo */
						 
.dvDatiCoda {font-size: 5px; width: 100%;} 


.tdGiustificato {text-align: justify;}
				 
.tdASinistra { text-align: left;}

.tdFonte { text-align: left;}
				 
.tdADestra {text-align: right;}
				 
.tdCentrato {text-align: center;}
	 													
.tdLink {text-align: right; vertical-align: bottom;} /* posizionamento della immagine a tre caratteri */ 
														
.thLink {padding: .3em;} /* per la intestazione della colonna dei link */
							
/* Paginazione */
								
#tdPagina {text-align: left;
		   font-size: 92%;
		   padding: 18px 0;
		   }
							
#dvPagina { border-top: 1px solid #E6E6E6;
			border-bottom: 1px solid #E6E6E6;}
							  
#tdPagine {text-align: right;
			font-size: 92%;
			padding: 18px 0;}
			
#dvPagine {	border-top: 1px solid #E6E6E6;
			border-bottom: 1px solid #E6E6E6;}




/* Form per ricerca archivio tipo anno-mese */
	
		 

form#ricercaAnnoMese fieldset {
	text-align: center; 
	border: 1px solid #EAE1CE; 
	margin: 0; 
	padding: 0 0 16px 17px;
	}



form#ricercaAnnoMese label  {
	margin: 0 9px 0 18px;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: left;	
	}
				
form#ricercaAnnoMese input {
	margin: 0 0 0 18px;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: left;	
	}



/* Elementi floating */

.dvTxtBoxNotizie2 {
	float: left;
	overflow: auto;
	width:98%;
	}

.dvTxtBoxNotizie2 img {
	float: left;
	margin: 0 6px 0 0.8em;
	}
	
.dvTxtBoxNotizie hr{
	clear:left;
	visibility:hidden;
	width:50%;
	}









/* Aggiustamenti per IE */


* html ol ol {
	margin-left: 24px;
	}
* html #tdDestra {padding-right: 40px; } 

*:first-child+html ol ol {
	margin-left: 24px;
	}
	

/* Classi di uso comune */

.fright {float: right; margin-left: .75em;}

.fleft {float: left; margin-right: .75em;}

.clear {clear: both;}
						 
.centrato {text-align: center;}			

.sinistra {text-align: left;}	

.destra {text-align: right;}

.normale {text-align: left;}

.rientrodestro {padding-left: 1em;}

.floatdx {float: right;}	

.floatsx {float: left;
 	margin: 0 .5em 0 0; }
 
 #pData	{text-align: right;}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */