﻿/* the following makes up the ad, dates and calendar at the top of the scores and matchups/custom scores/ custom odds */

#sdi-iframe .sdi-nfl-dates { display:none;}
#sdi-iframe .sdi-scores-note { float:right; margin-top: -29px; line-height: 1em;}
html>/**/body #sdi-iframe .sdi-scores-note { margin-top: -21px; }

/*calendar table*/
table.scorecal {
width: 100%;
background-color: #fff;
color: #000000;
font-weight: normal;
margin: 0;
padding: 0;
line-height:15px;
border-collapse:collapse;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
}

.nav-link
{
	color: #3300CC; 
	cursor: hand;
	text-decoration: underline
}

table.scorecal tr.days {border: 1px solid #ccc; padding:0px; text-align:center;font-weight:bold;}
table.scorecal td {border: 1px solid #ccc; padding:0px; text-align:center;}
table.scorecal td.day {border: 1px solid #ccc; padding:0px;text-align:center; font-weight:bold; background-color:#BEC7CF}

/*main table holding structure of the page*/
.scoreboard 
{
    width: 100%;
    margin-left:auto; 
    margin-right:auto;
}

/* holds in each game - replaces sot*/
.game-box {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 10px;
border: 1px solid #6d7891;
background-color: #F0F0F0;
margin-bottom: 5px;
padding: 2px 5px 5px 5px;
width:460px;}

.iframe-game-box {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 10px;
border: 1px solid #6d7891;
background-color: #F0F0F0;
margin-bottom: 5px;
padding: 2px 5px 5px 5px;
width:645px;}

/* do I need this anymore?*/
.leftCol2 .game-box {width: 442px;} 
.rightCol_mid .game-box{width: 373px;}

/*table that holds all the scores*/
.so-table 
{
    width: 100%;
    background-color: #FFFFFF;
	border-collapse:collapse;
	margin-bottom: 4px;
}

.so-table td {border: 1px solid #fff;}

.so-title, .so-links, .data, .datac, .datab, .datacb, .datahead, .dataheadc, .right, .active, .datarcb
{
	padding: 1px;
	margin: 0;
}

.so-title, .datab, .datacb, .datarcb
{
	font-weight: bold;
}


.so-title
{
	text-align: left; margin-bottom: 3px;font-weight: bold;
}

.datac, .datacb, .dataheadc, .datarcb
{
	text-align: center;  
}

.datarcb
{
	color:#900;
}

.data a, .datac a, .datacb a, .dataheadc a
{
    text-decoration: none;
}


td.column_header_light_center, td.column_header_light_left, td.column_header_dark, td.team_name, td.odds_values, .score, .score_total, .betstatus, .odds, .record, .myscores{
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 10px; 
}

td.column_header_light_center /* the quarter headers*/
{ 
	background-color: #AFBEAF;
	border: 0px none;
	font-weight: bold;
	text-align: center;
	margin: 0; padding-left:1px; padding-right:1; padding-top:1; padding-bottom:1
}

td.column_header_light_left /* the quarter headers*/
{ 
	background-color: #AFBEAF;
	border: 0px none;
	font-weight: bold;
	text-align: left;
	margin: 0; padding-left:1px; padding-right:0; padding-top:5; padding-bottom:5
}

td.column_header_dark /* the score status cell */
{ 
	width: 96px;
	background-color: #496F49;
	color: #fff;
	border: 0px none;
	font-weight: bold;
	text-align: left;
	margin: 0; padding-left:1px; padding-right:0; padding-top:0; padding-bottom:0
}

td.team_name /* Team Names */
{
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 1px;
	margin: 0;
}

td.odds_values /* Odds */
{
	font-weight: bold;
	text-align: center; 
	padding: 0 0 0 1px;
	margin: 0;
}

.score /* the live score numbers*/
{ 
	width: 16px;
	background-color: #ffffff;
	color: #000;
	border: 0px none; 
	text-align: center;
	height: 10px; 
	line-height: 10px;
	padding: 0;
	margin: 0
}
		
.score_total /* the score total column - in red*/
{ 
	width: 16px;
	background-color: #ffffff;
	color: #900;
	border: 0px none;
	font-weight: bold;
	text-align: center;
	height: 10px; 
	line-height: 10px;
	padding: 0;
	margin: 0
}

.betstatus /* bet status column*/
{ 
	width: 100px;
	background-color: #ffffff;
	color: #000;
	border: 0px none; 
	font-weight: bold;
	text-align: center; 
	height: 11px; 
	line-height: 11px;
	padding: 0;
	margin: 0
}

.odds /* odds column*/
{ 
	width: 36px;
	background-color: #ffffff;
	border: 0px none;
	text-align: center;
	height: 10px; 
	line-height: 10px;
	padding: 0;
	margin: 0;
	color: #3300CC; 
	cursor: hand;
    cursor: pointer; /* had to put this to make it work in firefox?*/
	text-decoration: underline
}

.record
{
	background-color: #ffffff;
	color: #000;
	border: 0px none; 
	text-align: left;
	line-height: 10px;
	padding: 0;
	margin: 0
}

.myscores /* bet status column*/
{ 
	height: 11px; 
	line-height: 11px;
	padding: 0;
	margin: 0;
}

.graphback 
{
    background-image: url('http://scores.covers.com/images/scores/general/loading.gif'); 
    position:absolute; 
    width: 308px; 
    height: 348px
}
.graphclose 
{
    position:absolute;
    top: 5px;
    right:0;
    padding:0px 10px 0px 0px;
}
.graphhelp 
{
    position:absolute;
    top: 5px;
    right:13px;
    padding:0px 10px 0px 0px;
}

.graphimage 
{
    position:absolute;
    top: 22px;
    padding:0px 5px 0px 0px;
}

.betgraph_sponsor {background-color: black;
    position:absolute;
    top:0;
    left:0;
    width:310px;
    height:22px;
    padding:0px 0px 0px 0px;
}

div.visible { display: block; } div.hidden { display: none; } 
td.visible { display: table-cell; } td.hidden { display: none; }

.bases-hold 
{
	width: 100%; 
	clear: both; 
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px; 
}

.bso {
	padding: 0; 
	border: 0px; 
	float: right;
	width: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px; 
}
 
 div.game-select table
{
    width: 250px;
    float: right;
}

.MLOdds /* money lineodds column*/
{ 
		width: 32px;
		background-color: #ffffff;
		border: 0px none;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;	
		font-size: 10px; 
		height: 10px; 
		line-height: 10px;
		padding: 0;
		margin: 0;
		color: #3300CC; 
	    cursor: hand;
        cursor: pointer
	}

.showgames /* for the custom scores page */
{
	color: red;
	font-weight: bold;
	
}

/*used for the gray box on the custom page when no games are selected*/
.customtext
{
	width:963px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border: 1px solid #6d7891;
	background-color: #F0F0F0;
	color: inherit;
	padding: 5px;
	margin-bottom: 15px;
	float:left;
	text-align: center;
}

/*used for the date in the top right-hand corner of the team page score-box*/
.teamNav
{ 
	margin-bottom: 0; 
	padding: 0; 
	border: 0px;
	font-weight:bold; 
	float: right;
} 

.sponsorship-container{
    border: 1px solid #6d7891;
	background-color: #F0F0F0;
	color:inherit;
	padding: 5px;
	margin-bottom: 15px;
	width: 98.5%;
	float:left; position:relative;}	

.scores-sponsorship { /* holds the adds*/
width:728px; float:right; margin-right:0; font-weight:bold;}

.date-nav {position:relative;font-weight:normal}

.scores-calendar { /* holds the calender*/
width: 170px;
float: left; text-align:left;margin-left:0; overflow:visible; }

table.scores {
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#fff;
border-collapse:collapse;
}

table.scores td {border:1px solid #ccc; text-align:center; font-weight:bold; padding:2px;}

table.scores td a { text-decoration:none;}

table.scores td.current-day {background-color:#BEC7CF}	

/*.scores-note {position:absolute; bottom:5px; right:5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}*/

/*custom*/
.scores-custom-container {
    border: 1px solid #6d7891;
background-color: #f1f1f1;
color:inherit;
padding: 5px;
margin-bottom: 15px;
width: 650px;
float:left;
height:203px; 
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px}	

.scores-custom-pick { /* holds the game picker on custom scores*/
float:left; width:300px;}

.scores-custom-in {
position: relative;
width:140px; height:140px;
font-family: Verdana, arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #ffffff;
border: 1px #26254A inset;	 
color: #26254A ;
z-index: 0;} 

.scores-custom-hype {
border:1px solid #ccc; 
padding:20px 5px 5px 5px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
margin-top:0px; 
float:right; 
width:298px; 
height:158px;}

td.scores-custom-title {/* a highlighted row of the table - with lines on alerts page*/
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px ; 
font-weight: bold;
text-align: right;
color: #cc0000;
border-bottom: 1px #000000 solid;
border-top: 1px #000000 solid;}

.sort-border {padding:0px 2px 0px 2px;float:left; border:1px solid #999; margin: -10px 0 5px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background-color:#999; color:#fff;}

html>/**/body .sort-border {margin: 5px 0 15px 0;}