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_header th,
tr.border_list_azzure td,
tr.border_list_azzureLight td,
tr.border_list_green td,
tr.border_list_greenLight td,
tr.border_list_yellow td,
tr.border_list_yellowLight td,
tr.border_list_red td,
tr.border_list_redLight td{
	border: 2px solid #fff;
}

tr.border_list_azzure td{		background-color: #e0f5ff; }
tr.border_list_azzureLight td{	background-color: #f6fcff; }

tr.border_list_green td{		background-color: #80ff80; }
tr.border_list_greenLight td{	background-color: #c0ffc0; }

tr.border_list_yellow td{		background-color: #ffff99; }
tr.border_list_yellowLight td{	background-color: #ffffcc; }

tr.border_list_red td{		background-color: #ff4040; }
tr.border_list_redLight td{	background-color: #ff8080; }

tr.border_list_header th{ 
	background-color: #0665b7;
	color: #fff;
} 

tr.noneBorder td{
	background-color: transparent;
	border: 0px;
}