table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
	
table tbody td{
	vertical-align:center;
	
	}
	
table thead th, table tbody td{
	padding:1px;

	}
table thead th{
	color:#FFFFFF;
	background-color:#666666;

	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}
