table {
	width: 400px;
	border-collapse: collapse; 
	border: 1px solid #839E99; 
	background: #f1f8ee; 
	font: .9em/1.2em Georgia, "Times New Roman", Times, serif; 
	color: #033; 
}

caption { 
	text-align: left; 
	padding: 1em 4px 4px;
	color: #3a76b1;
	font: bold 1.3em Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dashed #949494;
	margin-bottom: 1em;
}

tr, th{
	color: black;
}
td, th { 
	padding: 3px 3px .75em 3px; 
	line-height: 1.3em; 
}

th { 
	width: auto;
	background: #e6e6e6; 
	color: #000; 
	font-weight: bold; 
	text-align: left; 
	padding-right: .5em; 
	vertical-align: top; 
}

thead th { 
	background: #b5111a; 
	text-align: center; 
	color: #fff;
}
	
	th.timecol{
		width: 110px;
	}

.odd td { background: #e1e5fd; }

.odd th { background: #d5d5d5; }

tfoot th, tfoot td { 
	background: #a7a8a0; 
	color: #fff; 
}

th + td { padding-left: .5em; }