
/* CSS Document  */
/* Anna MacD, Nov 2013  */

/*#medals_widget {display: none;}*/

#sdi-placeholder-content {
	clear: both;
}

.sdi-placeholder-content {
	width:100%;
}

.sdi-tabs .sdi-placeholder-content {
	clear: both;
}

.sdi-widget a:link, .sdi-widget a:visited {
/*color: #5278AE;
	font-weight: normal;
	text-decoration:none;*/
}

.sdi-widget a:hover, .sdi-widget a:active {
/*color: #5278AE;
	font-weight: normal;
	text-decoration:underline;*/
}

/* WIDGET TITLE ********************************************************************/

.sdi-widget-title {
	color: #464646;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 2px;
    text-transform: none;
}

/* WIDGET TABS ********************************************************************/

.sdi-tab-holder {
	height: 20px;
}

.sdi-tabs ul {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sdi-tabs li {
	background-color: #999;
	background-image: none;
	border-bottom: 1px solid #838383;
	border-radius: 4px 4px 0 0;
	color: #fff;
	cursor: pointer;
	float: left;
	list-style: none outside none;
	margin: 0 0 0 1px;
	padding: 5px 8px 4px 8px;
	text-transform: uppercase;
}

div.page-container .sdi-tabs li {
	border-bottom: 1px solid #838383;
}

.sdi-tabs li:hover {
	background-color: #888;
	border-bottom: 1px solid #757575;
}

.sdi-tabs .sdi-selected, .sdi-tabs .sdi-selected:hover,
div.page-container .sdi-tabs .sdi-selected, div.page-container .sdi-tabs .sdi-selected:hover {
	background-color: #D8891B; /* header colour */
	border-bottom: 1px solid #D8891B; /* header colour */
}

.sdi-widget-combo .sdi-widget.sdi-results, .sdi-widget-combo .sdi-widget.sdi-schedule, .sdi-widget-combo .sdi-widget.sdi-medals-overall {
	border-top: 3px solid #D8891B; /* header colour */
}

.sdi-tabs li#sdi-sponsorship-tab {
	background-color: transparent;
    border-bottom: 0px solid #757575;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin: 0 0 0 1px;
    padding: 0 0px;
}

.sdi-widget-sponsorship {
	background-color: transparent;
    border-bottom: 0px solid #757575;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin: -9px 0 0 1px;
    padding: 0 0px;
}

/* OLYMPICS-SPECIFIC ********************************************************************/

.sdi-medal-gold, .sdi-medal-silver, .sdi-medal-bronze {
	background-color: transparent;
	background-image: url(http://images.sportsdirectinc.com/hst/olympics/sprite_medals2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #555555;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    margin: 0 auto;
    padding: 2px 1px 1px 0;
    text-align: center;
    text-indent: 0;
    width: 19px;
}

.sdi-medal-silver {
	background-position: 0 -27px;
	text-indent: -1px;
}

.sdi-medal-bronze {
	background-position: 0 -52px;
}

.sdi-data-wide td img {
	box-shadow: 0 1px 2px 0 #525252;
	margin-right: 1px;
}

.sdi-data-wide td[align="right"] img {
    box-shadow: 0 1px 2px 0 #525252;
    margin-left: 1px;
    margin-right: 0;
}

/* STYLES FOR THE DATA ***********************************************************************/

.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: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:0px;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	text-align: right;
}

.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: #D8891B; /* header colour */
	border-bottom: 0 none;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 3px;
    text-indent: 2px;
    width: 100%;
}

.sdi-schedule .sdi-so-title { /* game name or table title in the sdi-so tables*/
    padding-top: 3px;
}

.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, div.page-container .sdi-nocontent-message {
    border-top: 3px solid #D8891B; /* header colour */
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: -16px;
    padding-top: 3px;
}

.sdi-so .sdi-nocontent-message, div.page-container .sdi-so .sdi-nocontent-message {
    margin-bottom: 2px;
     margin-top: 0;
     padding-bottom: 6px;
}

.sdi-so table .sdi-nocontent-message {
    border-top: 0;
     padding-top: 5px;
     padding-bottom: 5px;
     text-align: center;
}

table.sdi-data-wide {/*for the width of full tables*/
	width: 100%;
	color: #333333;
	border-collapse: separate;
	border-spacing: 1px;
	border-width: 0;
	text-align:left;
	background-color: #ccc;
	line-height: normal;
}

.article table.sdi-data-wide {/*for the width of full tables*/
	border-width: 0;
}

table.sdi-data-wide td {/* */
	padding: 4px 1px 4px 2px;
	border-width: 0;
}

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;
}

/* 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: -14px;
}

.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: -14px;
}

/* 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;
}
