.canceledMatchesView
{
	padding: 0px;
	margin: 0px;
	float: left;
	background: #fff; 
	width:100%;
	margin-bottom: 2%;
	padding:2%;
}

.canceledMatchesView fieldset
{
	width: 100%;
	border: 0px;

}

.canceledMatchesView legend
{
    font-size: 24px;
    line-height: 1.5em;
		border:0px;
}

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;
}

table.canceledMatchesTable tr.odd
{
	background: #dadcdd;
}