.tabella {
	margin-top:15px;
	border-top:1px solid #102B46;
}
.tabella td {
	border-top:1px solid #FFFFFF;
	padding:5px;
	font-size:10px;
	color:#102B46;
}
.tabella th {
	width:150px;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	text-align:right;
	padding:5px;
	font-weight:bold;
	font-size:10px;
	color:#102B46;
}
.tabella_elenco {
	margin-bottom:15px;
}
.tabella_elenco td {
	padding:3px;
}
.tabella_risultati td {
	padding:5px;
}
.tabella_risultati th {
	background-color:#FFFFFF;
	padding-top:5px;
	border-top:1px solid #102B46;
}
.tabella_risultati th a {
	font-size:10px;
	font-weight:bold;
	color:#102B46;
	text-align:center;
	text-decoration:none;
}
.tabella_risultati th a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.tabella_titolo {
	margin-bottom:10px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tabella_titolo td {
	padding:3px;
	font-size:9px;
	color:#102B46;
	line-height:11px;
	text-align:right;
}
.tabella_titolo th {
	text-align:left;
	padding:3px;
	font-size:14px;
	color:#102B46;
	line-height:16px;
}