/*CSS for match reports list*/
table.reportList {
	width:100%; 
	border-collapse:collapse;
}
table.reportList th { 
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:3px;
	text-align:left;
}
table.reportList td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding: 3px;
	text-align:left;
}
table.reportList tr.hilite td {
	cursor: pointer;
}