/* CSS Document */
#MatchesSchedule {
	margin:			0;
	padding:		0;
	list-style-type:		none;
	}
#MatchesSchedule h3 {
	margin:			0;
	}
#MatchesSchedule li.row1 {
	border:			1px solid #E4E4E4;
	}
#MatchesSchedule li.row0 {
	border:			1px solid transparent;
	}
#MatchesSchedule li.matchDay {
	margin-bottom:	15px;
	padding:		5px;
	}
#MatchesSchedule ul {
	margin:			0;
	padding:		0;
	margin-left:	40px;
	margin-top:		10px;
	}
#MatchesSchedule ul li {
	margin-bottom:	10px;
	}
#MatchesSchedule h4 {
	margin:			0 auto;
	}
#MatchesSchedule .matchDetails {
	margin-left:	40px;
	}
#MatchesSchedule .matchDay {
	cursor:			default;
	}
