.widgetbox_sta {
  width:230px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
}
#league_widget .widgetbox_sta {
	width: 280px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
}
.widgetbox_sta h4 {
	font-size: 11px;
	padding: 5px 0;
	margin: 0;
	background-color: #333;
	color: #FFF;
	border-bottom: 1px solid #222;
}
.widgetbox_sta h4 {
	background: transparent url(/images/widget_header_230.gif) no-repeat top;
}
#league_widget .widgetbox_sta h4 {
	background: transparent url(/images/widget_header_280.gif) no-repeat top;
}
table.standings {
  text-align: center;
  width:100%;
  border:1px solid #333;
}
.widgetbox_sta table.standings th {
	padding: 3px 3px;
	font-size: 10px;
	line-height:12px;
	color: #333;
	border-top: 1px solid #B3A064;
	border-bottom: 1px solid #B3A064;
	background-color: #D4CAA9;
}
.widgetbox_sta table.standings td {
	border-bottom: 1px solid #CCC;
	padding: 3px 3px;
	background: #FFF url(/images/widget_table_bg.gif) repeat-x bottom;
	font-size: 10px;
	line-height:12px;
}
.widgetbox_sta table.standings td a:link,
.widgetbox_sta table.standings td a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #069;
}
.widgetbox_sta h5 {
 font-size:11px;
 font-weight:bold;
 color:#fff;
 margin: 0;
 background:transparent url(/images/widget_bottom_230.gif) no-repeat bottom;
 padding: 2px;
}
#league_widget .widgetbox_sta h5 {
 font-size:11px;
 font-weight:bold;
 color:#fff;
 margin: 0;
 background:transparent url(/images/widget_bottom_280.gif) no-repeat bottom;
 padding: 3px;
}
.widgetbox_sta h5 a:link, .widgetbox_sta h5 a:visited {
 text-decoration: none;
 color:#fff;
}
.widget_tbl_left {
	text-align: left;
}
.widget_tbl_right {
	text-align: right;
}
.widgetbox_sta table td.widget_table_rank {
	font-weight: bold;
	border-right: 1px solid #DDD;
}
.widget_important {
	font-weight: bold;
	color: #F30;
}
.widgetbox_sta table tr.row_select td {
	background: #F30;
	border-bottom: 1px solid #C00;
	color: #FFF;
}
.widgetbox_sta table tr.row_select td a:link, .widgetbox_sta table tr.row_select td a:visited {
 text-decoration: none;
 color:#fff;
}
.widgetbox_sta table tr.row_select td.widget_table_rank {
	border-right: 1px solid #C00;
}