.evento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.descrizione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.sottotitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-align:left;
	color: #666;
	text-decoration: none;
}
.partecipanti {
	margin:0px;
	padding:0px;
	margin-top:15px;
	clear:both;
	overflow:hidden;
}
.partecipanti h3 {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-align:left;
	color: #666;
	text-decoration: none;
	margin-bottom:15px;
	padding-top:10px;
	border-top:1px solid #000000;
	clear:both;
}

.partecipanti div {
	margin:0px;
	padding:0px;
	display:block;
	text-align:left;
	float:left;
	width:230px;
	margin-right:90px;
/*	margin-left:20px;*/
}
.partecipanti .last {
	margin:0px;
	padding:0px;
	clear:right;
}
#tabelle {
	clear:both;
	text-align:center;
	margin:0px auto;
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #000000;
}
#tabelle h3 {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-align:left;
	color: #666;
	text-decoration: none;
	margin-bottom:15px;
	clear:both;
}
#tabelle table {
	margin:0px auto;
	padding:0px;
	border:none;
	margin-bottom:20px;
/*	table-layout:fixed;*/
}
#tabelle table caption {
	background-color:#c1063d;
	color:#FFFFFF;
}
#tabelle table tr {
	background-color:#c1063d;
	color:#FFFFFF;
}
#tabelle table th {
	white-space:nowrap;
}
#tabelle table td {
	background-color:#ffdce6;
	color:#c1063d;
	text-align:center;
	white-space:nowrap;
}
#tabelle table td.nero {
	color:#000000;
}
#tabelle table.tariffe {
	width:300px;
	clear:both;
	margin-bottom:20px;
}
#tabelle table.orario1 {
	width:400px;
	clear:left;
	float:left;
	margin-bottom:20px;
}
#tabelle table.orario2 {
	width:400px;
	clear:right;
	margin-bottom:20px;
	margin-left:470px;
}

