/* Id: 7.10459.1440430482
 * Generated: Feb 2, 2017 9:28:54 AM
 */
    /* InfoStrada's styles */
.sdi-so { /*div that surrounds the scores and odds table, incl game name, links, and 15-pixel space between the games*/
	width: 100%;
	background-color: #Ffffff;
	margin-bottom: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-bottom:0px;
	font-size: 12px;
}

#rightRail .sdi-so, #right-rail .sdi-so, #outerRightRegion .sdi-so { /* so that widgets in the right rail have a smaller font */
	font-size: 11px;
}

.sdi-so-sublinks { /* For the Full Standings links in the WIDGET - want this to have the same style as sdi-so text */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -3px;
	position: static;
	text-align: right;
}

#rightRail .sdi-so-sublinks, #right-rail .sdi-so-sublinks, #outerRightRegion .sdi-so-sublinks { /* so that widgets in the right rail have a smaller font */
	font-size: 11px;
}

.sdi-widget.sdi-schedule .sdi-data-wide .sdi-datahead-sub:first-child { /* For the Time (ET) column header, so it won't wrap */
	white-space: nowrap;
}

.sdi-widget.sdi-results .sdi-data-wide tr .sdi-datacell:nth-child(2) { /* For the country column, so it won't wrap */
     white-space: nowrap;
}

.sdi-so-title { /* game name or table title in the sdi-so tables*/
	background-color: #39547A;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 3px 0;
	text-indent: 3px;
	text-transform: uppercase;
	width: 100%;
}

.sdi-widget-combo .sdi-so:first-child .sdi-so-title { /* game name or table title in the sdi-so tables*/
	padding-top: 0px;
}

.sdi-widget-combo .sdi-sport-soccer .sdi-so:first-child .sdi-so-title { /* game name or table title in the sdi-so tables*/
	padding-top: 3px;
}

.sdi-nocontent-message {
    border-top: 3px solid #39547A;
    color: #666666;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: -22px;
    padding-top: 5px;
}

.sdi-so .sdi-nocontent-message {
    margin-bottom: 2px;
	margin-top: 0;
	padding-bottom: 15px;
}

.sdi-so table .sdi-nocontent-message {
    border-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.sdi-widget-combo .sdi-nocontent-message {/* */
	border-top: 0;
	margin: 0px;
}

table.sdi-data-wide {/*for the width of full tables*/
	width: 100%;
	color: #333333;
	border-collapse: separate;
	border-spacing: 1px;
	text-align:left;
	background-color: #ccc;
	line-height: normal;
}

table.sdi-data-wide td {/* */
	padding: 3px 2px;
	vertical-align: top;
}

td.sdi-datahead-sub, th.sdi-datahead-sub { /* the subheader row of the scores and odds table and other tables; has background colour and bolded words */
	font-weight: bold;
	background-color: #F3F3F3;
}

td.sdi-datahead-sub-nb { /* subheader rows or columns with non-bolded words */
	background-color: #F3F3F3;
}

td.sdi-datacell {/* individual cells - default - white back - used by all tables with smaller fonts */
	background-color: #ffffff;
}

td.sdi-datacell-hi {/* individual cells or rows - highlighted with a background colour */
	background-color: #EEEEEE;
}

td.sdi-datacell-hi2 {/* individual cells or rows - highlighted with a background colour */
	background-color: #FFFFDD;
}

.sdi-poll-difference {
	float:right;
	margin-right: 10px;
}

/* WIDGET LOGO ********************************************************************/

.sdi-widget .sdi-logo {
	float: left;
}

.sdi-widget .sdi-logo img {
	display: none;
}

.sdi-widget .sdi-logo a {
	background: url(http://images.sportsdirectinc.com/hst/logo_sportsdirectinc.png) no-repeat 0 0 transparent;
	display: block;
	height: 15px;
	width: 120px;
}

.sdi-results .sdi-logo { /* In the results widget, we want the so-sublinks pulled up against the bottom of the last table */
	margin-top: -15px;
}

.sdi-results .sdi-so-sublinks { /* In the results widget, we want the so-sublinks pulled up against the bottom of the last table */
	margin-top: -18px;
}
/* CLEARS and SPACERS **********************************************************************************/

.sdi-clear {/* to even up rows; overflow and height give layout and stop content shifting*/
	clear: both;
	overflow:hidden;
	height: 0.1em;
}

.sdi-row {/* to even up rows*/
	clear: both;
}

.sdi-spacerquarter {
	height: 4px;
	overflow: hidden;
}
/***************************************************************************************** */
/* Player photos */
/***************************************************************************************** */

.sdi-playerpic img {
	border: 7px solid #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 0 2px #999999;
	height: auto;
	width: 110px;
}

.sdi-playerpic {
	padding:3px;
	vertical-align:top;
	width: 120px;
}

.sdi-football-leaders tr td:last-child, .sdi-basketball-leaders tr td:last-child, 
.sdi-baseball-leaders tr td:last-child, .sdi-hockey-leaders tr td:last-child {
    width: 15%;
}

/* CBC tweaks to hide multiple infostrada logos */
.sdi-widget .sdi-logo { display: none; }
#football_nfl_sack .sdi-logo, #hockey_nhl_SAVEPERCENTAGE .sdi-logo, #basketball_nba_fgpct .sdi-logo { display: block; }

      