/****DEFINIZIONE DEGLI ELEMENTI******/    
	html{
		height: auto;
	}
	
	body{	
		margin:0; 
		padding:0; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
      color:Black;
		font-size: 11px;
		text-align: justify; 
		background-color: inherit;
		background-image: url(../resources/sfondo.png);
		background-repeat: repeat-x;
		vertical-align: top;
		height: 100%;
		
	}
	img {
		border: none;
	}

	div {
		margin: 0; 
		padding: 0; 
		height: auto;
}
	span{
		margin: 0; 
		padding: 0; 
	
	}

	a{ 
		color:#336699;
   	text-decoration: none; 
		background-color: inherit;
	}
	
	a:link, a:visited	{
   	font-weight : bold;
		text-decoration: none; 
	}
	
	a:active, a:focus	{  
		text-decoration: none; 
	} 
	

	a:hover 	{ 
   	font-weight : bold;
		text-decoration : underline; 
	}
	 
	p{
		text-align: justify;
		margin: 0.1em 0 0.1em 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
      color:Black;
		font-size: 11px;
		/*color: Black;
		background-color: inherit;*/
	}
	
	ul{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:Black;
		font-size: 11px;color: Black;
		background-color: inherit;
	}

	
	h1 {
		margin: 0;
		padding: 0;
		font-size: 200%;
		font-weight: normal;
		color: #A7BAEF;
		background-color: inherit;
	}

	h2 {
		margin: 0.1em;
		padding: 0;
		background-color: #003366;
		color: White;
		font-size: 100%;
		font-weight: normal;
		
	}
	
	td{
		
		margin: 0.1em 0 0.1em 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		/*color: Black;
		background-color: inherit;*/
	}

	select{
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #99CC33;
		border-style: solid;
		font-weight: bold;
		border-width: 1px;
		border-color: Gray;
		background-color: #EEF1F5;
	}

	input{
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #99CC33;
		font-weight: bold;
		border-width: 1px;
		border-color: Gray;
		height: 20px;
		background-color: #EEF1F5;
	}

	textarea{
		font-size: 9px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #99CC33;
		border-style: solid;
		border-width: 1px;
		border-color: Gray;
		width: 95%;
		background-color: #EEF1F5;
	}
/*****   INIZIO DEFINIZIONE DELLE CLASSI ******/
.container {
		color: #FFFFFF; 
		background-color: White;
		/*margin: 0 auto 0 auto; */
		/*border: 1px solid #C4C4C4; */
		padding:0; 
		width: 704px;
		height: auto;
	}

.boxcontent{
		margin: 0 auto 0 auto; 
		width: 688px;
		height: auto;
		/*border: 1px solid #A7BAEF; */
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		background-color: #EBEDEE;
		color: inherit;
}
	
.header{
	clear: right; 
	text-align: left; 
	/*margin: 0.5em 0.5em 0 14.2em; */
	/*padding: 0.3em 1ex 0.3em 1ex;*/
	/*border: 1px solid #003366; */
	color: White;
	background-color: inherit;
	background-image: url(../resources/logoback_cae.gif); 
	background-repeat: no-repeat; 
	background-position: left;
	height: 75px;
	width: 100%;
	vertical-align: inherit;
	
}

.boxfoto{
	clear: right; 
	text-align: center;
	vertical-align: middle;
	/*margin: 0.5em 0.5em 0 14.2em; */
	/*padding: 0.3em 1ex 0.3em 1ex;*/
	/*border: 1px solid #003366; */	
	background-image: url(../resources/boxfoto.gif); 
	background-repeat: no-repeat; 
	background-position: left;
	height: 178px;
	width: 100%;
	background-color: White;
	color: inherit;
}

.navbar{
	/*clear: right; */
	text-align: left; 
	/*margin: 0.5em 0.5em 0 14.2em; */
	/*padding: 0.3em 1ex 0.3em 1ex;*/
	/*border: 1px solid #003366; */
	background-image: url(../resources/backnavbar.gif);
	background-repeat: no-repeat; 
	background-position: center;
	height: 45px;
	width: 100%;
	background-color: White;
	color: inherit;
}
/*********** SFONDO DEL FOOTER ************/
.footer{
	text-align: left;
	background-image: url(../resources/backnavbar.gif);
	background-repeat: repeat-x; 
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	height: 21px;
	width: 688px;
	background-color: inherit;
	line-height: 5px;
	vertical-align: bottom;
}

/****** ARCHIVO PER TAB HP *****/
.labelarchivio{
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	/*text-align:right;/
	/*border: 1px solid #003366;*/
	color: Gray;
	background-color: transparent;
	background-image: url(../resources/archivioeventi.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right;
	height: 45px;
	width: 99%;
	line-height: 15px;
	
}

A.labelarchivio:VISITED,  A.labelarchivio:LINK{
	text-decoration : none;
	color: Gray;
	background-color: inherit;
}
A.labelarchivio:HOVER,  A.labelarchivio:ACTIVE, A.labelarchivio:FOCUS {
	color: Gray;
	text-decoration : underline;
	background-color: inherit;
}

/*******    TESTO INTERNO    ******/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: inherit;
	
	}
A.text:VISITED, A.text:LINK{
	text-decoration : none;
	color: #003366;
	background-color: inherit;
}
A.text:HOVER, A.text:ACTIVE, A.text:FOCUS    {
	color: #003366;
	text-decoration : underline;
	background-color: inherit;
}



/********** TESTO INTERNO BIANCO **********/

.text_alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:White;
	background-color: inherit;
	}
A.text_alt:VISITED,  A.text_alt:LINK{
	text-decoration : none;
}
A.text_alt:HOVER,  A.text_alt:ACTIVE, A.text_alt:FOCUS {
	text-decoration : underline;
}

/********** TESTO INTERNO BLU **********/
.text_blu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: inherit;
	}
A.text_blu :VISITED,  A.text_blu:LINK{
	text-decoration : none;
	color: #003366;
	background-color: inherit;
}
A.text_blu:HOVER,  A.text_blu:ACTIVE, A.text_blu:FOCUS {
	color: #003366;
	text-decoration : underline;
	background-color: inherit;
}

/********** TESTO INTERNO PICCOLO **********/
.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	background-color: inherit;
	}
A.text_small:VISITED,  A.text_small:LINK{
	text-decoration : none;
	color: #003366;
	background-color: inherit;
}
A.text_small:HOVER,  A.text_small:ACTIVE, A.text_small:FOCUS {
	color: #003366;
	text-decoration : underline;
	background-color: inherit;
}

/******* CONTENUTO DELLA PAGINA ********/
.content {
	clear: right; 
	/*float: right; */
	text-align: left; 
	/*padding: 2px;*/
	/*margin: 0.5em 0.5em 0 14.2em; 
	padding: 0.3em 1ex 0.3em 1ex;*/
	margin: 0px 0px 0px 206px; 
	padding: 0.3em 1ex 0.3em 1ex;
	/*border: 1px solid #003366; */
	border-left: 1px dotted Black;
	width: 100%;
	/*width: 460px; */
	background-color: White;
	color:inherit;
	height: auto;
	/*padding-left: 1em;*/
}

.left {
	float: left; 
	clear: both; 
	/*margin: 0 0 0 0.1em; */
	/*margin: 5px;*/
	/*margin-left: 0px;
	padding: 0;*/
	/*border-right: 1px dotted #000000;*/
	background-color: #EBEDEE;
	height: auto;
	color: inherit;
}


.leftcontent {
  /* float: left; 
	clear: both; */
	/*margin: 0.5em; 
	padding: 0.3em; */
	/*border: 1px solid #C4C4C4; */
	text-align: left;
	width: 205px; 
	background-color: #EBEDEE;
	height: auto;
	color: inherit;
}

.left_testata_menu{
	height: 30px;
	text-align: center;
	/*border-top: 1px solid #EBEDEE;*/
	border-bottom: 1px solid #EBEDEE;
}

.left_sottomenu {
	height: 20px;
	border-bottom: 1px solid #EBEDEE;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	background-color: #CCCCCC;
	color: inherit;
	/*line-height:200%;*/
	line-height: 18px;
	}

.link_sottomenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	background-color:#CCCCCC;
}

A.link_sottomenu:VISITED,  A.link_sottomenu:LINK{
	text-decoration : none;
	color: Black;
	background-color: inherit;
}

A.link_sottomenu:HOVER,  A.link_sottomenu:ACTIVE, A.link_sottomenu:FOCUS {
	color: Black;
	text-decoration : underline;
	background-color: inherit;
}

.textnews{
  /* float: left; 
	clear: both; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #336699;
	/*border-right: 1px dotted Black;*/
	background-color: transparent;
	background-image: url(../resources/newstag.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
	width: 65%;
	padding-left: 25px;
}

A.textnews:VISITED,  A.textnews:LINK{
	text-decoration : none;
	color: #336699;
	background-color: inherit;
}
A.textnews:HOVER,  A.textnews:ACTIVE, A.textnews:FOCUS {
	color: #336699;
	text-decoration : underline;
	background-color: inherit;
}

.tratteggio{
	border-bottom: 1px dotted Black;
	width: 98%;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   color:Black;
	font-size: 11px;
}

.tourvirtuale{
	background-color: #666666;
	border-top: 1px dotted  White;
	border-bottom: 1px solid White;
	vertical-align: text-top;
	width: 100%;
	height:auto;
	padding-top: 2px;
	color: inherit;
	
}

/*********** TITOLO DELLA PAGINA ***********/
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
	background-color: transparent;
	}
A.titolo:VISITED,  A.titolo:LINK{
	text-decoration : none;
}
A.titolo:HOVER,  A.titolo:ACTIVE, A.titolo:FOCUS {
	text-decoration : underline;
}

.sottotitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3399;
	font-weight: bold;
	background-color: transparent;
	}
A.sottotitolo :VISITED,  A.sottotitolo :LINK{
	text-decoration : none;
}
A.sottotitolo :HOVER,  A.sottotitolo :ACTIVE, A.sottotitolo :FOCUS {
	text-decoration : underline;
}


 /*****  TABLE GALLERY CASA DELL'ENERGIA  ********/
.testata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	background:#CCCCCC;
	}
A.testata:VISITED,  A.testata:LINK{
	text-decoration : none;
}
A.testata:HOVER,  A.testata:ACTIVE, A.testata:FOCUS {
	text-decoration : underline;
}

.testatadiv  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3399;
	background:#EBEDEE;
	height: 30px;
	line-height: 25px;
	vertical-align: middle;
	}
A.testatadiv:VISITED,  A.testatadiv:LINK{
	text-decoration : none;
}
A.testatadiv:HOVER,  A.testatadiv:ACTIVE, A.testatadiv:FOCUS {
	text-decoration : underline;
}
	
.sottotestata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color:#CCCCCC;
	}
A.sottotestata:VISITED,  A.sottotestata:LINK{
   font-weight: normal;
	text-decoration : none;
}
A.sottotestata:HOVER,  A.sottotestata:ACTIVE, A.sottotestata:FOCUS {
   font-weight: normal;
	text-decoration : underline;
}
	
.corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color:Black;
	background-color: #EBEDEE;
	}
A.corpo:VISITED,  A.corpo:LINK{
   font-weight: bold;
	text-decoration : none;
	color: #FF3399;
	background-color: #EBEDEE;
}
A.corpo:HOVER,  A.corpo:ACTIVE, A.corpo:FOCUS {
   font-weight: bold;
	text-decoration : underline;
	color: #FF3399;
	background-color: #EBEDEE;
}
	
/************** CLASSE DI VISIBILITA ***********************/
.divon
{
	visibility: visible;
}
	
.divoff
{
	visibility: hidden;
	display: none;
}

.campo_obbligatorio
{
	font-family: Verdana,Helvetica,Arial;
	color: #99CC33;
	font-size: 9px;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	
	
}
A.campo_obbligatorio:VISITED,  A.campo_obbligatorio:LINK{
	text-decoration : none;
	width:100%;
	display: block;
}
A.campo_obbligatorio:HOVER,  A.campo_obbligatorio:ACTIVE, A.campo_obbligatorio:FOCUS {
	width : 100%;
	text-decoration : underline;
}



/*********** SEZIONE ID ********/
#sinistra{
	text-align: left;
}

#destra{
	text-align: right;
}

#centro{
	text-align: center;
}









