/* 2008 standard size */
#ws_table_2008 {
	float:left;
	margin-left:5px;
	margin-bottom:3px;
	width:250px;
	padding-right:10px;
}
#ws_table_2008 .ws_table_hdr_img {
	cursor:pointer;
	width:250px;
	height:31px;
	background:url(http://mlb.mlb.com/mlb/images/ps/y2008/hdr_table_250x31.gif) no-repeat;
}
#ws_table_2008 table {
	border:1px solid #0A284A;
	width:250px;
}
#ws_table_2008 td {
	padding:2px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
#ws_table_2008 tr.ws_table_intro td {
	background-color:#fff;
	font-size:11px;
	border-bottom:1px solid #0A284A;
}
#ws_table_2008 tr.ws_table_hdr td{
	background-color:#7C92B6;
	font-size:12px;
	font-weight:bold;
}
#ws_table_2008 tr.ws_table_title td {
	background-color:#00235E;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
#ws_table_2008 tr.ws_table_odd td {
	background-color:#eee;
}
#ws_table_2008 tr.ws_table_even td {
	background-color:#fff;
}
#ws_table_2008 .ws_table_highlight {
	font-weight:bold;
}
#ws_table_2008 tr.ws_table_footer td {
	background-color:#fff;
	font-size:11px;
	border-top:1px solid #001439;
}


/* 2008 narrow table */
#ws_table_narrow_2008 {
	float:left;
	margin-left:5px;
	margin-bottom:3px;
	width:125px;
	padding-right:10px;
}
#ws_table_narrow_2008 .ws_table_narrow_hdr_img {
	cursor:pointer;
	width:125px;
	height:16px;
	background:url(http://mlb.mlb.com/mlb/images/ps/y2008/hdr_table_125x16.gif) no-repeat;
}
#ws_table_narrow_2008 .ws_table_narrow_hdr_ws_img {
	cursor:pointer;
	width:125px;
	height:16px;
	background:url(http://mlb.mlb.com/mlb/images/ps/y2008/hdr_table_ws_125x16.gif) no-repeat;
}
#ws_table_narrow_2008 table {
	border:1px solid #0A284A;
	width:125px;
}
#ws_table_narrow_2008 td {
	padding:2px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
#ws_table_narrow_2008 tr.ws_table_narrow_intro td {
	background-color:#fff;
	font-size:10px;
	border-bottom:1px solid #0A284A;
}
#ws_table_narrow_2008 tr.ws_table_narrow_hdr td{
	background-color:#7C92B6;
	font-size:11px;
	font-weight:bold;
}
#ws_table_narrow_2008 tr.ws_table_narrow_title td {
	background-color:#00235E;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}
#ws_table_narrow_2008 tr.ws_table_narrow_odd td {
	background-color:#eee;
}
#ws_table_narrow_2008 tr.ws_table_narrow_even td {
	background-color:#fff;
}
#ws_table_narrow_2008 .ws_table_narrow_highlight {
	font-weight:bold;
}
#ws_table_narrow_2008 tr.ws_table_narrow_footer td {
	background-color:#fff;
	font-size:10px;
	border-top:1px solid #001439;
}
