.canceledMatchesView
{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	background:#fff;
	margin-bottom: 20px;
}

.canceledMatchesView fieldset
{
	width: 100%;
	border-radius: 0px;

}

.canceledMatchesView legend
{
	background-color: #f7931e;
	border-bottom:0px;
	color: #fff;
	font-size: 16px;
	padding:15px 10px;
	text-transform: uppercase;
	margin-top: 0px;
}
.canceledMatchesView table
{
	width: 96%;
	margin: 0 2% 2% 2%;
}

tr.canceledMatchesTableDateRow td
{
	font-weight: bold;
}

tr.canceledMatchesTableHeader td
{

	background: #efefef;
	color: #64B4FF;
	white-space: nowrap;
}

table.canceledMatchesTable td
{

height:30px;
line-height: 30px;
border-bottom: 1px solid #ccc;
}

table.canceledMatchesTable tr.odd
{
	background: #efefef;
}

.clr
{
	clear: both;
}
