
/* CSS Document */

.sdi-link-preview::before {
    content: "| ";
}

/***********************************************************************************************
* These styles originated from a widget IT got at some point and have been extensively modified.
***********************************************************************************************/

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:transparent;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#scoreboard_carousel {
	position:relative;
	text-align:center;
	height:56px;
}

#scoreboard_holder {
	border: 0px solid #D5D5D5;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0 0px;
	padding: 0 0 0 0;
}

/******************************************************************************
* Menu, including date and logo
******************************************************************************/

#scoreboard_menu {
    /* left: 0; Set this even if it seems unnecessary - it's needed for IE8 */
	height: 25px;
    margin: -3px 0 1px;
    overflow: visible;
    position: relative;
    text-align: center;
    z-index: 1; /* This makes the logo fully clickable when it's moved under the scoreboard */
}

#scoreboard_date {
	color: #203943;
    float: left;
    font-size: 11px;
    font-weight: bold;
    left: 30px;
    margin-left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    white-space: nowrap;
}

#scoreboard_logo {
	background: transparent url(//images.sportsdirectinc.com/HST/shared_images/powered_by.png) no-repeat 0 0;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 4px;
    width: 169px;
}

#scoreboard_menu #scoreboard_logo a {
	background: none repeat scroll 0 0 transparent;
	border: none;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 178px;
}

#scoreboard_menu a, #scoreboard_menu a:link, #scoreboard_menu a:visited {
	background-color: #032048;
    border: 1px solid #032048;
	border-bottom: none;
    border-radius: 3px 3px 0 0;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 1px 0;
    outline: 0 none;
    padding: 2px 7px;
    text-decoration: none;
    text-indent: 0;
}

#scoreboard_menu a:hover, #scoreboard_menu a:active {
	background-color:#2457a7; 
    border: 1px solid #2457a7;
	border-bottom: none;
	color:#fff;
	text-decoration: none;
}

/*#scoreboard_menu a.sport_selected, #scoreboard_menu a.sport_selected_wide, #scoreboard_menu a.sport_selected:hover {
	background-color:#041A56;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 #333333;
    color: #FFFFFF;
	margin: 0 5px;
    outline: 0 none;
}*/

#scoreboard_menu a.sport_selected, #scoreboard_menu a.sport_selected_wide, #scoreboard_menu a.sport_selected:hover {
	background-color:#2457a7; 
    border: 1px solid #2457a7;
	border-bottom: none;
    /*border-radius: 5px 5px 0 0;*/
    box-shadow: 0 0px 0px 0 #D5D5D5;
    color: #FFFFFF;
    margin: 5px 1px 0;
    outline: 0 none;
}


/***************************************************************************************** */
/* Inside the score tables */
/***************************************************************************************** */

.score_regular, .score_active, .score_final, .empty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0px;
    /*box-shadow: 0 1px 2px 0 #ddd;*/
}

.sdi_localized {
    border: 1px solid #56a8e2;
}

div.empty {
}

table, .empty { /* Use this to set the width of the blocks; it will be the same width as the image slice, which includes spacing */
	background-color: #f9f9f9;
    height: 54px;
    width: 141px;
}

.sdi_localized table, .sdi_localized .empty { /* Use this to set the width of the blocks; it will be the same width as the image slice, which includes spacing */
	background-color: #eff6fa;
}

.empty {
}

table {
	border: 0 none;
    border-collapse: collapse;
    color: #333;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.yui-carousel-element li.item { /* this can also be used to put space between the blocks; remainder of style is in last section */
	padding:0px 4px 0 2px;
}

td {
	padding:0px;
}

.team_name { /* NCB is in a td called team_name, but... */
}

.teams .team_name { /* ...all the other sports are in a span called team_name, in a td called teams */
}

td.team_name span.team_name {
	margin:0;
	padding:0;
}

td.teams, td.team_name { /* The LEFT column in the table - contains links */
	padding-left:5px;
	font-weight:bold;
}

td.date-score { /* The RIGHT column in the table - no links */
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right: 5px;
	border-left: 0px solid #999;
}

.game_day, .game_time { /* Inside the date-score column */
	margin:0;
	padding:0;
}

td.text-col { /* The BOTTOM ROW of the table, which has a colspan */
	background: url(//images.sportsdirectinc.com/HST/cbslocal/newyork/stripes.png) no-repeat;
	border-top:0px solid #999;
	padding: 0 5px;
}

.game-links { /* The LEFT column of the bottom row - contains links */
	border-top: 0px solid #ccc;
	float:left;
	padding: 0px;
}

.game-status { /* The RIGHT column of the bottom row - no links */
	color: #666666;
	float:right;
	text-align:right;
	padding-right: 1px;
}

table a, table a:link, table a:visited {
	color: #266ec4;
	text-decoration:none;
}

table a:hover, table a:active {
	color:#266ec4;
	text-decoration:underline;
}

table .game-links a:link, table .game-links a:visited {
	color: #266ec4;
	text-decoration:none;
}

table .game-links a:hover, table .game-links a:active {
	color:#0047a1;
	text-decoration:none;
}

table a[style] {
	border-bottom: 0px solid #333;
	color: #0047a1;
	text-decoration:none;
}

table a[style]:hover {
	border-bottom: 1px solid #333;
	color: #0047a1;
	text-decoration:underline;
}

/***************************************************************************************** */
/* Next/Previous Buttons */
/***************************************************************************************** */

#arrow_holder_prev, #arrow_holder_next {
	position:absolute;
	top: 14px;
	padding:0;
}

#arrow_holder_prev {
	left:0px;
}

#arrow_holder_next {
	right:2px;
}

#arrow_holder_prev a, #arrow_holder_next a {
	cursor:pointer;
	display:block;
	width:20px;
	height:24px;
	margin-top:1px;
	padding:0;
}

#arrow_holder_prev a {
	background:url(//images.sportsdirectinc.com/HST/cbslocal/newyork/scroll.png) no-repeat 0 0% transparent;
}

#arrow_holder_next a {
	background:url(//images.sportsdirectinc.com/HST/cbslocal/newyork/scroll.png) no-repeat 100% 0% transparent;
}

#arrow_holder_prev a:hover {
	background:url(//images.sportsdirectinc.com/HST/cbslocal/newyork/scroll.png) no-repeat 0 100% transparent;
}

#arrow_holder_next a:hover {
	background:url(//images.sportsdirectinc.com/HST/cbslocal/newyork/scroll.png) no-repeat 100% 100% transparent;
}

#arrow_holder_prev a.yui-carousel-first-button-disabled, #arrow_holder_prev a.yui-carousel-first-button-disabled:hover {
	background:url(//images.sportsdirectinc.com/HST/cbslocal/newyork/scroll.png) no-repeat 0 50% transparent;
	cursor:default;
}

#arrow_holder_next a.yui-carousel-button-disabled, #arrow_holder_next a.yui-carousel-button-disabled:hover {
	background:url(//images.sportsdirectinc.com/HST/cbslocal/newyork/scroll.png) no-repeat 100% 50% transparent;
	cursor:default;
}



/***************************************************************************************** */
/* YUI styles - not wise to edit any of this */
/***************************************************************************************** */

.yui-carousel {
	margin:0px auto;
	text-align:left;
}

.yui-carousel-content { /* border-radius is used here to make a less straight edge for the carousel to disappear under */
	border-radius: 0px;
	margin: 0 0 0 0;
	height:65px;
	overflow:hidden;
}

.yui-carousel-element {
	position:relative;
	text-align:left;
	width:320000px;
}

.yui-carousel-element li.item { /* padding can be used to put space between the blocks; see top section of stylesheet */
	position:absolute;
	display:block;
	height:50px;
	border:none;
	list-style:none;
	text-align:left;
}

.yui-carousel-nav /* this is the text navigation - not used, must be hidden */ {
	display:none
}
