/*
.NessunEL = DIV
.TabellaElemento = TABLE
.TitoloEL = TD
.DataEL = 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: #656563;
	font-weight: bold;
	width: 200px;
}

.TabellaElemento  {
	border-bottom: 1px dashed #003366;
	width: 98%;
	margin-bottom: 8px;
}

.TitoloEL {
	color: #043C9D;
	margin: 0;;
	margin: 2px;
	padding: 0;
	font:  bold 14px Georgia, Verdana, arial, Helvetica, sans-serif;
}
.DataEL {
	color: #EF823B;
	font-weight: bold;
}
.AbstractEL  {
	font-size: 1.2em;
}

.AbstractEL_A  {
	color: #000;
	text-decoration: none;
}

.AbstractEL_A img  {
	border: none;
	vertical-align: middle;
}

.DescrizioneEL {
}
.ShareIT {margin-top: 16px; margin-bottom: 4px;clear:both}
/* 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 {
	font-size: smaller;
	clear: both;
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	float: right;
}*/

.AllegatoIMG {
}

.AllegatoEL_A {
	color: #cc0033;
}

.AllegatoEL_A img {
	border: none
}

.GoToBack  {
}

/* leftbox and rightbox toolbar buttons */
/*
.leftbox, .rightbox {
	font-size: smaller;
	clear: both;
}
.leftbox {
	margin: 0 13px 0 0;
	padding: 0 13px; 0 0;
	float: left;
}
.rightbox {
	margin: 0 0 0 13px;
	padding: 0 0 0 13px;
	float: right;
}
.rightbox .screenshot { border: solid 5px #F1F4F6}
.rightbox .screenshot img { background-color: #fff; padding: 5px; border: solid 1px #D5D8D9; }

*/
