/*
.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 #263C50;
	background-color: #6C7D91;
	padding: 16px 4px;
	color: #fff;
	font-weight: bold;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

.TabellaElemento  {
	border-top: 1px dashed #000;
	width: 98%;
	margin-bottom: 8px;
	text-align:left;
	background: #fff url("/img/article-bg.png") repeat-x top left;
}

.DataEL {
	color: #4E91B3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right
}

.TitoloEL  {
	/*background: #4A7FD1 url(/img/headline.png);*/
	/*color: #4E91B3;
	font-size: 14px;
	font-family: Georgia, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 2px 0px;
	padding: 3px 0px 3px 7px;*/
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 8px 0px 8px;
	color: #455a70;
}

.AbstractEL {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em; 
	color: #000000;
	padding: 4px 8px 0px 8px;
	text-align: justify;
	float: left;
	width: 380px
}

.AbstractEL a:link, .AbstractEL a:visited  {
	color: #4E91B3;
	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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em; 
	color: #000000;
	padding: 4px 8px 0px 8px;
	text-align: justify;
	float: left;
	width: 380px
}

.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: #f5f5f3;
	border: #d5d5d3 1px solid;
	width: 40%;
}
.DescrizioneEL thead td {
	background-color: #d7d7d5;
}
.DescrizioneEL td {
	background-color: #f5f5f3;
}
.ShareIT { margin: 8px 0 }

/* Per mettere l'immagine a destra */

.ListaAllegatoIMG, .AllegatoIMG {
	font-size: smaller;
	/*clear: both;*/
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	float: right;
	width:110px;
}
.AllegatoEL, .AllegatoIMG {
	font-size: smaller;
	width:110px;
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	float: right;
}

.AllegatoIMG a, .ListaAllegatoIMG a, .AllegatoEL a { display:block }
.AllegatoIMG a img, .AllegatoEL a img, .ListaAllegatoIMG a img { padding: 5px; vertical-align: top; width: 100px; border: 1px solid #000 }
.AllegatoIMG a.AllegatoEL_A img, .ListaAllegatoIMG a.AllegatoEL_A img, .AllegatoEL a.AllegatoEL_A img {width:24px}

.GoToBack a:link, .GoToBack a:visited {
	color: #333;
	font: 10px tahoma, arial, sans-serif
}

.GoToBack a:hover {
	color: #A0C1ED;
}
