/*@import url(/public/lib/table.css);*/

/*GENERAL TABLE*/

table
{	
	padding:0px;
	white-space:wrap;
	empty-cells:hide;
	margin:0px;
	table-layout:fixed;
}

th
{
	background-color:#16387c;
	color:white;
	padding:5px 5px 5px 5px
}

