body
{
	background-color: #eee;
	color: #FFF;
	font-size: 12px;
	font-family: 'robotoregular';
}
.wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 1026px;
}
.content table
{
	margin:20px;
}
.clear
{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	/*height: 0;*/
	line-height: 0;
	visibility: hidden;/*width: 0;*/
}
.clearfix
{
	zoom: 1;
}
.clearfix:after
{
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.hidden
{
	display: none;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/** League Page Start */
#gamescoreboard
{
	padding-top: 20px;
	overflow: hidden;
}
#gamescoreboard .btnLeft,
#gamescoreboard .btnLeftdn
{
	background: url(../images/scorestrip_left.png) no-repeat 5px 0;
    position: absolute;
    left: 0;
}
#gamescoreboard .btnLeft:hover
{
	background: url(../images/scorestrip_left_hover.png) no-repeat 5px 0;
	cursor: pointer;
}
#gamescoreboard .btnRight,
#gamescoreboard .btnRightdn
{
	background: url(../images/scorestrip_right.png) no-repeat 5px 0;
    position: absolute;
    right: 0;
}
#gamescoreboard .btnRight:hover
{
	background: url(../images/scorestrip_right_hover.png) no-repeat 5px 0;
	cursor: pointer;
}
#gamescoreboard .gamescoreboard-left 
{
    width: 40px;
    height: 95px;
    float: left;
	position: relative;
}
#gamescoreboard .gamescoreboard-right {
    width: 40px;
    height: 95px;
	position: relative;
	float: right;
}
#gamescoreboard .game-scoreboard
{
	position: relative;
	height: 95px !important;
	background-color: #fff;
	width: 100%;
	width: -moz-calc(100% - (80px));
	width: -webkit-calc(100% - (80px));
	width: calc(100% - (80px));
}
#gamescoreboard.nogames .game-scoreboard
{
	border-left: none;
	margin-left:0px;
}
#gamescoreboard.nogames .gamescoreboard-left,
#gamescoreboard.nogames .gamescoreboard-right
{
	visibility: hidden;
}
.owl-carousel.scorestrip-list 
{
	display: block;
}
#gamescoreboard .game-item 
{
	border: 1px solid #fff;
	box-shadow: 0 0 5px #bbbbbb inset;
    cursor: pointer;
    float: left;
    width: 138px;
    height: 84px;
    overflow: hidden;
    margin: 10px 5px 6px 0;
    position: relative;
    font-family: robotobold;
}
#gamescoreboard .game-item.blackout a
{
	background-color: #eeeeee!important;
	box-shadow: 0 0 10px #bbbbbb inset;
}
#gamescoreboard  .game-item.blackout.focus a
{
	background-color: #999999!important;
}
#gamescoreboard  .game-item.blackout .datetime
{
	background-color: #cbcbcb !important;
}
#gamescoreboard  .game-item.blackout.focus .datetime
{
	background-color: #666666 !important;
}
#gamescoreboard  .game-item.blackout .sport
{
	color: #575757 !important;
}
#gamescoreboard  .game-item.blackout.focus .sport
{
	color: #ffffff !important;
}
#gamescoreboard  .game-item.blackout .gamename,
#gamescoreboard  .game-item.blackout .teamname,
#gamescoreboard  .game-item.blackout .score
{
	color: #9e9e9e !important;
}
#gamescoreboard  .game-item.blackout.focus .gamename,
#gamescoreboard  .game-item.blackout.focus .teamname,
#gamescoreboard  .game-item.blackout.focus .score
{
	color: #bbbbbb !important;
}
#gamescoreboard  .game-item.blackout .datetime .sub1
{
	color: #484848 !important;
}
#gamescoreboard  .game-item.blackout.focus .datetime .sub1
{
	color: #ffffff !important;
}
#gamescoreboard  .game-item.blackout .gameinfo
{
	color: #ef4035 !important;
	font-size: 11px !important;
}

#gamescoreboard .game-item.nogame
{
	width: 100% !important;
	border: none;
	box-shadow: none;
	color: #cccccc;
	font-size: 20px;
	font-family: robotobold;
	height: 98px;
	line-height: 98px;
	text-align: center;
	cursor: default;
}
#gamescoreboard .game-item.item-link a
{
	line-height: 84px;
	font-size: 14px;
	color: #252525;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #fff;
	box-shadow: 0 0 5px #bbbbbb inset;
}
#gamescoreboard .game-item.item-link a .triangle
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #252525;
	display: inline-block;
	margin-left: 5px;
}
#gamescoreboard .game-item.item-link a:hover .triangle
{
	border-color: transparent transparent transparent #4f4f4f;
}
#gamescoreboard .game-item.item-link a:hover
{
	color: #4f4f4f;
	background-color: #f6f6f6;
	border: 1px solid #d7d7d7;
}
#gamescoreboard .focus a
{
	background-color: #252525;
}
#gamescoreboard .game-item a
{
	display: block;
	height: 82px;
	text-decoration: none;
	width: 136px;
	cursor: pointer; /*IE7*/
	position: relative;
}
#gamescoreboard .game-item:hover
{
	border: 1px solid #ee4234;
}
#gamescoreboard .game-item.nogame:hover
{
	border: none;
}
#gamescoreboard .game-item .playicon
{
	background: url(../images/btn_player_s.png) no-repeat;
	float: right;
	height: 15px;
	margin-right: 4px;
	margin-top: 6px;
	width: 15px;
}
#gamescoreboard .game-item a:hover .playicon
{
	background: url(../images/btn_player_s_hover.png) no-repeat;
}
#gamescoreboard .game-item.video-upcoming .playicon,
#gamescoreboard .game-item.blackout .playicon
{
	display: none;
}
/* default(live) style */
.game-scoreboard .game-item .sport
{
	font-size: 11px;
	color: #252525;
	float: left;
	height: 14px;
	margin-left: 8px;
	margin-top: 8px;
}
#gamescoreboard .game-item .team
{
	float: left;
	height: 14px;
	margin-left: 8px;
	width: 130px;
	font-size: 12px;
}
#gamescoreboard .game-item .teamname
{
	color: #2d9ccc;
	float: left;
	overflow: hidden;
	text-indent: 1px;
	margin-left: -1px;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 104px;
}
#gamescoreboard .game-item .score
{
	float: right;
	margin-right: 5px;
	color: #2d9ccc;
	overflow: hidden;
	text-indent: 1px;
	margin-left: -1px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#gamescoreboard .game-item .game
{
	float: left;
	height: 28px;
	margin-left: 8px;
	width: 130px;
	font-size: 12px;
}
#gamescoreboard .game-item .gamename
{
	color: #2d9ccc;
	float: left;
	overflow: hidden;
	height: 30px;
	line-height: 14px;
	width: 105px;
	/*ie7*/
	text-indent: 1px;
	margin-left: -1px;
}
#gamescoreboard .game-item.channel .gamename
{
	color: #ee4234
}
#gamescoreboard .game-item.channel.focus .gamename
{
	color: #68cd2c;
}
#gamescoreboard .game-item.channel.focus .datetime
{
	background-color: #68cd2c;
}
#gamescoreboard .game-item .gameinfo
{
	height: 14px;
	line-height: 14px;
	font-size: 9px;
	color: #959595;
	margin-left: 8px;
	width: 128px;
	float: left;
	overflow: hidden;
}
#gamescoreboard .game-item.focus .gameinfo
{
	color: #2d9ccc;
}
/*the Event of March Madness*/
#gamescoreboard .game-item .event
{
	color: #959595;
}
#gamescoreboard .game_-item.focus .event
{
	color: #2d9ccc;
}
.scoreHide .score
{
	display: none;
}
#gamescoreboard .game-item .datetime
{
	float: left;
	height: 17px;
	margin-top: 3px;
	width: 100%;
	background-color: #eeeeee;
}
#gamescoreboard .inplay .datetime
#gamescoreboard .dvr .datetime
{
	background-color: #68cd2c;
}
#gamescoreboard .game-item .datetime .sub1
{
	color: #252525;
	height: 17px;
	line-height: 17px;
	font-size: 9px;
	float: left;
	margin-left: 7px;
}
#gamescoreboard .game-item .datetime .sub1.live,
#gamescoreboard .game-item .datetime .sub1.playState
{
	display: none;
}
#gamescoreboard .game-item.playing .datetime .sub1.playState
{
	display: block;
}
#gamescoreboard .game-item.video-live .datetime .sub1
{
	display: none;
}
#gamescoreboard .game-item.video-live .datetime .sub1.live
{
	display: block;
}
#gamescoreboard .game-item .datetime .sub2
{
	color: #252525;
	height: 17px;
	line-height: 17px;
	font-size: 9px;
	float: left;
	margin-left: 4px;
}
#gamescoreboard .game-item .datetime .sub1.playState
{
	display: none;
}

#sportPage .sportsinfo
{
	height: 451px;
	width: 1026px;
}
#sportPage .sportsinfo.hasSubscriber
{
	display:none;
}
#sportPage .cover
{
	background: url(../images/player_shadow.png) no-repeat 22px 0 #fff;
	position: relative;
	height: 613px;
	display: none;
}
#sportPage .cover.hasSubscriber
{
	display:block;
}
.scene
{
	left: 34px;
    position: absolute;
	width: 960px;
	height: 540px;
}
.scene img
{
	width: 960px;
	height: 540px;
}
#sportPage .player
{
	background: url(../images/player_shadow.png) no-repeat 22px 0 #fff;
	height: 613px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	display: none;
}
#sportPage .player.hasSubscriber
{
	display:block;
}
#sportPage .player_hide
{
	width: 0;
	height: 0;
	visibility: hidden;
	margin-bottom: 0;
}
#sportPage .player .container
{
	width: 960px;
	height: 603px;
	/* overflow: hidden; */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #000;
}
#sportPage .player .container *
{
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
#sportPage .container_hide
{
	left: -10000px;
}
.playerMask
{
	background: url(../images/player_mask.png) repeat;
    height: 540px;
    text-align: center;
    position: relative;
    width: 960px;
}
.playerMask .logo
{
    padding-top: 60px;
}
.playerMask .sportname
{
	margin-top: 35px;
	font-size: 26px;
	color: #ee4234;
	font-weight: bold;
}
.playerMask .game_name td
{
	color: #FFFFFF;
	font-size: 46px;
	line-height: 46px;
	text-align: center;
}
.playerMask .game_time
{
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
}
#sportPage .button.game_state_bottom
{
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #2d9ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-family: robotobold;
	cursor: default;
	border: 1px solid #2d9ccc;
}
.playerMask .local_time
{
	color: #959595;
}
.playerMask .watchnow
{
	width: 80px;
	height: 80px;
	background: url(../images/btn_player.png) no-repeat;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
}
.playerMask .watchnow:hover
{
	background: url(../images/btn_player_hover.png) no-repeat;
}
.playerMask .blackout_text
{
	margin-top: 20px;
	font-size: 20px;
	color: #ef4035;
}
#gameBar .facebook_like
{
	border: medium none;
	height: 24px;
	overflow: hidden;
	vertical-align: top;
	width: 100px;
}
/** League Page End */

/** chedule component start*/
.schedule
{
	padding-top: 10px;
	height: 170px;
	background-color: #ffffff;
	position: relative;
}
/*score on/off btn*/
.schedule .buttons
{
	font-family: robotobold;
	margin-top: 8px;
	position: relative;
}
/*focus text switch*/

#gamescoreboard .focus .sport,
#gamescoreboard .focus .playstate,
#gamescoreboard .focus .datetime .sub1,
#gamescoreboard .focus .datetime .sub2
{
	color: #ffffff;
}
#gamescoreboard .game-item.video-upcoming.focus .datetime,
#gamescoreboard .game-item.video-archive.focus .datetime
{
	background-color: #2d9dcc;
}
#gamescoreboard .game-item.video-live.focus .datetime,
#gamescoreboard .game-item.inplay.focus .datetime,
#gamescoreboard .game-item.video-dvr.focus .datetime
{
	background-color: #68cd2c;
}
#gamescoreboard.game-item.inplay .teamname,
#gamescoreboard .game-item.inplay .score,
#gamescoreboard .game-item.inplay .gamename,
#gamescoreboard .game-item.inplay .event,
#gamescoreboard .game-item.video-live .teamname,
#gamescoreboard .game-item.video-live .score,
#gamescoreboard .game-item.video-live .gamename,
#gamescoreboard .game-item.video-live .event,
#gamescoreboard .game-item.video-dvr .teamname,
#gamescoreboard .game-item.video-dvr .score,
#gamescoreboard .game-item.video-dvr .gamename,
#gamescoreboard .game-item.video-dvr .event
{
	color: #ee4234;	
}
#gamescoreboard .game-item.inplay.focus .teamname,
#gamescoreboard .game-item.inplay.focus .gamename,
#gamescoreboard .game-item.inplay.focus .score,
#gamescoreboard .game-item.inplay.focus .event,
#gamescoreboard .game-item.video-live.focus .teamname,
#gamescoreboard .game-item.video-live.focus .gamename,
#gamescoreboard .game-item.video-live.focus .score,
#gamescoreboard .game-item.video-live.focus .event,
#gamescoreboard .game-item.video-dvr.focus .teamname,
#gamescoreboard .game-item.video-dvr.focus .gamename,
#gamescoreboard .game-item.video-dvr.focus .score,
#gamescoreboard .game-item.video-dvr.focus .event
{
	color: #68cd2c;
}
#gamescoreboard .game-item.blackout .teamname, 
#gamescoreboard .game-item.blackout .score {
    color: #9e9e9e !important;
}
#gamescoreboard .focus .playicon
{
	display: none;
}
#gamescoreboard .playing .sub1
{
	display: none;
}
#gamescoreboard .playing .playstate
{
	display: inline;
}
#gamescoreboard .games .items .game-item.blocked a
{
	background-color: #eeeeee;
}
#gamescoreboard .games .items .game-item.blocked.focus a
{
	background-color: #999999;
}
#gamescoreboard .game-item.blocked .datetime
{
	background-color: #cbcbcb !important;
}
#gamescoreboard .game-item.blocked.focus .datetime
{
	background-color: #666666 !important;
}
#gamescoreboard .game-item.blocked .sport
{
	color: #575757 !important;
}
#gamescoreboard .game-item.blocked.focus .sport
{
	color: #ffffff !important;
}
#gamescoreboard .game-item.blocked .teamname,
#gamescoreboard .game-item.blocked .score
{
	color: #9e9e9e !important;
}
#gamescoreboard .game-item.blocked.focus .teamname,
#gamescoreboard .game-item.blocked.focus .score
{
	color: #bbbbbb !important;
}
#gamescoreboard .game-item.blocked .datetime .sub1
{
	color: #484848 !important;
}
#gamescoreboard .game-item.blocked.focus .datetime .sub1
{
	color: #ffffff !important;
}
#gamescoreboard .game-item.blocked .gameinfo
{
	color: #ef4035 !important;
	font-size: 11px !important;
}
#gamescoreboard .game-item.blocked .playicon,
#gamescoreboard .game-item.blocked a:hover .playicon
{
	background: none !important;
}
/*switch button*/
.schedule a.liveGames
{
	border: 1px solid #afafaf;
	border-radius: 4px;
	color: #252525;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 137px;
}
.schedule a.liveGamesSel
{
	border: 1px solid #68cd2c;
	background-color: #68cd2c;
	color: #fff;
}
.schedule a.liveGames.liveGamesSel:hover
{
	border: 1px solid #55ac22;
	background-color: #55ac22;
}
.schedule a.vodGames
{
	border: 1px solid #afafaf;
	border-radius: 4px;
	color: #252525;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 108px;
	margin-left: 3px;
}
.schedule a.liveChannels
{
	border: 1px solid #afafaf;
	border-radius: 4px;
	color: #252525;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 108px;
	margin-left: 3px;
}
.schedule a.liveChannelsSel
{
	border: 1px solid #ee4234;
	background-color: #ee4234;
	color: #fff;
}
.schedule a.liveChannels.liveChannelsSel:hover
{
	border: 1px solid #ef4035;
	background-color: #ef4035;
}
.schedule a.vodGamesSel
{
	border: 1px solid #2d9dcc;
	background-color: #2d9dcc;
	color: #fff;
}
.schedule a.vodGames.vodGamesSel:hover
{
	border: 1px solid #2581a9;
	background-color: #2581a9;
}
.schedule a.vodGames:hover,
.schedule a.liveGames:hover,
.schedule a.liveChannels:hover
{
	border: 1px solid #717171;
	text-decoration: none;
}
.schedule .buttons1
{
	float: left;
	margin-left: 40px;
}
.schedule .buttons2
{
	color: #252525;
	float: right;
	font-size: 12px;
	line-height: 29px;
	margin-right: 29px;
}
.schedule .sports-list
{
	padding-left: 33px;
}
.schedule .sports-list .option
{
	color: #000;
	cursor: pointer;
	height: 20px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 0 15px;
}
.schedule .sports-list .option:hover
{
	text-shadow: 0px 1px white, 0px 1px #000;
}
.schedule .sports-list .option.selected
{
	color: #ee4234;
	text-shadow: 0px -1px white, 0px 1px #ee4234;
}
.schedule .switch
{
	color: #b7b7b7;
}
.schedule .on
{
	color: #ee4234;
}
.schedule .schedule_link
{
	color: #252525;
}
.schedule .schedule_link:hover
{
	color: #9a9a9a;	
}
.schedule a.schedule_link:hover,
.schedule a.switch:hover
{
	text-decoration: none;
}
.schedule .no_game
{
	color: #cccccc;
	font-size: 20px;
	font-family: robotobold;
	height: 98px;
	line-height: 98px;
	text-align: center;
}
/** schedule component end */
#sportPage .package-item
{
	float:none;
	overflow: hidden;
    margin-bottom: 0px;
}
#sportPage .packages
{
	padding: 40px 0;
    margin-bottom: 0px;
}
#sportPage .package-item .text 
{
	min-height: 120px;
}
#sportPage .freetrial
{
	display: none;
}
#sportPage .freetrial.hasFree
{
	display: block;
}
#sportPage .sub_value,
.sub_popular
{
	display: none;
}
#sportPage .sub_value.BNCAAANNUAL,
#sportPage .sub_value.BINDYCARSEASON,
#sportPage .sub_value.BESPNSELECTMONTHLY
{
	display: block;
	top: -3px;
}
#sportPage .packages-wrapper.hasSubscriber
{
	display: none;
}
#sportPage .package-item .button 
{
    background-color: #2d9ccc;
	text-decoration: none;
	font-size: 20px;
}
#sportPage .package-item .button:hover
{
	background-color: #2581a9;
}
#sportPage .package-item .logo 
{
    float: left;
    height: 62px;
    width: 64px;
    margin-right: 7px;
    margin-top: 8px;
}
#sportPage .package-item .name.small
{
	font-size: 21px;
}
#sportFiltertoday,
#sportFilterarchive
{
	height:20px;
	position: absolute;
}
#loginButton
{
	height: 45px;
	width: 211px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 45px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #ffffff;
	background-color: transparent;
	margin-top: 20px;
	color: #ffffff;
}