/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');


.gns-module-localteams-container {
	margin-bottom: 15px;
}


#sdi-midsection th {
    border-bottom: 0 none;
}

#sdi-rail-menu .block {
    margin-bottom: 1.25em;
}



* {
	font-family: inherit;
	line-height: inherit;
	color: inherit;
}

html {
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
}

div:before, div:after {
	content: " ";
	display: table;
}

div:after {
	clear: both;
}

div[id*="Scoreboard"]:after, div[id*="DayNav"]:after {
	clear: none;
}

div[id*="sdi-rail-content"], #sdi-iframe {
	color: #000;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
}

#sdi-hnavigation span.sdi-title-insport,
table.sdi-calendar td.current-day { /* common accent colours */
	color: #c00;
}

#sdi-midsection #DayNav a b , #sdi-midsection #DayNav a b  { /* chosen date on scoreboard page */
	color: #c00;
    font-size: 1.2em;
    font-weight: bold;
}

#DayNav > a:not([href]) { /* chosen date on scoreboard page - making it not look like a link */
    pointer-events: none;
}

#sdi-midsection a:link, #sdi-midsection a:visited {
	color: #005e9b;
	text-decoration: none;
}

#sdi-midsection a:hover, #sdi-midsection a:active, #sdi-midsection #DayNav a:hover { /* DayNav is to override olympics stylesheet */
	color: #005e9b;
	text-decoration: underline;
}

#sdi-midsection .sdi-so-title a:link, #sdi-midsection .sdi-so-title a:visited { /* when the link colour doesn't show up against the row colour */
	border-bottom: 1px dotted #aaa;
	color: #ddd;
	text-decoration: none;
}

#sdi-midsection .sdi-so-title a:hover { /* when the link colour doesn't show up against the row colour */
	border-bottom: 0 none;
	color: #fff;
	text-decoration: none;
}

#sdi-midsection .sdi-calendar tr:not(.sdi-calendar-month) a:hover, #sdi-midsection .sdi-calendar tr:not(.sdi-calendar-month) a:active {
    color: inherit;
    text-decoration: none;
}

.sdi-title-page-type a, .sdi-title-page-who-sublinks a {
    font-weight: normal;
    opacity: 1;
	white-space: nowrap;
}

#sdiRoundupLinks > a, .sdi-roundup-links > a {
    font-weight: normal;
}

/***************************************************************************************** */
/* GENERAL PAGE LAYOUT - WRAPPERS AND RAILS */
/***************************************************************************************** */

#sdi-wrapper { /* This is the entire page width, and includes header, menu, content, and footer */
	margin: 0px auto;
	width: 100%;
}

#sdi-masthead { /* Page header, including client's leaderboard ad, if any */
	margin: 0 auto;
	padding: 0px;
	text-align: left;
    width: 100%;
}

#sdi-midsection { /* Everything between the header and footer, including content rail and right rail  */
	font-size: 14px;
    font-weight: normal;
	margin: 0 auto;
    max-width: 972px;
	min-height: 2500px;
	padding-bottom: 1em;
    padding-top: 40px;
	position: relative;
    width: 100%;
}

#sdi-masthead:before, #sdi-masthead:after, #sdi-midsection:before, #sdi-midsection:after { /* Clearfix  */
	content: " ";
	display: table;
}

#sdi-midsection:after, #sdi-masthead:after { /* Clearfix  */
	clear: both;
}

#sdi-footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

/* rail-MENU **********************************************/

#sdi-rail-menu, #sdi-rail-menu-odds, #sdi-rail-menu-boxscore { /*  */
	margin-right: 0;
	margin-top: 0px;
	position: absolute;
	right: 0px;
	text-align: left;
	width: 300px;
}

/* rail-CONTENT **********************************************/

div[id*="sdi-rail-content"] {
	float: left;
	line-height: 1.5;
    margin: 0 0 0 10px;
    padding: 0 340px 0 0;
    text-align: left;
    width: 100%;
}

/* unused ad locations **********************************************/

.sdi-ad-leaderboard, .sdi-ad-outsidewrapper, .sdi-ad-insidewrapper, .sdi-ad-wlogo, .sdi-ad-wlinks {
    display: none;
}

div [id*="sdi-rail-third"] { /* Formerly used for covers ads via ad tool */
	display: none;
}

/***************************************************************************************** */
/* PAGE ELEMENTS */
/***************************************************************************************** */

.sdi-title-main-id { /* The name of the SPORT at the top of the page */
	display: none;
}

.sdi-logo {/* for the sdi or covers logo at the top of the page */
	float: right;
	margin-top: 0;
	margin-bottom: 8px;
}

/***** changing to new blue Gracenote logo *****/

div[id*="sdi-rail-content"] .sdi-logo img {
    display: none;
}

.sdi-logo a {
    background: transparent url("//images.sportsdirectinc.com/hst/shared/powered-by-gn-colour-122x35.png") no-repeat scroll 0 0;
    display: block;
    height: 35px;
    width: 122px;
}

div [id*="sdi-rail-content-odds"] .sdi-logo a {
    background: transparent url("//images.sportsdirectinc.com/hst/powered_by_covers.png") no-repeat scroll 0 0;
    display: block;
    height: 23px;
    width: 195px;
}

.sdi-so .sdi-logo { /*to hide the logo on some statistics pages, where it appears after each widget*/
    display: none;
}

/***** end logo change *****/


.sdi-title-page-type, .sdi-news-rumors-ttl { /* for the title of the specific page type; ie. NFL TEAMS */
	border-bottom: 1px solid #c00;
    font-size: 18px;
    font-weight: normal;
	margin: 10px 0;
    padding-bottom: 0px;
    text-align: left;
    text-transform: uppercase; /* Most of the titles are in uppercase anyway, not dependent on the style, so leave this for consistency */
}

#sdi-hnavigation { /* want to match these border colours*/ 
	border-bottom-color: #dfdfdf;
	border-bottom-width: 2px;
}

.sdi-title-page-type-sublinks { /* for links related to a specific page type; for instance, STATISTICS might have regular season and playoffs links */
	clear: both;
	font-weight: bold;
	width: 100%;
}

.sdi-title-page-type-sublinks a { /* to differentiate between the active page (not linked) and the other pages (linked) */
    font-weight: normal;
}

.sdi-title-page-who { /* for the NAME of a specific league, team, or player on the page (sub to the title-page-type); ie. CHICAGO BULLS */
	color: #333;
	font-size: 25px;
    font-weight: bold;
    line-height: normal;
    margin: 0px 0 10px 0;
}

.sdi-title-page-who-sublinks { /* sublinks on pages, such as the sublinks on TEAM or MATCHUP pages */
	font-weight: bold;
	margin: 0;
}

.sdi-title-page-who-sublinks + .sdi-title-page-who-sublinks { /* NFL team pages have 2 rows of these links during playoffs */
    margin-top: 0.5em;
}

.sdi-NarrowCol .sdi-title-page-who-sublinks { /* targets the player number and team name on player profile pages */
	margin-top: 10px;
}

.sdi-RightCol-mid .sdi-title-page-who-sublinks { /* targets the player number and team name on the NCF Player pages */
	margin-top: 10px;
}

.sdi-title-page-section, .sdi-nfl-dates,
.sdi_news_container .sdi-title-page-type { /* Used for important page sections */
	background-color: #eee;
	clear: both;
	font-weight: bold;
	margin-top: 1em;
	padding: 4px;
	text-align: left;
}

.sdi-title-page-section + .sdi-nfl-dates { /* Used for important page sections */
	margin-top: 0.5em;
}

.sdi-title-page-section {
    text-transform: uppercase;
}

.sdi-clear + .sdi-title-page-section { /* Player Roster page, at the top */
	margin-bottom: 1em;
	margin-top: 0;
}

/***************************************************************************************** */
/* Navigation */
/***************************************************************************************** */

#sdi-hnavigation {
	font-family: inherit;
	font-size: inherit;
	margin-top: 0;
	padding-bottom: 5px;
}

#sdi-hnavigation:before, #sdi-hnavigation:after { /* Clearfix  */
	content: " ";
	display: table;
}

#sdi-hnavigation:after { /* Clearfix  */
	clear: both;
}

.sdi-hnav-heading {  /* Title: Scores and Statistics  */
    height: auto;
    text-indent: 0;
	display: none;
}

.sdi-hnav-prosports > li { /* the list of sports offered - this is where spacing is adjusted*/
    padding: 6px 10px 7px 5px;
}

.sdi-hnav-more { /* the "more" dropdown, hidden by default */
	display: none;
}

.sdi-hnav-prosports .sdi-hnav-drop-parent:hover .sdi-drop-function { /* the height of the "more" dropdown */
    height: 11em;
}

.sdi-hnav-drop-parent > a {
    position: relative;
}

.sdi-triangle {
    top: 45%;
}

#sdi-hnavigation #sdi-insport {
    margin: 0;
}

#sdi-hnavigation span.sdi-title-insport {
	font-size: 1.1em;
}

.sdi-insport-links span { /* the sublinks for the given sport - this is where spacing is adjusted*/
	/*background-position: left 7px;
	padding-left: 10px;*/
    white-space: nowrap;
}

/***************************************************************************************** */
/* Miscellany */
/***************************************************************************************** */

.sdi-clear, .sdi-row {
    clear: both;
	margin-top: 0;
}

.sdi-title-page-who + .sdi-spacerhalf + table.sdi-data-wide { /* for the links table on matchup pages */
	margin-bottom: 1em;
}

.sdi-LeftCol-mid, .sdi-LefttCol-mid, .sdi-RightCol-mid { /* note spelling */
	float: left;
	margin: 0;
	padding: 0;
	width: 48%;
}

.sdi-RightCol-mid {
	float: right;
}

.sdi-WideCol, .sdi-NarrowCol {
	float: left;
	margin: 0;
	padding: 0;
	width: 60%;
}

.sdi-NarrowCol {
	float: right;
	width: 38%;
}

.sdi-play-by-play-showhide { /* show pbp links for MLB, NHL, NBA - hidden by default */
    display: inline !important;
}

.sdi-probable-goalies {
    font-size: 0.95em;
}

.sdi-probable-goalies > span:first-child {
    font-weight: bold;
}

#scores-note {
    background-color: #eee;
    border: 1px solid #ccc;
    float: left;
	font-size: 0.85em;
    margin-bottom: 5px;
    padding: 1px 2px;
}

.sdi-scores-note > span {
    clear: left;
    display: block;
	padding: 4px 0;
}

.sdi-scores-note > a {
    font-size: 0.9em;
}

.sdi-scores-note > a::after {
    content: ">";
    padding-left: 4px;
}

div[id*="sdi-rail-content"] img { /* quickchart matchup red and blue dots, ingame baseball graphic */
	display: inline;
	max-width: none;
	vertical-align: baseline;
}

div[id*="sdi-rail-content"] img[height="10"] { /* quickchart matchup red and blue dots */
	height: 10px;
}

div[id*="sdi-rail-content"] img[height="8"] { /* quickchart matchup legend red and blue dots */
	height: 8px;
}

img[src*="flags"] { /* there are flags on the Tennis results page */
    box-shadow: 0 1px 2px 0 #aaa;
    margin: 0 4px;
}

#sdi-midsection select {  /* dropdown for team names on player pages  */
	border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    height: auto;
    margin: 1px 0 3px;
    padding: 3px 10px 3px 1px;
    width: auto;
}

.sdi-team-logo { /* logos show up on team roster pages (on dev) */
	display: none;
}

.sdi-league-image { /* the league images on index pages for MiLB, CHL, Horses, Soccer */
    margin-top: 10px;
}

.sdi-conference-picker { /* On the Tennis Results page, this affects the whole page */
	clear: left;
	margin: 0;
}

.sdi-conference-picker > br + br { /* Gets rid of extra space under "Choose Conference" on NCF Scores page */
    display: none;
}

#sdi-midsection blockquote { /* On error pages */
    border: 0 none;
    font-family: inherit;
    font-size: 1em;
    font-weight: normal;
}

/* Player Headshots *****************************/

.sdi-playerpic img {
    width: 80px;
}

div[class*="leaders"] td[width="5%"] { /* headshots on statistics pages */
	width: 1%;
}

div[class*="leaders"] tr td:last-child { /* last column of headshots tables on statistics pages */
	width: 16%;
}

/* Previews and Recaps  -- NOT ASSESSED *****************************/

#sdi-rail-content > br + br { /* for double breaks on preview and recap pages, to mimic paragraph spacing - doesn't work in Chrome */
	display: block;
	margin: 4px;
}

.sdi-byline {
    font-size: 0.95em;
}

.sdi-roundup-article-link {
    font-size: 90%;
    font-weight: bold;
}

.sdi-quickhits {
	border-left: 3px double #ccc;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 5px;
}

div[id*="sdi-rail-content"] ul { /* quick hit bullets, bullets on error page */
	font-size: inherit;
	line-height: 1.5em;
	list-style: inherit;
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
}

.sdi-roundup-links {
	color: inherit;
    font-size: 1.1em;
    padding-left: 0;
}

/* News Feed *****************************/

div[id*="sdi-rail-content"] ul.sdi-listexpander, div[id*="sdi-rail-content"] ul.sdi-news-restofstory {
	margin: 0;
	padding: 0;
}

div[id*="sdi-rail-content"] ul.sdi-listexpander p, div[id*="sdi-rail-content"] ul.sdi-news-restofstory p {
	line-height: 1.4em;
    margin: 8px 0 13px 0;
}

div[id*="sdi-rail-content"] div.sdi-news-headline {
    font-size: 150%;
}

/***************************************************************************************** */
/* Team-Specific News (headline list page, article page) */
/***************************************************************************************** */

.sdi_news_container .sdi-title-page-type {
    border-bottom: 0 none;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
}

.sdi_team_breaking_news .sdi_headline { /*headline on the article list page*/
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    margin: 15px 0 0;
}

.sdi_team_breaking_news .sdi_article .sdi_headline { /*headline on the article page*/
    font-size: 1.8em;
    line-height: normal;
    margin-bottom: 10px;
	margin-top: 0;
}

#sdi-midsection .sdi_article .sdi_headline a { /* targets the headline on the article page, which we don't want to have look like a link */
	color: #000;
	pointer-events: none;
}

.sdi_news_container .sdi_article .sdi_byline { /* byline on the article page, not the list page */
	font-weight: bold;
}

/***************************************************************************************** */
/* Styles for the data */
/***************************************************************************************** */

div[id*="rail-content"] .sdi-so { /*div that surrounds the scores and odds table, incl game name, links, and space between the games*/
	margin-bottom: 1.5em;
    margin-top: 0.5em;
    text-align: left;
    width: 100%;
}

div[id*="rail-content"] .sdi-so-title, div[id*="rail-content"] .sdi-data-top, 
div[id*="rail-content"] .conference-team-table .sdi-datahead-sub { /*game name or table title in the sdi-so tables; division headings on "players by team roster" page */
	background-color: #005e9b;
    color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
}

div[id*="rail-content"] .sdi-so-title { /*game name or table title in the sdi-so tables*/
	margin-bottom: 0;
	width: 100%;
}

div[id*="rail-content"] .sdi-so-title + .sdi-spacerquarter { /*game name or table title in the sdi-so tables*/
	display: none;
}

.sdi-so-title .sdi-datahead-sub { /* On golf leaderboard page, a datahead sub is inside the title div */
	background-color: transparent;
	color: #fff;
}

#sdi-rail-content-odds .sdi-so-title {
	text-transform: uppercase;
}

.sdi-WideCol .sdi-so-title { /*Player roster pages*/
}

.sdi-NarrowCol .sdi-so-title { /*game name or table title in the sdi-so tables*/
}

.sdi-so-title-bowlname { /*game name or table title in the sdi-so tables*/
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #333;
	font-size: 0.9em;
	line-height: normal;
	padding: 2px;
	text-transform: uppercase;
}

.sdi-titlerow { /* team name - only in the injuries table on matchup pages  */
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom: 0px;
	font-weight: bold;
	padding: 4px;
}

div[id*="sdi-rail-content"] table {/* overall table lines */
	background-color: #cccccc;
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 3px;
	width: 100%;
}

div[id*="sdi-rail-content"] table.mlb_bso {/* live mlb games table */
	background-color: #fff;
    border: 1px solid #ccc;
}

div[id*="sdi-rail-content"] .bases-hold {/* live mlb games table */
    color: #444;
    font-size: 0.9em;
}

div[id*="sdi-rail-content"] .sdi-divScoreColumn_1-1 .bases-hold {/* live mlb games table on boxscore and PBP pages */
    font-size: 1em;
}

div[id*="rail-content"] table.sdi-data-wide td, div[id*="rail-content"] table.sdi-data-wide th {/* tables within tables */
	font-size: 14px;
}

div[id*="rail-content"] table.sdi-data-wide table.sdi-data-wide {/* tables within tables */
	background: transparent none repeat scroll 0 0;
	border: 0;  /* college team list pages */
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

table.sdi-data-wide table.sdi-data-wide.conference-team-table {/* college team list pages */
	border: 0;
}

table.sdi-data-wide table.sdi-data-wide td {/* cells of the tables within tables */
	padding: 2px;
}

div[id*="sdi-rail-content"] th, div[id*="sdi-rail-content"] td {/* */
	padding: 4px;
}

div[id*="sdi-rail-content"] th[align="right"], div[id*="sdi-rail-content"] td[align="right"] {/* */
	text-align: right;
}

div[id*="sdi-rail-content"] th[align="center"], div[id*="sdi-rail-content"] td[align="center"] {/* */
	text-align: center;
}

div[id*="sdi-rail-content"] table.mlb_bso td {/* live mlb games table */
	font-size: inherit;
	line-height: normal;
	padding: 2px 3px;
	width: auto;
}

tr[bgcolor="#ffffff"] {/*  */
	background-color: #fff;
}

.sdi-datahead-sub, .sdi-datahead-sub-nb, .sdi-datahead-sub-odds, .sdi-datahead-sub-odds-mlb, .sdi-datahead-sub-odds-nfl,
td.sdi-datahead-sub, td.sdi-datahead-sub-nb, td.sdi-datahead-sub-odds, td.sdi-datahead-sub-odds-mlb, td.sdi-datahead-sub-odds-nfl,
th.sdi-datahead-sub, th.sdi-datahead-sub-nb, th.sdi-datahead-sub-odds, th.sdi-datahead-sub-odds-mlb, th.sdi-datahead-sub-odds-nfl { /* */
	background-color: #eee;
	color: #222;
}

div[id*="rail-content"] .sdi-datahead-sub { /* subheader rows or columns with non-bolded words */
	color: #222;
	font-weight: bold;
}

div[id*="rail-content"] .sdi-datahead-sub-nb { /* subheader rows or columns with non-bolded words */
	color: #222;
}

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: #f4f4f4;
}

td.sdi-datacell-hi.hoverCell {/* For stats pages, prevent highlight on hover - highlight is only intended for when headshots are there */
	background-color: #fff;
}

/***************************************************************************************** */
/* Odds Pages */
/***************************************************************************************** */

.sdi-rline { /* replaces .rline; road line for odds*/
	border: 1px solid #cc0000;
	width: 100%;
}

.sdi-hline { /* replaces .hline; home line for odds*/
	border: 1px solid #037909;
	width: 100%;
}

.sdi-bline { /* replaces .bline; both line for odds*/
	border: 1px solid #000;
	width: 100%;
}

table td[valign="bottom"] {
    vertical-align: bottom;
}

div[id*="sdi-rail-content-odds"] table {/* removes the extra table lines for tables within tables */
	background-color: #fff;
}

div[id*="sdi-rail-content"] table[bgcolor="#cccccc"] {/* puts the necessary table lines back in */
	background-color: #ccc;
	border-spacing: 1px;
}

div[id*="sdi-rail-content-odds"] table[bgcolor="#999999"] {/* For the table lines in the legend on the odds page */
	background-color: #ccc;
	border-spacing: 1px;
}

div[id*="sdi-rail-content-odds"] td {/* overall spacing in the table cells */
	margin: 0;
	padding: 2px 1px;
	white-space: nowrap;
}

div[id*="sdi-rail-content"] table.sdi-data-wide td[bgcolor="#e2e2e2"], div[id*="sdi-rail-content"] table[bgcolor="#e2e2e2"] {/* recent line moves */
	background-color: #e2e2e2;
	border-spacing: 1px;
}

table.sdi-data-wide td[bgcolor="#00cc00"], table[bgcolor="#009900"] {/**/
/*	background-color: #00cc00;
	border-spacing: 1px;
*/}

div[id*="sdi-rail-content"] table.sdi-data-wide td[bgcolor="#009900"], div[id*="sdi-rail-content"] table[bgcolor="#009900"] {/* best home line */
	background-color: #009900;
	border-spacing: 1px;
}

div[id*="sdi-rail-content"] table.sdi-data-wide td[bgcolor="#cc0000"], div[id*="sdi-rail-content"] table[bgcolor="#cc0000"] {/* best road line */
	background-color: #cc0000;
	border-spacing: 1px;
}

div[id*="sdi-rail-content"] table.sdi-data-wide td[bgcolor="#000000"], div[id*="sdi-rail-content"] table[bgcolor="#000000"] {/* best home and road line */
	background-color: #000000;
	border-spacing: 1px;
}

td[bgcolor="#ffffff"] {/**/
}

td[bgcolor="#E2E2E2"] {/**/
}

/***************************************************************************************** */
/* Power Rankings */
/***************************************************************************************** */

.sdi-data-wide input, .sdi-data-wide input[disabled], .sdi-data-wide input[readonly] {
	background-color: inherit;
	cursor: inherit;
}

.sdi-pr-rank, .sdi-pr-lastweek, .sdi-pr-team, .sdi-pr-record, .sdi-pr-pfpa, .sdi-pr-givetake, .sdi-pr-winperc, .sdi-pr-pr {
	border: 0 none;
	font-family: inherit;
	font-size: inherit;
	padding: 0;
	text-align: center;
	width: 100%;
}

.sdi-pr-rank {
	background-color: #EEEEEE;
}

.sdi-pr-team {
	color: inherit;
	cursor: pointer;
	text-align: left;
	width: 125px;
}

.sdi-pr-team:hover {
	color: inherit;
	cursor: pointer;
	text-align: left;
	text-decoration: inherit;
	width: 125px;
}

/***************************************************************************************** */
/* Breaking News Widget  -- NOT ASSESSED */
/***************************************************************************************** */

.sdi-news-rumors-div {
	border-bottom: 1px solid #eee;
	padding: 5px;
}

.sdi-news-rumors-div a {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

.sdi-rumors-date {
	color: #999;
	font-size: 90%;
}

.sdi-breaking-news-txt a, .sdi-news-rumors-txt a {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
}

.sdi-row.news, .sdi-row.stats {
	margin-top: 10px;
}


/***************************************************************************************** */
/* Iframe Widgets -- PARTLY ASSESSED */
/***************************************************************************************** */

#sdi-iframe {
	background-color: #fff;
	height: 1000px;
}

#sdi-iframe a:link, #sdi-iframe a:visited {
	color: #333;
	text-decoration: none;
}

#sdi-iframe a:hover, #sdi-iframe a:active {
	color: #333;
	text-decoration: underline;
}

#sdi-iframe { /* */
	width: 100%;
}

#sdi-iframe #sdi-hnavigation {
	border: 0 none;
	line-height: 1.4em;
	padding: 0;
	font-size: 13px;
}

#sdi-iframe #sdi-hnavigation * {
    line-height: 1.7em;
}

#sdi-iframe #sdi-hnavigation span.sdi-title-insport {
    padding: 0;
}

#sdi-iframe .sdi-insport-links span {
    background-position: left 7px;
    padding: 2px 0 0px 12px;
}

@media (max-width: 295px) {

#sdi-iframe #sdi-hnavigation * {
    line-height: 1.4em;
}
	
}

#sdi-iframe .sdi-so {
    margin-top: -4px;
}

#sdi-iframe .sdi-so-title {
    background-color: #fff;
    color: #242424;
    font-size: 14px;
    font-weight: bold;
	margin: 0 0 0 0;
    padding: 0;
}

#sdi-iframe table {
	background-color: #cccccc;
	margin-bottom: 2px;
	text-align: left;
	width: 100%;
}

#sdi-iframe td.sdi-datahead-sub, #sdi-iframe th.sdi-datahead-sub, #sdi-iframe td.sdi-datahead-sub-nb {
	background-color: #f3f3f3;
    color: #7a7a7a;
    font-weight: bold;
}

#sdi-iframe #scores-note {
	background-color: #f3f3f3;
	margin-top: 3px;
	padding: 0px 1px 1px;
}

#sdi-iframe .bases-hold {
	display: none;
	margin-top: 0;
    font-family: inherit;
    font-size: inherit;
}

#sdi-iframe table.mlb_bso {
	background-color: #fff;
    border: 1px solid #ccc;
}

#sdi-iframe th, #sdi-iframe td {
	line-height: 1.4em;
	padding: 2px 4px;
	font-size: 12px;
	width: auto;
}

#sdi-iframe td.mlb_bso {
	font-size: 12px;
    line-height: normal;
    padding: 2px;
}

#sdi-iframe .onoff {
	font-size: 11px;
	margin: -1px 2px;
    padding: 0;
}

#sdi-iframe .onoff > a {
	font-size: 11px;
    padding: 0;
	margin: 0 -1px;
}
	
#sdi-iframe .onoff > a:nth-last-child(4):first-child,
#sdi-iframe .onoff > a:nth-last-child(4):first-child ~ a {
	font-size: 10px;
}

html > body form #sdi-iframe .sdi-scores-note {
	color: #666666;
    font-family: inherit;
    font-size: 12px;
    margin-left: 0;
    margin-top: -40px;
}

html > body form #sdi-iframe .sdi-scores-note a:link {
}

html > body form #sdi-iframe .sdi-scores-note a:hover {
}

/***************************************************************************************** */
/* Gamematchups  */
/***************************************************************************************** */

div[class*="gamematchups"] fieldset {
	border: 0px solid #ccc;
	clear: both;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}

div[class*="gamematchups"] .sdi-so-title {
    font-size: 1.2em;
}

.sdi-legend {
	background: transparent;
	border-bottom: 1px solid #ccc;
    font-size: 1.3em;
    font-weight: bold;
	margin: 10px 0;
    padding-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
	width: 100%;
}

.sdi-league-in-depth, .sdi-league-main {
	display: inline;
    float: left;
    margin: 10px 2% 10px 0;
    text-align: left;
    width: 48%;
}

.sdi-league-in-depth:nth-of-type(2n) {
    margin: 10px 0 10px 2%;
}

.sdi-league-main {
	background: rgba(0, 0, 0, 0) url("//images.sportsdirectinc.com/HST/shared_images/bullet.gif") no-repeat scroll left center;
	margin: 2px 0 2px 32px;
    padding-left: 15px;
    width: 45%;
}

.sdi-league-in-depth {
	border: 1px dashed #ccc;
	border-top: none;
	height: 15em;
}

.sdi-league-in-depth.rank-26 { /*MiLB*/
	/*height: 19em;*/
}

.sdi-league-in-depth .bulletlist li {
	background: rgba(0, 0, 0, 0) url("//images.sportsdirectinc.com/HST/shared_images/bullet.gif") no-repeat scroll left center;
	list-style-type: none;
	text-indent: 15px;
}


/***************************************************************************************** */
/* Scoreboard Page */
/***************************************************************************************** */

.sdi-divScoreColumn_2-2 {
	float: right;
	margin: 0;
	padding: 0;
	width: 49%;
}

#sdi-refresh-rate a {
	cursor: pointer;
}

/***************************************************************************************** */
/* styles for the calendars on the scores pages */
/***************************************************************************************** */

#sdi-rail-content-sm .sdi-title-page-type { /*  */
	overflow: hidden;
	width: auto;
}

.sdi-calendar-holder { /* for the scoreboard calendar and the date dropdowns */
	float: right;
    margin-left: 1em;
    margin-top: 1em;
}

#sdi-date-drops { /*  */
	float: right;
	margin-top: 14px;
	margin-right: 3px;
}

#sdi-date-drops select { /*  */
	font-size: .9em;
}

.sdi-scores-calendar { /* holds the calender table */
	float: right;
	margin: 0;
	overflow: visible;
	text-align: left;
	width: 170px;
}

table.sdi-calendar { /* the actual calender table */
	background-color: #fff;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table.sdi-calendar td {
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	padding: 1px 0;
}

table.sdi-calendar td:hover {
	background-color: #fff;
}

table.sdi-calendar tr:not(.sdi-calendar-month) td > a {
	display: inline-block;
	width: 100%;
}

table.sdi-calendar td b a:link, table.sdi-calendar td a:visited {
	text-decoration: none;
}

table.sdi-calendar td a:hover b, table.sdi-calendar td a:active b {
	text-decoration: none;
	background-color: transparent;
}

table.sdi-calendar td.current-day, table.sdi-calendar td.current-day:hover, tr.sdi-calendar-month td {
	background-color: #EEEEEE;
	font-weight: bold;
}

table.sdi-calendar td[onclick] {
    background-color: #f6f6f6;
}

table.sdi-calendar td[onclick]:hover {
    background-color: #ccc;
}

tr.sdi-dayrow {
	background-color: #CBCBCB;
}

tr.sdi-dayrow td, tr.sdi-dayrow td:hover {
	background-color: #cbcbcb;
	padding: 0px 4px 0px 4px;
	color: #FFFFFF
}

/***************************************************************************************** */
/* March Madness Bracket Lines Styles */
/***************************************************************************************** */

.sdi-game:after {
	content: "";
	position: absolute;
	right: 9px;
	top: 0;
	width: 0;
	border-left: 23px solid white;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	z-index: -1;
}

.sdi-game:before {
	content: "";
	position: absolute;
	right: 6px;
	top: 0;
	width: 0;
	border-left: 24px solid #e3e3e3;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	z-index: -1;
}

.sdi-round1 .sdi-game:after, .sdi-round1 .sdi-game:before {
	height: 53px;
}

.sdi-round2 .sdi-game:after, .sdi-round2 .sdi-game:before {
	height: 80px;
	border-left-width: 28px;
	border-top-width: 40px;
	border-bottom-width: 40px;
}

.sdi-round2 .sdi-game:before {
	border-left-width: 29px;
}

.sdi-round3 .sdi-game:after, .sdi-round3 .sdi-game:before {
	height: 145px;
	border-left-width: 31px;
	border-top-width: 73px;
	border-bottom-width: 73px;
}

.sdi-round3 .sdi-game:before {
	border-left-width: 32px;
}

.sdi-round4 .sdi-game:after, .sdi-round4 .sdi-game:before {
	display: none;
}

.sdi-region-final .sdi-game:after {
	right: 6px;
}

.sdi-region-final .sdi-game:before {
	right: 3px;
}

.sdi-region-final .sdi-round4 .sdi-game:after, .sdi-region-final .sdi-round4 .sdi-game:before {
	display: block;
	height: 274px;
	border-left-width: 33px;
	border-top-width: 135px;
	border-bottom-width: 135px;
}

.sdi-region-final .sdi-round4 .sdi-game:before {
	border-left-width: 34px;
}

/***************************************************************************************** */
/* Responsiveness */
/***************************************************************************************** */

@media (max-width: 979px) {

.sdi-player-profile .sdi-playerpic img {
	max-width: 150px;
	min-width: 80px;
	width: 100%;
}
}

@media (max-width: 800px) {

#sdi-rail-menu, #sdi-rail-menu-odds, #sdi-rail-menu-boxscore {
	display: none;
}

div[id*="sdi-rail-content"] {
    margin-left: 1%;
	min-height: inherit;
	padding-right: 0px;
	width: 98%;
}

#sdi-midsection { /*   */
	min-height: inherit;
}

.sdi-logo-covers > span {
	max-width: none;
	width: 99%;
}

#sdi-midsection table.sdi-data-wide {/*for the width of full tables*/
	line-height: 1.5em;
}
	
.sdi-league-main {
    margin: 10px 0 2px 32px;
    width: 44%;
}

#sdi-hnavigation * {
	line-height: 2em;
}
	
.sdi-hnav-prosports .sdi-hnav-drop-parent:hover .sdi-drop-function {
    height: 12em;
}
}

@media (max-width: 1000px) and (min-width: 800px) {

.sdi_scoreboard_holder {
	display: none;
}

.sdi-LeftCol-mid, .sdi-LefttCol-mid, .sdi-RightCol-mid,
.sdi-WideCol, .sdi-NarrowCol,
.sdi-divScoreColumn_1-2, .sdi-divScoreColumn_1-3, 
.sdi-divScoreColumn_2-2, .sdi-divScoreColumn_3-3 {
    float: none !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

.sdi-league-in-depth {
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.sdi-league-in-depth:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
}
	
}

@media (min-width: 800px) {

.sdi-league-main {
    margin: 10px 0 2px 0px;
    width: 50%;
}
	
}

@media (max-width: 650px) {

.sdi_scoreboard_holder {
	display: none;
}

.sdi-LeftCol-mid, .sdi-LefttCol-mid, .sdi-RightCol-mid,
.sdi-WideCol, .sdi-NarrowCol,
.sdi-divScoreColumn_1-2, .sdi-divScoreColumn_1-3, 
.sdi-divScoreColumn_2-2, .sdi-divScoreColumn_3-3 {
    float: none !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
	
.sdi-league-main {
    margin: 10px 0 2px 0px;
    width: 50%;
}

.sdi-league-in-depth {
    height: auto;
    width: 100%;
	padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

.sdi-league-in-depth:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
}
	
.sdi-title-page-type, .sdi-news-rumors-ttl {
    font-size: 22px;
}
	
.sdi-roundup-links {
    white-space: normal;
}
}

@media (max-width: 475px) {

#sdi-rail-content-sm .sdi-title-page-type {
    width: auto;
}

.sdi-calendar-holder {
    float: none;
    margin-left: 0px;
}
	
.sdi-league-main {
    margin: 10px 0 2px 32px;
    width: 100%;
}

.sdi-scores-note {
    margin-top: 10px;
}
	
}








