td.testonavigazione{
	border:1px #000 solid;
	background-color:#FFF;
	padding:10px;
}


table {
	border-collapse:collapse;
	margin:auto;
}



table.statistiche{
	border-collapse:collapse;
	margin:auto;
	font-size:11px;
}
table.statistiche caption {
	font-size:14px;
	font-weight:bold;
	text-align:right;
	margin:auto;
	padding:5px;
}

table.statistiche thead {
	border:1px #000 solid;
}

table.statistiche thead th {
	background-color:#3C90BD;
	background-image:url('../images/HeaderTable.gif');
	background-repeat:repeat-x;
	color:#E7E7E7;
	border-bottom:1px #000 solid;
	padding:4px 2px;

}
table.statistiche thead th a{
	color:#E7E7E7;
}


table.statistiche tbody td {
	border-bottom:1px #94a7bb solid;
	padding:4px;
	padding:5px 10px;
}
table.statistiche tbody th {
	border-bottom:1px #94a7bb solid;
	text-align:left;
	font-weight:normal;
	padding:5px 10px;
}

table.statistiche tbody td.odd {
	background-color:#d9e3ec;
}
table.statistiche tbody th.odd {
	background-color:#cfdfec;
}


table.statistiche tbody td.pair {
	background-color:#ffffff;
}
table.statistiche tbody th.pair {
	background-color:#e0eaef;
}



table.statistiche tfoot th {
	background-color:#EFEBC2;
	border-bottom:1px #94a7bb solid;
	padding:5px 10px;
}

table.statistiche tfoot td {
	background-color:#EFEEE0;
	border-bottom:1px #94a7bb solid;
	padding:5px 10px;
}

div.pager {
	margin:auto;
	font-size:14px;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

div.pager a {
	font-weight:normal;
}

