/* reset styles 
=============================*/
body, ul, li, p, h1, h2, h3, h4, form, table{
	margin:0; 
	padding:0;
	list-style:none;
}

/* Base
=======================*/
body{
 background:#000 url(../../content/images/bg_stars.gif) repeat-x fixed;
 font: 0.8em/1.2 Arial;
 color:#fff;
}

h1{
	font-size:2.2em;
	margin-bottom:13px;
}
h2{
	margin:11px 0 11px 0;
	font-size:1.6em;
}

a, a:visited{
	color:#FF0099;
	outline:none;
}

a img, img{border:none;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.bold{font-weight:bold;}
.small-txt{font-size:0.8em;}
.skip{display:none;}
.clear{clear:both;}
.pink-txt{color:#f0037f; }

ol li{
	list-style:decimal;
	padding-bottom:8px;
}

#wrapper{
	margin:0 auto;
	width:914px;
}


#main-content{
	float:left;
	position:relative;
	color:#000;
}

/* Header
=====================*/
#header{
	width:892px;
	height:131px;
	margin-left:10px;
}

#logo{
	float:left;
	display:block;
	margin-left:-10px;
}

#loginfrm a, #loginfrma:visited{
	color:#fff;
	text-decoration:none;
}

#loginfrm a:hover{text-decoration:underline;}

#loginfrm{
	float:right;
	position:relative;
	margin:6px 41px 0 0;
	display:inline;
}

#loginfrm h3{
	font-size:2.0em;
	padding-top:13px;
}

p.form-row{
	float:left;
	width:210px;
	margin-bottom:7px;
	clear:both;
}

p.form-row label{
	float:left;
	margin:3px 8px 0 0;
	font-weight:bold;
	font-size:1.2em;
}

.form-row .inputdata{
	width:105px;
	height:17px;
	font-size:0.9em;
	border:1px solid #c2c2c2;
}

#frm_login-password{margin-left:3px;}

#loginfrm .small-txt{
		clear:both; 
		width:170px;
}

#loginbtn{
	position:absolute;
	right:-48px;
	top:32px;
}

#submit{
	width:67px; 
	height:60px; 
	background:url(../../content/images/rollover_btn.png) no-repeat;
	border:none;
	cursor:pointer;
}

#submit:hover{
	background:url(../../content/images/rollover_btn.png) 0px -63px;
}

#loginbtn span{
	display:block;
	text-align:center;
	font-weight:bold;
}

#loggedin{
	position:relative;
	float:left;
	left:-59px;
}

#loggedin p{font-size:1em;}
#loggedin p span{margin:0 8px 0 8px;}

#playnowlink{
	position:absolute;
	top:40px;
	right:-100px;
	margin-top:8px;
}

.bottompadd{
	margin-top:8px;
	width:140px;
	padding-bottom:8px;
	}

/* Top + bottom Navigation
======================*/
#nav, #bottomnav{
	float:left;
	background:url(../../content/images/left_edge.gif) no-repeat left 0;
	padding-left:13px;
	margin:0 0 5px 11px;
	display:inline;
	clear:both;
}

#nav ul, #bottomnav ul{
	float:left;
	background:url(../../content/images/right_edge.gif) no-repeat;
	width:879px;
	height:40px;
}

#nav ul li, #bottomnav ul li{
	float:left;
	position:relative;
	width:120px;
	height:40px;
	text-align:center;
	z-index:999;
}

#nav ul li a, #bottomnav ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding-top:15px;
	font-size:15px;
	z-index: 10;
	position: relative;
}

#nav ul li a span, #bottomnav ul li a span{}

#nav ul li.selected, #nav ul li .selected {
		background:url(../../content/images/big_spot.gif) no-repeat center center;
}

#nav ul li.back {
     background:url(../../content/images/small_spot.gif) no-repeat center 7px;
     width:25px;
     height:30px;
     z-index:8;
     position: absolute;
}

#bottomnav ul li{
	width:auto;
	background:url(../../content/images/nav_bullet.gif) no-repeat right 15px;
	padding-right:26px;
	padding-left:25px;
	text-align:left;
}

#bottomnav ul li.last{
	padding-right:0;
	padding-left:25px;
	background:none;
}

/* Footer
=========================*/

#footer{
	float:left;
	width:896px;
	padding-left:7px;
}

#footer .small-txt{
	position:relative;
	clear:both;
	padding:15px 25px 15px 0;
	line-height:1.3;
}

#paymentchoices{
	width:860px;
	height:48px;
	padding:10px 0 0 13px;
	background-color:#fff;
	border-bottom:1px solid #999;
}

#paymentchoices img{vertical-align:middle}

#left-edge{
	float:left;
	background:url(../../content/images/payment_left_edge.gif) no-repeat;
	width:11px;
	height:59px;
}
#right-edge{
	float:left;
	background:url(../../content/images/payment_right_edge.gif) no-repeat; 
	width:12px;
	height:59px;
}

/* timed content login box 
==============================*/

#jquery-lightbox {
	position: absolute;	
	top: 0;	
	left: 0;	
	width: 100%;	
	z-index: 1000;	
	line-height: 1; 
	color:#000	
}
#logintimed .form-row {margin:3px 0px}
#logintimed h1 {margin-bottom:13px}
#ajax_response {color:#FF0000}

#btn_timedlogin {
	margin-top:5px; 
	display:block; 
	margin:0 auto;
}
#logintimed{
	background:url("../../content/images/timed.png") no-repeat;	
	height:215px;	
	width:323px;	
	margin:0 auto;	
	padding:10px;
}

