.canceledMatchesView
{
	padding: 0px;
	margin: 0px;
	float: left;
}

.canceledMatchesView fieldset
{
	width: 508px;
	border: 1px solid #918F8F;
	margin-bottom:10px;
}

.canceledMatchesView legend
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #EC1D31;
	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-family: Verdana;
	font-size: 11px;
	border-bottom: 1px dotted #333333;
}

table.canceledMatchesTable tr.odd
{
	background: #dadcdd;
}