/*
.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 #999999;
	background-color: #292725;
	padding: 16px 4px;
	color: #fff;
	font-weight: bold;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

.TabellaElemento  {
	border-bottom: 1px dashed #fff;
	width: 98%;
	margin-bottom: 8px;
}

.DataEL {
	color: #fff;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.TitoloEL  {
	color: #fff;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	margin: 2px;
}

.AbstractEL {
}

.AbstractEL_A  {
	color: #fff;
	text-decoration: none;
}

.AbstractEL_A img  {
	display: inline;
	border: none;
	vertical-align: middle;
}

.DescrizioneEL {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff
}

/* 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 a:link, .GoToBack a:visited {
	color: #CEBA9D;
	font: 10px tahoma, arial, sans-serif
}

.GoToBack a:hover {
	color: #bbb;
}


/* 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; }

*/