
/* CSS Document - struttura pagina */

/* struttura pagina */

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


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

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

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

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;
	}

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;
	}
	
span.info {
	color:#2C58A5;
	font-size:12px;
	}
	
/* 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;
	width:40px;
	text-align:center;
	background-color:#fff;
	}			
	
#search_result {
	width:600px;
	}	
	
table#sponsor td {
	border-bottom:2px dotted #A4031E;
	padding:15px 0 15px 0;
	color:#000;
	font-size:14px;
	}	
	
/** end global **/
	

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


#contenitore {
	width:958px;
	margin:0 auto 5px auto;
	text-align:left;
	}
	

/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	width:958px;
	height:215px;
	background:url(../immagini/sfondo_header.jpg) no-repeat;
	}
	
#header a#link, #header a#link1, #header a#link2, #header a#link3,
#header a#link4, #header a#link5, #header a#link6 {
	display:block;
	outline:none;
	margin:0 0 0 0;
	-moz-outline: none;
	position:absolute;
	font-size:12px;
	text-indent:-9999px;
	width:475px;
	height:200px;
	}	
	
#header a#link1	{
	width:91px;
	height:57px;
	margin:70px 0 0 632px;	
	}
	
#header a#link2	{
	width:91px;
	height:57px;
	margin:70px 0 0 732px;	
	}	
	
#header a#link3 {
	width:91px;
	height:57px;
	margin:70px 0 0 832px;	
	}
	
#header a#link4 {
	width:91px;
	height:47px;
	margin:147px 0 0 652px;
	}		
	
#header a#link5 {
	width:71px;
	height:47px;
	margin:147px 0 0 742px;
	}
	
#header a#link6 {
	width:71px;
	height:47px;
	margin:147px 0 0 825px;
	}		
	
/*********************************/
/*********** MENU ALTO ***********/
/*********************************/

#menu_alto {
	width:958px;
	padding:0 18px 0 18px;
	background:url(../immagini/sfondo_centrale.gif) repeat-y;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:922px;
	}
	
#menu_alto ul {
	padding:8px 0;
	border-bottom:1px solid #E9E9E9;
	}	
	
#menu_alto ul li {
	list-style: none;
	display:inline;
	padding:0 0 0 4px;
	}

#menu_alto ul li a, #menu_alto ul li a:hover {
	color:#737373;
	text-decoration:none;
	background:url(../immagini/linea.gif) right no-repeat;
	padding:0 6px 0 0;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	}
	
#menu_alto ul li.ultimo {
	padding:0;
	}	
	
#menu_alto ul li.ultimo a, #menu_alto ul li.ultimo a:hover {
	background:none;
	}	
	
#menu_alto ul li a:hover, #menu_alto ul li a.attivo {
	color:#000000;
	}
	
/* box_funzioni */

#funzioni img {
	margin:8px 0 0 10px;
	}

#funzioni img.no_margin {
	margin:0;
	}	

#funzioni {
	float:right;
	text-align:right;
	}

/*********************************/
/*********** CENTRALE ************/
/*********************************/


#centrale {
	width:958px;
	margin:0 0 0 0;
	color:#737373;
	line-height:22px;
	padding:18px;
	background:url(../immagini/sfondo_centrale.gif) repeat-y;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:922px;
	}
	
	
#centrale h1 {
	font-size:25px;
	color:#000;
	position:relative;
	font-weight:lighter;
	background: url(../immagini/ico_pac.gif) left no-repeat;
	padding:3px 0 5px 35px;
	margin:0 0 15px 0;
	} 

#centrale h2 {
	font-size:20px;
	font-weight:lighter;
	}
	
p.catenaccio {
	position:relative;
	margin:-10px 0 10px 0;
	font-size:15px;
	color:#2C58A5;
	}	

.foto_dx {
	float:right;
	margin:0 0 0 30px;
	padding:1px;
	background-color:#fff;
	border:1px solid #999;
	}
	
.divisore {
	width:100%;
	border-bottom:1px solid #ccc;
	margin:15px 0;
	line-height:0;
	font-size:0;
	}	
		
#chiusura {
	background:url(../immagini/chiusura.gif) no-repeat;
	width:958px;
	height:9px;
	line-height:0;
	font-size:0;
	}	
	
/* path */

#path {
	width:628px;
	margin:-10px 0 10px 0;
	position:relative;
	padding:0 0 10px 0;
	border-bottom:1px solid #e9e9e9;
	}	
	
#path ul {
	padding:0 0 0 8px;
	margin:0;
	}

#path ul li {
	list-style:none;
	display:inline;
	color:#2C58A5;
	}	
	
#scegli {
	text-align:left;
	position:relative;
	font-size:11px;
	margin:0 0 0 0;
	}

#scegli select {
	width:200px;
	}	
	
/*********************************/
/*********** COLONNA_SX **********/
/*********************************/


#colonna_sx {
	width:646px;
	margin:0 0 0 0;
	padding:0 18px 0 0;
	float:left;
	border-right:1px dashed #ccc;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:628px;
	}	
	
#centrale #colonna_sx h1 {
	line-height:25px;
	}		

/* box_doppio */

.box_doppio {
	width:628px;
	padding:0 0 15px 0;
	}
	
#centrale .box_doppio h2 {
	color:#96383E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:20px;
	margin:0;
	padding:0 0 5px 0;
	}	
	
#centrale .box_doppio p.titolo {
	font-size:14px;
	color:#333;
	}
		
#centrale .box_doppio p {
	margin:0;
	padding:0;
	}		

#centrale .box_doppio p.titolo a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:14px;
	color:#333;
	}
	
p.link_archivio a {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	background:url(../immagini/ico_pac.gif) left no-repeat;
	padding:10px 0 10px 35px;
	border-bottom:1px solid #ccc;
	}		
	
.box_doppio .sx {
	width:305px;
	}
	
.box_doppio .dx {
	width:305px;
	float:right;
	}
	
.box_doppio .contenuto {
	width:305px;
	background-color:#E9E9E9;
	border-top:3px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	padding:10px;
	margin:0 0 15px 0;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:285px;
	}		
	
/* box_rassegna */

.box_rassegna {
	width:628px;
	margin:15px 0 15px 0;
	background-color:#E9E9E9;
	border-top:3px solid #CCCCCC;
	padding:10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:608px;
	}
	
#centrale .box_rassegna h2 {
	color:#96383E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:20px;
	margin:0;
	padding:0 0 15px 0;
	}		
	
#centrale .box_rassegna p.titolo a {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#333;
	background:url(../immagini/ico_pdf.gif) left no-repeat;
	padding:5px 0 5px 25px;
	}	
	
/* content_programma */	
	
#content_programma {
	width:390px;
	margin:25px 0 0 0;
	}	
	
#content_programma h2 {
	border-bottom:1px solid #e9e9e9;
	color:#96383E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:20px;
	margin:0;
	padding:0 0 15px 0;
	}	
	
#content_programma .box {
	width:390px;
	margin:0 0 0px 0;
	padding:15px 0 15px 0;
	border-bottom:1px solid #e9e9e9;
	}	
	
#content_programma .box img {
	float:left;
	padding:1px;
	background-color:#fff;
	border:1px solid #ccc;
	margin:0 15px 0 0;	
	}	
	
#content_programma .box p {
	line-height:14px;
	}

#content_programma .box p.titolo {
	padding:0 0 5px 0;
	}

#content_programma .box p.titolo a {
	font-size:12px;
	color:#2C58A5;
	}	
	
p.link_pdf {
	padding:15px 0 0 0;
	}

p.link_pdf a {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#666;
	background:url(../immagini/ico_pdf.gif) left no-repeat;
	padding:5px 0 5px 25px;
	}		
	
ul.voci {
	padding-top:15px;
	}	
	
ul.voci li a:hover {
	color:#B61522;
	text-decoration:none;
	}	
	
p.info2 {
	font-style:italic;
	margin:-10px 0 10px 0;
	position:relative;
	}	
	
p.info3 {
	margin:-10px 0 10px 0;
	position:relative;
	}
	
p.info3 a {
	color:#2C58A5;
	text-decoration:underline;
	}			
	
p.info3 a:hover {
	text-decoration:none;
	}				
	
/* contenitore_allegati */

#contenitore_allegati {
	width:628px;
	margin:30px 0 0 0;
	}

.box_allegato, .box_link {
	background-color:#e9e9e9;
	width:235px;
	float:left;
	margin:0 14px 0 0;
	padding:10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:215px;
	}
	
#colonna_sx #contenitore_allegati ul {
	padding-left:0;
	margin:0;
	padding:5px 0 5px 0;
	}	
	
#colonna_sx #contenitore_allegati li {
	line-height:16px;
	}	
	
#colonna_sx #contenitore_allegati h2 {
	padding:0 0 0 0;
	margin:0;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#666;
	}		

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

.box_allegato ul li a, .box_link ul li a {
	color:#2C58A5;
	}
	
/* box_multimedia */

#box_multimedia {
	padding:25px 0 0 0;
 	}	
	
/* content_news */	
	
#content_news {
	width:628px;
	background-color:#E9E9E9;
	border-bottom:3px solid #CCCCCC;
	border-top:3px solid #CCCCCC;
	padding:0 15px 15px 15px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:598px;
	}	
	
#content_news .box {
	width:598px;
	border-bottom:1px solid #ccc;
	padding:15px 0 15px 0;
	}
	
#content_news .box p {
	line-height:16px;
	}

#content_news .box p.titolo, #content_news .box p.titolo a {
	font-size:14px;
	padding:0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#333;
	}		
	
p.data {
	color:#2C58A5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}	
	
p.data span {
	margin:0 0 0 33px;
	}	
	
/* nav */	
	
#nav {
	width:100%;
	margin:15px 0 0 0;
	text-align:left;
	}		

#nav a {
	color:#2C58A5;
	}
	
#nav a:hover, #nav a.attivo {
	color:#96383E;
	text-decoration:none;
	}
	
/* menu_interno */

#menu_interno {
	margin:-5px 0 15px 0;
	position:relative;
	}

#menu_interno ul {
	padding:0;
	}

#menu_interno ul li {
	display:inline;
	color:#731A1A;
	}	

#menu_interno ul li a {
	padding:0 0 0 10px;
	margin:0 15px 0 0;
	text-decoration:none;
	color:#466CB0;
	background:url(../immagini/quadratino.gif)  left no-repeat;
	}	
	
#menu_interno ul li a:hover, #menu_interno ul li.attivo a {
	background:url(../immagini/quadratino_attivo.gif)  left no-repeat;
	color:#731A1A;
	}		
	
/*********************************/
/*********** COLONNA_DX **********/
/*********************************/


#colonna_dx {
	width:257px;
	margin:0 0 0 665px;
	position:relative;
	}	

* html #colonna_dx {
	margin:0 -3px 0 665px;
	}			
	
#colonna_dx .box {
	width:255px;
	margin:0 0 15px 0;
	border:1px solid #999;
	background:url(../immagini/sfondo_box.gif) top right repeat-y;
	background-color:#e9e9e9;
	padding:10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:235px;
	}	
	
#colonna_dx .box h2 {
	padding:0 0 10px 0;
	}

#colonna_dx .box h2 a {
	color:#96383E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:20px;
	}		
		
#colonna_dx .box span.link, #colonna_dx .box span.link a {
	color:#96383E;
	font-size:11px;
	}		
		
#centrale #colonna_dx .box p {
	line-height:18px;
	}		
			
/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:0 auto;
	width:958px;
	text-align:left;
	background:url(../immagini/sfondo_footer.gif) top no-repeat;
	}

	
#footer p {
	color:#666;
	font-size:80%;
	padding:25px 0 25px 0;
	}
	
#footer img {
	margin:0 10px 10px 0;
	}		
	
/* more */

p.titolo_prog a {
	font-size:14px;
	line-height:20px;
	}	
	
/* the news box */

#news

{
	width:305px;
	background-color:#E9E9E9;
	border-bottom:3px solid #CCCCCC;
	padding:10px 10px 64px 10px;
	margin:0 0 15px 0;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:285px;

}

.box_doppio .dx h2#programma {
	background-color:#E9E9E9;
	border-top:3px solid #CCCCCC;
	padding:5px 0 0 10px;
	}

#news a

{

	color:#000;

}

#news ul

{

	margin:0 .5em 0 0;
	padding:0;

}

#news li{

	line-height:2em;
	list-style:none;

}

span.nero {color:#000;}

/* the news box when JavaScript is available */

#news.hasJS

{

	height:120px;

	overflow:hidden;

	position:relative;

}

/* The nested UL when JavaScript is available */

#news.hasJS ul

{

	position:absolute;

	top:120px;

	left:0;

	margin:0 .5em 0 .5em;

	padding:0;

}

#news.hasJS ul li {
	list-style:none;
	margin:0 0 0 .5em;
	}

p#DOMnewsstopper {
	line-height:45px;
	border-top:1px solid #ccc;
	}

p#DOMnewsstopper a {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	background:url(../immagini/ico_pac.gif) left no-repeat;
	padding:10px 0 10px 35px;
	}