﻿/********** Registration and sign in ***************/
.signinheadertext
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 230px;
	height: 22px;
	float: left;
	padding-top: 15px;
	padding-left: 100px;
	text-align: left;
}

.registrationheadertext
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 230px;
	height: 22px;
	float: left;
	padding-top: 15px;
	padding-left: 50px;
	text-align: left;
}

#SignInBody
{
	background-color: #E6E6E6;
	border: solid 1px #002D5B;
	width: 340px;
	padding: 5px;
	height: 340px;
	margin-top: 0px;
}
#RegistrationBody
{
	background-color: #E6E6E6;
	border: solid 1px #002D5B;
	width: 350px;
	padding: 5px;
	height: 340px;
	margin-left: -1px;
	margin-top: 0px;
}
#SignInContent
{
	margin-top: 71px;
	height: 130px;
	margin-left: 50px;
}
#RegistrationContent
{
	height: 294px;
	margin-top: 22px;
}
.RegistrationTitle
{
	color: #4D4D4D;
	font-size: 13px;
	font-weight: bold;
}
.RegistrationTextBox
{
	border-color: #002D5B;
	border-width: 1px;
	width: 195px;
	font-size: 8pt;
	padding-left:5px;
}
.RegistrationTextBoxHide
{
	border-color: #002D5B;
	border-width: 1px;
	width: 200px;
	font-size: 8pt;
	visibility: hidden;
	position: absolute;
}
.MiddleLine
{
	border-right: solid 1px #002D5B;
}
.BulletList
{
	list-style-type: square;
	margin-left: 110px;
	color: #4D4D4D;
	font-size: 8pt;
}
.BulletListSignIn
{
	list-style-type: square;
	color: #4D4D4D;
	font-size: 8pt;
}
/*.PrivacyPadding
{
	padding-left: 4px;
}*/
.TermsCheckBox
{
	width: 13px;
	padding-right: 2px;
}
#WholeSection
{
	background-color: White;
	padding-bottom: 15px;
	width: 780px;
	z-index: 1;
}
.PagePathTitle
{
	font-weight: bold;
	padding-left: 20px;
}
.SourceDropDown
{
	font-size: 8pt;
	width: 204px;
	height: 20px;
}
.SourceDropDownHide
{
	font-size: 8pt;
	width: 204px;
	height: 20px;
	visibility: hidden;
	position: absolute;
}
.ContinueHeight
{
	height: 30px;
}
.SignInTextBox
{
	border-color: #002D5B;
	border-width: 1px;
	width: 140px;
	font-size: 8pt;
}
.ImgRegistrationTab
{
	background: url( '../Images/register.jpg' ) no-repeat left center;
	height: 50px;
}
.ImgSignInTab
{
	background: url( '../Images/signin.jpg' ) no-repeat left center;
	height: 50px;
}
.BackPadding
{
	padding-right: 20px;
}
.vAlignTable
{
	height: 100%;
}
.ErrorLabel
{
	color: Red;
	width: 230px;
}
.orderconfirmation
{
	background-color: #E6E6E6;
	height: 400px;
}
.Bold
{
	font-weight: bold;
}
.BoldBig
{
	font-weight: bold;
	font-size: 11pt;
}
/********BreadCrumb***************/
.breadcrumb
{
	width: 80%;
	background-color: #3264A0;
	height: 20px;
}
.headerbreadcrumb
{
	text-align: left;
	height: 10px;
	padding-left: 1px;
	padding-bottom: 5px;
	font-size: 7pt;
}
.headerbreadcrumbback
{
	width: 780px;
	border-left: solid 10px #3264A0;
	border-right: solid 10px #3264A0;
	padding-top: 2px;
	background-color: #3264A0;
	color: #FFFFFF;
}

/******Ajax Animation Popup****************/
.demoarea
{
	padding: 20px;
	background: #FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p
{
	padding: 5px;
}

.demoheading
{
	padding-bottom: 20px;
	color: #5377A9;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
}

.demobottom
{
	height: 8px;
	background: #FFF url(images/demobottom.png) no-repeat left bottom;
}

wireFrame
{
	display: none;
	overflow: hidden;
	z-index: 2;
	background-color: #FFFFFF;
	border: solid 1px #D0D0D0;
	position: relative;
	right: 400px;
}

CloseButtonStyle
{
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: outset thin #FFFFFF;
	padding: 5px;
}
.DescriptionPopup
{
	position: absolute;
	text-align: justify;
}
/****Check out page AJAX pop up*****/
.DivTermsCheckBox
{
	float: left;
	padding-left: 16px;
}
.DivTermsOkButton
{
	float: right;
	padding-right: 19px;
}
.TermsContent
{
	overflow: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #002D5B;
	padding: 3px;
	text-align: justify;
	width: 450px;
	height: 250px;
}
.DivTermsControl
{
	margin-top: 5px;
	height: 20px;
	padding-bottom: 5px;
	z-index: 2;
}
.TermsOk
{
	height: 20px;
	width: 40px;
	font-size: 8pt;
}
/****Credit Card Check Out******/
.CreditCardDate
{
	width: 56px;
	font-size: 8pt;
	font-family: Tahoma;
}
.ProgressContainer
{
	border-color: Gray;
	border-style: Solid;
	border-width: 2px;
	background-color: white;
	position: relative;
	top: -895px;
	left: -20px;
	padding: 10px;
	filter: alpha(opacity=70);
	height: 1170px;
	width: 777px;
	text-align: center;
}

/**********Help Popup*************/
.helpContent
{
	padding: 3px;
	text-align: justify; /*width:450px;*/
}

.HelpPopupBackground
{
	background-color: Transparent; /*filter: alpha(opacity=25); opacity: 0.25;*/
}

.HelpPopupContainer
{
	background-color: #FFFFCC;
	border-width: 1px;
	border-style: solid;
	border-color: #002D5B;
	position: relative;
	z-index: 100002;
}

.HelpPopupHeader
{
	background-color: #FFFFCC;
	height: 19px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	cursor: default;
}

.HelpPopupCloseButton
{
	background-color: #FFFFCC;
	padding-right: 4px;
	padding-top: 2px;
	float: right;
	cursor: pointer;
	font-size: 11px;
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
}

