/* CSS Document - struttura pagina */

/* struttura pagina */

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


/*********************************/
/********* 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 {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#FF8702;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	

span.continua {
	color:#FF8702;
	}

input, textarea, select {
	border:1px solid #ccc;
	background-color:#fff;
	width:130px;
	padding:2px;
	}

ul, ol {
	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, #glegend input {
	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;
	}	
	
.banner_big {
	margin:0 0 10px 0;
	}	
	
* html .banner_big {
	margin:0 0 10px -16px;
	}			

/** end global **/
	

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


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

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


#header {
	width:980px;
	background:url(../immagini/sfondo_header.jpg) no-repeat;
	height:248px;
	}
	
#header a#link {
	display:block;
	outline:none;
	margin:40px 0 0 30px;
	-moz-outline: none;
	position:relative;
	font-size:12px;
	text-indent:-9999px;
	width:360px;
	float:left;
	height:110px;
	}
	
/* h_dx */

#h_dx {
	width:170px;
	float:right;
	padding:20px 0 0 0;
	margin-right:30px;
	}	
	
#h_dx input {
	padding:0;
	border:1px solid #fff;
	background-color:#CCCCCC;
	color:#333;
	margin:0;
	font-size:10px;
	width:120px;
	padding:0 0 0 3px;
	height:15px;
	}	
	
#h_dx input.pulsante {
	width:35px;
	font-size:10px;
	padding:0;
	height:15px;
	text-align:center;
	background-color:#FF8800;
	}	
	
/*********************************/
/*********** MENU ALTO ***********/
/*********************************/

#menu_alto {
	width:460px;
	padding:0px 0 0 0;
	margin:25px 0 5px 27px;
	}
	
#menu_alto ul {
	padding:0;
	margin:0;
	}

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

#menu_alto ul li a, #menu_alto ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../immagini/linea.gif) right no-repeat;
	padding:0 6px 0 0;
	font-size:11px;
	}
	
#menu_alto ul li.ultimo a, #menu_alto ul li.ultimo a:hover, 
#menu_alto ul li.ultimo a.attivo {
	background:none;
	}	
	
#menu_alto ul li a:hover, #menu_alto ul li a.attivo {
	text-decoration:none;
	color:#000;
	}


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


#centrale {
	width:980px;
	margin:0 0 0 0;
	color:#292A2E;
	font-size:12px;
	line-height:18px;
	padding:0px 25px 10px 28px;
	background:url(../immagini/sfondo_centrale.gif) repeat-y;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:927px;
	}
	
		
#centrale h1 {
	font-size:22px;
	color:#E95E28;
	font-weight:lighter;
	padding:0 0 12px 0;
	}

.foto_dx {
	float:right;
	margin:0 0 0 15px;
	border:1px solid #999;
	padding:1px;
	}	
	
/* etichette */

#etichette {
	width:925px;
	padding-top:0;
	border-bottom:1px solid #ccc;
	}

#etichette ul {
	margin:20px 0 0 0;
	padding:0;
	float:left;
	}

#etichette ul li {
	background:url(../immagini/label_dx.gif) top right no-repeat;
	list-style:none;
	display:inline;
	background-color:#ccc;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
	float:left;
	}
	
* html #etichette ul li {
	display:inline;
	height:30px;
	}	

#etichette ul li a {
	background:url(../immagini/label_sx.gif) top left no-repeat;
	font-size:12px;
	color:#666;
	text-align:center;
	background-color:#ccc;
	display: inline-block;
	padding:8px 0 8px 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	}

#etichette ul li:hover, #etichette ul li.attivo {
	background:url(../immagini/label_dx_hover.gif) top right no-repeat;
	background-color:#FF8800;
}

#etichette ul li:hover a, #etichette ul li.attivo a {
	background:url(../immagini/label_sx_hover.gif) top left no-repeat;
	background-color:#FF8800;
	color:#FFF;
	text-decoration:none;
}
	
	
/* contenuto */

#contenuto {
	width:925px;
	border:1px solid #ccc;
	border-top:0;
	padding:10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:903px;
	}
	
p.dati {
	color:#333;
	font-weight:bold;
	padding-bottom:15px;
	}
	
.divisore2 {
	width:100%;
	line-height:0;
	font-size:0;
	margin:20px 0;
	border-bottom:1px dashed #999;
	}	
	
/* elenco_page */

ul#elenco_page {
	width:160px;
	float:left;
	padding:0;
	margin:0 0 0 0;
	}
	
ul#elenco_page li {
	list-style:none;
	background-color:#FF8800;
	border-bottom:1px solid #fff;
	width:160px;
	display:block;
	padding:5px 10px 5px 10px;
	color:#fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:140px;
	}				
				
ul#elenco_page li a {
	color:#fff;
	font-weight:bold;
	}	
	
ul#elenco_page li ul {
	padding:4px 0;
	margin:3px 0 0 0;
	border-top:1px solid #fff;
	width:160px;
	position:relative;
	margin:0 -10px -5px -10px;
	background-color:#66C2E0;
	}
	
ul#elenco_page li ul li {
	width:160px;
	background-color:#66C2E0;
	border:0;
	margin:0;
	padding:0 10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:140px;
	}		
	
ul#elenco_page li a, ul#elenco_page li ul li a {
	cursor:pointer;
	}	
	
ul#elenco_page_2 {
	width:160px;
	float:left;
	padding:0;
	margin:0 20px 0 0;
	}
	
ul#elenco_page_2 li {
	list-style:none;
	background-color:#FF8800;
	border-bottom:1px solid #fff;
	width:160px;
	display:block;
	padding:5px 10px 5px 10px;
	color:#fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:140px;
	}
	
ul#elenco_page_2 li.sotto_ist {
	border:0;
	background-color:#fff;
	color:#FF8800;
	font-weight:bold;
	width:160px;
	padding:5px 0 0 0;
	}				
				
ul#elenco_page_2 li a {
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	}	
	
ul#elenco_page_2 li ul {
	padding:4px 0;
	margin:3px 0 0 0;
	border-top:1px solid #fff;
	width:160px;
	position:relative;
	margin:0 -10px -5px -10px;
	background-color:#66C2E0;
	}
	
ul#elenco_page_2 li ul li {
	width:160px;
	background-color:#66C2E0;
	border:0;
	margin:0;
	padding:0 10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:140px;
	}		

ul#elenco_page_2 li ul li a {
	cursor:pointer;
	}	
	
/* extra */

#extra {
	margin:0 2px 0 0;
	font-size:10px;
	}	
	
#extra ul {
	margin:5px 0 0 0;
	text-align:right;
	font-size:10px;
	}	
	
#extra ul li {
	display:inline;
	font-size:10px;
	float:none;
	text-align:left;
	list-style:none;
	}	
	
#extra ul li a.p_photo, #extra ul li a.p_video {
	background:url(../immagini/p_foto.gif) no-repeat;
	width:118px;
	text-align:left;
	height:28px;
	font-size:9px;
	color:#fff;
	padding:9px 15px 9px 32px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height:10px;
	width:71px;
	}
	
#extra ul li a.p_video {
	width:118px;
	height:28px;
	padding:9px 38px 9px 52px;
	background:url(../immagini/p_video.gif) no-repeat;

	voice-family: "\"}\""; 
	voice-family:inherit;
	width:28px;
	height:10px;
	}		
	
a.depliant {
	background:url(../immagini/ico_depliant.gif) left no-repeat;
	padding:1px 0 1px 16px;
	}	
	
/* path */

#path {
	width:980px;
	}

#path ul {
	padding:0;
	margin:0;
	width:570px;
	margin:15px 0 0 30px;
	}
	
#path ul li {
	display:inline;
	list-style:none;
	color:#666;
	font-weight:bold;
	font-size:11px;
	}	
	
#path ul li a {
	color:#666;
	}	
	
#path ul li.attivo {
	color:#FF8702;
	}		

/* share */

#share {
	float:right;
	margin:0 25px 0 0;
	color:#999;
	width:210px;
	}
	
#share img {
	margin:0 0 0 0;
	float:right;
	}	
	
#share span {
	font-size:11px;
	background:url(../immagini/ico_newsletter.gif) left no-repeat;
	padding:3px 0 3px 18px;
	width:70px;
	margin:0 0 0 0;
	position:relative;
	}	
    
/* news_primo_piano */

#news_primo_piano {
	width:393px;
	margin-bottom:20px;
	}
	
#news_primo_piano #testa {
	background:url(../immagini/testa_news.gif) no-repeat;
	width:393px;
	height:32px;
	line-height:0;
	font-size:0;
	}	
	
#news_primo_piano #corpo {
	width:393px;
	padding:0 15px;
	background:url(../immagini/corpo_news.gif) repeat-y;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:363px;
	}	
	
#news_primo_piano #piede {
	width:393px;
	background:url(../immagini/piede_news.gif) no-repeat;
	height:14px;
	}	
	
p.continua {
	color:#FF8702;
	}	
	
#news_primo_piano h2 {
	padding-bottom:7px;
	}

#news_primo_piano h2 a {
	font-weight:lighter;
	font-size:16px;
	}	
	    
	
/*********************************/
/*********** COLONNA_DX***********/
/*********************************/	

#colonna_dx {
	width:516px;
	float:right;
	margin:0 0 0 15px;
	}
	
#colonna_dx #sx {
	width:250px;
	}	
	
#colonna_dx #dx {
	width:250px;
	float:right;
	}		

/* box_news */

.box_news {
	width:250px;
	}
	
.box_news h2 {
	width:250px;
	font-size:10px;
	color:#fff;
	background-color:#0099CC;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}
	
.box_news .news {
	width:250px;
	padding:10px;
	background-color:#66C2E0;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:230px;
	}		
	
.box_news .news p.data {
	color:#fff;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	}
	
.box_news .news p {
	line-height:14px;
	}

.box_news .news p a {
	color:#fff;
	text-decoration:underline;
	}
	
.box_news .news p a:hover {
	text-decoration:none;
	}	

.box_news .news p.titolo {
	line-height:18px;
	}

.box_news .news p.titolo a {
	color:#003366;
	font-size:12px;
	text-decoration:none;
	}
	
.box_news .news p.titolo a:hover {
	text-decoration:underline;
	}
	
/* listato news */

.news2 {
	width:927px;
	border-bottom:1px dotted #ccc;
	padding:0 0 15px 0;
	margin:15px 0 0 0;
	}	
	
.news2 img {
	float:left;
	padding:1px;
	border:1px solid #8796A9;
	margin:0 15px 0 0;
	}	
	
.news2 p.titolo {
	padding:0 0 0px 0;
	}

.news2  p.titolo a {
	font-size:16px;
	color:#003366;
	}	
	
.news2 p.data {
	color:#999;
	font-size:10px;
	line-height:14px;
	}	
			

/* box_scuola */

.box_scuola {
	width:250px;
	background-color:#FFB866;
	margin:10px 0 0 0;
	}
	
.box_scuola h2 {
	width:250px;
	font-size:10px;
	color:#fff;
	background-color:#FF8800;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}	

.box_scuola .corpo {
	width:250px;
	color:#74542E;
	padding:10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:230px;
	}
	
.box_scuola h3 {
	color:#992200;
	font-size:16px;
	font-weight:lighter;
	}	
	
.box_scuola h3 a {
	color:#992200;
	}	
	
.box_scuola img {
	border:1px solid #fff;
	margin:5px 0;
	}	

.box_scuola .piede {
	width:250px;
	background-color:#FF8800;
	padding:2px 0 2px 10px;
	color:#fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}
	
.box_scuola .piede a {
	color:#fff;
	}	
	
/* box_video */

.box_video {
	width:250px;
	}	
	
.box_video h2 {
	width:250px;
	font-size:10px;
	color:#fff;
	padding:2px 0 3px 10px;
	background:url(../immagini/testa_video.gif) no-repeat;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}	
	
.video, .video2 {
	width:250px;
	padding:10px;
	background-color:#515151;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:230px;
	}	
	
.video2 {
	background-color:#7F7F7F;
	}		
	
.video p, .video2 p {
	line-height:14px;
	}

.video p a, .video2 p a {
	color:#fff;
	text-decoration:underline;
	}
	
.video p a:hover, .video2 p a:hover {
	text-decoration:none;
	}	

.video p.titolo, .video2 p.titolo {
	line-height:18px;
	}

.video p.titolo a, .video2 p.titolo a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	}
	
.video2 p.titolo a {
	color:#2D2D2D;
	}	
	
.video p.titolo a:hover, .video2 p.titolo a:hover {
	text-decoration:underline;
	}
	
.video img, .video2 img {
	border:1px solid #fff;
	float:left;
	margin:0 5px 0 0;
	}				

.box_video .piede {
	width:250px;
	background-color:#7F7F7F;
	padding:2px 0 2px 10px;
	color:#fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}
	
.box_video .piede a {
	color:#fff;
	}

/* box_photo */

.box_photo {
	width:250px;
	margin:10px 0 15px 0;
	}	
	
.box_photo h2 {
	width:250px;
	font-size:10px;
	color:#fff;
	padding:2px 0 3px 10px;
	background:url(../immagini/testa_photo.gif) no-repeat;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}	
	
.photo, .photo2 {
	width:250px;
	padding:10px;
	background-color:#0099CC;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:230px;
	}	
	
.photo2 {
	background-color:#94D4E9;
	}		
	
.photo p, .photo2 p {
	line-height:14px;
	}

.photo p a, .photo2 p a {
	color:#fff;
	text-decoration:underline;
	}
	
.photo p a:hover, .photo2 p a:hover {
	text-decoration:none;
	}	

.photo p.titolo, .photo2 p.titolo {
	line-height:18px;
	}

.photo p.titolo a, .photo2 p.titolo a {
	color:#003366;
	font-size:14px;
	text-decoration:none;
	}
		
.photo p.titolo a:hover, .photo2 p.titolo a:hover {
	text-decoration:underline;
	}
	
.photo img, .photo2 img {
	border:1px solid #fff;
	float:left;
	margin:0 5px 0 0;
	}		
	
.box_photo .piede {
	width:250px;
	background-color:#94D4E9;
	padding:2px 0 2px 10px;
	color:#fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}
	
.box_photo .piede a {
	color:#fff;
	}
					
	
/* box_link */

.box_link {
	width:250px;
	margin:10px 0 0 0;
	}	
	
.box_link h2 {
	width:250px;
	font-size:10px;
	color:#fff;
	padding:5px 0 3px 10px;
	background:#66C2E0 url(../immagini/testa_link.gif) no-repeat;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}	
	
.box_link .corpo {
	width:250px;
	padding:0 10px 10px 10px;
	background-color:#66C2E0;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:230px;
	}		
	
.box_link ul {
	margin:0;
	padding:0 0 0 10px;
	}

.box_link ul li {
	color:#fff;
	}

.box_link ul li a {
	color:#fff;
	}	
	
/* elenco_scuole */

#content_scuole {
	width:500px;
	}

.elenco_scuole {
	width:420px;
	float:left;
	min-height:150px;
	margin:0 14px 0 0;
	}
	
* .elenco_scuole {
	height:150px;
	}		
	
.elenco_scuole ul {
	padding:0;
	margin:0 0 0 0;
	}
	
.elenco_scuole ul li {
	background-color:#0099CC;
	color:#fff;
	padding:7px 12px;
	list-style:none;
	border-bottom:1px solid #fff;
	width:420px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:396px;
	}	
	
.elenco_scuole ul li.citta {
	background-color:#66C2E0;
	}	
	
.divisore {
	width:400px;
	line-height:0;
	font-size:0;
	margin:20px 0;
	border-bottom:1px solid #ccc;
	}	
	
.elenco_scuole a {
	color:#fff;
	}		
	
/* contenitore_allegati */

#contenitore_allegati {
	width:530px;
	margin:15px 0 0 0;
	}	
	
	
.box_allegato, .box_link2, .link_multimedia {
	width:162px;
	float:left;
	margin:0 12px 0 0;
	background-color:#66C2E0;
	}
	
.link_multimedia {
	background-color:#FFB866;
	}	
		
.box_allegato h2, .box_link2 h2, .link_multimedia h2 {
	width:162px;
	background-color:#0099CC;
	font-size:10px;
	color:#fff;
	padding:5px 10px;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:142px;
	}	
	
.link_multimedia h2 {
	background-color:#FF8800;
	}		
	
.box_allegato ul, .box_link2 ul, .link_multimedia ul {
	margin:0 10px;
	padding:10px 0;
	}

.box_allegato ul li, .box_link2 ul li, .link_multimedia ul li {
	list-style:none;
	margin:0 0 3px 0;
	}

.box_allegato ul li {
	background:url(../immagini/ico_doc.gif) no-repeat;
	}

.box_link2 ul li {
	background:url(../immagini/ico_web.gif) no-repeat;
	}

.box_allegato ul li a, .box_link2 ul li a {
	color:#fff;
	display:block;
	margin:0 0 1px 17px;
	}	
		
.link_multimedia ul li.link_video a {
	background:url(../immagini/ico_video.gif) no-repeat;
	color:#9B5200;
	padding:3px 0 3px 19px;
	}
	
.link_multimedia ul li.link_photo a {
	background:url(../immagini/ico_photo.gif) no-repeat;
	color:#9B5200;
	padding:3px 0 3px 19px;
	}
	
/* menu_interno */

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

#menu_interno ul {
	padding:0;
	margin:0 0 0 0;
	}

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

#menu_interno ul li a {
	padding:0 0 0 10px;
	margin:0 15px 0 0;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../immagini/quadratino.gif)  left no-repeat;
	}	
	
#menu_interno ul li a:hover {
	background:url(../immagini/quadratino.gif)  left no-repeat;
	text-decoration:underline;
	}	
	
#corpo_video, #gallery {
	margin:15px 0 0 0;
	}	
	
/* titolo indicativo della varie sezioni */

h2.licei, h2.tecnici, h2.professionali,
h2.tecnici_professionali, h2.tecnici_licei, h2.scuole {
	width:48px;
	height:21px;
	background:url(../immagini/h2/h2_licei.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 0;
	padding:0;
	position:relative;
	}
	
h2.tecnici {
	width:164px;
	background:url(../immagini/h2/h2_tecnici.gif) no-repeat;
	}
	
h2.professionali {
	width:149px;
	background:url(../immagini/h2/h2_professionali.gif) no-repeat;
	}
	
h2.tecnici_professionali {
	width:227px;
	height:22px;
	background:url(../immagini/h2/h2_tecnici_professionali.gif) no-repeat;
	}
	
h2.tecnici_licei {
	width:227px;
	height:22px;
	background:url(../immagini/h2/h2_tecnici_licei.gif) no-repeat;
	}	
	
h2.scuole {
	width:207px;
	height:21px;
	background:url(../immagini/h2/le_scuole_superiori.gif) no-repeat;
	}					
	

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

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

	
#footer p {
	color:#666;
	width:400px;
	font-size:11px;
	padding:19px 0 0 27px;
	height:98px;
	}	
	
#footer p a {
	color:#003882;
	}	
	
img.rss {
	margin:3px 0 0 25px;
	}	
	
#footer ul {
	padding:0;
	margin:0 10px 0 0;
	float:right;
	}
	
#footer ul li {
	display:inline;
	list-style:none;
	padding:0 0 0 4px;
	}		

#footer ul li a {
	color:#fff;
	font-size:11px;
	background:url(../immagini/linea.gif) right no-repeat;
	padding:0 10px 0 0;
	}
	
#footer ul li.ultimo a, #footer ul li.ultimo a:hover {
	background:none;
	}	

#footer ul li a.attivo {
	text-decoration:underline;
	}

/*********************************/
/*********** GMAP **********/
/*********************************/	

#map_content {
	width:417px;
	float:right;
	}

#gmap{
	width:417px;
	height:417px;
	border:1px solid #999;
	margin-bottom:5px;
	}

#list_dx {
	float:right;
	width:304px;
	margin:0 0 0 20px;
	}

#list_dx .foto_dx {
	margin:0;
	float:none;
	}

#map {
	width:300px;
	height:300px;
	}

#map_canvas {
	float:right;
	padding:1px;
	border:1px solid #999;
	margin:15px 0 0 0;
	}
	
/* box_news */

#list_news {
	width:250px;
	float:right;
	margin:0 0 0 20px;
	}
	
#list_news h2 {
	width:250px;
	font-size:10px;
	color:#fff;
	background-color:#0099CC;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}
	
#list_news .news {
	width:250px;
	padding:10px;
	background-color:#66C2E0;
	border-bottom:1px solid #fff;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:230px;
	}		
	
#list_news .news p.data {
	color:#fff;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	}
	
#list_news .news p {
	line-height:14px;
	}

#list_news .news p a {
	color:#fff;
	text-decoration:underline;
	}
	
#list_news .news p a:hover {
	text-decoration:none;
	}	

#list_news .news p.titolo {
	line-height:18px;
	}

#list_news .news p.titolo a {
	color:#003366;
	font-size:12px;
	text-decoration:none;
	}
	
#list_news .news p.titolo a:hover {
	text-decoration:underline;
	}	
	
#list_news .piede {
	width:250px;
	background-color:#B2E0EF;
	padding:2px 0 2px 10px;
	color:#0099CC;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	}
	
#list_news .piede a {
	color:#0099CC;
	}	
	
/* lista documenti utili */

.documento {
	width:610px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	}		
	
.documento p.titolo {
	padding-bottom:7px;
	}

.documento p.titolo a {
	color:#E95E28;
	background:url(../immagini/ico_doc2.gif) left no-repeat;
	padding:0 0 0 19px;
	}	

/**********************/
/* TAB */
/**********************/	


/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; }
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


#etichette .ui-state-active  {
	background:url(../immagini/label_dx_hover.gif) top right no-repeat;
	background-color:#FF8800;
	
	

}

#etichette .ui-state-active a {
	background:url(../immagini/label_sx_hover.gif) top left no-repeat;
	background-color:#FF8800;
	color:#FFF;
	text-decoration:none;
}


/**********************/
/* TAB */
/**********************/	

#space, #ind {
	float:right;
	width:680px;
	}



#iw_kml img {
	float:left;	
	margin:5px;
}

#nav {
	border-top:1px dashed #ccc;
	padding-top:5px;
	margin-top:10px;
	}

	
