/*CSS for match reports list*/
table.reportList th {
	border-bottom-color:#666666;
}
table.reportList td {
	border-bottom-color:#CCCCCC; 
}
table.reportList tr.hilite td {
	background-color: #FAF6EA;
	color: #000000;
}
