/* CSS Document */

@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700');

/***********************************************************************************************
* These styles originated from a widget IT got at some point and have been extensively modified.
***********************************************************************************************/

* {
	margin:0px;
	padding:0px;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

body {
	background-color:transparent;
	color:#fff;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#scoreboard_carousel {
	position:relative;
	text-align:center;
	height:500px;
	width: 100%;
}

#scoreboard_holder {
	border: 0px solid #D5D5D5;
	background: none;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

/******************************************************************************
* Menu, including date and logo
******************************************************************************/

#scoreboard_menu {
    background-color: #1a1a1a;
    border-radius: 0;
    height: auto;
    left: 0;
    margin: 0 0 28px;
    overflow: visible;
    position: relative;
    text-align: center;
    width: 100%;
	z-index: 1; /* This makes the logo fully clickable when it's moved under the scoreboard */
}

#scoreboard_date {
	color: #222;
    font-size: 14px;
    font-weight: bold;
    left: 2px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 34px;
    white-space: nowrap;
    width: 60%;
}

#scoreboard_logo {
	background: rgba(0, 0, 0, 0) url("//images.sportsdirectinc.com/HST/wnyt/powered_by_narrow.png") no-repeat scroll 0 0;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 31px;
    width: 90px;
}

#scoreboard_menu #scoreboard_logo a {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 119px;
}

#scoreboard_menu a, #scoreboard_menu a:link, #scoreboard_menu a:visited {
-webkit-border-radius: 3px;
	border-radius: 0px;
	border-left: 0px solid #454750;
    border-right: 0px solid #000;
	background-color: transparent; 
	color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    outline: 0 none;
    padding: 6px 6px 4px 7px;
    text-decoration: none;
    text-indent: 0;
}

#scoreboard_menu a:hover, #scoreboard_menu a:active {
	background-color:#333;
	color:#fff;
}

/*#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-image:none;
	background-color:#003459;
    color: #FFFFFF;
	margin: 0px;
    outline: 0 none;
}

/*#scoreboard_menu a:first-of-type {
    border-radius: 0px;
	border-left: 0px solid #232323;
}

#scoreboard_menu a:last-of-type {
    border-radius: 0;
}

#scoreboard_menu a:only-of-type {
    border-radius: 0px;
	border-left: 0px solid #232323;
}*/


/***************************************************************************************** */
/* 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;*/
}

div.empty {
    background-color: #fbfbfb;
}

table, .empty { /* Use this to set the width of the blocks; it will be the same width as the image slice, which includes spacing */
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
	background:#fbfbfb;
	/*background:-webkit-linear-gradient(top, #dbdbdb 0%, #fff 100%);
	background:linear-gradient(to bottom, #dbdbdb 0%, #fff 100%); */
	height: 64px;
	width: 100%;
}

.empty {
}

table {
	border: 0 none;
    border-collapse: collapse;
    color: #000;
    font-size: 13px;
}

.yui-carousel-element li.item { /* this can also be used to put space between the blocks; remainder of style is in last section */
	padding:3px 0 0 0;
}

td {
	padding:0px;
}

table img {
	display: none;
	height: 18px !important;
    left: 10px;
	margin-top: -1px;
    position: absolute;
    width: auto;
}

.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:10px;
	font-weight:bold;
}

td.date-score { /* The RIGHT column in the table - no links */
	text-align:right;
	padding-right: 10px;
	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:transparent;
     /*background:-webkit-linear-gradient(top, #3c6ebf 0%, #144697 100%);
     background:linear-gradient(to bottom, #3c6ebf 0%, #144697 100%); */
    border-top: 1px solid #e1e1e1;
	padding: 0 10px;
}

tr:nth-child(2) td {
    box-shadow: 0 2px 0 0 #fff;
}

.game-links { /* The LEFT column of the bottom row - contains links */
	border-top: 0px solid #999;
	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: #222;
	text-decoration:none;
}

table a:hover, table a:active {
	color:#8e1024;
	text-decoration:none;
}

table a[style="text-decoration:none"]:hover, table a[style="text-decoration:none"]:active {
	color:#8e1024;
}

table .game-links a:link, table .game-links a:visited {
	color: #222;
	text-decoration:none;
}

table .game-links a:hover, table .game-links a:active {
	color:#8e1024;
	text-decoration:none;
}

/*table a[style], table a[style]:hover {
	color: #333;
	text-decoration:none;
}*/


/***************************************************************************************** */
/* Next/Previous Buttons */
/***************************************************************************************** */

#arrow_holder_prev, #arrow_holder_next {
}

#arrow_holder_prev:hover, #arrow_holder_next:hover {
}

#arrow_holder_prev {
    margin-bottom: 5px;
}

#arrow_holder_next {
    margin-top: 5px;
}

#arrow_holder_prev a, #arrow_holder_next a {
    margin: 0 auto;
	text-align: center;
    width: 100%;
	height: 20px;
	display: block;
	background-color: #aaa;
    /*border-color: #2285a2;*/
	-webkit-border-radius: 0px;
	border-radius: 0px;
    border-style: solid;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    padding: 2px 0;
    position: relative;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

#arrow_holder_prev a:hover, #arrow_holder_next a:hover {
	background-color: #999;
}

#arrow_holder_prev a:after {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #ffffff;
    content: " ";
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-left: -16px;
    margin-top: 4px;
    opacity: 0.5;
    position: absolute;
    transition: border-color 300ms ease-out 0s;
    width: 0;
    z-index: 1;
}

#arrow_holder_next a:after {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #ffffff;
    content: " ";
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-left: -16px;
    margin-top: 4px;
    opacity: 0.5;
    position: absolute;
    transition: border-color 300ms ease-out 0s;
    width: 0;
    z-index: 1;
}

#arrow_holder_prev:hover a:after {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #8e1024;
    content: " ";
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-left: -16px;
    margin-top: 4px;
    opacity: 0.8;
    position: absolute;
    width: 0;
    z-index: 1;
}

#arrow_holder_next:hover a:after {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #8e1024;
    content: " ";
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-left: -16px;
    margin-top: 4px;
    opacity: 0.8;
    position: absolute;
    width: 0;
    z-index: 1;
}

#arrow_holder_prev a.yui-carousel-first-button-disabled, #arrow_holder_prev a.yui-carousel-first-button-disabled,
#arrow_holder_next a.yui-carousel-button-disabled, #arrow_holder_next a.yui-carousel-button-disabled:hover, a[disabled="true"] {
	background-color: #ccc;
	cursor:default;
}

#arrow_holder_prev a.yui-carousel-first-button-disabled:after, #arrow_holder_prev:hover a.yui-carousel-first-button-disabled:after, #arrow_holder_prev a[disabled="true"]:after {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #fff;
    content: " ";
	cursor:default;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-left: -16px;
    margin-top: 4px;
    opacity: 0.2;
    position: absolute;
    width: 0;
    z-index: 1;
}

#arrow_holder_next a.yui-carousel-button-disabled:after, #arrow_holder_next:hover a.yui-carousel-button-disabled:after, #arrow_holder_next a[disabled="true"]:after {
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    content: " ";
	cursor:default;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-left: -16px;
    margin-top: 4px;
    opacity: 0.2;
    position: absolute;
    width: 0;
    z-index: 1;
}


/***************************************************************************************** */
/* YUI styles - not wise to edit any of this */
/***************************************************************************************** */

.yui-carousel {
	margin:0px auto;
	text-align:left;
}

.yui-carousel.yui-carousel-vertical {
	width: 100% !important;
}

.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;
	width: 100%;
}

.yui-carousel-element {
	position:relative;
	text-align:left;
	width: 100% !important;
}

.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:70px; /* this puts space between the blocks when the sb is vertical */
	border:none;
	list-style:none;
	text-align:left;
	width: 100%;
}

.yui-carousel-nav /* this is the text navigation - not used, must be hidden */ {
	display:none
}

@media (max-width: 39.9375em) and (min-width: 20em) {

#scoreboard_holder {
    width: 95%;
}	

table {
    font-size: 15px;
}
	
}