#Col01ContentBlock H2 {
	margin: 0;
	font-size: 20px;
	color: #006400;
	padding: 20px 0 10px 10px;
}

/*--- TENNIS RESULTS ---*/
DIV#dailyCalendar {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	margin: 10px 15px 0 15px;
	padding: 1px 0 4px 0;
	border-bottom: 1px solid #F4F4F4;
}
DIV#dailyCalendar A {
	color: #41547A;
}
DIV#dailyCalendar A.currentDate {
	color: #864444;
}
DIV#dailyResults DIV.eventData H3 {
	color: #FF4500;
	font-size: 20px;
	margin: 15px 0 5px 0;
	text-align: center;
	clear: both;
}
DIV#dailyResults DIV.eventData H4 {
	margin: 0 0 0 20px;
	padding: 20px 0 0 13px;
	font-size: 14px;
	color: #864444;
	clear: both;
}
DIV#dailyResults P {
	clear: both;
}
DIV#dailyResults P.location {
	font-size: 15px;
	color: #404040;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #EEE;
	margin: 0 20px 10px 20px;
}
DIV#dailyResults P.notes {
	background-image: url(../images/scoreboard/tennis_notes.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 13px;
}
DIV#dailyResults DIV.eventMatch {
	float: left;
	padding: 0 10px 0 10px;
}
DIV#dailyResults DIV.eventData TABLE {
	background-image: url(../images/scoreboard/tennis_results.gif);
	background-repeat: no-repeat;
	width: 280px;
	height: 94px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
DIV#dailyResults DIV.eventData TABLE TR.matchHeader {
	height: 23px;
}
DIV#dailyResults DIV.eventData TABLE TR.matchPlayers {
	height: 36px;
}
DIV#dailyResults DIV.eventData TABLE TH.matchStatus DIV,
DIV#dailyResults DIV.eventData TABLE TH.matchSet DIV {
	margin: 3px 0 0 0;
}
DIV#dailyResults DIV.eventData TABLE TH.matchSet {
	width: 31px;
	color: #A52A2A;
}
DIV#dailyResults DIV.eventData TABLE TH.matchStatus {
	text-align: left;
	color: #3A9444;
	padding: 0 0 0 30px;
}
DIV#dailyResults DIV.eventData TABLE TD,
DIV#dailyResults DIV.eventData TABLE TH {
	text-align: center;
	font-size: 11px;
	color: #5C5C5C;
}
DIV#dailyResults DIV.eventData TABLE TD IMG {
	margin: 0 3px 0 0;
}
DIV#dailyResults DIV.eventData TABLE TD.matchPlayer {
	text-align: left;
	font-size: 11px;
	color: #5788AD;
	padding: 0 0 0 10px;
}
