/* ************************High level and default styles************************ */
body, td, th, p, ol, td.p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #F5F4EE;
	padding: 0px;
	margin: 0px;
}
p { 
	margin-bottom: 10px;
	margin-top: 2px;
	line-height: 135%;
}
ul {
	margin-top: 2px;
	margin-left: 1px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 135%;
}	
#mainSection ul li {
	margin-left: 0px;
	padding-left: 10px;
	background: transparent url(/imgages/bullet-square-black.gif) no-repeat 0px 5px;
} 
ol {
	margin-top: 2px;
	line-height: 135%;
}
li.ul {
	list-style-type : square;
	line-height: 135%;
}
li.ol {
	line-height: 135%;
}
img {
	border-style: none;
}
.emphasizedText {
	font-weight: bold;
}
.rolloverImage {
	position: absolute;
	left: -2000px;
	width: 0px;
	height: 0px;
}
.phoneNum {
	white-space: nowrap;
}

/* emergency classes */
.nowrap {
	white-space: nowrap;
}
.abbreviatedToLastLetter {
	font-size: 8px;
	vertical-align: text-top;
	text-decoration: underline;
}
abbr, acronym {
	text-decoration: none;
	color: inherit;
	font-style: normal;
}
.trademark {
	font-size: 9px;
	vertical-align: top;
	line-height: 100%;
}

/* *******************************Heading styles***************************** */
h1 {
	margin: 0px 0px -5px 0px;
}
h1 span{
	display: none;
}
h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 5px;
}
h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 2px;
}
h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#serverDateStamp {
	display: none;
}

/* **********************************Default link styles******************** */
a {
	color: #af0b1c;
	text-decoration: underline; 
}
a:visited {
	color: #af0b1c;
}
a:hover {
	color: #540264; 
	text-decoration: underline;
}

/* **********************************Page Structure styles******************** */
#skipToMain {
	display: none;
}
#pageContainer{
	width: 968px;
}
#pageContent {
	position: relative;
	float: left;
	background-color: #ffffff;
	padding-bottom: 20px; /*changed from 12px*/
	padding-left: 15px;
	width: 952px;
/* 	\width: 780px;
	w\idth: 769px; */
	border-right: 1px #cccccc solid;
}
#mainSection {
	width: 759px;
	margin-right: 10px;
	margin-top: 20px;
}

/* **********************************Logo styles********************************** */
#logo {
	width: 958px;
/* 	\width: 770px;
	w\idth:757px; */
	padding: 1px 0px 4px 10px;
	margin-left: 10px;
	margin-top: 6px;
	background-color: #af0b1c;
}

/* **********************************global nav styles********************************** */
#globalNav {
	padding: 2px 0px 0px 0px;
	height: 7px;
	\height: 9px;
	he\ight: 7px;
	width: 100%;
}
#globalNav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#globalNav li {
	float: left;
	background: url(/images/solid-grey-line.gif) no-repeat 0px 2px;
	borxder-left: 1px #999999 solid;
	padding: 0px 8px 0px 7px;
	margin: 0px;
	line-height: 110%;
}
#globalNav .firstListItem {
	background-image: none;
	border: none;
}
#globalNav .lastListItem {
	padding-right: 0px;
}
#globalNav a {
	text-decoration: none;
	padding-top : 3px;
	padding-bottom: 3px;
	color: #333333;
}
#globalNav a:hover {
	text-decoration: underline;
}



/* **********************************breadcrumb styles********************************** */
#breadcrumb {
	margin: 0px 0px 10px 0px;
}
#breadcrumb ul {
	padding: 0px;
	margin: 0px;
}
#breadcrumb ul li {
	margin: 0px;
	color: #333333;
	list-style: none;
	float: left;
	padding: 0px 7px 0px 12px;
	background: transparent url(/images/bullet-chevron.gif) no-repeat 0px 5px;
}
#breadcrumb li.firstListItem {
	background-image: none;
	padding-left: 0px;
}
#breadcrumb li a {
	text-decoration: none;
	color: #333333;
}
#breadcrumb li a:hover {
	text-decoration: underline;
}


/* **********************************form styles********************************** */
#mainSection form {
	padding: 0px;
	margin: 0px;
	width: 500px;
}
#mainSection fieldset {
	border: none;
	padding: 0px;
	width: 100%;
}
#mainSection .fieldLabelPair {
	margin-top: 10px;
}
#mainSection form .fieldLabel {
	margin-bottom: 5px;
	clear: both;
}
#mainSection .checkRadioFieldLabelPair {
	float: left;
	position: relative;
}
#mainSection form .fieldLabel label {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#mainSection form .fieldSubLabel {
	display: inline;
}
#mainSection form .fieldSubLabel span {
	font-weight: normal;
}
#mainSection form .fieldSubControls {
	display: block;
	clear: left;
	float: left;
	width: 242px;
	padding: 0px;
	padding-top: 3px;
}
#mainSection form .formFieldSingleLine {
	height: 13px;
	background-color: #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #959492;
}
#mainSection form .formFieldSingleLine {
	\height: 17px;
	he\ight: 13px;
}
#mainSection form select.formFieldSingleLine {
	height: 17px;
	*height: 19px;
}
#mainSection form .formFieldSelect {
	height: 17px;
	background-color: #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #959492;
}
/* IE 5.5 box model hack */
#mainSection form .formFieldSelect {
	\height: 19px;
	he\ight: 17px;
}
#mainSection form .formFieldMultiLine {
	background-color: #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #000000;
}
#mainSection form legend {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
#mainSection form .fieldPrefix{
	display: inline;
	padding-right: 3px;
}


#mainSection #form1 .fieldLabelGroup{
	position: relative;
	clear: left;
	display: inline;
	float: left;
	width: 388px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 10px;
}
#mainSection #form1 .fieldLabelGroup .fieldLabel{
	float: left;
	width: 95px;
	text-align: right;
}
#mainSection #form1 .fieldLabelGroup .labeledField{
	display: inline;
	float: left;
	width: 280px;
	margin-left: 5px;
}
#mainSection #form1 .fieldLabelGroup .fieldNote{
	clear: left;
	float: left;
	width: 263px;
	margin-left: 100px;
	_margin-left: 50px;
}
#mainSection #form1 .fieldLabelGroup .selectableFieldGroup{
	clear: left;
	float: left;
	width: 257px;
	margin-left: 98px;
	_margin-left: 48px;
}
#mainSection #form1 .fieldLabelGroup .labeledField #savedCardNumber{
	float: left;
	width: 270px;
	/* _width: 257px; */
}

#mainSection #form1 .fieldLabelGroup .labeledField a{
	clear: left;
	float: left;
	/* Fix for Prod CR 8261 */
	/*width: 242px;*/
	margin-top: 2px;

}
#mainSection #form1 .fieldLabelGroup .labeledField #field1, #mainSection #form1 .fieldLabelGroup .labeledField #field2{
	float: left;
	/* _margin-left: -5px; */
}
#mainSection #form1 #main1{
	clear: left;
	float: left;
	_float: none;
	margin-top: 10px;
	margin-left: 15px;
	width: 370px;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
}
#mainSection #form1 #main1 .adviceMessage{
	display: inline;
}
#mainSection #form1 #main1 .adviceLink{
	display: inline;
}

/* **********************************Buttons********************************** */
#mainSection form button {
	background-color: #FCF9E9;
	padding: 0px;
	border: none;
	position: relative;
	left: -3px;
	*position: static;
	*overflow: visible;
}
#mainSection form .primaryFormButton span {
	display: block;
	padding: 1px 13px;
	background-color: #af0b1c;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
#mainSection form .secondaryFormButton span {
	display: block;
	padding: 1px 13px;
	background-color: #c0c0c0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
#mainSection .buttonContainer {
	margin-top: 10px; 
	clear: left;
	float: left;
	width: 353px;
	text-align: right;
}
#mainSection .secondaryButtonContainer{
	float: left;
}
#mainSection .primaryButtonContainer{
	float: right;
}
#mainSection .primaryFormButtonContainer{
	float: right;
}
#mainSection form .calloutButton {
	background-color: #003366;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	border: 3px double White;
	padding: 0px 7px 3px 7px;

	/* IE hack */
	*padding-bottom: 0px;
	*border: 3px double #003366;
}
#mainSection form .buttonsearch, #mainSection form .subButton {
	background-color: #cccccc;
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	border: 1px solid #000066;
	position: relative;
	top: -1px;
	padding: 2px 7px 2px 7px;
	
	/* hide from mac IE \*/
	display: inline;
	padding: 0px 7px 2px 7px;
	/* end hack */
	
	/* IE hack */
	_padding: 0px 0px 0px 1px;
}

#mainSection form .buttonsearch, #mainSection form #removeCardButton.subButton {
	background-color: transparent;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #af0b1c;
	border: none;
	cursor: pointer;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	font-size: 10px;
	left: 0px;
}
#mainSection form #removeCardButton.subButton {
	display: block;
	float: left;
}
#mainSection form .buttonsearch, #mainSection form #removeCardButton.subButton:hover {
	color: #540264; 
}
.secondaryButton{
	float: left;	
}
.primaryButton{
	float: right;	
}

/* *******************************default field widths treatment*****************************
	Not to be used from HTML, rather, apply to fields by ID in page-specific css */

#mainSection form .xSmallField {
	width: 40px;
}
#mainSection form .smallField {
	width: 93px;
}
#mainSection form .mediumField {
	width: 145px;
}
#mainSection form .largeField {
	width: 198px;
}
#mainSection form .xLargeField {
	width: 250px;
}
/* *******************************printable link treatment***************************** */
.printThisPage {
	text-align: right;
}
/* *******************************value label pair treatment***************************** */
#mainSection .valueLabel {
	float: left;
	position: relative;
	font-weight: bold;
	padding: 2px 0px;
	text-align: right;
}
#mainSection .labelledValue {
	float: left;
	position: relative;
	padding: 1px 0px 1px 28px;
}

/***********************************copy styles***********************************/
.instructionalCopy {
	clear: both;
	padding-top: 12px;
}

/***********************************accessibility styles***********************************/
.layout {
	speak: none;
}
acronym {
	speak: spell-out;
}


/* **********************************footer styles********************************** */
#footer {
	clear: both;
	float: left;
	padding-top: 3px;
	width: 967px;
	background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#footer ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 967px;
	background-color: #ffffff;
}
#footer li {
	float: left;
	background: url(/images/solid-grey-line.gif) no-repeat 0px 2px;
	padding: 0px 8px 0px 7px;
	margin: 0px;
	line-height: 110%;
}
#footer .firstListItem {
	background-image: none;
	border: none;
}
#footer a {
	text-decoration: none;
	padding-top : 3px;
	padding-bottom: 3px;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
}
#pilotMarker {
	clear: both;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 968px;
	text-align: right;
}

/* **********************************RIGHT SECTION styles********************************** */
#spotlightBlock {
	float: left; 
	width: 525px; 
	background-color:  #f3f3f3; 
	margin: 20px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
}
#spotlightBlock p{
	padding: 2px 0px 8px 0px;
	margin: 0px;
	line-height: 135%;
}
#spotlightBlock p#writeAReview{
	margin-top: 10px;
}
#spotlightBlock ul {
	margin: 0px 0px 0px 1px;
	padding: 7px 10px 10px 0px;
}
#spotlightBlock li {
	background: transparent url(/images/bullet-square-black-small.gif) no-repeat 0px 7px;
	margin-left: 0px;
	padding-left: 8px;
}
/****************************************/
.spotlightAd {
	padding: 15px 0px 15px 15px;
	width: 235px;
	float: left;
	display: inline;
}
.spotlightAd .spotlightHeader {
	display: block;
	padding-bottom: 10px;
}
/* **********************************adContainers styles********************************** */
.anchorAd {
	float: right;
	margin: 15px 12px 0px 15px;
	width: 255px; 
	display: inline;
}
.rotatingAd {
	float: left;
	margin: 15px 0px 0px 15px; 
	width: 255px;
	display: inline;
}
/* **********************************related info styles********************************** */
.relatedInfo {
	clear: both;
	margin-top: 10px;
}
/* **********************************security message styles********************************** */
#mainSection .securityMessageContainer {
	float: left;
	width: 368px;
	margin: 10px 15px 0;
	padding: 0px;
	display: inline;
}
#mainSection .securityMessageContainer h2 {
	border: 1px solid #DFBEA1;
	border-bottom: none;
	background-color: #FFEE99;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	color: #333333;
	font-size: 11px;
}
#mainSection .securityMessageBody {
	margin: 0px;
	border: 1px solid #DFBEA1;
	border-top: none;
	background-color: #ffffff;
	padding: 10px;
	padding-top: 0px;
}

#mainSection .securityMessageBody ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#mainSection .securityMessageBody ul li{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-image: none;
}

/* **********************************error styles********************************** */
.globalErrorContainer {
	margin: 10px;
	padding: 0px;
	border: 1px solid #dfbea1;
	clear: both;
}
.globalError {
	background: #ffffff url(/images/icon-presignOn-error.gif) no-repeat 5px 5px;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
.globalError p{
	padding: 0px;
	margin: 0px;
}
#mainSection .globalError .errorMessage{
	margin: 1px 1px 1px 0px;
}
#mainSection .globalError .errorCode{
	margin-bottom: 1px;
}
.inlineError {
	background: #ffffff url(/images/icon-presignOn-error.gif) no-repeat 5px 5px;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
/* *******************************short term error message treatment***************************** */
#shortTermErrorMessageContainer {
	width: 420px;
	position: absolute;
	left: 100px;
	top: 280px;
	border: 1px solid #000000;
	background-color: #ffffff;
	z-index: 20;
}
/* WIN IE only */
iframe#shortTermErrorMessageContainerBG {
	width: 420px;
	position: absolute;
	left: 100px;
	top: 280px;
	z-index: 19;
}
#shortTermErrorMessage {
	margin: 10px;
	border: 1px dotted #000000;
	padding: 25px 70px;
	background: transparent url(/images/icon-alert-white.gif) no-repeat 30px 27px;
}
#shortTermErrorMessage h4 {
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
}
#shortTermErrorMessageContainer #closeMessageLink {
	width: 420px;
	height: 15px;
	text-align: right;
	background-color: #B00B1C;
}
/* **********************************bug fix styles********************************** */
.safariFloatRelPosBugFix {
	position: relative;
}

/* ***************************Netscape 7.2 quirks bug overrides (see bugzilla 178088)************************* */
input[type=text], input[type=password], textarea {
	-moz-box-sizing: content-box;
}
/* *******************************Font size styles***************************** */
body, td, th, p, ol, td.p {
	font-size : 11px;
}

/* *******************************Heading styles***************************** */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 12px;
}
#globalNav a, #globalNavFr a  {
	font-size: 10px;
}
.calloutButton {
	font-size: 11px;
}
.buttonsearch, .subButton {
	font-size: 11px;
}

.primaryFormButton {
	font-size : 11px;
}
.secondaryFormButton {
	font-size : 11px;
}
#breadcrumb li {
	font-size: 10px;
}
.fieldLabel label {
	font-size: 11px;
	color: #333333;
}
.applyForm .fieldLabel label {
	font-size: 11px;
}
.fieldSubLabel span {
	font-size: 11px;
}
.formFieldSingleLine {
	font-size: 11px;
}
.formFieldSelect {
	font-size: 11px;
}
.formFieldMultiLine {
	font-size: 11px;
}
legend {
	font-size: 12px;
}
#footer a {
	font-size:10px;
}
#pilotMarker {
	font-size: 9px;
}


#logo {
	background: #ffffff url(logo3.gif) no-repeat top right;
	margin: 0px;
	width: 958px;
	height: 131px;
	margin-top: 2px;
}

#logo img {
	padxding-top: 1px;
	border: none;
}

#signonFieldset legend {
	display: none;
}
#forgotPasswordForm {
	display: none;
}
#globalNav {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 4px 0px 0px 0px;
	height: 17px;
	\height: 21px;
	he\ight: 17px;
	margin-top: -20px;
}
#header {
	position: relative;
}
#mainSection {
	background-color:#FCF9E9;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	float: left;
	width: 398px; 
	margin-right: 0px;
	overflow: hidden;
	padding-bottom: 15px;
}
#pageContainer {
	float: left;
}
#mainSection form .fieldLabelGroup {
	margin-bottom: 15px;
}
#mainSection #signonForm {
	position: relative;
	float: left;
	background-color: #FCF9E9;
	width: 100%;
}
html:lang(en) #mainSection #signonForm, html:lang(fr) #mainSection #signonForm {
	clear: left;
}
/* field widths */
#field1, #field2 {
	width: 145px;
}

#mainSection .selectableField{
	width: 20px;
	float: left;
}
#mainSection .selectableFieldLabel {
	padding-top: 2px
}
#mainSection form .fieldLabelGroup{
	margin-bottom: 8px;
}
#mainSection form #signOnButtonContainer, #mainSection #registerNowButtonContainer{
	/* margin-top: 12px; */
}
#mainSection form #signOnButtonContainer {width: 382px;}

#mainSection form .fieldLabelGroup .labeledField{
	linxe-height: 305%;
	background-color: transparent;
}
#mainSection form .fieldSubLabel .caseSensitive{
	color: #666666;
	font-size: 10px;
}
#mainSection #mainHeader {
	margin:16px 0 10px 14px;
}

#mainSection #mainHeader, #mainSection #olbGuarantee {
	display: inline;
	float: left;
}
#mainSection .alertToCustomers {
	background-color: #FCF9E9;
	padding: 10px 10px; 
	margin-left: 1px;
	color: #333333;
	clear: both;
	width: 100%;
}
#mainSection .alertToCustomers span {
	display: block;
	background: #FFEE99 url(/images/email-fraud-alert-icon.gif) no-repeat 5px 5px;
	width: 351px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#mainSection .nonSecurityAlerts span{
	background-image: none;
	padding-left: 5px;
	width: 348px;
}

#mainSection .pageInstructional{
	padding: 10px 10px; 
	width: 353px;
}
#mainSection .note{
	padding: 10px 10px; 
	width: 353px;
	clear: left;
}
#mainSection #pageInstructional .note{
	padding: 10px 0px;
}
#mainSection .supText {
	font-size: 9px;
	vertical-align: top;
	line-height: 100%
}
#mainSection #signonForm .fieldLabelGroup .labeledField #savedCardNumber{
	margin-left: -2px;
}
#mainSection form .buttonsearch, #mainSection form #removeCardButton.subButton {
	padding-left: 0px;#
}
html:lang(en) #mainSection form .buttonsearch, #mainSection form #removeCardButton.subButton, html:lang(fr) #mainSection form .buttonsearch, #mainSection form #removeCardButton.subButton {
	left: -3px;#
}
#mainSection #signonForm .fieldLabelGroup .labeledField #savedCardNumber{
	margin-left: 0px;#
}
