#header_top {
	height:177px;
	background-image: url(res/header_eventi.jpg);
	}
	
#header_top_uk {
	height:177px;
	background-image: url(res/header_eventi_en.jpg);
	}

/* ------------------------------------------------------- EVENTI */
#colonna_sx {
	background-color: #FFFFFF;
	width: 325px;
}
#separatore {
	width: 75px;
	background-image: url(res/HP_separatore_v.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#colonna_dx {
	width: 200px;
}
#colonna_dx img {
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
/* ------------------------------------------------------- TABELLA ELENCO */
#evento_elenco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #746A5E;
}

#evento_elenco td {
	height: 20px;
	vertical-align:middle; 
}
#evento_elenco .titolo {
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, sans-serif;
	font-size: 16px;
	color: #a3988c;
	text-align: left;
	font-weight: lighter;
	vertical-align: top;
	padding-bottom: 18px;

}
#evento_elenco .separatore {
	height:50px;
}
#evento_elenco .dettagli {
	border-bottom: 1px dotted #D8D0C5;
}
/* ------------------------------------------------------- TABELLA SELEZIONATO */

#evento_selezionato .titolo {
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, sans-serif;
	font-size: 16px;
	color: #a3988c;
	text-align: left;
	font-weight: lighter;
	vertical-align: top;
	padding-bottom: 18px;

}
#evento_selezionato img{
	margin:0px;
}

#evento_selezionato .dettagli{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #746A5E;
	padding-top: 18px;
}
