/*  Scoreboard Stylesheet */


table.sb_container_table 
{
    width: 250px;
    
}

table.sb_container_table td.sb_container_cell   
{
    
    text-align: center;
/*  
    border: solid 1px #632c7b;
    background-image: url('/img/background-shade.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
*/   
}

table.sb_conftitle  
{
    width: 100%;
    height: 22px;
    background-image: url('/img/content-title1.jpg');
    background-repeat: no-repeat;
    border: solid 1px #632c7b;
    
}

table.sb_conftitle  td
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    
}

table.sb_game_table 
{
    
    background-image: url('/img/sb_background.jpg');
    background-position: right bottom;
    background-repeat: repeat-x;
    width: 100%;
    border: solid 1px #aaaaaa;
    
}

table.sb_game_table td.sb_gamehdr_locationcell  
{
    background-color: #acacac;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    text-align: left;
}

table.sb_game_table td.sb_game_teaminfo
{
    width: 80%;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

table.sb_game_table td.sb_game_teamscore 
{
    width: 20%;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: right;
}


span.sb_gamewinner
{
    color: #632c7b;
    font-weight: bold;
}

table.sb_game_table td.sb_gamestatus    
{
    font-size:11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #5b377e;
    text-align: right;

} 

table.sb_gamedate_table 
{
    width: 100%;
    background-color: #888888;
}



table.sb_gamedate_table td.sb_gamedate_tablecell
{
    border: solid 1px #632c7b;
    height: 18px;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
}

table.sb_gamedate_table	tr.sb_standings_hdr
{
	background-color: #cccccc;
}
	
	
table.sb_gamedate_table	tr.sb_standings_hdr td
{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

table.sb_gamedate_table tr.sb_teamline
{
	background-color: #ffffff;
	
}

table.sb_gamedate_table tr.sb_teamline td
{
	font-size:10px;
	text-align: left;
}

table.sb_gamedate_table tr.sb_teamline td.sb_record
{
	text-align:right;
}

/* Scoreboard settings */

.scorebg      {
   background-color: #632c7b;
}

.scorestatbg   {
   background-color: #333333;

}

.scoretxthdr  {
   font-family: Arial, Helvetica;
   color: #632c7b;
   font-size: 10pt;
   font-weight: bold;
}

.scoretxt  {
   font-family: Arial, Helvetica;
   background-color: #ffffff;
   color: #632c7b;
   font-size: 7pt;
}

.scorestattxt  {
   font-family: Arial, Helvetica;
   color: #ffffff;
   font-size: 7pt;
   background-color: #444444;
}

.scoredtehdr   {
   font-family: Arial, Helvetica;
   color: #ffffff;
   background-color: #888888;
   font-size: 8pt;
   font-weight: bold;
}

/* end of scoreboard Settings */