﻿body {
	background-color: #FFF;
	background-image: url('repeatedBackground.gif');
	background-repeat: repeat;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}



a:Hover {
	color: #903;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0px;
	margin: 0;
	padding: 0;
}

#boxScenario a {
	color: inherit;
	text-decoration: none;
}

#header {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #000;
	background-color: #333;
	height: 53px;
}

#headerCentered {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

a.signout 
{
    color: White;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 75px;
	text-decoration: underline;
}

img.headerTagline {
	margin-left: 380px;
}

#mainCentered, #mainCenteredTour {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#mainCenteredTour {
	margin-top: 0;
}

#boxLogin, #boxSignup, #boxSales, #boxScenario, #boxFooter, #boxRegister {
	width: 286px;
	height: 255px;
	float: left;
	vertical-align: top;
	padding: 10px;
	
}


div.boxLoginIn 
{
	width: 286px;
	height: 255px;
	float: left;
	vertical-align: top;
	padding: 10px; 
	background-color: #EEE;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

div.boxLoginInAuth
{
	width: 273px; 
	height: 255px; 
	float: left;
	vertical-align: top;
	padding: 10px; 
	border: 3px solid #e0ff00; 
	background-color: #efff78;
}

#boxSignup {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px; /* Can be removed when no home banner */
}

#boxRegister {
	
}

#centeredSignup {
	width: 300px;
	margin: auto;	
}

#signupSpacer {
	height: 44px;
}

#saleSpacer {
	height: 38px;
}

div.darkBox {
	background-color: #EEE;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

div.whiteBox {
	background-color: #FFF;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	
}

#boxScenario, #boxFooter, #boxHomeBanner {
	width: 920px;
	margin-top: 8px;
}

#boxScenario {
	height: 360px;
}

#boxFooter {
	color: #666;	
	font-size: 11px;
	height: 30px;
	text-align: center;
	font-family: Trebuchet MS,Arial,Verdana,Helvetica,Sans-serif;
}

#boxFooter a
{
	font-size: 11px;
	color: #666;	
	text-decoration: none; 
}

#boxFooter a:Hover 
{
    color: #bcd603;
    text-decoration: underline;
}


input.homeText {
	border: 1px solid #A5A5A5;
	margin-bottom: 3px;
	padding-left: 3px;
	width: 147px;
}

input.homeTextLarge {
	border: 1px solid #A5A5A5;
	margin-bottom: 3px;
	padding-left: 3px;
	width: 147px;
}

input.submitButton {
	border: 1px solid #b4c91a;
	width: 150px;
	height: 21px;
	background-color: #d3e640;
	background-image:url('bgSubmitButton.gif');
	background-repeat: repeat-x;
	font-weight: bold;
	color: #222;
}

input.submitButton:Hover {
	background-image:url('bgSubmitButtonHover.gif');
	color: #FFF;
	border: 1px solid #903;
	cursor: pointer;
}

input.bigSubmit {
	border: 1px solid #b4c91a;
	width: 212px;
	height: 32px;
	background-color: #d3e640;
	background-image:url('bgBigSubmitButton.gif');
	background-repeat: repeat-x;
	color: #222;
	margin-top: 5px;
	font-size: 18px;
}

input.bigSubmit:Hover {
	background-image:url('bgBigSubmitButtonHover.gif');
	color: #FFF;
	border: 1px solid #903;
	cursor: pointer;
}

img.signupFieldImage
{
	
	height: 20px;
	width: 31px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;	
}
input.signupFieldEntryCode
{
	border : none;
	height: 15px;
	width:40px;
	padding-left:0px;
	position:absolute;
	padding-top: 0px;
	font-weight: bold;
	margin-left:33px;
	margin-top:8px;
	background:none;

}
input.signupField {
	background-image:url('bgMobileField.gif');
	background-repeat: no-repeat;
	height: 20px;
	width: 190px;
	padding-left: 77px;
	padding-top: 6px;
	font-weight: bold;
	border: 1px solid #c6c6c6;	
}

img.scenarioButton1 {
	margin-left: 8px;
}

img.scenarioButton2 {
	margin-left: 28px;
}

img.scenarioButton3 {
	margin-left: 48px;
}

img.scenarioButton4 {
	margin-left: 70px;
}

td.leftColumnTour {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top: 0px;
	padding: 10px;
}

td.leftColumnTour h2 {
	font-weight: bold;
	font-size: 14px;
}

td.rightColumnTour {
	background-color: #EEE;
	border: 1px solid #DDD;
	border-top: 0px;
	padding: 10px;
}
span.titleHome
{
	font-size:22px;
	
}
span.errorMessage
{
	position:absolute; 
	top:75px; 
	left:676px; 
	border: 1px solid #b4c91a; 
	height:30px; 
	width:270px; 
	background-color:#efff78; 
	display:none;
	color:Red;
	padding-top:7px;
}
