/*
.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 #fff;
	background-color: #3E3E52;
	padding: 16px 4px;
	color: #fff;
	font-weight: bold;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

.TabellaElemento  {
	border-bottom: 1px dotted #fff;
	width: 98%;
	margin-bottom: 8px;
}

.DataEL {
	color: #CCCCCC;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.TitoloEL  {
	color: #fff;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	margin: 2px;
}

.AbstractEL {
}

.AbstractEL a:link, .AbstractEL a:visited  {
	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
}

.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;
}

/* 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: #333;
}

.AllegatoEL_A img {
}

.AllegatoIMG a, .ListaAllegatoIMG a { border: solid 5px #F1F4F6}
.AllegatoIMG a img , .ListaAllegatoIMG a img { background-color: #fff; padding: 5px; border: solid 1px #D5D8D9; vertical-align: top }

.GoToBack a:link, .GoToBack a:visited {
	color: #fff;
	font: 10px tahoma, arial, sans-serif
}

.GoToBack a:hover {
	color: #ccc;
}


/* 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; }

*/
