.canceledMatchesView
{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.canceledMatchesView fieldset
{
	width: 100%;
}

.canceledMatchesView legend
{
	font-size: 12pt;
	font-weight: bold;
	color: #EC1D31;
	padding-bottom: 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: 12pt;
	border-bottom: 1px dotted #333333;
}

table.canceledMatchesTable tr.odd
{
	background: #dadcdd;
}