body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
	background: #191919 url(/images/body_bgr.gif) repeat-x top center;
	color: #191919;
}
#global-wrapper {
	width: 974px;
	text-align: left;	
	margin: 0 auto;
	background: url(/images/bg-globalWrapper.gif) 0 0 repeat-y;
	padding: 0 0 30px 32px;
}
#content{
	width: 850px;
	margin-left: 30px;
}

/* @end */

/* @group General Items */

a { 
	color: #191919;
	text-decoration: underline; 
}
a:hover { text-decoration: none; }

a#vigetLink { 
	color: #191919;
	text-decoration: none; 
}
a#vigetLink:hover { text-decoration: underline; }

a img { border: 0; }
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.hidden {
	display: block;
	height: 0 !important;
	overflow: hidden;
}
.hide { display: none; }
.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 0;
}
.help {
	display: block;
	text-indent: -9000px;
	height: 16px;
	width: 16px;
	background: url(/images/bg-help.gif) 0 0 no-repeat;
	position: relative;
}
.left {
	float: left;
	margin: 0 8px 0 0;
}
.right {
	float: right;
	margin: 0 0 0 8px;
}

input.text {
	padding: 5px;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;	
	background: #f7f7f7;
	font: 12px Tahoma, Helvetica, Arial, Sans-Serif;	
}

input.text:focus {
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	background: #fff;
}
.warning {
	margin: 15px 0;
	padding: 12px 12px 12px 60px;
	border: 1px solid #fdf79e;
	background: #fefde2 url(/images/icon_warning.gif) no-repeat 13px 13px;
}
.error {
	background: #f8d9d9 url(/images/bg-error.gif) 6px 6px no-repeat;
	padding: 10px 10px 10px 35px;
	border: 1px solid #efa6a6;
	color: #333;
}
.validating {
	font-style: italic;
	padding: 5px 0 5px 125px;
	clear: both;
}
.avail_team { color: #38b61f; }
.check-green { background: url(/images/check.gif) 0 0 no-repeat; width: 13px; height: 14px; float: right;}
.error_team { color: #b61f1f; }
.x-red { background: url(/images/error-x.gif) 0 0 no-repeat; width: 13px; height: 14px; float: right; }
.indicator {
	background: url(/images/indicator.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	float: right;
}
.toolTip {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 140px;
	text-indent: 0;
	padding: 5px 7px 20px 23px;
	font-size: 10px;
	/*border-right: 2px solid #c1c1c1;*/
	background: url(/images/bg-tooltip.png) bottom left no-repeat;
}

/* @end */

/* @group Header & Footer */
#header-wrapper {
	background: url(/images/body_bgr_shadow.gif) 0 0 no-repeat;
	position: relative;
	top: 0;
	left: -32px;
	padding-left: 32px;
	height: 152px;
}
#header {
	position: relative;
	width:910px;
	height: 116px;
	background: url(/images/header_bgr.jpg) no-repeat top left;
}
#header h1 { 
	padding: 11px 0 0 18px; 
	margin: 0;
}
form#sign_in {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 14px 12px 0 18px;
	width: 173px;
	height: 91px;
	background-color: #2b2b2b;
}
form#sign_in label {
	display: block;
	float: left;
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 17px 10px 0 0;
	width: 59px;
	height: 0 !important;
}
form#sign_in label#lab_username { background: url(/images/label_username.gif) no-repeat 0 5px; }
form#sign_in label#lab_password { background: url(/images/label_password.gif) no-repeat 0 5px; }
form#sign_in input {
	float: right;
	clear: right;
	margin-bottom: 10px;
	padding: 3px;
	width: 93px;
	border-width: 0;
	color: #000;
	background-color: #c2c2c2;
	font-size: 10px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
}
form#sign_in input#sign_in_btn {
	float: right;
	padding: 0;
	width: 53px;
	height: 21px;
}
form#sign_in a {
	display: block;
	float: left;
	clear: left;
	font-size: 10px;
	margin: 0 -200px 0 0;
	padding: 5px 0 0;
	color: #fff;
	background: #2b2b2b;
}

/*** edit: div#logged_in added ***/
div#logged_in {
	position: absolute;
	top: 0;
	right: 0;
	width: 245px;
	height: 115px;
	color: #fff;
	background: #2b2b2b url(/images/logged_in_bgr.gif) repeat-x 0 37px;
	font-family: Tahoma;
}
form#search_site {
	position: relative;
}
#search_term {
	position: absolute;
	top: 10px;
	left: 15px;
	padding: 2px 3px;
	border-width: 0;
	width: 150px;
	height: 13px;
	font-size: 12px;
	background: #000000;
	color: #888888;
}
#search_btn {
	position: absolute;
	top: 10px;
	right: 15px;
}

#search_term_2 {
	padding: 2px 3px;
	border-width: 2px;
	width: 150px;
	height: 13px;
	font-size: 12px;
	background: #fff;
}

div#logged_in div#current_team {
	font-weight: normal;
	font-size: 10px;
	position: absolute;
	top: -30px;
	left: 0px;
	width: 100%;
	color: #888888;
}

div#logged_in div#current_team #team_logo {
	position: absolute;
	top: 98px;
	left: 15px;
	width: 55px;
	border: 1px solid #888888;
}

div#logged_in div#current_team #team_name {
	position: absolute;
	top: 95px;
	left: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

div#logged_in div#current_team #change_link {
	position: absolute;
	top: 132px;
	left: 80px;
	font-size: 10px;
	color: #37b621;
}

div#logged_in div#change_selection {
	font-weight: normal;
	font-size: 10px;
	position: absolute;
	top: 58px;
	left: 15px;
	width: 100%;
	color: #888888;
	display: none;
}

div#logged_in div#change_selection #button {
	font-weight: normal;
	font-size: 12px;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 60px;
	color: #000000;
}

div#logged_in div#change_selection #cancel_link {
	position: absolute;
	top: 34px;
	left: 80px;
	font-size: 10px;
	color: red;
}

div#logged_in a {
	font-weight: normal;
	color: #888888;
}
div#logged_in a#user {
	position: absolute;
	font-size: 12px;
	top: 10px;
	left: 15px;
}
div#logged_in a#signout {
	position: absolute;
	font-size: 12px;
	top: 10px;
	left: 105px;
}

div#logged_in p a {
	padding-right: 15px;
}

/*** end of div#logged_in ***/

#footer {
	margin: 32px 0 0 0;
	padding: 15px 0px 15px 0px;
	font-size: 11px;
	color: #fff;
	background-color: #222;
	height: auto;
	text-align: center;
}
#f_left {
	float: left;
}
#f_left img { vertical-align: middle; }
#f_right { 
	text-align: right; 
	line-height: 175%;
	padding: 10px 0;
	margin: 0;	
}
#footer a { color: #fff; }

/* @end */

/* @group Navigation */

#nav {
	position: absolute;
	top: 40px;
	left: 257px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	overflow: hidden;
	padding-top: 46px;
	height: 0 !important;
}
#nav li#nav_racing a {
	width: 183px;
	background: url(/images/nav.gif) no-repeat 0 0;
}
#nav li#nav_racing a:hover, #nav li#nav_racing a:focus, #nav li#nav_racing.cur a { background-position: 0 -46px; }
#nav li#nav_football a {
	width: 119px;
	background: url(/images/nav.gif) no-repeat -183px 0;
}
#nav li#nav_football a:hover, #nav li#nav_football a:focus, #nav li#nav_football.cur a { background: url(/images/nav.gif) no-repeat -183px -46px; }

/*** edit: subnav section added ***/
#subnav {
	position: absolute;
	top: 93px;
	left: 275px;
}
#subnav li {
	float: left;
	margin-right: 17px;
}
#subnav li a {
	text-decoration: none;
	color: #fff;
}
#subnav li a:hover {
	text-decoration: underline;
}
#subnav li.cur a {
	font-weight: bold;
	background: url(/images/subnav-arrow.gif) 50% 100% no-repeat;
	padding-bottom: 8px;
}
/*** end of subnav ***/
/* @end */

/* @group Sign Up Items */
/* @group Sign Up Headers */
#signup h1 {
	font-size: 2em;
}
#signup h2 {
	font-size: 1.5em;
	color: #F46C00;
}
#signup h3{
	font-size: 1.4em;
	font-weight: bold;
}
h1#free_game { background: url(/images/claimfreeteam.gif) no-repeat top left; }

/* @end */
/* @group Left Col */
#signup {
	float: left;
	padding: 36px 27px 23px 27px;
	width: 450px;
	background: #fff url(/images/box_bgr.gif) repeat-x top left;
}
#signup form { margin-top: 25px; }
#signup label#lab_football, #signup label#lab_racing, #signup label#lab_racing_weekly {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 12px 1px 1px 11px;
	width: 401px;
	height: 38px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
#signup label#lab_football { background: url(/ptf_access/images/label_football_gen.jpg) no-repeat top left; }
#signup label#lab_racing { background: url(/ptf_access/images/label_racing_gen.jpg) no-repeat top left; }
#signup label#lab_racing_weekly { background: url(/ptf_access/images/label_racing_gen.jpg) no-repeat top left; }
#signup label input {
	margin: 0;
	padding: 0;
}
/*
#signup label span {
	display: block;
	position: absolute;
	top: 14px;
	left: 130px;
}
*/
#signup label#lab_racing span { left: 160px;}

div.details {
	float: left;
	margin: 0 0 15px 0;
	padding: 20px;
	width: 373px;
	background: #e9e9e9;
	font-size: 11px;
}
.team {
	clear: both; 
	width: 100%;
}
.team label {
	font-weight: bold;
	font-size: 12px;
	width: 110px;
	display: block;
	float: left;
	margin-right: 10px;
}
.team input {
	float: left;
	width: 215px;
	margin-top: -5px;
}
.team span {
	display: block;
	width: 252px;
	float: right;
	font-size: 10px;
	font-style: italic;
	padding-top: 4px;
}
.team .indicator {
	float: left;
	margin-left: 10px;
}
#newTeam { padding-top: 15px; }
div.details p {
	float: left;
	margin: 10px 0 0;
	width: 220px;
	line-height: 135%;
}
a.addTeam {
	display: block;
	float: right;
	margin: 10px 0 0;
	padding: 0 0 4px 25px;
	width: 115px;
	background: url(/images/a_add_team_bgr.gif) no-repeat top left;
}
a.deleteTeam {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 17px;
	height: 15px;
	text-indent: -9000px;
	background: url(/images/a_delete_team_bgr.gif) no-repeat top left;
}
#coupon {
	float: left;
	width: 190px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#coupon input { width: 75px; }
#referral {
	float: left;
	width: 190px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
#referral input { width: 75px; }
a#back {
	float: left;
	clear: left;
	margin-top: 14px;
}

#next{
	background: #26A30E url(/images/button_bg.png) center left repeat-x;
	border: 2px solid #38B61F;
	color: #FFFFFF;
	font-size: 1.4em;
	padding: .6em .8em;
	font-weight: bold;
}

#checkout{
	background: #26A30E url(/images/button_bg.png) center left repeat-x;
	border: 2px solid #38B61F;
	color: #FFFFFF;
	font-size: 2em;
	padding: .6em .8em;
	font-weight: bold;
}

#next:hover, #checkout:hover{
	background-color: #38B61F;
	border: 2px solid #26A30E;
	cursor: pointer;
}

#step1 #paypal_image {
	display: block;
	padding: 0;
}

/* @end */
/* @group Step 1 */

#signup fieldset {
	padding: 20px 0;
}

#signup legend {
	font-weight: bold;
	font-size: 1.4em;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	color: #737373;
}

#signup ul li {
	margin-bottom: 10px;
}

#signup .no_label {
	padding-left: 145px;
}

#total_price {
	font-weight: bold;
	font-size: 1.6em;
	margin: 15px 0;
}

#usernameDiv, #emailDiv {
	font-size: 10px;
	font-style: italic;
	clear: both;
	padding: 5px 0 0 158px;
}
#step1 p.warning { 
	width: 340px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
#step1 #agreed_to_terms, #step2 #remember_card_info {
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
}
	
/* @end */
/* @group Step 3 */

#step1 label, #step2 label {
	float: left;
	clear: left;
	width: 140px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px 0 0;
}
#step2 label span {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: -10px;
	font-weight: normal;
	font-size: 0.8em;
}

/*
#step2 img#cc_logos {
	float: none;
	margin: 14px 0 0 0px;
}

#step2 img#pp_logo {
	float: left;
	margin: 0 0 0 5px;
}
*/

input#security_code { width: 72px; }
input#exp_month { width: 55px; }
input#exp_year { width: 99px; }

#back_next { clear: both; }

/* @end */
/* @group Step 4 */

div#signup.checkout {
	padding: 36px 17px 23px 17px;
	width: 473px;
}
.review {
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
}
.review h4 {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 15px;
	font-weight: bold;
	background: url(/images/h2_checkout_right_bgr.gif) no-repeat top right;
}
.review h4 span {
	display: block;
	float: left;
	padding: 7px 0 0 10px;
	height: 28px;
	background: url(/images/h2_checkout_left_bgr.gif) no-repeat top left;
}
#signup .review a.change {
	float: right;
	margin: 10px 10px 0 0;
	font-weight: bold;
	color: #26a30e;
	font-size: 11px;
}
.review p {
	clear: left;
	margin: 7px 0 7px 120px;
}
.review p.padded {
	margin-top: 23px;
}
.review p span {
	display: inline;
	float: left;
	margin: 0 0 0 -145px;
	text-align: right;
	font-weight: bold;
	width: 130px;
}

/* @end */
/* @group Right Col */

#right_col {
	float: right;
	margin: 0;
	width: 308px;
	background: #fff;
}
#right_col .box {
	padding: 23px 16px;
	background: #fff url(/images/box_bgr.gif) repeat-x top left;
}
#right_col .box a {
	padding-left: 5px;
	color: #26a30e;
}
#right_col .box p {
	margin: 0 0 13px;
	padding: 0;
}

#right_col li span {
	height: 0 !important;
}

#right_col .signup {
	padding: 23px 16px;
	background-color: #232323;
}

#signup-steps {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#signup-steps li {
	padding: 10px 0 10px 10px;
}

#signup-steps .off { color: #FFFFFF;}
#signup-steps .on { color: #FFFFFF; background: #2B2B2B; border: 1px solid #8F8F8F;}
#signup-steps .complete { color: #4F4F4F;}

#referral-callout {
	color: #fff;
	padding: 20px 20px 120px 20px;
	border-top: 2px solid #2B2B2B;
	background: #232323 url(/ptf_access/images/bg-referral-callout.jpg) right bottom no-repeat;
}
#referral-callout h3 {
	display: block;
	height: 51px;
	width: 257px;
	text-indent: -9999px;
	background: url(/ptf_access/images/h2-cash-in-pocket.png) no-repeat;
}
#referral-callout a {color: #38B720;}
#referral-callout strong {font-size: 20px;}

/* @end */

/* @end */

