/*  Scoreboard Stylesheet */


table.sb_container_table 
{
    width: 125px;
    
}

table.sb_container_table td.sb_container_cell   
{
    
    text-align: center;
/*  
    border: solid 1px #666666;
    background-image: url('http://www.big12warzone.com/img/background-shade.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
*/   
}

table.sb_conftitle  
{
    width: 100%;
    height: 18px;
    background-color: #000000;
    border: solid 1px #666666;
    
}

table.sb_conftitle td.sb_conftitle_hdr	
{
	text-align: center;
}

table.sb_conftitle  td
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff9933;
    text-align: left;
    
}

table.sb_game_table 
{
    
    background-image: url('http://www.big12warzone.com/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  
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    background-color: #acacac;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    text-align: left;
}

table.sb_game_table td.sb_game_teaminfo
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    width: 90%;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
}

table.sb_game_table td.sb_game_teamscore 
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    width: 10%;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-align: right;
}


span.sb_gamewinner
{
    color: #ffcc33;
}

table.sb_game_table td.sb_gamestatus    
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    font-size:10px;
    font-weight: bold;
    color: #ff9933;
    background-color: #000000;
    text-align: right;

} 

table.sb_gamedate_table 
{
    width: 100%;
    background-color: #444444;
}



table.sb_gamedate_table td.sb_gamedate_tablecell
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    border: solid 1px #666666;
    height: 18px;
    font-weight: bold;
    color: #ffffff;
    font-size: 10px;
}

table.sb_gamedate_table	tr.sb_standings_hdr
{
	background-color: #cccccc;
}
	
	
table.sb_gamedate_table	tr.sb_standings_hdr td
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

table.sb_gamedate_table tr.sb_teamline
{
	background-color: #000000;
	
}

table.sb_gamedate_table tr.sb_teamline td
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
	font-size:10px;
	text-align: left;
	color: #ffffff;
}

table.sb_gamedate_table tr.sb_teamline td.sb_record
{
	font-size: 10px;
	text-align:right;
	color: #ffffff;
}



/*  Scoreboard Stylesheet - Horizontal*/


table.sb_container_table_v
{
    /* width: 100%; */
    
}


table.sb_container_table_v td.sb_container_cell   
{
    
    text-align: center;
/*  
    border: solid 1px #666666;
    background-image: url('http://www.big12warzone.com/img/background-shade.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
*/   
}

table.sb_conftitle_v  
{
    width: 100%;
    height: 18px;
    background-color: #000000;
    border: solid 1px #666666;
    
}

table.sb_conftitle_v td.sb_conftitle_hdr	
{

    text-align: center;

}

table.sb_conftitle_v  td
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff9933;
    text-align: left;
    
}

table.sb_game_table_v
{
    
    float:left;
    background-image: url('http://www.big12warzone.com/img/sb_background.jpg');
    background-position: right bottom;
    background-repeat: repeat-x;
    width: 115px;
    border: solid 1px #aaaaaa;
    
}

table.sb_game_table_v td.sb_gamehdr_locationcell  
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    background-color: #acacac;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    text-align: left;
}

table.sb_game_table_v td.sb_game_teaminfo
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    width: 90%;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-align: left;
}

table.sb_game_table_v td.sb_game_teamscore 
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    width: 10%;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-align: right;
}


span.sb_gamewinner
{
    color: #ffcc33;
}

table.sb_game_table_v td.sb_gamestatus    
{
    font-family: lucida grande,tahoma,helvetica,sans-serif;
    font-size:10px;
    font-weight: bold;
    color: #ff9933;
    background-color: #000000;
    text-align: right;

} 

