/*
.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  {
	border:dotted 1px #E6DB55;background:#FFFBCC;color:#656563;line-height:18px;padding:5px 15px;MARGIN:15px 0;
	text-align: center;
	FONT: bold 14px/140% Arial, Helvetica, sans-serif;
	/*width: 900px*/
}

.TabellaElemento  {
	border-bottom: 1px dotted #d5d5d3;
	/*width: 910px;*/
	margin-bottom: 8px;
	text-align:left;
	width:100%
}

.DataEL {
	color: #666;
	font-size: 11px;
}

.TitoloEL  {
	color: #000;
	font-size: 20px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	padding: 3px 0px;
}

.AbstractEL {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	float: left;
	/*width: 760px;*/
	color: #333
}

.AbstractEL a:link, .AbstractEL a:visited  {
	font-weight:bold;
	text-decoration: none;
	display:block;
}

.AbstractEL_A img  {
	display: inline;
	border: none;
	vertical-align: middle;
}

.AbstractEL_A {
	margin: 8px 0 0 0;
}

.DescrizioneEL {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	float: left;
	/*width: 760px*/
}

.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;text-align:right }
/* 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 #fff; vertical-align: top; width: 100px }

.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: #333;
}

.GoToBack a:hover {
	color: #000;
}