@charset "utf-8";
/* CSS Document for design of Tables throughout the site*/

table {
	width: 100%;
	margin: 0 auto;
	cellpadding: 0px;
	/*font-size: 1em;*/
	text-collapse: collapse;
}
table.showIf {
	text-align:center;
}
table th {
	text-align: center;
	color:#fff;
	font-weight:bold;
	/*font-size: 1em;*/	
	background-color: #336633;
}
table td  {
	padding:2px;
	margin:0;
	/*border:1px solid #999;*/
}
tr.hilite {
	background-color:#FDE18C;
}
tr.hilite2{
	background-color: #FC6;
}
tr.totals {
	background-color:#336633;
	color:#fff;
}
tr.hours {
	background-color:#FFFF99; 
	text-align:right;
}
td.alignRight {
	text-align: right;
}
td.total {
	font-size: 1.3em;
}