﻿<style type="text/css">
	.TFtable{
		width:100%; 
		border-collapse:separate; 
		empty-cells: hide;
	}
	.TFtable td{ 
		padding:2px; border: #dae5f4 0px solid; /* #4e95f4 0px solid; */
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #b8d1f3;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #dae5f4;
	}
	.TFtable tr:nth-child(1){ 
		background: #154360;
		color: white;
	}
	.TFtable tr:nth-child(2){ 
		background: #154360;
		color: white;
	}
</style>