.canceledMatchesView
{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	background: rgb(255,255,255);
	margin-bottom: 20px;
	border-radius: 3px;
	border-bottom: 0px;
}

.canceledMatchesView fieldset
{
	width: 96%;
	border-radius: 0px;
	padding:2%;
margin-top: 10px;
}

.canceledMatchesView legend
{
	border-bottom:0px;

	color: #0b3273;
	font-size: 17px;

}

tr.canceledMatchesTableDateRow td
{
	font-weight: bold;
}

tr.canceledMatchesTableHeader td
{

	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;
}

.clr
{
	clear: both;
}
