.font { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #545970 ;

}

.title { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #8D3B9C ;

}

a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8D3B9C; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8D3B9C; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8D3B9C; font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8D3B9C; font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.link a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.link a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.link a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #EEBCFE; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.link a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #EEBCFE; font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* inizio css eventi.php*/
div#event_page{
	background-image:url('images/bg_middle.jpg');
}
div#event_header{
	padding:2px;
	height:75px;
	border:none;
}
div#event_list{
	padding:0;
	margin:0;
	border:none;

}
.eventi_row_withoutflayer{
	margin: 0;
	padding: 0;
	clear:both;
	width:auto;
	border: none;	
}
.eventi_row_withoutflayer .description{	
	width:94%;
	padding:0;
	margin:20px 3%;
	float:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
        text-align:center;
	color: #545970;
	line-height:normal;
	border:none;
}
.eventi_row_withoutflayer .description .title {
	text-align:center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	font-size:13px;
	font-style: normal;
	font-weight: bold;
	color:#8D3B9C;
}
.eventi_row_withoutflayer .description .date{
	text-align:center;
	margin-bottom:15px;
}
.eventi_row {
	margin: 0;
	padding: 0;
	clear:both;
	width:auto;
	border: none;
}
.eventi_row .description{
	width:357px;
	padding:22px;
	margin:0;
	float:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
        text-align:right;
	color: #545970;
	line-height:normal;
	border:none;
}
.eventi_row .description .title {
	text-align:right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	font-size:13px;
	font-style: normal;
	font-weight: bold;
	color:#8D3B9C;
}
.eventi_row .description .date{
	text-align:right;
	margin-bottom:15px;
}
.eventi_row .event_images{
	border: none;
	float:left;
}
.eventi_row .event_images .flayer{	
	padding:0;
	margin:2px 5px;
	width:170px;
	float:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
        text-align:center;
	color: #545970;
	line-height:normal;
	border:none;
}
.eventi_row .event_images .flayer img{
	border:1px solid #8F6B9A;
	cursor:pointer;
	margin:2px;
}
.eventi_row .event_images .other_file {
	padding:0;
	width:170px;
	float:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
        text-align:center;
	color: #545970;
	line-height:normal;
	border: none;
	overflow:auto;
}
.eventi_row .event_images .other_file img{
	margin:2px;
	border:1px solid #8F6B9A;
	cursor:pointer;	
}
.eventi_row .event_images .command {
	clear:both;
	margin:0;
	padding:0;
}
.eventi_row .event_images .command .btn_prev{
	text-align:center;
	float:left;
	width:85px;
	margin:2px 0;
}
.eventi_row .event_images .command .btn_prev img{
	border:none;
}
.eventi_row .event_images .command .btn_for{
	text-align:center;
	float:left;
	width:85px;
	margin:2px 0;
}
.eventi_row .event_images .command .btn_for img{
	border:none;
}
.divclear{
	clear:both;
}
/* fine css eventi.php*/
/* inizio css popup ingrandimento immagini eventi.php */
div#image_popup{
	position:fixed;
	border:1px solid #000;
	z-index:10;
	background-color:#fff;
	width:600px;
	height:400px;
	display:none;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-200px;
	padding:15px;
	-moz-border-radius: 15px;  
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
div#photo_big {
	text-align:center;
	overflow:auto;
	width:600px;
	height:370px;

}
div#photo_big img{
	margin:auto;
	border:1px solid #8F6B9A;

}
div#header_popup{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	background-color:#fff;
	text-align:right;
	/*border-bottom:1px solid #000;*/
	cursor:pointer;
}
/* fine css popup ingrandimento immagini eventi.php */
