#mutal_matches {
	margin:10px 5px 10px 5px;
}
#mutual_matches a.menu_item {
	padding:2px 10px 2px 10px;
	text-decoration:none;
}
#mutual_matches a.menu_item:hover {
	color:#991b1f;
}
#mutual_matches a.menu_item_selected {
	padding:2px 10px 2px 10px;
	text-decoration:none;
	background:#991b1f;
	color:#ffffff;
	font-weight:bold;
}
#mutual_matches a.menu_item_selected:hover {
	color:#ffffff;
}
#mutual_matches tr.header_row {
	background:#ffffff;
}
#mutual_matches tr.row {
	background:#ffffff;
}
#mutual_matches td.win {
	background:#6fb790;
	font-weight:bold;
	font-size:12px;
}
#mutual_matches td.lose {
	background:#df7f90;
	font-weight:bold;
	font-size:12px;
}
#mutual_matches td.draw {
	background:#dee7b1;
	font-weight:bold;
	font-size:12px;
}
#mutual_matches td.over {
	background:#d0d0d0;
	font-weight:bold;
	font-size:12px;
}
#mutual_matches td.under {
	background:#ffffff;
	font-weight:bold;
	font-size:12px;
}
#mutual_matches a.square {
	display:block;
	width:10px;
	height:10px;
	background:url('../images/white_square.gif') no-repeat;
}
#mutual_matches a.square:hover {
	background:url('../images/red_square.gif') no-repeat;
}
#mutual_matches a.scorers {
	display:block;
	width:10px;
	height:10px;
	background:url('../images/i.png') no-repeat;
}
