/*
.NessunEL = DIV
.TabellaElemento = TABLE
.DataEL = TD
.TitoloEL = TD
.AbstractEL = DIV
.AbstractEL_A = A
.DescrizioneEL = DIV
.ListaAllegatoIMG = DIV
.AllegatoIMG = DIV
.AllegatoEL = DIV
.AllegatoEL_A = A
.GoToBack = DIV
*/

.NessunEL  {
	text-align: center;
	border: 1px solid #d5d5d3;
	background-color: #f5f5f3;
	padding: 16px 4px;
	color: #474757;
	font-weight: bold;
	font: bold 12px Georgia, Tahoma, Arial, Helvetica, sans-serif;
}
/*
body.atmo .NessunEL {background-color: #FFC2E0;}
body.food .NessunEL {background-color: #FFE785;}
body.bior .NessunEL {background-color: #C9C465;}
body.spab .NessunEL {background-color: #BCEFFC;}
*/

.TabellaElemento  {
	border-bottom: 1px dotted #333;
	margin-bottom: 8px;
	text-align:left;
}
.TabellaElemento td {}

.DataEL {
	color: #7F2714;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 0
}

.TitoloEL  {
	color: #474757;
	font-size: 18px;
	font-family: Georgia, Arial, Tahoma, Verdana;
	/*font-weight: bold;*/
	text-transform: uppercase;
	padding: 3px 0px;
}

.AbstractEL {
	font: 13px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	width: 540px;
	color: #474757
}

.AbstractEL a:link, .AbstractEL a:visited  {
	color: #AD840A;
	text-decoration: none;
	display:block;
}

.AbstractEL_A img  {
	display: inline;
	border: none;
	vertical-align: middle;
}

.AbstractEL_A {
	margin: 8px 0 0 0;
}

.DescrizioneEL {
	font: 11px Georgia, Tahoma, Arial, Helvetica, sans-serif;
	color: #474757;
	float: left;
	width: 540px
}

.DescrizioneEL ul {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image: url('../img/page_next.gif');
}
.DescrizioneEL ul li {
	margin: 0px;
	padding: 0px;
}

.DescrizioneEL ul li p {
	margin: 0px;
	padding: 0px;
}
.DescrizioneEL table {
	background-color: #191919;
	border: #333 1px solid;
	width: 40%;
}
.DescrizioneEL thead td {
	background-color: #333;
}
.DescrizioneEL td {
	background-color: #191919;
}
.ShareIT { margin: 8px 0 }
/* Per mettere l'immagine a sinistra 

.ListaAllegatoIMG, .AllegatoIMG {
	font-size: smaller;
	clear: both;
	margin: 0 13px 0 0;
	padding: 0 13px; 0 0;
	float: left;
} */

/* Per mettere l'immagine a destra */

.ListaAllegatoIMG, .AllegatoIMG, .AllegatoEL {
	font-size: smaller;
	/*clear: both;*/
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	float: right;
}

.AllegatoIMG {

}

.AllegatoEL_A {
	color: #333;
	margin: 8px 0;
	display: block
}

.AllegatoIMG a, .ListaAllegatoIMG a, .AllegatoEL { /*border: solid 5px #F1F4F6;*/ display:block}
.AllegatoIMG a img , .ListaAllegatoIMG a img, .AllegatoEL a img { /*background-color: #fff;*/ padding: 5px; border: solid 1px #d5d5d3; vertical-align: top; width: 150px }

.AllegatoIMG .AllegatoEL_A img, .AllegatoEL .AllegatoEL_A img, .ListaAllegatoIMG .AllegatoEL_A img {
	width:24px;
	padding: 0;
	border: none;
}

.GoToBack a:link, .GoToBack a:visited {
	color: #474757;
	font: 10px Georgia, tahoma, arial, sans-serif
}

.GoToBack a:hover {
}