/******************************************************** GLOBAL ************************************************************/
body {
	margin 				: 0px;
	padding				: 0px;
	font-family         : Verdana, Geneva, sans-serif;
	font-size           : 12px;
	font-weight			: normal;
	color               : #303130;
	background-color: #2F312F;
	background-image: url(/resources/images/common/bg-shelf-full.gif);
	background-repeat: repeat-x;
}
ul, ol{
	margin:0px;
	padding: 0px;
	font-size: 11px;
}
ol{
	list-style-position: outside;
	padding-left: 4px;
	text-indent: -2px;
}
ul a, ol a{
	margin:0px;
	padding: 0px;
}
ul a:hover, ol a:hover{
	margin:0px;
	padding: 0px;
}
* html ul {
margin: 0 -3px; ma\rgin: 0;
} 

a {
	color: #b5b5b3;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #838482;
}
a.bodyLinks  {
	color: #86100E;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
}
a:hover.bodyLinks  {
	text-decoration: underline;
	color: #525250;
}

hr { display: none; }

h3 { margin-top: 0px; }

.pdfIcon{
	margin-left: 6px;
	border: medium none;
	position: relative;
	top: 2px;
}
/********************************* MAIN OVERLAYS *********************************/

#mainOverlays { margin: 0px auto; width: 965px; }

	#overlayContainer { position: absolute; width: 965px; }
	
	/*** CSS for ACCOUNT DASHBOARD 	in "PNdashboard.css" 	***/
	
	/*** CSS for LOGIN SCREEN 		in "PNlogin.css" 		***/
	

/********************************* MAIN HEADER *********************************/

#mainHeader {
	height: 153px;
	margin-bottom: 0px;
}
	
	/*** CSS for HEADER CONTENT 	in "PNmainheader.css" 	***/
	
	/*** CSS for REGISTER/LOGIN 	in "PNmainheader.css" 	***/
	
	/*** CSS for TOP NAV MENU 		in "PNmainheader.css" 	***/
	
	/*** CSS for SEARCH FIELD 		in "PNmainheader.css" 	***/	
	

/********************************* MAIN CONTENT *********************************/	

#mainBody { 
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}

	#contentContainer {
	margin 				: 0px auto;
	width				: 965px;
	overflow 			: hidden;
	}
	
	/*** CSS for LEFT NAV MENU	 	in "PNleftnav.css" 		***/	
			
	/*** CSS for MAIN BODY CONTENT 	in "PNcontent.css" 		***/
	
#rightContentHeader {
	padding: 0px 0px 10px 0px;
	margin: 0px;
} 
/********************************* MAIN FOOTER *********************************/

#mainFooter {
	height: 150px;
	*max-height: 150px;
	background-color: transparent;
	background-image: url(/resources/images/footer/footer-bg.gif);
	background-repeat: repeat-x;
}
.clearBox {
	clear: both;
	padding-top: 24px;
}
	
	/*** CSS for RG BAR 		in "PNmainfooter.css" 		***/
	
	/*** CSS for FOOTER LINKS	in "PNmainfooter.css" 		***/
	
/* text Links */

body a.textLinks {
	color: #b5b5b3;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: normal;
}
body a.titleLinks {
	color: #b5b5b3;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
}
/*used for sports news*/
a.newsLinks {
	color: #b5b5b3;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
	height: 16px;
}
/* hover colours are specified in specific page styles */
a:hover.textLinks {
	text-decoration: underline;
}
a:hover.titleLinks {
	text-decoration: underline;
}
a:hover.newsLinks {
	text-decoration: underline;
}

	
	
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #303130;
	padding-left: 6px;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
table {
	margin-bottom: 30px;
}
img {
	margin: 0px;
	padding: 0px;
}










/******************************************************** HEADER ************************************************************/

#headerContainer { 
	margin 				: 0px auto;
	width				: 965px;
	
}	

	/********************************* HEADER CONTENT *********************************/
	#mainHeader {
	background-image: url(/resources/images/header/header-bg.gif);
	background-repeat: repeat-x;
	height: 129px;
	} /*Glbal header background, secondary navigation colours are found in the secNav.css */
	/* This holds all the content in a specified area with the PlayNow logo as it's background image */
	#headerContent {
	width: 965px;
	height: 93px;
	background-color: transparent;
	background-image:url("/resources/images/header/logo-PlayNow.gif");
	background-repeat:no-repeat;
}

	/*Used to display the PlayNow logo and make it clickable.*/
	#headerLogo {
		z-index:           20;
		position:          relative;
		display:           inline-block;
		float:             left;
		background-image:  url(/resources/images/header/logo-PlayNow.gif);
		background-repeat: no-repeat;
		width:             209px; 
		height:            100%;
}












/******************************************************** SEC NAV ************************************************************/

#secNav {
	background-image: url(/resources/images/secondary-nav/secondary-nav-global.gif);
	background-repeat: repeat-x;
}
/* set the container of the secondary navigation to site width  */
#secNavContainer{
	margin 				: 0px auto;
	width				: 965px;
}
/* position secondary navigation content */
#secNavContent {
	height: 23px;
	position: relative;
	left: 20px;
}
#secNavContent ul {
	padding				: 3px 0px 0px 12px;
	margin				: 0px;
	list-style			: none;
	white-space: nowrap;
}
		
#secNavContent ul li {
	float: left;
	height: 17px;
	padding: 1px 5px 0px 3px;
}
	
/* secondary nav link items - specific link colour styles will be overridden in section styles */
#secNavContent a.secNavItem {
	text-decoration		: none;
	font-size           : 11px;
	font-weight			: normal;
}

#secNavContent a:hover.secNavItem {
	color: #FFF;
}
#secNavContent .secNavItemSelected, #secNavContent .secNavItemSelected a {
	text-decoration		: none;
	font-size           : 11px;
	font-weight			: normal;
}













/******************************************************** PLAYNOW CONTENT ************************************************************/

	/********************************* RIGHT CONTENT BODY *********************************/	
	
	#rightContentBody { margin-top: 10px; }

.bodyContentTopLeft, .bodyContentTopRight, .bodyContentHomeTopLeft, .bodyContentHomeTopRight  {
	float: left;
	height: 15px;
	width: 50%;
}
.bodyContentTopLeft {
	background-color: transparent;
	background-image: url(/resources/images/common/box-top-dark.png);
	background-repeat: no-repeat;
	background-position: left 0%;
}
.bodyContentTopRight {
	background-color: transparent;
	background-image: url(/resources/images/common/box-top-dark.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.bodyContentHomeTopLeft {
	background-color: transparent;
	background-image: url(/resources/images/common/box-top-black.png);
	background-repeat: no-repeat;
	background-position: left 0%;
}
.bodyContentHomeTopRight {
	background-color: transparent;
	background-image: url(/resources/images/common/box-top-black.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.bodyContentBottomLeft, .bodyContentBottomRight{
	float: left;
	height: 25px;
	width: 50%;
}
.bodyContentBottomLeft {
	background-color: transparent;
	background-image: url(/resources/images/common/box-btm-dark.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.bodyContentBottomRight {
	background-color: transparent;
	background-image: url(/resources/images/common/box-btm-dark.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}










/******************************************************** FOOTER ************************************************************/

/* This contains all the footer content and centers it on the page */
#footerContainer {
	margin 				: 0px auto;
	*margin-left: 22%;
	width				: 965px;
	*width: auto;
	height				: 105px;
}

	/********************************* RG BAR *********************************/	
			
#RGBarLogo {
	float				: left;
	left				: 0px;
	height				: 150px;
	width				: 100px;
	background-color: transparent;
	background-image: url(/resources/images/footer/footer-left-logo.jpg);
	background-repeat: no-repeat;
}
	
#RGBarText {
	float				: right;
	right				: 0px;
	height				: 150px;
	width				: 398px;
	background-color: transparent;
	background-image: url(/resources/images/footer/footer-right-KYL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/********************************* MAIN FOOTER LINKS *********************************/	

#footerContainer ul {
	padding				: 26px 0px 0px 0px;
	list-style			: none;
	height: 26px;
	text-align			: center;
	margin				: 0px;
	white-space: nowrap;
}
	
#footerContainer ul li {
	display				: inline;
	margin				: 0px 6px 11px 3px;
}
#footerContainer a{
	text-decoration: none;
	color: #b5b5b3;
}
#footerContainer a:hover{
	text-decoration: underline;
}












/* *************** Footer linked page styles ********************************* */
/* Added - 04/05/10 footer Pages Common Styles */
/* set the background of all footer pages to no shelf */
body.footerPage {
	background-image: url(/resources/images/common/bg-no-shelf.jpg);
	background-repeat: repeat-x;
}
/* set the body content container to be expandy for footer pages as content is not yet completed & lord only knows how big it needs to be :) */
body.footerPage .contentBody774 .bodyContentMain, body.aboutUsPage .contentBody774 .bodyContentMain, .secondary body.infoPage .bodyContentMain{
	height: auto;
	padding-bottom: 10px;
}

.footerPage .featureBody{
	padding-bottom: 8px;
}

.footerPage #rightContentHeader {
		padding: 0px 0px 0px 0px;
		height				: 0px;
		margin-top			: 0px;
}












/***************************************** FAIL PAGE **********************************************/
.failPage .contentBodyLogin {
	margin-top: 13px;
	height: 615px;
}
.failPage .contentBodyLogin .bodyContentMain {
	margin-top: 15px;
	padding: 0px 15px;
	background-repeat: repeat-y;
	background-position: left 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #383937;
	border-left-color: #383937;
	background-color: #2b2c2a;
	background-image: url(/resources/images/common/box-left-dark.gif);
	height: 505px;
	background-color:transparent;
	background-image:none;
	border:medium none;
	margin:0;
	padding:0 15px;
}
.failPage .contentBodyLogin .areaName {
	font-size: 14px;
	font-weight: bold;
	color: #b5b5b3;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 12px;
	padding-top: 6px;
}
.failPage .contentBodyLogin .featureBody {
	font-size: 11px;
	font-weight: normal;
	color: #b5b5b3;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
	padding-left: 21px;
}
.failPage .contentBodyLogin img {
	padding-left: 70px;
	margin-top: -15px;
	*position: relative;
	*z-index: 10;
}











/******************************************************** LOGIN ************************************************************/

/************************** HOME PAGE HEADERS & BACKGROUNDS ******************************/
body.login, html.login {
	background-image: url(/resources/images/common/bg-no-shelf.jpg);
}
/* the Login page has no left nav so this container spans the entire width */
.login #rightContainer {
	width: 965px;
	
}
.login #rightContentBody .contentBodyLogin{
	width: 650px;
	margin-left: 140px;
	float: left;
}
.login .loginContent{
	background-repeat: repeat-y;
	background-position: left 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #383937;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #383937;
	background-color: #2b2c2a;
	background-image: url(/resources/images/common/box-left-dark.gif);
	margin-top: 15px;
}
/************************** L PAGE LINK & BUTTONS ******************************/

.login .contactInput {
	padding: 8px 0px 15px 0px;
	margin: 0px;
	position: relative;
	left: 20%;
	top: 10px;
	width: 390px;
}

.login .secretQs{
	width: 410px;
}
.login .userInfo{
	float: left;
	height: 22px;
	margin-left: 5px;
	margin-bottom: 1px;
	padding-top: 6px;
}
/* can't make this login look decent without a fixed height on shorter pages */
.login .shortPages{
	height: 190px;	
}
/* attempting to make short forms look better */
.login .loginForm{
	height: auto;
	padding-bottom: 10px;
}
.login .loginText{
	height: auto;
}
.login .loginGrey{
	background-color: #333;
	width: 380px;
	padding-left: 8px;
	border: 1px solid #666;
	margin-bottom: 8px;
}

.login .contactInput .featureBody{
	padding: 10px 0px 6px 0px;
	margin-bottom: 2px;
	width: 380px;
}
.login .contactInput select{
	margin: 4px;
	width: auto;
	*width: auto;
	float: left;
}
/* clear the fist select drop */
.login .contactInput input.clearFirst{
	clear:right;
	margin-right: 30px;
}
.login select.questions{
	width: 214px;
	*width: 242px;
}

.login .contactInput input.inputShort{
	width: 42px;
	*width: 50px;
	clear: none;
}
/* left margin on the forgot links should be equal to the width of the labels */
.login .forgotID{
	margin-left: 100px;
	padding-top: 0px;
	padding-bottom: 4px;
	float: left;
	clear: both;
	white-space: nowrap;
}
.login .contactInput label{
	height: 18px;
	width: 100px;
	margin:	0px;
	padding: 2px 0px;
	position: relative;
	top: 4px;
	clear: both;
}
.login .contactInput label.secrets{
	width: 140px;
}
.login .contactInput input.answrSecret{
	width: 210px;
	*width: 236px;
}
.login form{
	margin: 0px;
	padding:0px;
}
.login .loginContent .areaName{
	margin-left: 10px;
}
.login .contentBodyLogin .featureDetails{
	width: 230px;
}
.login .contentBodyLogin .featureDetails .featureTitle{
	margin-left: 5px;
	margin-top: 2px;
}
/* uses big register button code with dif. margins and button image */
.login .homeRegisterButton {
	margin-left: 0px;
	padding-bottom: 20px;
}
.login .homeRegisterButton  a{
	background-image: url(/resources/images/common/buttons/btn-login-red.gif);
}
.login .homeRegisterButton a:hover{
	background-image: url(/resources/images/common/buttons/btn-login-red.gif);
}

.login .contentBodyLogin .featureButtons{
	margin-left: 52px;
	padding-top: 0px;
}
.login .loginButtons{
	padding: 16px 0px;
	height: 20px;
	display: block;
	clear: both;
}
/* button needs a dark bg */
.login .loginButtons .accountButton a.buttonSecond {
	background-image: url(/resources/images/common/buttons/btn-grey-second-dk.gif);
}
.login .loginButtons .accountButton a:hover.buttonSecond {
	background-image: url(/resources/images/common/buttons/btn-grey-second-dk.gif);
}

/* button needs a dark bg */
.login .loginButtons .accountButton a.buttonMain {
	background-image: url(/resources/images/common/buttons/btn-green-main-dk.gif);
}
.login .loginButtons .accountButton a:hover.buttonMain {
	background-image: url(/resources/images/common/buttons/btn-green-main-dk.gif);
}