/* Today date cell */
.Today
{
	background-color: #002649;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
}

/* Team name cell */
.TeamCell
{
	padding: 1px 3px 1px 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002649;
	background-color: #F9FAFB;
}

/* Score cell */
.ScoreCell
{
	padding: 1px 3px 1px 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002649;
	background-color: #F2F4F7;
	text-align: center;
}

/* Status cell */
.StatusCell
{
	padding: 1px 3px 1px 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002649;
	background-color: #EDEFF3;
	vertical-align: middle;
	text-align: center;
}

/* Row spacer */
.Spacer
{
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 1px;
	background-color: #000;
}