.tab {
	padding:5px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	float:left;
	height:22px;
	margin:0 1px 0 0;
	text-align:center;
	background:#336699;
}
.tab:hover  { background: #33ccff; color:#404040; }

.tabselected {
	padding:5px;
	font-weight:bold;
	font-size:12px;
	color:#404040;
	text-decoration:none;
	float:left;
	height:22px;
	margin:0 1px 0 0;
	text-align:center;
	background:#009966;
}
.tabselected:hover  { background: #009966; color:#404040; }

a.tabs  { color:#ffffff; text-decoration:none; }
a.tabs:hover  { color:#404040; text-decoration:none; }

#tab_wrapper{ width:650px; margin:0 auto; }

#scoreboard_header {width:630px; margin:20px auto; }
#scoreboard_header .scoreboard_head { float:left; font-size:12px; font-weight:bold; text-align:center; padding:0px; border:0px; color:#000080; background: }

#scoreboard {width:640px; background:#FFFFFF; padding:0px; border:0px; margin:auto; }
#scoreboard a {color:#0000ff; text-decoration:none; }
#scoreboard a:hover {color:#0000ff; text-decoration:underline; }

/*
#FFFFFF - Standard

#C1E307 - TMW - This Month's Leader
#9CF8B1 - MI - Monthly Improver
#F96A6A - NE - New High Entrant
#6BA8E4 - TM - This Month Scores
#CCFFFF - Last - Last Month Scores
#C5D5E6 - TwoLast - Two Months Ago Scores
#E9E9E9 - PMW - Previous Monthly Winner 
*/

.list_std { width:640px; background:#ffffff; }
.list_MI { width:640px; background:#9CF8B1; }
.list_NE { width:640px; background:#F96A6A; }
.list_PMW { width:640px; background:#eeeeee;}
.list_TopScore { width:640px; background:#C1E307; }
.list_TM { width:640px; background:#6BA8E4; }
.list_TMW { width:640px; background:#C1E307; }
.list_Last { width:640px; background:#CCFFFF; }
.list_TwoLast { width:640px; background:#C5D5E6; }

.scoreboard_component { overflow:hidden; float:left; font-size:11px; padding:0px; border:0px; border-top:1px solid #cccccc; background:transparent; }

.score_details { width:100%; height:100px; margin: 0px; padding:5px; display: none; background:#ffffff; }

