.classifica table {
	margin-bottom: 20px;
}

.classifica table, .classifica th, .classifica td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

.classifica caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

.classifica td, .classifica th {
	padding: 4px;
}

.classifica thead th {
	text-align: center;
	background: #0099CC;
	color: #fff;
	font-size: 100% !important;
}

.classifica tbody th {
	font-weight: bold;
        background-color: #cfd1d4;
}

.classifica tbody tr { 
	background-color: #F7F9FC; 
}

.classifica tbody tr.odd { 
	background-color: #e2e4e8;
}

.classifica table a:link {
	color: #718ABE;
	text-decoration: none;
}

.classifica table a:visited {
	color: #718ABE;
	text-decoration: none;
}

.classifica table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.classifica tfoot th, .classifica tfoot td {
	font-size: 85%;
}

