/* CSS Document */



table.dati {
	border-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#b5b5b5;
	color:#000;
	text-align:center;
	margin:0 0 10px 0;
}


table.dati caption {
	font-size:12px;
	font-weight: bold;
	background-color: #df273a;
	border-bottom:2px solid #979797;
	color: #FFF;
	text-transform:uppercase;
	padding:11px;
	text-align:center;
}

table.dati td, table.dati th {
	padding: 3px;
}

table.dati thead th {
	text-align: center;
	background: #F5F5F5;
	color:#000000;
	border: 1px solid #FFF;
}

table.dati thead th.aggiungere {
	font-size:12px;
	color:#515151;
	text-align: center;
	background-color:#FFFFFF;
	border: 1px solid #FFF;
}

table.dati thead td {
	text-align: center;
	background: #F5F5F5;
	color:#df273a;
	border: 1px solid #FFF;
}



table.dati tbody th {
	font-weight: bold;
}

table.dati tbody tr		{
	background-color:#FFF; 
	text-align:center;
	}
table.dati tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}



table.dati tbody tr td { 
	height:50px;
	background: #FFF;
	border: 1px solid #FFF;
	}

table.dati tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}



table.dati tfoot th, tfoot td {
	background-color:#E7E7E7;
	color:#C3256F;
	padding:10px;
	text-align:center; 
	font-size:10px;
	font-weight:bold;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}