﻿/* The rest of styles*/

.ui-state-default{
	border-width:0 !important;
}

#tabs
{
	font-size: 13px;
	z-index: 1001;
	display: none;
	border: 5px solid #666;
	padding: 0;
}

#closeTabs
{
	cursor: pointer;
	z-index: 1002;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 1em;
	right: 1em;
}

/*
#datepicker{
	z-index: 1010;
	position:absolute;
}*/

.ui-widget input[type = text], .ui-widget input[type = email]
{
	color: #333;
	font-size: 1.5em;
}

.divContent label
{
	font-weight: bold;
	color: #666;
}
#tabs .input input[type = text], #tabs input[type = password], #tabs input[type = email]
{
	border: none;
	outline: none;
	padding: 15px 0 15px 5px;
	margin: 0 15px;
	background-color: transparent;
	width: 270px;
}
#tabs h2
{
	position: relative;
	padding-left: 1em;
	padding-top: 0;
	margin-top: 0;
}

#tabs .nextButtonContainer
{
	text-align: right;
	padding: 1em 0;
}
#tabs .contentFoot
{
	
}
#tabs .submitButtonContainer
{
	padding-left:15px;
}
#tabs .nextButton
{
	font-weight: bold;
}
#tabs .submitButton
{
	font-weight: bold;
}
#tabs .proceedButton{
	padding: 1em 2em;
}
#tabs .downloadButton{
	font-size:1.5em;
	width:100%;
	padding: 1em 2em;
}

#tabs .input
{
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 51px;
	width: 305px;
}
#tabs .input.focused
{
	background-position: center bottom;
}

#tabs .pale
{
	padding: 5px 0;
	text-align: center;
	margin:0 auto;
	font-size: 11px;
	font-weight:bold;
	color: #aaa;
}
#tabs .pale a
{
	text-decoration: none;
}
#tabs .pale a:hover
{
	border-bottom: dotted #aaa 1px;
}

/* Possibly an IE6 Fix, but who cares if it really works or not */
#tabs * html .tabs
{
	position: absolute;
}

#tabs #step2 {
	min-width: 340px;
	min-height: 340px;
}

#tabs #step3 {
	min-width: 340px;
	min-height: 340px;
}

input#recaptcha_response_field[type=text]
{
	padding: 0;
}

#tabs .error
{
	display: none;
	color: #ff0000;
	font-weight: bold;
	padding: 0 0 10px 15px;
	width: 275px;
}
#loader
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
	right: -1px;
	padding: 1px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index:10003;
}
#loader img
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

#signUpMask
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	cursor: wait;
	background-color: #000;
	z-index: 1000;
}
.notification
{
	font-weight: bold;
	padding: 0 10px 10px;
	display: none;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 200px;
	color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.notificationcontent
{
	margin: 10px auto 0 auto;
	padding: 5px 0;
	text-align: center;
	background-color: #000;
	background-image: url('/Sites/RLC/images/FP/bkg.gif');
	background-repeat: repeat-x;
	background-position: 0px 200px;
}

.notification a
{
	font-weight: bold;
	color: #55bbff;
	text-decoration: none;
	padding-bottom:5px;
	padding-top:5px;
}
.notification a:hover
{
	text-decoration: underline;
}


.contentHeader
{
	position:absolute;
	font-weight: bold;
	color: #666;
	top: 0px;
	left:0px;
	z-index:1003;
}
.contentFooter
{
	position:absolute;
	color: #666;
	bottom: 0px;
	left:0px;
	z-index:1003;
}

.model
{
	float:left;
}

.content
{
	float:right;
}

	.content .input input:focus {
		border:none !important;
		box-shadow:none !important;
	}

#outfitSex{
	white-space:nowrap;
	/*width: 330px;*/
}

#outfitRace{
	display:none;
	position:relative;
	background: url('../avatarsBG.png') repeat-x;
	padding: 30px 10px;
	height:200px;
	white-space:nowrap;
	/*width: 595px;*/
}

#outfitContainer{
	display:none;
	position:relative;
	background: url('../avatarsBG.png') repeat-x;
	padding: 30px 10px;
	height:200px;
	white-space:nowrap;
	/*width: 715px;*/
}

.fade-bottom{
	position:absolute;
	z-index:1;
	background: url('../fade_bot.png') repeat-x;
	height:40px;
	width:100%;
	bottom:0;
	left:0;
}
.fade-top{
	position:absolute;
	z-index:1;
	background: url('../fade_top.png') repeat-x;
	height:40px;
	width:100%;
	top:0;
	left:0;
}
.fade-right{
	position:absolute;
	z-index:1;
	background: url('../fade_right.png') repeat-y;
	height:260px;
	width:40px;
	right:0;
	bottom:0;
}
.fade-left{
	position:absolute;
	z-index:1;
	background: url('../fade_left.png') repeat-y;
	height:260px;
	width:40px;
	left:0;
	bottom:0;
}

#ageVerification
{
	margin: 10px 0;
}

.avatarWrapper{
	display:inline-block;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin: 0 auto;
	float:left;
	z-index:2;
}

.zoom{
	display:block;
	position:absolute;
	background: url('../zoom.jpg') no-repeat;
	width:24px;
	height:24px;
	top:0px;
	right:0px;
	z-index:1003;
}

img.avatars{
	margin: 0 auto;
	cursor: pointer;
	height: 195px;
	width: 119px;
}

img.ie7avatars{
	border: 1px solid white;
}

img.ie7avatars:hover{
	border: 1px solid red;
}

.arrow{
	height: 85px;
	top: 50%;
	cursor:pointer;
	position:absolute;
	width:40px;
	margin-top: -42px;
	background:url('../arrows.png') no-repeat;
}

.previous{
	background-position:left top; 
	left:0px;
}
.previous:hover{
	background-position:left bottom; 
}
.next{
	background-position:right top; 
	right:0px;
}
.next:hover{
	background-position:right bottom; 
}

.lgbt{
	display:none;
	color: #666;
}

.nospamImage {
	height:40px;
	width:530px;
}