table{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
}

th{
	text-align: center;
}

table.border{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}

table.border_list{
	width: 100%;
	border-collapse: collapse;
	border-color: #0665B7;
	border-style: solid; 
	border-width: 1px;
}

tr.border_list_azzure td,
tr.border_list_header th,
tr.border_list_azzureLight td{
	border: 2px solid #fff;
}

tr.border_list_azzure td{	background-color: #e0f5ff; }

tr.border_list_azzureLight td{	background-color: #f6fcff; }

tr.border_list_header th{ 
	background-color: #0665b7;
	color: #fff;
} 
