table.standings_scrape,
table.leaders_scrape,
table#scores, table.scores {
/* 20091215
	font-size:x-small; 
*/
	font-size:small;
	margin:0 auto 10px; 
	padding:0; 
	border:1px solid #000;
	border-top:none;
	background-color:#eee;
	width:178px;
}
table.standings_scrape td,
table.leaders_scrape td,
table#scores td, 
table.scores td,
table.standings_scrape th,
table.leaders_scrape th,
table#scores th, 
table.scores th {
	font-size:.80em;
}
div.west table.standings_scrape,
div.west table.leaders_scrape,
div.west table#scores, 
div.west table.scores {
	width:182px!important; /* modern browsers */
	width:181px; /* IE6 */
}
table.leaders_scrape,
table#scores, table.scores {
	background-image:none;
}

table.standings_scrape td,
table.leaders_scrape td {
	text-align:center; 
	font-weight:normal; 
	margin:0;
	padding:2px 1px; 
	border-bottom:1px solid #ccc; 
	width:2em; 
	line-height:1.1; 
/* 20091215
	font-size:x-small!important;
*/
}

table#scores th, table.scores th,
table.standings_scrape th,
table.leaders_scrape th {
	color:#fff;
	font-weight:bold; 
	margin:0; 
/* 20091215
	padding:2px 1px; 
*/
	padding:2px 1px 2px 3px; 
	font-family:Arial, Helvetica, sans-serif;  
	border-bottom:1px solid #000;
	line-height:1.1; 
	background-color:#000; 
	text-transform:uppercase;
}

table#scores th, table.scores th {
	text-align:left;
}

table.leaders_scrape th, table.standings_scrape th.division {text-align:left; text-transform:uppercase;}

table.leaders_scrape td.player,
table.standings_scrape td.team {
	text-align:left; 
	width:auto; 
/* 20091215
	padding:2px 1px;
*/
	padding:2px 1px 2px 3px;
	border-bottom:1px solid #ccc;
}
table.leaders_scrape td ,
table.standings_scrape td.team,table.standings_scrape td {
	color:#000;
}
table.standings_scrape td,
table.leaders_scrape td {
  font-family:Arial, Helvetica, sans-serif!important;
}
table#scores, table.scores {
	color:#000;
}
table#scores td.team, table.scores td.team {
	text-align:left; 
	width:auto; 
	font-weight:bold; 
	padding:0 1px 1px 2px;
	border-bottom:1px solid #ccc;
}
table#scores td, table.scores td {
	font-family:Arial, Helvetica, sans-serif; 
	text-align:left; 
	width:49%;
	padding:2px; 
	border-bottom:1px solid #ccc; 
	line-height:1.1; 
/* 20091215
	font-size:x-small!important;
*/
}
table.leaders_scrape tr.even,
table#scores tr.even, table.scores tr.even {
	background-color:#efefef!important;
	background-color:#efefef!important;
}



/* styles for the playoff brackets ---------------------------------------------------- */
div.bracket {
	margin:0 auto;
	width:178px;
	font-size:x-small;
	padding-bottom:1em;
	background-color:#efefef;
	border:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
}
.bracket b {
	font-weight:bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bracket .teams {
	font-weight:bold;
	background-color:#000;
	color:#fff;
	display:block;
	text-align:center;
	padding:2px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bracket .series {
	background-color:#dfdfdf;
	padding:1px 0;
	text-align:center;
	display:block;
}
.bracket .sched-scores {
	line-height:1.5;
	padding:0 2px;
}
.bracket .ifneeded {
	display:block;
	text-align:right;
	padding:0 3px 0 0;
	color:#666;
}
.bracket .pointstreak {
	text-align:center;
}