﻿

/********************
** Landing Page **
*********************/

body#default {
	text-align:center;
	background:#000000 url(images/landing/background.jpg) no-repeat top center;
}
body#default #ClickToViewText
{
	font-family: sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	text-shadow: 0px 0px 5px black;
	color: rgb(252, 175, 92);
	margin: auto;
	position: relative;
	width: 100%;
	text-align: center;
	top: 277px;
}
body#default .pageContentWrapper
{ 
	width: 100%;
	text-align:left;	
}


body#default .pageHeader div#header {	
	background: url(images/landing/HeaderSliver.png) repeat-x;
	height: 111px;
	position: relative;
}

body#default .pageHeader div#hdrimg {		
	margin: auto;
	height: 111px;
	width: 1180px;
	position: relative;
}

body#default .pageHeader div#hdrimg img.headerImage
{
	height: 111px;
	width: 1180px;
	margin: auto;
	position: relative;
}
body#default #WhatsNewArea
{
	position: absolute;
	top: 0px;
	left: 774px;
	height: 114px;
	width: 66px;
	background-color: transparent;
	cursor: pointer;
}
body#default .pageHeader img.headerArrow 
{
	position: absolute ;
	left: 795px;
}	

body#default .pageHeader div.gameresults 
{
	height: 58px;
	width: 184px;
	position: absolute;
	top: 24px;
	right: 148px;
}

body#default .pageHeader div.gameresults  a.gameResultsLink
{
	background: url(images/landing/GameResultsButton.png) no-repeat;		
	height: 27px;
	width: 112px;
	display: block;
	position: absolute;
	top: 15px;
	left: 36px;
}

body#default .pageHeader div.gameresults  a.gameResultsLink:hover
{
	background-position: 0 -27px;	
}

body#default .pageHeader a.wisLink
{	
	display: block;
	width: 150px;
	height: 85px;
	position: absolute;
	top: 10px;
	left: 165px;
}

body#default .pageContent {
	background-image:none;	
	width: 985px;
	margin: 0 auto;
	padding: 4px;	
}

body#default .mainColumnWrapper,
body#default .mainColumn 
{
	width:auto;
	margin:0;
	padding:0;	
	float:none;
}

body#default .pageFooter {
	width: 780px;
	margin:0 auto;
}

body#default div#videoCont
{
	height: 360px;		
	padding: 15px 0;	
}

body#default div#videoCont div#videoPlaceHolder
{
	background: url(images/landing/VideoCoverImage.png) no-repeat;
	height: 360px;
	width: 630px;
	margin: auto;
	cursor: pointer;
}

body#default div#videoCont div#videoPlaceHolder:hover
{
	background-position: 0 -360px;
}

body#default div#videoCont div#videoPlayer
{
	height: 360px;
	width: 630px;
	margin: auto;
	display: none;
}

body#default div#tabBar 
{
	width: 930px;
	margin: 0 0 0 55px;
	height: 29px;
}
body#default div#tabBar div
{
	float: left;
	margin: 0 5px 0 0;
}

body#default div.mainColumn div.clearer
{
	height: 0px;
}

body#default div.tab_on,
body#default div.tab_off
{
	width: 130px;
	height: 28px;
	border-left: 1px solid #969696;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: 0;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 28px;
	font-size: 1.1em;
}
body#default div.tab_off
{
	background-image: url(Images/Landing/tab_off.jpg);
}
body#default div.tab_on a
{
	color: Black;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
body#default div.tab_on
{
	background-image: url(Images/Landing/tab_on.jpg);
}
body#default div.tab_off a
{
	color: White;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
body#default div.tab_off a:hover
{
	text-decoration: underline;
}


body#default div#lowerCont
{	
	background: green;
	background: url(images/landing/TabSection.png) no-repeat;
	width: 100%;
	height: 269px;
	position: relative;
	
}

body#default div#contArea
{	
	width: 370px;
	height: 210px;	
	padding: 10px;
	margin: 0 0 0 55px;
}

body#default div#contArea h2
{
	color: White;
	display: inline;
	font-weight: normal;
	font-size: 11px;
}
body#default div#contArea p
{
	color: White;
}
body#default div#contArea p.tabH2
{
	display: inline;
}
body#default div#contArea div.cont_on
{
	display: block;
}
body#default div#contArea div.cont_off
{
	display: none;
}
body#default div#contArea a
{
	color: #C3AF72;
}
body#default div#contArea span.highlight
{
	color: #C3AF72;
}

body#default div#contArea p.tabLink
{
	background-image: url(Images/icons/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 13px;
	margin: 3px;
}

body#default div#lowerCont div#socialSection {
	position: absolute;
	top: 185px;
	right: 57px;
	width: 420px;
	text-align: left;
}

    body#default div#lowerCont div#promocode {
        position: absolute;
        top: 25px;
        right: 48px;
        width: 420px;
        height: 40px;
        border: 1px #4d4d4d solid;
        padding: 15px 20px;
        background: black;
    }

        body#default div#lowerCont div#promocode #promoText {
            font-size: 16px;
            color: white;
            line-height: 20px;
            display: inline;
            float: left;
            font-weight: bold;
        }

    body#default div#lowerCont .playNow {
        background: orange;
        float: right;
        font-size: 15px;
        padding: 10px 30px;        
    }

        

body#default div#lowerCont a.playNow:hover {
    background-position: 0 -68px;
}

body#default div.product_portfolio_footer
{
	margin-top: 70px;
}




/********************
** World View **
*********************/

body#WorldView div.FilterBox div.ContentBoxContent p
{
	padding-left: 10px;	
}

body#WorldView div.worldSelector
{
	position: relative;
}
body#WorldView div.playNowContainer
{
	width: 350px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 10px 0 10px 0;
}

body#WorldView a.playNow
{
	background:url(images/buttons/green_btn_large.png);
	width: 153px;
	height: 32px;
	line-height: 32px;
	background-repeat: no-repeat;
	color: White;
	border: 0;
	padding: 0;
	margin: auto;
	display: block !important;
	font-size: medium;
}

body#WorldView a.playNow:hover
{
	background-position: 0 -32px;
}
/************
FOC SPORTS FANTASY PLAYERS
************/
body#FoxSportsFantasyPlayers {
	text-align:center;
	background:#000000 url(images/landing/background.jpg) no-repeat top center;
	background-position-y: 50px;
}
body#FoxSportsFantasyPlayers #ClickToViewText
{
	font-family: sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	text-shadow: 0px 0px 5px black;
	color: rgb(252, 175, 92);
	margin: auto;
	position: relative;
	width: 100%;
	text-align: center;
	top: 277px;
}
body#FoxSportsFantasyPlayers .pageContentWrapper
{ 
	width: 100%;
	text-align:left;	
}


body#FoxSportsFantasyPlayers .pageHeader div#header {	
	background: url(images/landing/HeaderSliverFOXPromo.png) repeat-x;
	height: 111px;
	position: relative;
}

body#FoxSportsFantasyPlayers .pageHeader div#hdrimg {		
	margin: auto;
	height: 111px;
	width: 1180px;
	position: relative;
}

body#FoxSportsFantasyPlayers .pageHeader div#hdrimg img.headerImage
{
	height: 111px;
	width: 1180px;
	margin: auto;
	position: relative;
}
body#FoxSportsFantasyPlayers #WhatsNewArea
{
	position: absolute;
	top: 0px;
	left: 774px;
	height: 114px;
	width: 66px;
	background-color: transparent;
	cursor: pointer;
}
body#FoxSportsFantasyPlayers .pageHeader img.headerArrow 
{
	position: absolute ;
	left: 795px;
}	

body#FoxSportsFantasyPlayers .pageHeader div.gameresults 
{
	height: 58px;
	width: 184px;
	position: absolute;
	top: 24px;
	right: 148px;
}

body#FoxSportsFantasyPlayers .pageHeader div.gameresults  a.gameResultsLink
{
	background: url(images/landing/GameResultsButton.png) no-repeat;		
	height: 27px;
	width: 112px;
	display: block;
	position: absolute;
	top: 15px;
	left: 36px;
}

body#FoxSportsFantasyPlayers .pageHeader div.gameresults  a.gameResultsLink:hover
{
	background-position: 0 -27px;	
}

body#FoxSportsFantasyPlayers .pageHeader a.wisLink
{	
	display: block;
	width: 150px;
	height: 85px;
	position: absolute;
	top: 10px;
	left: 165px;
}

body#FoxSportsFantasyPlayers .pageContent {
	background-image:none;	
	width: 985px;
	margin: 0 auto;
	padding: 4px;	
}

body#FoxSportsFantasyPlayers .mainColumnWrapper,
body#FoxSportsFantasyPlayers .mainColumn 
{
	width:auto;
	margin:0;
	padding:0;	
	float:none;
}

body#FoxSportsFantasyPlayers .pageFooter {
	width: 780px;
	margin:0 auto;
}

body#FoxSportsFantasyPlayers div#videoCont
{
	height: 360px;		
	padding: 15px 0;	
}

body#FoxSportsFantasyPlayers div#videoCont div#videoPlaceHolder
{
	background: url(images/landing/VideoCoverImage.png) no-repeat;
	height: 360px;
	width: 630px;
	margin: auto;
	cursor: pointer;
}

body#FoxSportsFantasyPlayers div#videoCont div#videoPlaceHolder:hover
{
	background-position: 0 -360px;
}

body#FoxSportsFantasyPlayers div#videoCont div#videoPlayer
{
	height: 360px;
	width: 630px;
	margin: auto;
	display: none;
}

body#FoxSportsFantasyPlayers div#tabBar 
{
	width: 930px;
	margin: 0 0 0 55px;
	height: 29px;
}
body#FoxSportsFantasyPlayers div#tabBar div
{
	float: left;
	margin: 0 5px 0 0;
}

body#FoxSportsFantasyPlayers div.mainColumn div.clearer
{
	height: 0px;
}

body#FoxSportsFantasyPlayers div.tab_on,
body#FoxSportsFantasyPlayers div.tab_off
{
	width: 130px;
	height: 28px;
	border-left: 1px solid #969696;
	border-top: 1px solid #969696;
	border-right: 1px solid #969696;
	border-bottom: 0;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 28px;
	font-size: 1.1em;
}
body#FoxSportsFantasyPlayers div.tab_off
{
	background-image: url(Images/Landing/tab_off.jpg);
}
body#FoxSportsFantasyPlayers div.tab_on a
{
	color: Black;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
body#FoxSportsFantasyPlayers div.tab_on
{
	background-image: url(Images/Landing/tab_on.jpg);
}
body#FoxSportsFantasyPlayers div.tab_off a
{
	color: White;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
body#FoxSportsFantasyPlayers div.tab_off a:hover
{
	text-decoration: underline;
}


body#FoxSportsFantasyPlayers div#lowerCont
{	
	background: green;
	background: url(images/landing/TabSectionNotTransparent.jpg) no-repeat;
	width: 100%;
	height: 269px;
	position: relative;
	
}

body#FoxSportsFantasyPlayers div#contArea
{	
	width: 370px;
	height: 210px;	
	padding: 10px;
	margin: 0 0 0 55px;
}

body#FoxSportsFantasyPlayers div#contArea h2
{
	color: White;
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin-top:16px
}
body#FoxSportsFantasyPlayers .tabText 
{
	font-weight: normal;
	font-size: 12px;
}

body#FoxSportsFantasyPlayers div#contArea p
{
	color: White;
}
body#FoxSportsFantasyPlayers div#contArea p.tabH2
{
	display: block;
}
body#FoxSportsFantasyPlayers div#contArea div.cont_on
{
	display: block;
}
body#FoxSportsFantasyPlayers div#contArea div.cont_off
{
	display: none;
}
body#FoxSportsFantasyPlayers div#contArea a
{
	color: #C3AF72;
}
body#FoxSportsFantasyPlayers div#contArea span.highlight
{
	color: #C3AF72;
}

body#FoxSportsFantasyPlayers div#contArea p.tabLink
{
	background-image: url(Images/icons/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 13px;
	margin: 3px;
}

body#FoxSportsFantasyPlayers div#lowerCont div#socialSection {
	position: absolute;
	top: 185px;
	right: 57px;
	width: 420px;
	text-align: left;
}

body#FoxSportsFantasyPlayers div#lowerCont div#promocode
{
	background: url(images/landing/Promo.png) no-repeat;
	position: absolute;
	top: 25px;
	right: 51px;
	width: 426px;
	height: 68px;	
}

body#FoxSportsFantasyPlayers div#lowerCont a.playNow,
body#FoxSportsFantasyPlayers div#lowerCont a.playNow,
body#FoxSportsFantasyPlayers div#lowerCont a.playNow:link,
body#FoxSportsFantasyPlayers div#lowerCont a.playNow:active,
body#FoxSportsFantasyPlayers div#lowerCont a.playNow:visited,
body#FoxSportsFantasyPlayers div#lowerCont a.playNow:hover
{
	width: 308px;
	height: 56px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #000;
	border: solid 2px #ff6401;
	background-image: -webkit-linear-gradient(bottom, #ff4600 15%, #ff7f01 85%);
	background-image: -moz-linear-gradient(bottom, #ff4600 15%, #ff7f01 85%);
	background-image: -o-linear-gradient(bottom, #ff4600 15%, #ff7f01 85%);
	background-image: linear-gradient(to top, #ff4600 15%, #ff7f01 85%);
	display: block;
	margin-left: 51%;
	margin-top: -9%;
}

body#FoxSportsFantasyPlayers div#lowerCont a.playNow:hover
{
	width: 308px;
	height: 56px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #000;
	border: solid 2px #ff6401;
	background-image: -webkit-linear-gradient(bottom, #ff5c1f 15%, #ff9227 85%);
	background-image: -moz-linear-gradient(bottom, #ff5c1f 15%, #ff9227 85%);
	background-image: -o-linear-gradient(bottom, #ff5c1f 15%, #ff9227 85%);
	background-image: linear-gradient(to top, #ff5c1f 15%, #ff9227 85%);
}

body#FoxSportsFantasyPlayers div.product_portfolio_footer
{
	
}

body#FoxSportsFantasyPlayers div#foxSportsHeader
{
	height:50px;
	background: url(images/landing/FOXSliverRepeater.png) repeat-x;
	position: relative;
}
body#FoxSportsFantasyPlayers div#freeFirstSeason
{
	border: 1px solid white;
	position: absolute;
	top: 25px;
	right: 81px;
	width: 417px;
	height: 190px;	
}
body#FoxSportsFantasyPlayers img.foxHeaderImage {


	display: block;
    margin-left: auto;
    margin-right: auto;
}
body#FoxSportsFantasyPlayers div#playNowText
{
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.15);
	margin-top: 20px;
}
