#bottom table,#bottom td
{
	width: 970px;
}

#bottom table,#bottom td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font                 : small/1.25 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

#bottom table
{
	border                :none;
	border                :1px solid #CCC;
}

#bottom thead th,
#bottom tbody th,
#bottom thead td
{
	background            : #FFF url(th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
  font-size: 10px;
  text-align            : right;

}
#bottom tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}

#bottom tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
#bottom tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

#bottom tbody tr:hover td
{
  color                 : #454545;
}

#bottom tfoot td,
#bottom tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}

#bottom caption
{
	text-align            : left;
	font-size             : 75%;
	padding               : 10px 0;
	color                 : #666;
}

#bottom table a:link
{
	color                 : #666;
}

#bottom table a:visited
{
	color                 : #666;
}

#bottom table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}

#bottom table a:active
{
	color                 : #003366;
}

#bottom td {
	width: 25%;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}

#bottom .Jersey {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}

#bottom .updated {
	font-weight: lighter;
	display: block;
	font-size: 10px;
}