
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	background:url(../immagini09/sfondo_body.gif) repeat-x;
	background-color:#fff;
	}


/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
	}
	
/** Nascondo oggetti **/
.off, .span, hr {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#000;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	

h2 {
	color:#093D65;
	/*margin-bottom: 10px;
	margin-top: 10px;*/
}

h3 {
	color:#598BB2;
	margin-bottom: 10px;
	margin-top: 10px;
}

h4 {
	color:#598BB2;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom:1px dotted #598BB2;
}

hr.separatore {
  position: relative;
  top:0px;
  left:0px;
  margin-bottom: 10px;
	margin-top: 10px;
	border-bottom:1px dotted #598BB2;
}

input, textarea, select {
border:1px solid #ccc;
background-color:#fff;
width:130px;
padding:2px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
}

input[type="submit"], input[type="reset"]  {
	background-color:#B5C4D0;
	border:1px solid #093D65;
	color: #093D65;
}

ul {
	padding:0 0 0 15px;
	}
	
ul li {
	list-style:square;
	}	

textarea {
	width:300px;
	font-size:11px;
	}

input.pulsante {
	width:100px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	margin:15px 0 0 0;
	}

input.check {
	border:0;
	padding:0;
	width:auto;
	background:none;
	}

select {margin-bottom:5px;}

#sitemap ul {
margin-left:20px;
}

#sitemap ul li {
list-style:square;
padding:3px 0;
}

#contenuti_esteso ul {
	padding:0 0 10px 10px;
	}

#contenuti_esteso ul li {
	list-style:square;
	padding:3px;
	}
	
/* Search_do */

#search_do form input.testo {
	border:1px solid #ccc;
	font-size:11px;
	color:#484848;
	width:130px;
	margin:10px 0 0 0;
	background-color:#fff;
	padding:2px;
	}
	
#search_do form select {
	border:1px solid #ccc;
	font-size:11px;
	width:130px;
	margin:0 0 0 12px;
	background-color:#fff;
	color:#484848;
	padding:2px;
	}	

#search_do form input.pulsante {
	font-size:11px;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	padding:1px;
	width:120px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	}		



/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/


#contenitore {
	width:97%;
    min-width:760px;
    max-width:958px;
	margin:0 auto 15px auto;
	background:url(../immagini09/sfondo_contenitore.png) no-repeat;
	text-align:left;
	}
	
/*********************************/
/*********** HEADER **************/
/*********************************/

	
#header_1, #header_2, #header_3, #header_4, #header_5,
#header_6, #header_7, #header_8, #header_9, #header_10,
#header_11, #header_12, #header_13, #header_14, #header_15 {
	width:100%;
	background:url(../immagini09/testata_1.jpg) no-repeat;
	margin-bottom:15px;
	}

#header_2 {
	background:url(../immagini09/testata_2.jpg) no-repeat;
	}

#header_3 {
	background:url(../immagini09/testata_3.jpg) no-repeat;
	}

#header_4 {
	background:url(../immagini09/testata_4.jpg) no-repeat;
	}

#header_5 {
	background:url(../immagini09/testata_5.jpg) no-repeat;
	}

#header_6 {
	background:url(../immagini09/testata_6.jpg) no-repeat;
	}

#header_7 {
	background:url(../immagini09/testata_7.jpg) no-repeat;
	}

#header_8 {
	background:url(../immagini09/testata_8.jpg) no-repeat;
	}

#header_9 {
	background:url(../immagini09/testata_9.jpg) no-repeat;
	}

#header_0 {
	background:url(../immagini09/testata_10.jpg) no-repeat;
	}
	
#header_10 {
	background:url(../immagini09/testata_11.jpg) no-repeat;
	}	
	
#header_11 {
	background:url(../immagini09/testata_12.jpg) no-repeat;
	}
	
#header_12 {
	background:url(../immagini09/testata_13.jpg) no-repeat;
	}			
	
#header_13 {
	background:url(../immagini09/testata_14.jpg) no-repeat;
	}			
		
#header_14 {
	background:url(../immagini09/testata_15.jpg) no-repeat;
	}			
					
#header_15 {
	background:url(../immagini09/testata_16.jpg) no-repeat;
	}			
	
	
a#link {
	display:block;
	outline:none;
	margin:0 0 0 0;
	-moz-outline: none;
	position:absolute;
	font-size:12px;
	text-indent:-9999px;
	width:370px;
	height:99px;
	}	
	
p.feed {
	float:right;
	padding:6px 15px 0 0;
	}	
	
p.feed a {
	color:#fff;
	background:url(../immagini09/ico_fedd.gif) left no-repeat;
	padding:5px 0 5px 25px;
	line-height:22px;
	}	
	
/*********************************/
/*********** MENU ALTO ***********/
/*********************************/

#menu_alto {
	padding:96px 0 0 0;
	font-size:11px;
	margin:0 3px 0 0;
	height:36px;
	background:url(../immagini09/sfondo_menu.gif) left bottom no-repeat;
	}
	
#menu_alto ul {
	padding:12px 0 0 10px;
	}
	
* html #menu_alto {
	padding:98px 0 0 0;
	height:30px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding:96px 0 0 0;
	height:36px;
	}
	
* html #menu_alto ul {
	padding:10px 0 10px 10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding:12px 0 0 10px;
	}	

#menu_alto ul li {
	list-style: none;
	display:inline;
	padding:0 0 0 6px;
	}

#menu_alto ul li a, #menu_alto ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../immagini09/linea.gif) right no-repeat;
	padding:0 8px 0 0;
	font-weight:bold;
	}
	
#menu_alto ul li.ultimo a, #menu_alto ul li.ultimo a:hover {
	margin:0;
	background:none;
	}

#menu_alto ul li a:hover, #menu_alto ul li a.attivo {
	text-decoration:underline;
	}


/***************************/
/*  Colonna DX
/***************************/

#colonna_dx {
	width:230px;
	float:right;
	text-align:center;
	padding:0 15px 0 0;
	
	voice-family: "\"}\"";
 	voice-family: inherit;
 	width:215px;
	}
	
#colonna_dx .box, #colonna_dx .box_red, #colonna_dx .box_link, #colonna_sx .box_link {
	width:208px;
	margin:0 0 20px 0;
	background-color:#B5C4D0;
	}	
	
	
#colonna_dx .box_link, #colonna_sx .box_link {
	text-align:center;
	background:none;
	padding:0;
	}
	
#colonna_sx .box_link {
	margin:15px 0 0 0;
	}	

#colonna_dx .box_link .corpo, #colonna_sx .box_link .corpo {
	text-align:center;
	padding:10px 0 0 0;
	background-color:#D6D7D9;
	}
	
#colonna_dx .box_link img, #colonna_sx .box_link img {
	margin:0 0 10px 0;
	}
	
#colonna_dx .box_link img {
	border:1px solid #fff;
	padding:1px;
	}				

#colonna_dx .box .testa, #colonna_dx .box_red .testa,  #colonna_dx .box_link .testa, #colonna_sx .box_link .testa {
	background:url(../immagini09/testa_box_dx.gif) no-repeat;
	height:37px;
	width:208px;
	}	
	
#colonna_dx .box_red .testa {
	background:url(../immagini09/testa_box_red.gif) no-repeat;
	}
	
#colonna_dx .box_link .testa, #colonna_sx .box_link .testa {
	background:url(../immagini09/testa_box_link.gif) no-repeat;
	}			
	
#colonna_dx .box .testa h2, #colonna_dx .box_red .testa h2,  #colonna_dx .box_link .testa h2,
#colonna_sx .box_link .testa h2 {
	font-size:11px;
	color:#fff;
	padding:15px 0 0 15px;
	}	
	
#colonna_dx .box_red .testa h2 a {
	color:#fff;
	}	
	
#colonna_dx .box p.intestazione {
	width:208px;
	padding:6px 0 6px 15px;
	background-color:#598BB2;
	color:#fff;
	
	voice-family: "\"}\"";
 	voice-family: inherit;
 	width:193px;
	}	
	
#colonna_dx ul {
	padding:0;
	}

#colonna_dx ul li {
	color:#006494;
	font-size:11px;
	list-style:none;
	padding:5px 0 5px 15px;
	border-bottom:1px solid #fff;
	}	
	
#colonna_dx ul li span {
	background:url(../immagini09/quadratino.gif) left top no-repeat;
	padding:0 0 0 10px;
	display:block;
	}
	
#colonna_dx ul li span a:hover {
	text-decoration:underline;
	}	

/* Formattazione form ricerca */


#cerca {
	text-align:right;
	margin:0 0 15px 0;
	}

	
#cerca form p  {
	text-align:right;
	font-size:11px;
	}	


#cerca form input.testo {
	border:1px solid #898989;
	font-size:11px;
	color:#747474;
	width:141px;
	background-color:#fff;
	padding:1px;
	}
	
#cerca form input.pulsante {
	font-size:90%;
	border:1px solid #999;
	margin:0 0 0 2px;
	padding:1px;
	color:#666;
	cursor:pointer;
	width:40px;
	text-align:center;
	background-color:#F8F0D3;
	}	

#calendario {
	width:178px;
	margin:0 0 20px 16px;
	}

/***************************/
/* Colonna sinistra*/
/***************************/

#colonna_sx {
	width:225px;
	float:left;
	padding:0 0 0 15px;
			
	voice-family: "\"}\"";
 	voice-family: inherit;
 	width:210px;		
	}
	
#colonna_sx .box {
	width:208px;
	background-color:#B5C4D0;
	}	
	
#colonna_sx .box .testa {
	background:url(../immagini09/testa_box_sx.gif) no-repeat;
	height:37px;
	width:208px;
	}	

#colonna_sx .box .testa_camera {
	background:url(../immagini09/testa_box_sx_camera.gif) no-repeat;
	height:37px;
	width:208px;
	}	

#colonna_dx .box .testa_camera {
	background:url(../immagini09/testa_box_sx_camera.gif) no-repeat;
	height:37px;
	width:208px;
	}	
	
#colonna_sx .box .testa h2 {
	font-size:11px;
	color:#fff;
	padding:15px 0 0 15px;
	}	

#colonna_sx .box .testa_camera h2 {
	font-size:11px;
	color:#fff;
	padding:15px 0 0 15px;
	}	

#colonna_dx .box .testa_camera h2 {
	font-size:11px;
	color:#fff;
	padding:15px 0 0 15px;
	}	
	
#colonna_sx .box p.intestazione {
	width:208px;
	padding:6px 0 6px 15px;
	background-color:#598BB2;
	color:#fff;
	
	border-bottom: 1px solid #FFF;
	
	voice-family: "\"}\"";
 	voice-family: inherit;
 	width:193px;
	}	



#colonna_sx ul {
	padding:0;
	}


#colonna_sx ul li {
	color:#006494;
	font-size:12px;
	list-style:none;
	padding:5px 0 5px 15px;
	border-bottom:1px solid #fff;
	}	
	
#colonna_sx ul li span {
	background:url(../immagini09/quadratino.gif) left top no-repeat;
	padding:0 0 0 10px;
	display:block;
	}
	
#colonna_sx ul li span a:hover {
	text-decoration:underline;
	}




#colonna_sx ul.intestazione2 li {
	color:#006494;
	font-size:12px;
	list-style:none;
	padding:5px 0 5px 15px;
	border-bottom:1px solid #fff;
	background-color:#6BA5D1;
	}	
	
#colonna_sx ul.intestazione2 li span {
	background:none;
	padding:0px;
	display:block;
	}
	
#colonna_sx .box ul.intestazione2 a:hover {
	color:#FFF;
	}	

#colonna_sx .box ul.intestazione2 a {
	color:#FFF;
	}	
	
/*******************************/
/* Colonna centrale - Contenuti
/*******************************/


#confine_centrale {
	margin:0 230px 0 235px;	
	line-height:19px;
	}

#center {
	width:auto;
	float:left;
	padding:0 0 0 0;
		
	voice-family: "\"}\""; 
 	voice-family:inherit;
	width:98%;	
	}

* html #confine_centrale {
	margin:0 230px 0 220px;	
		
	voice-family: "\"}\""; 
 	voice-family:inherit;
	margin:0 230px 0 235px;	
	}
	
/* Per pagina interna */

#confine_centrale_interno {
	margin:0 10px 0 235px;	
	line-height:19px;
	}	
	

	
#center a {
	color:#A72D03;
	}

#confine_centrale .box, #confine_centrale_interno .box {
	width:100%;
	}	
	
#confine_centrale .box .testa, #confine_centrale_interno .box .testa {
	background:url(../immagini09/testa_box_primo_piano.gif) no-repeat;
	height:37px;
	width:100%;
	}		
	
#confine_centrale .box .testa h2, #confine_centrale_interno .box .testa h2 {
	font-size:12px;
	color:#fff;
	padding:9px 0 0 15px;
	}	
	
/* box_testo */

.box_testo p {
	margin-bottom:12px !important;
	margin-top:12px !important;
	}	
	
#confine_centrale_interno .box_testo {
	/*border-bottom:1px dotted #666;*/
	padding:10px 0 10px 0;
	margin:0 0 0 0;
	text-align:right;
	} 	

#confine_centrale_interno .box_testo p {
	text-align:justify;
	}	
	
.box_grigio {
	/*border:1px solid #ccc;
	background-color:#eaeaea;
	padding:10px;*/
	margin:10px 0;
	border-bottom:1px dashed #ccc;
	padding:0 0 10px 0;
	}	
	
.box_grigio h3 {
	padding:0 0 10px 0;
	}	
	
#center .box_testo li {
	margin:0 0 0 15px;
	list-style:square;
	}	
	
#center .box_testo p.titolo, #center .box_testo p.titolo a {
	font-size:15px;
	color:#093D65;
	}	
	
.box_testo img {
	float:right;
	padding:1px;
	margin:0 0 0 15px;
	border:1px solid #ccc;
	}	
	
.box_testo img.sx {
	float:left;
	padding:1px;
	margin:0 15px 0 0;
	border:1px solid #ccc;
	}	
		
	
.box_testo p.continua {
	color:#663A00;
	font-weight:bold;
	}	
	
/* box_testo2 e testo3 */	
	
.box_testo2 {
	background:url(../immagini09/sfondo_box_testo2.gif) top repeat-x;
	border-bottom:1px dotted #666;
	padding:0 0 10px 0;
	}	

.box_testo3 {
	background:url(../immagini09/sfondo_box_testo2.gif) top repeat-x;
	padding:0;
	}	

.box_testo4 {
	background:url(../immagini09/sfondo_box_testo2.gif) top repeat-x;
	border-top:1px dotted #666;
	margin-top:10px;
	margin-right:10px;
	border-bottom:1px dotted #666;
	}	
	
* html .box_testo, .box_testo2, .box_testo3 {
	margin:0 10px 0 0;
	}	


	
.box_testo3 {
	background-color:#E7E8E9;
	}	
	
#center .box_testo2 h2, #center .box_testo3 h2, #center .box_testo4 h2 {
	color:#666;
	font-size:11px;
	padding:5px 0 10px 10px;
	font-weight:normal;
	}	
	
#center .box_testo2 h2 {
	margin-bottom:-8px;
	}	

#center .box_testo4 h2 {
	margin-bottom:-5px;
	}	
	
#center .box_testo2 ul {
	padding:0 0 15px 10px;
	margin:0;
	background-color:#E7E8E9;
	}

#center .box_testo4 ul {
	padding:0 0 10px 15px;
	margin:0;
	background-color:#E7E8E9;
	}

#center .box_testo2 ul li, #center .box_testo4 ul li {
	list-style:none;
	color:#663A00;
	}	
	
#center .box_testo2 ul li a, #center .box_testo4 ul li a {
	color:#000;
	}		
	
#center .box_testo3 .comunicazione {
	padding:0 15px 10px 15px;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
	}	
	
#center .box_testo3 p.titolo, #center .box_testo3 p.titolo a {
	font-size:12px;
	color:#663A00;
	}	

#center .box_testo3 p.titolo {
	position:relative;
	margin:0 0 -4px 0;
	}
	
span.red {
	color:#9D3004;
	}
	
span.green {
	color:#026C3F;
	}	


#center p.link_aggiornamenti {
	margin-left:15px;
	color:#093D65;
	} 	
	
#center p.link_aggiornamenti a {
	color:#093D65;
	}
	

#center p.link_archivio {
	margin:0 15px 0 0;
	text-align:right;
	color:#093D65;
	} 	
	
#center p.link_archivio a {
	color:#093D65;
	}	
	
/* contenitore_allegati */

#contenitore_allegati {
	margin:20px 0 0 0;
	float:right;
	width:215px;
	padding:0 0 0 15px;
	voice-family: "\"}\""; 
	
	width:200px;
	}


.box_allegato, .box_link {
	background-color:#e9e9e9;
	width:200px;
	margin:0 0 14px 0;
	padding:10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:180px;
	}
	
#contenitore_allegati ul {
	padding-left:0;
	margin:0;
	padding:5px 0 5px 0;
	}	
	
#contenitore_allegati li {
	line-height:16px;
	}	
	
#contenitore_allegati h2 {
	padding:0 0 0 0;
	margin:0;
	font-size:14px;
	font-weight:lighter;
	color:#666;
	}		

.box_allegato ul li,.box_link ul li {
	list-style:none;
	border-bottom:1px dashed #666;
	padding:5px 0 5px 19px;
	}
	
.box_allegato ul li {
	background:url(../immagini09/icona_graffetta.gif) left no-repeat;
	}	
	
.box_link ul li {
	background:url(../immagini09/ico_web.gif) left no-repeat;
	}	

.link_interni ul li {
	background:url(../immagini09/icona_link.gif) left no-repeat;
}	

.box_allegato ul li a, .box_link ul li a {
	color:#2C58A5;
	}
	
p.link_foto {
	padding:10px 0 0 0;
	}

p.link_foto a {
	background:url(../immagini09/ico_foto.gif) left no-repeat;
	padding:10px 0 10px 32px;
	}	
	
/* gallery */

#gallery {
	margin:0 0 0 0;
	}

/* Polaroid */

#center .polaroid {
	width:120px;
	height:120px;
	background-color:#FCFAF3;
	border:1px solid #ccc;
	margin:15px 15px 5px 0;
	float:left;
	text-align:center;
	}	

#center .polaroid img {
	border:1px solid #ccc;
	margin:8px 0 0px 0;
	float:none;
	}
	
.polaroid p {
	text-align:center;
	}	
	
.polaroid p a {
	color:#666;
	}	
	
/* news */

.navigator {
  background-color:#EFEFEF;
  padding:5px;
  width: 100;
}

.news {
	border-bottom:1px dotted #666;
	
	margin-top: 20px  !important;
	margin-bottom: 20px  !important;
	padding-bottom: 20px  !important;
	/*padding:0 0 10px 0;
	margin:0 0 10px 0;*/
	 	}	
	 	
.news2 {
	border-bottom:1px dotted #666;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	
	}	
		
#center .news img {
	float:left;
	margin:0 10px -2px 0;
	padding:1px;
	border:1px solid #ccc;
	}	

#center .news .data {
	color:#A72D03;
	font-size:10px;
	}		


	
#center .news p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding:0;
	}	
	
#center .news p.titolo {
   color:#333;
	font-size:12px;
	
	margin-top:0px;
	margin-bottom:0px;
	
	padding: 0;
	
	line-height:15px;
	}

#center .news p.titolo a {
	font-size:12px;
	}	
	

/* more */

.menu_interno {
	border-bottom:1px dotted #ccc;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
	}
	
table#incarichi {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:30px 0 0 0;
	}	
	
table#incarichi td.firstrow {
	background-color:#598BB2;
	text-align:center;
	line-height:17px;
	font-weight:bold;
	color:#fff;
	}	
	
table#incarichi td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px;
	}	

.row0 {
	background-color:#D5E2EC; 
	}	

.row1 {
	background-color:#F2F7FA; 
	}
	

	
/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:0 auto;
	width:100%;
	height:90px;
	text-align:center;
	border-top:4px solid #CA2301;
	background-color:#4B4B4B;
	}
	
#testo {
	width:97%;
    min-width:760px;
    max-width:958px;
	margin:0 auto;
	padding:15px 0 0 0; 
	}
	
#testo p {
	color:#fff;
	font-size:11px;
	background:url(../immagini09/sfondo_footer.gif) left no-repeat;
	padding:0 0 10px 182px;
	}	
	
#footer a {
	color:#fff;
	}	
	
.box_evidenza	{
	color:#000;
	border:1px solid #598BB2;
	background-color: #B5C4D0;
	margin-bottom:20px;
	margin-right:215px;
	padding:8px;
	}	


