.canceledMatchesView
{
    border-bottom: 1px solid #E22424;
    margin: 0 -10px;
    padding: 8px 10px;
}

.canceledMatchesView fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

.canceledMatchesView legend
{
	font-size: 13px;
	font-weight: bold;
	color: #EC1D31;
	padding: 5px 0px;
    font-family: arial;
}

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: 11px;
	/* border-bottom: 1px dotted #333333; */
	padding: 5px 0;
}

table.canceledMatchesTable tr.odd
{
	background: #dadcdd;
}

