/* --- CONTENT TABLES  --- */
DIV.contentData H3,
DIV#eventDetailBody H3,
DIV#transactions H3 {
	color: #5788AD;
	font-size: 17px;
	margin: 15px 0 5px 40px;
	text-align: center;
}
DIV#eventDetailBody H4,
DIV#sportContent H4  {
	background-image: url(../images/detail_H4.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin: 0 0 0 40px;
	padding: 0 0 0 13px;
	font-size: 16px;
	color: #864444;
	border-bottom: 1px dotted #DDD; 
}
DIV#eventDetailContent P.final_score {
	font-size: 16px;
	color: #336796;
	text-align: right;
}
DIV.contentData TABLE,
DIV#eventDetailBody TABLE,
DIV#transactions TABLE {
	width: 600px;
	margin: 10px auto;
	padding: 0;
}
DIV#sportContent TABLE CAPTION,
DIV#eventDetailContent TABLE CAPTION {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #5788AD;
	width: 100%;
	line-height: 20px;
	padding: 15px 0 5px 0;
}
DIV#eventDetailContent TABLE CAPTION {
	font-size: 14px;
	color: #18814E;
}
DIV#sportContent TABLE TR.odd,
DIV#transactions TABLE TR.odd,
DIV#eventDetailContent TABLE TR.odd {
	background-color: #F4F4F4;
}
DIV#sportContent TABLE TR.even,
DIV#transactions TABLE TR.even,
DIV#eventDetailContent TABLE TR.even {
	background-color: #F7F7F7;
}
DIV#sportContent TABLE TH,
DIV#transactions TABLE TH,
DIV#eventDetailContent TABLE TH {
	font-size: 11px;
	padding: 2px;
	background-image: url(../images/content/table_th_bg.gif);
	background-color: Gray;
	color: #FFF;
}
DIV#sportContent DIV.contentData TABLE TR.secondHeader TH {
	background-image: url(../images/content/table_sec_header_bg.gif);
	color: #6A7888;
}
TABLE TR.even {
	/*background-image: url(../images/content/table_even_bg.gif);*/
}
DIV#sportContent TABLE TR.odd,
DIV#transactions TABLE TR.odd,
DIV#eventDetailContent TABLE TR.odd {
	background-color: #FFF;
	background-image: url(../images/content/table_even_bg.gif);
}
DIV#sportContent TABLE TD,
DIV#transactions TABLE TD,
DIV#eventDetailContent TABLE TD {
	font-size: 11px;
	padding: 3px;
	text-align: center;
	border-left: 1px solid #F9F9F9;
}
DIV#sportContent P.lastUpdate {
	text-align: right;
	color: #5788AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*--- MatchUp ---*/

DIV#eventDetailBody UL,
DIV#sportContent UL {
	font-size: 13px;
	list-style: none;
	padding: 0 0 0 55px;
	margin: 15px 0;
}
DIV#eventDetailBody UL LI,
DIV#sportContent UL LI {
	background-image: url(../images/detail_LI.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
}


