.canceledMatchesView
{
	padding: 0px;
	margin: 40px auto 0;
	float: left;
	width: 100%;
}

.canceledMatchesView fieldset
{
	border: none;
}

.canceledMatchesView legend
{
	font:'Bitter', serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 5px;
}

tr.canceledMatchesTableDateRow td
{
	font-weight: bold;
}

tr.canceledMatchesTableHeader td
{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #F0F0F0;
	color: #64B4FF;
	white-space: nowrap;
}

table.canceledMatchesTable td
{
	font-size: 14px;
	border-bottom: 1px dotted #333333;
}

table.canceledMatchesTable tr.odd
{
	background: #dadcdd;
}