/*STILI CLIO P.A.*/


/*NAVIGAZIONE ASSISTITA PER NON VEDENTI*/
.navigazione-assistita
{
position:absolute;
top:-1000em;
width:1px;
height:1px;
overflow:hidden;
}

.dato_errato {color:#FF0000}


/*INSTALLAZIONE MODULI*/

#installazione .checkbox{
	width:5%; 
	float:left; 
	padding:2px 2px 4px 2px; 
	text-align:left; 
	color:#003333; 
	background-color:#ffffff}


/*STRUTTURA DEL PORTALE*/


#body {
	/*Il body è l'intera pagina visualizzata dal browser*/
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#590000;
	background: #fff url(/img/bg-body.jpg) repeat-x top left;
	}

#pagina {
	/*Il div pagina è contenuto nel #body e racchiude tutta la nostra struttura. 
	Viene utilizzato per impostare dei margini alla struttura.*/
	text-align:left;
	padding-left:2.4%;
	padding-right:2.4%;
	height: auto !important;
	background: url(/img/bg-pagina.jpg) no-repeat top left;
	}

#corpo{
	/*Il div corpo è contenuto nella #pagina*/
	width: 100%;
	margin:0;
	padding:0;
	height:auto !important;
	font-size:0.85em;
	background: url(/img/bg_corpo.gif) no-repeat top left;
	}

#centro {
	float:left;
	width:82%; /*background-color:#FAF9E5*/
	}
	
#contenuto, #contenuto-gallery {
	/*Il div contenuto è tutto ciò che solitamente cambia tra una pagina e l'altra.
	Esclude, quindi, il top, i menu di destra e sinistra, e il bottom.*/
	width:75.2% !important;
	width:79.2%;
	line-height:1.3em;
	float: right;
	padding-left:2%;
	padding-right:2%;
	padding-top:25px;
	background-color:#fff;
	height: auto !important;
	z-index:3;
	background: url(/img/top-contenuto.gif) repeat-x top left;
	}
#contenuto-gallery {
	width:auto !important;
	padding:0;
	}

#home-sx {
	width:68%;
	float: left;
    /*border: 1px solid #000;*/
	}
#home-dx {
	width:30%;
	float: right;
	padding-top:11px;
	}
	

/*TOP GRAFICO*/
#top, #top-sx, #top-dx {height: 306px;}
#top {
	position:relative;
	background: url(/img/logo-stemma.gif) no-repeat top left;
	}	
#top-sx {
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
}
#top-dx {
	position:absolute;
	text-align:right;
	width:736px;
	right:0px;
	top:0px;
	background: url(/img/top-dx.gif) no-repeat top right;
	}

/*VESTI GRAFICHE (VERSIONI)*/
#vesti-grafiche {
	text-align:right;
	font-weight: bold;
	margin:260px 0 0 0;
	padding-right:310px;
	}
#vesti-grafiche li {
	display: inline;
	padding: 0 0 0 8px;
	background-image:none;
	}
#vesti-grafiche a{
	color:#000;
	padding-left:9px;
	background: url(/img/arrow.gif) no-repeat left 5px;
	}
#vesti-grafiche a:hover{color:#c51501;}
	
/*MENU CONTESTUALE*/

#menu-contestuale {
	width:100%;
	border-bottom:1px solid #d1bda2; 
	color:#000;
	padding-bottom:2px;
	margin-bottom:7px;
	}
#contenuto-gallery #menu-contestuale {
	border-bottom:none; 
	margin-bottom:14px;
	}
	


/* ------- MENU SX ------- */
#menu-sx {
	float: left;
	width: 19.5%;
	}
#menu-sx ul {
	background: #fff url(/img/menu-sx-inf.gif) no-repeat right top;
	border: 1px solid #d1bda2;
	}
#menu-sx li a:link, #menu-sx li a:visited {
	text-decoration:none; 
	color:#4a2300;
	}
#menu-sx .titolo-menu {
	color:#a88501;
    border: 1px solid #d1bda2;
	background: url(/img/menu-sx-sup.gif) no-repeat right bottom;
	}
	
#box-area-privata {
	border: 1px solid #d1bda2;
	border-bottom: 6px solid #d1bda2;
	margin-bottom:2px;
	}
#box-area-privata h2 {
    font-size:1.45em;
	letter-spacing:-1px;
	margin:0;
	padding:12px 28px 2px 5px;
	background: #faf3e6 url(/img/area-privata.gif) no-repeat right top;
	}
#box-area-privata .body {
    font-weight:bold;
	padding:16px 5px 18px 5px;
	}


/* ------- MENU DX ------- */
#menu-dx  {
	float:right; 
	width:17%; 
	}
#menu-dx ul {
	background: #fff url(/img/menu-dx-inf.gif) no-repeat top right;
	border: 1px solid #deb8ab;
	}
#menu-dx li a:link, #menu-dx li a:visited {
	text-decoration:none; 
	color:#590000;
	}
#menu-dx .titolo-menu {
	color:#a80000;
    border: 1px solid #deb8ab;
	background: url(/img/menu-dx-sup.gif) no-repeat right bottom;
	}
	
#link-video-cerrate{
    border-bottom: 5px solid #bde87f;
	margin-bottom:16px;
	}	
#link-video-cerrate a{
	width:auto !important;
	width:100%;
	padding-bottom:179px !important;
	padding:14px 6px 177px 6px;
	display:block;
	clear:both;
	color:#fff;
	font-size:1.1em;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:1em;
	text-align:center;
	text-decoration:none;
	background: #73471e url(/img/bg-box-cerrate.gif) no-repeat right bottom;
	}
#link-video-cerrate a:hover{
	text-decoration:underline;
	color:#fff09f;
	}
	

/* ------- Parti comuni MENU SX e MENU DX ------- */	
#menu-dx .titolo-menu, #menu-sx .titolo-menu {
	font-weight:bold;
	font-size:1.1em;
	padding:13px 0 13px 6px;
	border-bottom:none;
	}
#menu-dx .titolo-menu a:hover, #menu-sx .titolo-menu a:hover{
    text-decoration:none;/* ------- per Firefox ------- */
	}
#menu-sx, #menu-dx  {
	font-size:0.95em;
	padding-bottom:14px;
	}
#menu-sx ul, #menu-dx ul{
	margin:0px;
	margin-bottom:2px;
	padding: 7px 5px 10px 5px;
	border-top:none;
	}	
#menu-dx li, #menu-sx li {
	padding-bottom:3px;
	padding-top: 3px;
	}
#menu-sx li a:hover, #menu-dx li a:hover {
	text-decoration:underline; 
	color:#c51501;
	}
.titolo-memu-margin{padding-right:30px;}

	
/* ------- NEWS-BANDI HOME ------- */	
#prima-notizia {
    background-color:#faf3f0;
	width:100%;
	margin:0 0 16px 0;
	border-bottom: 6px solid #eaccc1;
	float:left;
}
#prima-notizia .dx {
	padding: 12px 12px 12px 0;
}
.bandi-txt {
	padding: 3px 0 3px 0;
}


/* ------- BOX DX HOME ------- */	
#home-dx .box-home-dx h1 {
    background: #f6f0e1 url(/img/head-box-home.gif) repeat-x left top;
	color:#a83000;
	font-size:1.5em;
	padding:15px 4px 4px 4px;
	margin:0;
	letter-spacing:-1px;
	border-bottom:1px solid #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.box-home-dx .body {
	padding-top:91px;
	color:#684e00;
}
.box-home-dx .txt{
	border-top: 6px solid #e1ce9e;
	padding:10px 0 6px 0;
	margin:0;
}
.box-home-dx .continua{
	text-align:right;
	font-weight:bold;
	padding:0;
    margin-bottom:12px;
	background: url(/img/bg-continua-home-dx.gif) repeat-x left center;
}
#home-dx .box-home-dx .continua a{
	color:#a80000;
	background-color:#fff;
	padding-left:5px;
}
#box-storia .body {
    background: url(/img/bg-box-home-storia.jpg) no-repeat right top;
}
#box-mediazione .body {
    background: url(/img/bg-box-home-mediazione.jpg) no-repeat right top;
}
#box-vino .body {
    background: url(/img/bg-box-home-vino.jpg) no-repeat right top;
}
#box-forum .body {
    background: url(/img/bg-box-home-forum.jpg) no-repeat center top;
}


/* ---------------- PAGINAZIONE ---------------- */
.paginazione {
  width:auto;
  text-align:center;
  clear:both;
  padding:6px 0 6px 0;
  margin-top:20px;
  background-color:#fbf6ec;
  font-weight:bold;
  }
#contenuto-gallery .paginazione {
  background:none;
  margin-left:10px;
  }
.paginazione ul{display: inline;}
#contenuto .paginazione li {display:inline;background:none;padding:2px;}
.paginazione li a{color:#c51501; padding:8px;}
.paginazione li span{padding:8px;}
.paginazione li a:hover{color:#fff; background-color:#b9891c;}


/* ---------------- TORNA INIZIO PAGINA ---------------- */
.inizio-pagina{
	padding: 10px 0 30px 0;
	margin: 15px 0 0 0;
	font-weight:bold;
	font-size:1.1em;
	}
.inizio-pagina a:link, .inizio-pagina a:visited{
    color:#a83000;
    background: url(/img/torna-inizio-pagina.gif) no-repeat top right;
    padding:1px 42px 10px 0;
    }

/*BOTTOM (INDIRIZZO)*/
#bottom-container {
	background: #000 url(/img/bottom-bg.jpg) repeat-x left top;
	clear:both;
	text-align:center;
	color:#fff;
	font-size: 0.85em;
	}
#bottom {
	width:auto;
	background: url(/img/bottom.jpg) no-repeat left top;
	padding: 34px 10px 34px 10px;
	line-height:1.5em;
	}	
#bottom a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
#bottom a:hover{
	text-decoration:underline;
	}


/*VALIDATORI E BOTTONI W3C*/
#validatori {
	text-align:center;
	font-size: 1.2em;
	background-color:#fff;
	padding: 3px 0 11px 0;
	}
.w3cbutton  {
	padding-top:6px;
	}
.w3cbutton a {
	background-color:#fc6;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border:1px solid #A16E1B;
	}
.w3cbutton a .w3c{
	text-decoration: none;
	font-size: 0.9em;
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	}	
.w3cbutton a:link,.w3cbutton a:visited {
	background:#fc6;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	}
.w3cbutton a:hover {
	background-color:#ff9;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	}
.w3cbutton .w3c {
	padding:0.5em;
	margin-right:.25em;
	background-color:#fff;
	color:#0c479d;
	}
.w3cbutton .waiA { 
	color:#900;
	background-color:#fff;
	} 
	
	
/* --------------------------- COMMONS ---------------------------------- */

/*LINKS*/
a:link, a:visited {color:#c51501;}
a:link, a:visited, h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {text-decoration:none;}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover{text-decoration:underline;}

/*ELENCHI*/
ul {
	list-style-type:none; 
	padding: 0;
	line-height: 1.3em;
	margin: 10px 0 4px 0;
	}
#contenuto li {
	padding: 0 0 4px 14px;
	background: url(/img/puntoelenco_contenuti-2.gif) no-repeat left 6px;
	}
#contenuto .ul-level-2 li {
	background: url(/img/puntoelenco_level-2.gif) no-repeat left 7px; 
	}


/*PARAGRAFI*/
p, .paragrafo {
   line-height: 1.5em;
   margin:0 0 10px 0;
   padding:0;
}
.paragrafo {
   margin-top:10px;
}
#p-inizio-pagina {margin:0;}
.vai-elenco {
   padding: 6px 6px 8px 6px;
   background-color: #faf3f0;
   font-weight:bold;
}

/*HEADINGS*/
h1 {
	color: #940000; 
	font-size:2.1em;
	padding:6px 0 6px 0;
	margin: 0;
	line-height:1em;
	font-family:"Times New Roman", Times, serif;
	}
h1 a:link, h1 a:visited {color: #940000;}
h1 a:hover, h1 a:active {color:#c51501;}
#contenuto .h1-home-sx {
	padding:10px 0 14px 45px;
	margin: 0;
	line-height:1em;
	background: url(/img/news-home.gif) no-repeat left top;
	}

h2{
	color:#8c5d00;
	font-size:1.4em;
	line-height:1.1em;
	margin: 6px 0 2px 0;
	}	
h2 a:link, h2 a:visited{color:#8c5d00;}
h2 a:hover, h2 a:active{color:#b9891c;}

h3 {
	font-size:1.2em; 
	color:#cb3c01;
	line-height:1.1em;
	margin: 8px 0 2px 0;
	}
h3 a:link, h3 a:visited {color:#cb3c01;}
h3 a:hover, h3 a:active {color:#ef500f;}


/*STILI GENERICI*/
.grassetto {font-weight:bold;}
.categoria, .data-notizia, .grassetto-rosso {font-weight:bold;color:#c51501;}
.corsivo {font-style:italic;}
.grassetto_corsivo {font-style:italic; font-weight:bold;}
.sottolineato {text-decoration:underline}

.nofloat {clear: both;}
.float-right {float: right;}
.centrato {text-align:center}
.sinistra {text-align:left}
.destra {text-align:right}
.giustificato {text-align:justify}
.apice {vertical-align:super}
.pedice {vertical-align: sub}

.numero {font-weight:bold;}
.autore {text-align:right; font-weight:bold; font-size:90%}
.sommario {font-style:italic;}

.attenzione /*stile in rosso per evidenziazioni*/{color:#FF0000; padding-top:12px;}
.tratteggio, .tratteggio-home-sx { /*stile che crea una linea tratteggiata prima o dopo un elemento. Viene utilizzato per tutti i moduli.*/ 
     border-bottom:1px solid #e4cdc5;
	 margin-bottom:8px;
	 margin-top:8px;
	 clear:both;
	 }
.tratteggio-home-sx { 
	 margin-bottom:12px;
	 }
.nascosto {display:none}

img {border: none;}
.img-interna {
	float:left;
	margin-right:5px;
	line-height:0;/* importante per firefox */
	}
.img-interna-dx {
	float:right;
	margin-left:5px;
	line-height:0;/* importante per firefox */
	}
.img-interna img, .img-interna-dx img, #ingrandimento img, #banner img {
	border:2px solid #e1ce9e; 
	}
#home-sx img {
    border:none;
}
#ingrandimento img {text-align:center;margin-bottom:10px;}	
	
	
.ico-legenda {width:60%;  /*background-color:#D9F1FF; border-bottom:3px solid #009999; border:1px solid #009999;*/ padding:2px; }
#contenuto .ico-legenda ul {
   margin-left:-4px;
   }
#contenuto .ico-legenda ul li {
   list-style-type:none;
   background-image:none;
   margin: 6px 0;
   padding:0;
   }

.ico-allegati {float:right; width:auto; /*border:1px solid #00CC00;*/ margin-left:2px; padding:1px; margin-top:4px}
.ico-allegati img, .ico-legenda img {vertical-align:middle; margin-left:2px;}

/* --------------------------- fine COMMONS ---------------------------------- */


/* --------------------------- inizio SUDNEWS ---------------------------------- */
#sudnews li a.link_sudnews, #sudnews li a:visited.link_sudnews {
	font-weight: bold;
	color: #fff;
	background-color:#B94040;
	text-align:center;
	line-height: 24px;
	width: 100%;
	display:block;
	padding:0;
}
#sudnews li a:hover.link_sudnews {
	color: #fff;
	background-color:#940000;
}
/* --------------------------- fine SUDNEWS ---------------------------------- */


/* --------------------------- inizio BANNER ---------------------------------- */
#banner {
   border: 1px solid #d1bda2;
   border-top:none;
   background: #fcf7ee url(/img/menu-sx-inf-2.gif) no-repeat right top;
   padding: 10px 0 6px 0;
}
#banner ul {
   text-align:center;
   border:none;
   background:none;
   margin: 0 0 4px 0;
   padding:0;
}
/* --------------------------- fine BANNER ---------------------------------- */


/* --------------------------- inizio SONDAGGI ---------------------------------- */
#istogramma{
  float:left;
  width:100%;
}
.etichetta-sondaggi {
  margin:0 0 0 0;
  padding:5px;
  float:left;
  width:46%;
  line-height:1.6em;
  background-color:#f7f3e7;
  border-bottom:2px solid #fff;
}
.percentuale {
  padding-top:8px;
  float:right;
  text-align:left;
  width:50%;
}
/* --------------------------- fine SONDAGGI ---------------------------------- */


/* --------------------------- inizio GALLERIE ---------------------------------- */
#archivio_foto{
	/*border: 1px solid #d1bda2;*/
	border: 1px solid #e4cdc5;
	border-top: 10px solid #e1ce9e;
	margin-top:6px;
	width:100%;
	background: #f8f2e5 url(/img/bg_photogallery.gif) repeat-x left top;
	}
#archivio_foto .titoli{
	background: #fdf5e2 url(/img/bg_photogallery_bar.gif) repeat-x left bottom;
	padding-bottom:6px;
	}
#archivio_foto h1 {
	margin:0;
	border: none;
	background: url(/img/immagine.gif) no-repeat 12px 12px;
	padding: 8px 0 0 42px;
	}
#archivio_foto h2 {
	margin:0;
	padding: 4px 6px 10px 42px;
	color:#bb4402;
	}
#archivio_foto .descrizione {
	margin:0;
	padding: 0 42px 10px 42px;
	}
#archivio_foto #vai_a_elenco {
	background-color:#F5E6B7;
	padding: 3px 3px 3px 8px;
	margin:0;
	}
#archivio_foto .paginazione li {
    display:inline;
	}
#miniature {
	float:right; 
	width:20%; 
	text-align:center; 
	padding:0;
	padding:6px 6px 0 6px;
	}	
#miniature .miniatura-img {
	background-color:#fefbf5; 
	margin-bottom:6px;
	}
#miniature img {border:0; margin-top:10px;}
.didascalia-miniatura {color: #971f04; padding:0 4px 10px 4px;}
#ingrandimento {
    padding: 10px 0 10px 0; 
    float:left;
	text-align:center;
	width:78%;
	}
#ingrandimento img {
    border:12px solid #fff;
	}
#ingrandimento .grassetto {color:#971f04;}
#ingrandimento li {background:none;}
.resize {width:auto;}
.txt_foto {
	margin: 10px;
	color: #971f04;
}
/* --------------------------- fine GALLERIE ---------------------------------- */



/*<<<<<<<<<<<<<<<<<<< MODULO GUIDA AI SERVIZI >>>>>>>>>>>>>*/
#guida-servizi {margin:0 0 5px 0; padding:0;}
#guida-servizi ul {list-style-type:none; margin:3px; padding:0;}
#guida-servizi li {margin-bottom:1px; padding:0;}
.imgservizi {vertical-align:middle; display:inline;}
#guida-servizi a:link, #guida-servizi a:visited {text-decoration:none;}
#guida-servizi img {border:0;}
/*<<<<<<<<<<<<<<<<<<< FINE MODULO GUIDA AI SERVIZI >>>>>>>>>>>>>>>>>>>>>>*/



/*<<<<<<<<<<<<<<<<<<< MODULO ORGANIGRAMMA (SSU) >>>>>>>>>>>>>*/
/*#organigramma {} */
#organigramma .ul-primo-livello {margin:8px 0 20px 0;}
#organigramma li {padding:0 0 0 16px; font-weight:bold; color:#000;}
#organigramma ul li {border-bottom:1px solid #e4cdc5; margin-bottom:10px;}
/*#organigramma ul li ul {}*/
#organigramma ul li ul li {border:0; color:#f85302; font-weight:normal; margin-bottom:3px; margin-top:3px;}
#organigramma ul li ul li ul li {color:#b57902}



/*<<<<<<<<<<<<<<<<<<< EVENTI + CALENDARIO >>>>>>>>>>>>>*/
#calendario {border:1px solid #006666; background-color:#FFFFFF; width:auto;}
#calendario table {width:99%;}
#calendario caption {font-weight:bold; background-color:#009999; color:#FFFFFF; width:100%; font-size:90%}
#calendario caption a:link, #calendario caption a:visited {text-decoration:none; color:#FFFFFF;}


#calendario th {text-align:center; font-size:70%; font-weight:bold;}
/*#calendario th.mese a:link, #calendario th.mese a:visited{
	width:100%;
	text-decoration: none;
	color:#006699;
}*/

#calendario td {font-size:61%}

#calendario th.mese {
	text-align:center;
	/*font-weight:bold;*/
}

#calendario td.giorno-normale a:link, #calendario td.giorno-normale a:visited{
	color:#000000;
	text-decoration:none;
	text-align:center;
	border:1px solid #FFFFFF;
	
}

#calendario td.giorno-normale a:hover, #calendario td.giorno-normale a:active{
	background-color:#FFCC00;
	color:#000000;
	text-decoration:none;
	border:1px solid #FF9900;
	text-align:center;
}

#calendario td.giorno-normale {
	text-align:center;
	color: #999999;
	margin:0;
	padding:0;
	
}

#calendario td.giorno-corrente a:link, #calendario td.giorno-corrente a:visited{
	color:#000;
	text-decoration:none;
}

#calendario td.giorno-corrente a:hover, #calendario td.giorno-corrente a:active{
	color:#000000;
	text-decoration:none;
}

#calendario td.giorno-corrente {
	text-align:center;
	color: #006666;
	font-weight:bold;
	
}

#calendario td.giorno-settimana-nero {
	text-align:center;
	font-weight:bold;
	color:#000000;
	
}

#calendario td.giorno-settimana-rosso {
	text-align:center;
	font-weight:bold;
	color:#FF0000;
	
}

#calendario td.giorno-domenica a:link, #calendario td.giorno-domenica a:visited{
	color:#FF0000;
	text-decoration:none;
	border:1px solid #FFF;
}

#calendario td.giorno-domenica a:hover, #calendario td.giorno-domenica a:active{
	background-color:#FFCC00;
	text-decoration:none;
	border:1px solid #FF9900;
}

#calendario td.giorno-domenica {
	text-align:center;
	color: #FF6666;
	
}
/*<<<<<<<<<<<<<<<<<<< FINE EVENTI + CALENDARIO >>>>>>>>>>>>>*/





/* ------------------ inizio TOOLS  ------------------ */

/* TOOLS - pagina dettagli deei moduli (link galleria, elenco, ritorna ricerca) */
/* TOOLS-2 - siti web utili */
/* TOOLS-3 - mappa del sito sx */
/* TOOLS-4 - mappa del sito dx */

#tools, #tools-2, #tools-3, #tools-4{
    padding: 0 0 16px 0;
	margin: 15px 0 25px 0;
    background-color: #f3eddc;
	/*border:1px solid #dfd4b9;*/
	float:left;
	width:100%;
	}
#tools-2 { 
	margin: 5px 0 15px 0 !important;
	margin: 5px 0 5px 0;
	}
#tools-4 { 
	margin-top:0;
	background-color: #f5eae6;
	}
.link-gallery, .link-elenco, .link-ricerca, .link-ritorna, .link-discussioni, .link-giunta, .link-sondaggio, .link-map {
	padding:0;
	margin-left:2%;
	margin-top:2%;
	width:30.5%;
	height:100px;
	display:inline;
	float:left;
	border:1px solid #fff;
	border-bottom:6px solid #fff;
	background: #f7f1df url(/img/bg-tools.gif) repeat-x left top;
	}
#tools-3 .link-map {
    margin-top:0;
	background: #faf6e9 url(/img/bg-tools-2.gif) repeat-x left top;
	}
#tools-4 .link-map {
    margin-top:0;
	background: #fdf4f2 url(/img/bg-tools-3.gif) repeat-x left top;
	}
#tools-2 div {
    width:17.3% !important;
	width:17.6%;
	height:90px;
	}
#tools-3 .link-map, #tools-4 .link-map {
    width:22.2% !important;
	width:22.5%;
	height:auto;
	}
#tools .box-mp3 {
    width:100%;
	}
#tools h3, #tools-2 h3{
    padding:40px 10px 0 10px;
	margin: 0;
	font-size:1.1em;
	}
.link-gallery h3 {
    background: url(/img/immagine-2.gif) no-repeat 10px top;
	}
.link-elenco h3 {
    background: url(/img/elenco-2.gif) no-repeat 10px top;
	}
.link-ricerca h3{
    background: url(/img/cerca-2.gif) no-repeat 10px top;
	}
.link-ritorna h3{
    background: url(/img/ritorna.gif) no-repeat 10px top;
	}
.link-map h2{
    background: url(/img/mappa.gif) no-repeat 10px 10px;
	}
.link-discussioni h3{
    background: url(/img/discussione.gif) no-repeat 10px top;
	}
.link-giunta h3{
    background: url(/img/giunta.gif) no-repeat 10px top;
	}
.link-sondaggio h3{
    background: url(/img/sondaggio.gif) no-repeat 10px 10px;
	}
	
.box-mp3, .box-evidence {
    text-align:center;
	width:100%;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	background: #f7f1df url(/img/bg-tools.gif) repeat-x left top;
	}
.box-evidence {
    text-align:left;
	width:auto;
	padding: 10px;
	}
	


/* MAPPA SITO */
#tools-3 .titolo-menu, #tools-4 .titolo-menu {
    font-weight:bold;
	margin:0;
	padding:10px 2px 8px 6px;
	}
#tools-3 ul, #tools-4 ul {
	margin:0;
	padding:0 2px 6px 6px;
	}
#tools-3 h2, #tools-4 h2 {
    margin:12px 0 0 0;
	margin-left:2%;
	padding:0 2px 14px 26px;
	background: url(/img/mappa.gif) no-repeat left top;
	}
#tools-4 h2 {
    color:#a80000;
	}

/* ------------------ fine TOOLS ------------------ */

/* ------------------------------ inizio FORM -------------------------------------- */
/* ---- formattazione generale ---- */
form, fieldset {
   padding:0;
   margin:0;
}
form{
   margin-bottom:20px;
   border:1px solid #dfd4b9;
   border-top: 10px solid #e1ce9e;
   background: #fff url(/img/bg-form.gif) repeat-x top left;
}
legend {display:none;}
fieldset {
  border: none;
  padding: 0 10px 14px 10px;
  background: #fcfaf5 url(/img/bg-fieldset.gif) repeat-x top left;
}
.etichetta{
  float:left;
  width:50%;
  border-bottom:1px solid #dfd4b9;
  line-height:1.6em;
  margin:10px 10px 0 0;
  clear:both;
}
input, select {
  margin: 10px 0 6px 0;
  float:left;
  }
select {width:47.6%;}
form p {padding:0 6px 0 6px;}


/* ---- formattazioni specifiche ---- */
.btn-form {/* elemento da personalizzare APPLICANDO LA CLASSE */
   color:#fff;
   border: 1px solid #fff;
   font-weight:bold;
   padding: 2px 4px 4px 4px !important; 
   padding: 2px 0 2px 0;
   background: #cc7b2f url(/img/form-btn.gif) repeat-x left bottom;
}
.btn-container{
   width:48%;
   text-align:left;
   padding-top:4px;
   float:right;
}
.btn-container-2 {
   width:100%;
   text-align:center;
   padding:2px 0 7px 0;
}
.etichetta-2{width:100%;}

#form-theme form {
   background-color:#fff;
}
#form-theme .etichetta, .etichetta-2, .etichetta-3, .ultima-etichetta {
  float:left;
  width:48%;
  margin:0;
  padding: 6px 0 6px 0;
  clear:both;
}
#form-theme .etichetta-3 {
  width:100%;
  text-align:left;
}
#form-theme input, #form-theme select, #form-theme textarea {
  margin-bottom:6px;
  width:48%;
  float:right;
}
#form-theme input{
  width:47.5% !important;
  width:48%;
}
#form-theme .btn-radio {
  width:10% !important;
  float:left;
}
#form-theme .btn-container .btn-form, #form-theme .btn-container-2 .btn-form {
   float:none;
   width:auto !important;
   width:auto;
}
/* ------------------------------ fine FORM -------------------------------------- */

/* -------------------------- inizio FORUM -------------------------- */
.tools-forum{
   background-color: #f6f1e4;
   padding:16px 15px 15px 15px;
   }
.tools-forum-2 {
   background-color: #faf5f3;
   padding:8px;
   color:#c51501;
   margin: 4px 0 15px 0;
   }
.tools-forum a {
   padding: 3px 0 4px 26px;
   }
.tools-forum #rispondi {background: url(/img/scrivi.gif) no-repeat left top;}
.tools-forum #citazione {background: url(/img/citazione.gif) no-repeat left top;}
.tools-forum #unico-messaggio {background: url(/img/messaggio.gif) no-repeat left top;}
.tools-forum #discussione {background: url(/img/discussione-2.gif) no-repeat left top;}
.discussione {
   background-color: #f6f1e4;
   border-top: 1px solid #fff;
   padding:10px;
   margin-bottom: 20px;
   }
.discussione .paginazione {background:none;}
#contenuto .ul-forum li, .txt-forum{
   background: url(/img/icon_forum_user.gif) no-repeat left top;
   padding: 3px 0 0 25px;
   }
.h2-forum {
	background: url(/img/icon_forum_categoria.gif) no-repeat top left;
	padding: 8px 0 10px 36px;
	}
.h2-forum-scrivi {margin-bottom:20px;}	
/* -------------------------- fine FORUM -------------------------- */


/* ------------------------------ inizio TABELLE -------------------------------------- */
table {
 font-size:1em;
}
.table-forum {
 margin-top:20px;
}
.table-forum td input, .table-forum td textarea{
    width:100%;
}
.table-forum td .btn-form{
    width:auto;
	float:left;
}
/* ------------------------------ fine TABELLE -------------------------------------- */


/* ------------------------------ inizio PARTNER COMMERCIALI -------------------------------------- */
#descrizione-partner {float:left;width:50%;}
#descrizione-partner h2.elenco{margin-top:0px;}

#partner-home {
	width:100%;

}
#partner-home ul{
	margin:0px auto;
	padding:0px;
	list-style-type:none;

	}
#partner-home li{
	display:inline;
	border:1px solid #fead8f;
	display:block;
	float:left;
	background-color:#fef7ee;
	width:18.3%;
	height:150px;
	margin:4px 0.7%;
	text-align:center;
	padding:4px 0;
}
.img-partner{height:130px;}
/* ------------------------------ fine PARTNER COMMERCIALI -------------------------------------- */

/*<<<<<<<<<<<<<<<<<<< NUOVI NATI >>>>>>>>>>>>>*/
.maschio {color:#006699; font-weight:bold;}
.femmina {color: #FF3366; font-weight:bold;}
/*<<<<<<<<<<<<<<<<<<< FINE NUOVI NATI >>>>>>>>>>>>>*/
	


/*MESSAGGIO DI ERRORE NELLA COMPILAZIONE DEI VARI FORM PER INSERIRE IMMAGINI, DATI OBBLIGATORI O DOCUMENTI*/
#errore {
	background-color:#FF0000; 
	color:#FFFFFF; 
	font-weight:bold;
	padding:4px;
	}

#risultato {
	color:#F95230;
	}


.dato-errato {color:#FF0000}

.record {
	border:1px solid #ADD9D1; 
	margin-top:2px;
	padding:2px;
	}
.errore-formato{
color:#006666;
font-weight:bold;

}

#numero-pagine {text-align:center; width:100%; background-color:#EAF6F4; margin:0; padding:0;}
#numero-pagine ul {list-style-type:none; margin:0; padding:0; display:inline;}
#numero-pagine li {display:inline; margin:0; padding:0;}
#numero-pagine a:link, #numero-pagine a:visited {text-decoration: none;} 
table.associazioni{
	font-size:1em;
	width:100%;
}
table.associazioni td, table.associazioni th {
	padding:7px 3px 8px 3px;  
	border-bottom:1px dashed #e6ca98;
	text-align:left;	
}
table.associazioni th { 
	border-bottom:none;
	background-color:#def0f9;
	padding-left:6px;
}
.meteo{
	background:url(/img/bg_meteo.gif) top right;
	clear:both;
	border-top:2px solid #fff;
	height:65px;
	width:100%;
}
.meteo a, .meteo a:visited {
    height:65px;
	width:100%;
	display:block;
	padding:5px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	}

