﻿/********** 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: -695px;
	left: -21px;
	padding: 10px;
	filter: alpha(opacity=75);
	height: 812px;
	width: 778px;
	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;
}

/* package.aspx preview list */
.packagePreviewContainer
{
	position: absolute;
	z-index: 10000;
	display: none;
	/*width: 653px;*/
	width: 643px;
	background-color: #FFFFFF;
	background-image: url(../Images/PreviewPopupBackground.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: Solid 1px #999999;
	top:320px;
	left:180px;
}
.packagePreviewTitle
{
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 25px;
	/*color: #3264A0;*/
}
.packagePreviewFieldColumn
{
	padding: 5px 25px 2px 10px;
	vertical-align: top;
	font-size: 12px;
	line-height: 19px;
	width:200px;
}
.packagePreviewDetails
{
	padding: 5px 5px 5px 10px;
	margin: 15px 10px 10px 10px;
	border: Solid 1px #999999;
	font-size: 15px;
}
.ExtendedCompleteFields
{
	margin-left: -2px;
	margin-top: 5px;
	background-color: #F0F0F0;
	border-width: 1px;
	border: Solid 1px #999999;
	padding-bottom: 10px;
}
.previewListLink, .previewListLink:visited, .previewListLink:active, .previewListLink:hover
{
	display: block;
	float: right;
	font-size: 11px;
	color: #000099;
	text-decoration: underline;
	margin-right: 3px;
}
/***** Cherry picker page *****/
.divBody
{
	width: 560px;
	border: solid 0px #999999;
	border-top: solid 0px;
	text-align: center;
}
.Pad15
{
	padding-left: 0px;
}
.pagerText
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.pagerText a:link
{
	text-decoration: underline;
}
.pagerText a:hover
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
.pagerText a:active
{
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}
.pagerText a:visited
{
	text-decoration: underline;
	color: #000000;
}
.CountTitle
{
	height: 22px;
	width: 171px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0054A4;
	text-align: left;
	padding: 2px 0px 0px 5px;
}
.VSpacer10
{
	padding-top: 10px;
}
a.AnchorBlue10:visited
{
	color: Blue;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
a.AnchorBlue10:visited:hover
{
	color: Blue;
	font-weight: normal;
	text-decoration: none;
}
a.AnchorBlue12:active:visited
{
	color: Blue;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}
a.AnchorBlue12:visited:hover
{
	color: Blue;
	font-weight: normal;
	text-decoration: none;
}
.dgStyle
{
	float: left;
	/*margin-left: 50px;*/
}
.altdataitem
{
	background-color: #E7E7E7;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	height: 25px;
}
.altdataitem a:link
{
	color: #000000;
	text-decoration: underline;
}
.altdataitem a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.altdataitem a:active
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.altdataitem a:visited
{
	color: #000000;
	font-weight: normal;
}
.dataitem
{
	background-color: #ffffff;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	height: 25px;
}
.dataitem a:link
{
	color: #000000;
	text-decoration: underline;
}
.dataitem a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.dataitem a:active
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.dataitem a:visited
{
	color: #000000;
	font-weight: normal;
}
.dataheader
{
	background-color: #E7E7E7;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.dataheader a:link
{
	color: #000000;
	text-decoration: underline;
}
.dataheader a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.dataheader a:active
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
.dataheader a:visited
{
	color: #000000;
	text-decoration: underline;
}
.HeaderItem
{
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
}
.DataItem
{
	text-align: left;
	padding-left: 5px;
}
.imgStyle
{
	vertical-align: bottom;
}
.pagerNumber
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.pagerNumber a:link
{
	text-decoration: none;
}
.pagerNumber a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}
.pagerNumber a:active
{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
.pagerNumber a:visited
{
	text-decoration: none;
	color: #000000;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
	margin-top: -3px;
}

