﻿/* ==| Body & Paragraph Styles | == */ 
html {}
body { color:#333333; font:normal 12px/1.65em 'Lato', Arial, Helvetica, sans-serif; } /* Font: font-style font-weight font-size/line-height font-family; */

p { margin: 0.5em 0; }
p.normal { line-height:normal; }
p.fancy { font-style:italic; }

.altcolor { color:#666666; }

/*Uncomment this to change wysiwyg background color*/
/*.EditorBackgroundColor { background-color:#333333 !important;}*/

/* ==| Heading Styles | == */
.pageheading, .pageHeading { color: #3266B1; font-size:22px; font-weight:normal; display:block; font-family: 'Lato', arial, sans-serif; }
.heading { color:#3266B1; font-size:20px; font-weight:normal; font-family: 'Lato', arial, sans-serif; }
.subheading, .subHeading, 
.subheading1, .subHeading1 { color:#3266B1; font-size:16px; font-weight:normal; font-family: 'Lato', arial, sans-serif; }
.subheading2, .subHeading2 { color:#3266B1; font-size:14px; font-weight:normal; font-family: 'Lato', arial, sans-serif; }
.subheading3, .subHeading3 { color:#3266B1; font-size:12px; font-weight:bold; font-family: 'Lato', arial, sans-serif; }

/* ==| Anchor Style | == */
a		{ text-decoration: none; color:#BF3127; outline:none; }
a:focus,
a:hover { text-decoration: none; color:#3290B1; }

a.back { display:block; background:transparent url(../images/main.png) no-repeat -29px -103px; padding-left:15px; line-height:normal;}
a.back:hover { display:block; background:transparent url(../images/main.png) no-repeat -29px -141px; padding-left:15px;}

a.foward { display:block; background:transparent url(../images/main.png) no-repeat -29px -27px; padding-right:15px; line-height:normal;}
a.foward:hover { display:block; background:transparent url(../images/main.png) no-repeat -29px -65px; padding-right:15px;}

a.bullet { display:block; background:transparent url(../images/main.png) no-repeat -29px -177px; padding-left:15px; line-height:normal;}
a.bullet:hover { display:block; background:transparent url(../images/main.png) no-repeat -29px -212px; padding-left:15px;}

/* ==| Button Style | == */
.buttonContainer a,
#RegistationContainer a,
.buttonContainer button			{ color:#FFF; font-style: italic; background:transparent url(../images/buttons.png) no-repeat right -30px; padding-right:15px; height:22px; font:12px; font-weight:normal;}
.buttonContainer a:hover,
#RegistationContainer a:hover,
.buttonContainer button:hover	{ color:#FFF; background:transparent url(../images/buttons.png) no-repeat right -130px; }

.buttonContainer a span,
#RegistationContainer a span,
.buttonContainer button span { background:transparent url(../images/buttons.png) no-repeat -4px -80px; padding-left: 15px; height:22px; line-height:22px; margin-left:1px; }
.buttonContainer a:hover span,
#RegistationContainer a:hover span,
.buttonContainer button:hover span { background:transparent url(../images/buttons.png) no-repeat -4px -180px; margin-left:1px; }

.filter .buttonContainer button { background:transparent url(../images/buttons.png) no-repeat right -230px; }
.filter .buttonContainer button span { background:transparent url(../images/buttons.png) no-repeat -4px -280px; }
.filter .buttonContainer button:hover { background:transparent url(../images/buttons.png) no-repeat right -330px; }
.filter .buttonContainer button:hover span { background:transparent url(../images/buttons.png) no-repeat -4px -380px; }

/* ==| Form Element Style | == */
.fieldContainer select	{ background-color: #E4F1F7; border: 1px solid #69AAC5; color: #666; }
.fieldContainer textarea{ background-color: #E4F1F7; border: 1px solid #69AAC5; color: #666; }
.fieldContainer input,
.fieldContainer input.text,
.fieldContainer input.password	{ background-color: #E4F1F7; border: 1px solid #69AAC5; color: #666; }
.fieldContainer input.hint		{ background-color: #E4F1F7; }
.fieldContainer input[type="checkbox"]	{ border:0 none; background-color:transparent;}
.fieldContainer input[type="radio"]		{ border:0 none; background-color:transparent;}

.fieldContainer label,
.fieldContainer .formLegend		{ color: #0A789C !important; }
.fieldContainer .description	{ color: #666; }
.fieldContainer .hint			{ color: #666; }
.fieldContainer .fileHint		{ color: #666; }
.formContainer .fieldset legend span { color: #0A789C !important; }

#captcha_wrapper{ background-color:#E4F1F7 !important; border:1px solid #69AAC5 !important; overflow:visible; padding:3px; width:302px; }
#captcha_image	{ border:1px solid #69AAC5 !important; }
#captcha	{ border:1px solid #69AAC5 !important; }

.filter .fieldContainer input,
.filter .fieldContainer input.text,
.filter .fieldContainer input.password { }

/* ==| Form UI Style | == */
.SectionHeader { border-bottom:1px solid #BBDCEB; font-size:18px; color:#69AAC5; line-height:24px; font-family: 'Lato', arial, sans-serif; }
.SectionSubHeader { font-weight:bold; padding:10px 0 0 0; color:#69AAC5; }
.captcha {}
.instructions, 
.instructionText { color:#000000; }
.PayByCheckInfo { line-height:normal; color:#000000; }

/* ==| Form Error Style | == */
.formError { background-color:#C03128; border:1px solid #A32A23; font-size:11px; font-weight:normal; color:#FFF; }
.fieldContainer.error * { color:#C03128 !important; }
.fieldContainer.error textarea,
.fieldContainer.error select,
.fieldContainer.error input,
.fieldContainer.error input.text, 
.fieldContainer.error input.password	{ background-color:#C03128; border-color:A32A23; color:#D95E00; }
#AccountVerificationWrapper.inline #SecurityFormMsg	{ background-color:#C03128 !important; border-color: #A32A23 !important; color:#FFF !important; }

/* ==| Form Print Style | == */
.fieldContainer.print {}
.confirmationWpr .sectionHeading,
.fieldContainer.print label { background-color:#E4F1F7; border-bottom:1px solid #69AAC5; color:#666; padding-left:2px; }
.fieldContainer.print .formField { }

/* ==| Box Style | == */ 
.box		{ background-color: #E4F1F7; border: 1px solid #69AAC5; }
.box .label { font-weight: bold; color: #0A789C; }

.imageBox	{}
.relatedBox	{}
.relatedBox ul,
.relatedBox li	{ color:#0A789C; list-style:disc; }

.fundraiserBox		{ border:1px solid #CCCCCC; background-color:#CCCCCC; }
.altFundraiserBox	{ border:1px solid #797979; background-color:#797979; }
.altFundraiserBox .altcolor { color:#E5E5E5; }
.altFundraiserBox a			{ color:#E5E5E5; font-weight:bold; }
.altFundraiserBox a:hover	{ text-decoration:underline; }

.fundraiserBadge { border:1px solid #FFFFFF; background-color:#FFFFFF; }
.teamMemberBadge { border:1px solid #FFFFFF; background-color:#FFFFFF; }

.actionBox		{ border:1px solid #000000; background-color:#000000; }
.widgetBox		{ border:1px solid #959595; background-color:#959595; }
.altWidgetBox	{ border:1px solid #737373; background-color:#737373; }

.searchBox		{ border:1px solid #959595; background-color:#959595; }
.altSearchBox	{ border:1px solid #E4E4E4; background-color:#E4E4E4; }

/* ==| Background Style | == */
.background		{ background-color: #E4F1F7; }
.altBackground	{ background-color: #E4F1F7; }

/* ==| Border Style | == */
hr	{ border-top: 0 none; height:52px; background: transparent url(../images/hr.png) 0 0 no-repeat; }
.border		{ border-color: #BBDCEB; }
.altBorder	{ border-color: #BBDCEB; }

/* ==| Block Quote Style == */
blockquote {
	background: transparent url(../images/main.png) no-repeat -29px -1793px;
	display: block;
	padding: 8px 0 0 60px;
	margin: 0 !important;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #666666;
}
blockquote h3	{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	color: #666666;
}

/* ==| Module Table Style | == */
table.moduleTable { margin:5px 0 5px 0; }
table.moduleTable thead th { background-color:#FFFFF; border-bottom:1px solid #BBDCEB; font-weight:bold; color: #0A789C; }
table.moduleTable tbody tr.odd { background-color:#E4F1F7; }
table.moduleTable tbody tr.even { background-color:#FFFFFF ; }
table.moduleTable tbody tr:hover td  { background: #E4F1F7 !important;}
table.moduleTable tbody tr.error { background-color:#C03128; }
table.moduleTable tbody tr.error td input { background-color:#C03128; border:1px solid #A32A23; color:#FFF; }
table.moduleTable tbody td { color:#0A789C; padding:5px; }
table.moduleTable tbody td input { background-color:#FFFFFF; border:1px solid #BBDCEB; color:#0A789C; }
table.moduleTable tfoot {}
table.moduleTable tfoot td {}

/* ==| Message Style | == */ 
div.errormsg,
div.alertmsg { background-color:#C03128; color:#FFF; font-size:13px; padding:5px; border:solid 1px #A32A23; margin: 0 0 10px;}

/* ==| Global Pagination and RSS Styles | == */
.linkContainer a, 
.feedButtonWpr a { color:#BF3127; font-size:11px; background:transparent url(../images/main.png) no-repeat -29px -248px;}

.boxWpr, 
.linkContainer .leftWrapper { background:transparent url(../images/buttons.png) no-repeat right -431px;}
.boxCt,
.linkContainer .rightWrapper { background:transparent url(../images/buttons.png) no-repeat -1px -485px;}

.pagination .CounterContainer { color:#666; font-size:11px; }

.pagination .PreviousLinkContainer a		{ background:transparent url(../images/main.png) no-repeat -29px -387px; }
.pagination .PreviousLinkContainer a:hover	{ background:transparent url(../images/main.png) no-repeat -29px -432px; }
.pagination .NextLinkContainer a		{ background: transparent url(../images/main.png) no-repeat -29px -297px; }
.pagination .NextLinkContainer a:hover	{ background: transparent url(../images/main.png) no-repeat -29px -342px; }

/* ==| Global Module Styles | == */ 
.category_name {}
.category_description { }

.sectionLabel { font-size:16px; color:#000000;}
.featured { background:transparent url(../images/main.png) no-repeat -30px -1143px; }

.title { margin:0; padding:0; line-height:normal; font-weight:normal; color: #3266B1; }
.title a {}
.title a:hover {}

.attribute { color: #666; line-height: normal; }
.attribute .label { font-weight: normal; }
.attribute .value { font-weight: normal; }
.attribute a {}
.attribute a:hover {}

.source,
.spacer { background:transparent url(../images/list/spacer.jpg) no-repeat left 2px;}
.source.noSpacer { background-image:none; padding-left:0 !important; }

.disclaimer { font-size:11px; color:#000000; font-style:italic; line-height:1.45em; border:1px solid #000000; border-left-width:0; border-right-width:0;}
.disclaimer p { margin: 4px 0;}

.summary {}
.summary a {}
.summary a:hover {}

.video		{ background:transparent url(../images/main.png) no-repeat -29px -476px; }
.video:hover{ background:transparent url(../images/main.png) no-repeat -29px -517px; }

.photo		{ background:transparent url(../images/main.png) no-repeat -29px -558px; }
.photo:hover{ background:transparent url(../images/main.png) no-repeat -29px -599px; }

.audio		{ background:transparent url(../images/main.png) no-repeat -29px -640px; }
.audio:hover{ background:transparent url(../images/main.png) no-repeat -29px -681px; }

.address	{ font-size:12px; color:#000000; font-style:italic; line-height:1.45em; }
.separator	{ border-top:1px solid #FFF;}
.closed		{ font-size:14px; }

/* ==| List Style Overrides | == */ 
.list .title {}
.list .title a		{ font-size:16px; color: #0A789C; }
.list .attribute	{ font-size:11px;}

/* ==| Detail Style Overrides | == */ 
.detail .title		{ font-size: 20px; }
.detail .attribute	{ font-size: 12px; }
.detail .attribute .label { font-weight: normal; }
.detail .attribute .value { font-weight: normal; }
.detail .sectionLabel { font-size: 12px; font-weight: bold; line-height: normal; }
.detail .categoryList { font-size: 11px; font-weight: normal;}

.detail #articleContent ul li { list-style-type: disc; }
.detail #articleContent ol li { list-style-type: decimal; }

/* ==| Event Registation Style | == */
form.columnLayout .AttendeeContainer .AttendeeLabelContainer.odd	{ background-color: #FFFFFF; }
form.columnLayout .AttendeeContainer .AttendeeLabelContainer.even	{ background-color: #EEEEEE; }

/* ==| Media Center List and Detail Styles | == */
.Norecords			{ color:#000000;}
.shortDescription	{ color:#000000;}
.longDescription	{ color:#000000;}
#MediaCategoryDescription p	{ color:#000000;}

.mediacenter .thumbnail .box	{ background: transparent url(../images/Main.png) -23px -1321px no-repeat; }

/* ==| Staff Directory Style | == */
#StaffDirectoryResults_HeaderLeft			{ background:transparent url(../images/main.png) no-repeat -22px -1184px; }
#StaffDirectoryResults_HeaderLeft #fullName	{ font-size:16px; font-weight:bold; color: #3266B1; }
#StaffDirectoryResults_BodyLeft #title		{ font-size:13px; font-weight:bold; color: #69AAC5; }
#StaffDirectoryResults_BodyLeft #category	{ font-size:16px; font-weight:normal; color: #666666; }
#StaffDirectoryResults_BodyLeft #fullAddress{ color: #666666; font-size:12px; }
#StaffDirectoryResults_BodyRight #phone		{ color: #666666; background:transparent url(../images/main.png) no-repeat -22px -1231px; }
#StaffDirectoryResults_BodyRight #email		{ color: #666666; background:transparent url(../images/main.png) no-repeat -26px -1274px; } 

/* ==| Filter Global Style | == */
.filter .content { background:transparent url(../images/filter.png) no-repeat left -27px; }
.filter .content .header .options { background:transparent url(../images/filter.png) no-repeat left -157px; }
.filter .content .header h3.label { font-size:13px; font-weight:bold; font-style: normal; color:#0A789C; text-transform: uppercase; }
.filter .content .header .options span.label { font-weight:bold; font-style:normal; font-size:11px; color:#0A789C; }
.filter .content .header .options a.list { background:transparent url(../images/main.png) no-repeat -29px -937px; }
.filter .content .header .options a.list:hover { background:transparent url(../images/main.png) no-repeat -29px -987px; }
.filter .content .header .options a.calendar { background:transparent url(../images/main.png) no-repeat -29px -1039px; }
.filter .content .header .options a.calendar:hover { background:transparent url(../images/main.png) no-repeat -29px -1091px; }

/* ==| Fundraising Global Style | == */
.fundraiser .fundraiserBg { background-color:#EFEFEF; }
.fundraiser .fundraiserImageBg { background:transparent url(../images/fundraising/fundraiserBg.jpg) repeat-y left top; }

.fundraiser .badge-button a	{
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666, endColorstr=#333333)";
	background-image: -webkit-linear-gradient(top, #666666, #333333);
	background-image: -moz-linear-gradient(top, #666666, #333333);
	background-image: -o-linear-gradient(top, #666666, #333333);
	background-image: -ms-linear-gradient(top, #666666, #333333);
	background-image: linear-gradient(top, #666666, #333333);	
	background-color: #4A4A4A;
	border: 1px solid #000;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.fundraiser .badge-button a span	{ display: block !important; }

#TeamBadge .badge-button a,
#IndividualBadge .badge-button a		{ width: 100px;	min-height: 68px; height: auto; }
#TeamBadge .badge-button a span,
#IndividualBadge .badge-button a span	{ display: block; width: 90px; padding: 24px 5px; }

.actionBox .navigationCt a { font-weight:bold; font-size:14px; color:#FFFFFF; }
.fundraiser .ShareLabelCt { font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#959595; }

.fundraiserBadge .badge-heading h3 { font-size:18px; color:#333333; text-transform:capitalize; }
.fundraiserBadge .badge-heading h4 { font-size:14px; color:#999999; }
.fundraiserBadge .badge-heading h4 a { color:#999999; }  

.teamMemberBadge .badge-heading h4 { font-size:16px; color:#333333; text-transform:capitalize; }
.teamMemberBadge .badge-heading h4 a { color:#333333; }
.teamMemberBadge .badge-heading h5 { font-size:14px; color:#999999; } 
.teamMemberBadge .badge-button a	{ width: 100px !important; line-height: 33px; }

.fundraiser .raised .attribute {  }
.fundraiser .raised .attribute .label { font-size:12px; font-weight:bold; color:#DADADA; }
.fundraiser .raised .attribute .value { font-size:20px; font-weight:bold; color:#FFFFFF; }

.moduleSideBarWpr h3 { color:#FFFFFF; font-size:16px; }

.fundraisingDetailCt ul li { border-bottom:1px solid #797979; }
.fundraisingDetailCt .attribute { font-size:11px; }
.fundraisingDetailCt .attribute .label { color:#E0E0E0; }
.fundraisingDetailCt .attribute .value { color:#E0E0E0; }
.fundraisingDetailCt .actionLinkCt a { color:#E0E0E0; font-weight:bold; font-style:italic; }

.search .searchBox h2 { border-right:1px solid #666666; color:#FFFFFF; }
.search .searchBox .title { color:#FFFFFF;  }
.search input { font-size:13px; }

/* ==| Fundraising Registation Steps Style | == */
#processContainer .processBreadCrumbs .processItem		{ background-color: #E4E4E4; }
#processContainer .processBreadCrumbs .processItemText	{ color: #333333; font-weight: normal; }
#processContainer .processBreadCrumbs .highlighted		{ background-color: #CCCCCC; color: #333333; font-weight: bold; }

/* ==| Fundraising Portal Steps Style | == */
#FundraisingPortal .SectionWpr { background:#DCEBF6 url(../images/Fundraising/SectionWpr_bg.gif) right top repeat-y; }
#FundraisingPortal .SectionHeader { background-color:#235C83; }
#FundraisingPortal .SectionHeader .SectionLabel h2 { color:#FFF; font-size:17px; }

#FundraisingPortal .SocialMediaContent	{ background-color:#296591; }
#FundraisingPortal .SocialMediaContent .SocialMediaLabel { color:#FFF; font-size:13px; }

#FundraisingPortal .GoalWpr { background-color:#FFF; }
#FundraisingPortal .GoalLeftSideOuterWpr { border-right:1px solid #D8E6EF; }
#FundraisingPortal .GoalLeftSideWpr .GoalTitle { font-size:22px; color:#2E6FA5; }
#FundraisingPortal .GoalLeftSideWpr .GoalSubtitle { font-size:13px; color:#183F59; }

#FundraisingPortal .GoalRightSideWpr .ProgressBarWpr { background-color:#79BDE0; }
#FundraisingPortal .GoalRightSideWpr .ProgressBarWpr .Progression { background-color:#1F5995; }
#FundraisingPortal .GoalRightSideWpr .label	{ color:#183F59; font-weight:bold; font-size:10px; }
#FundraisingPortal .GoalRightSideWpr .ammount { color:#4E7E92; font-size:16px; }

#FundraisingPortal .SectionMenuWpr ul li { border-bottom:1px solid #3C89C6; }
#FundraisingPortal .SectionMenuWpr ul li a { color:#FFF; }

#FundraisingPortal .TopTeamMembersWpr { background-color:#EFF7FF;}
#FundraisingPortal .TopTeamMembersWpr .TeamMemberLabelWpr span { color:#2E6FA5; font-size:17px; }
#FundraisingPortal .TeamMembersListOuterWpr	{ border-left:1px solid #D8E6EF; }

#FundraisingPortal .TeamMembersListOuterWpr .TeamMembersListWpr ul li { color:#4E7E92; font-size:14px; }
#FundraisingPortal .TeamMembersListOuterWpr .TeamMembersListWpr ul li a	{ color:#183F59; }

#FundraisingPortal .TeamButtonWpr .JoinTeam a { background:transparent url(../images/Fundraising/JoinATeam_button_bg.jpg) left top no-repeat; }
#FundraisingPortal .TeamButtonWpr .CreateTeam a	{ background:transparent url(../images/Fundraising/CreateATeam_button_bg.jpg) left top no-repeat; }

/* ==| Volunteer Manager Form | == */
.volunteer .sortText { color:#333333;}
.volunteer .arrow-collapse{ background:transparent url(../images/volunteer/upArrow.png) left top no-repeat; }
.volunteer .arrow-expand{ background:transparent url(../images/volunteer/downArrow.png) left top no-repeat; }
.volunteer .shiftSectionWrapper { border-bottom: 1px solid #B2D2E7; }
.volunteer .mainContainer { color:#333333; border-bottom: 1px solid #B2D2E7; }
.volunteer .mainContainer h3 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#098499; }
.volunteer .mainContainer h4 { border-bottom:1px solid #DFEBF0; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#5FA6DC; }	
.volunteer .mainContainer .innerContainer { background-color:#F6FCFD; }
.volunteer .shiftHeaders { font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#5FA6DC; }
.volunteer .shiftItem, 
.volunteer .fieldContainer label, 
.volunteer .fieldContainer .fieldLegend{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#30538B; }
.volunteer .shiftItem .hr { background-color:#DFEBF0; }	
.volunteer .shifts .password { background-color:#D4EDF3; }
.volunteer .shifts .password label { font-weight:bold; color:#000000; font-size:12px; }
.volunteer .shifts .password input { border:1px solid #000000;}

.categoryName { display:inline-block; padding:0 4px 0 0;}
.tooltipIcon { display:inline-block; background:transparent url(../images/volunteer/tooltip.png) left top no-repeat; height:16px; width:16px;}
.tooltip { background:#F0F0F0; border:solid 1px #000000; padding:10px; width:250px; white-space:normal; text-align:left;}

#lbl_termsAccept { width:650px; margin-right: 0 !important;}
#div_termsAccept { padding:0 0 20px 0 !important;}

/* ==| Volunteer Manager Confirmation | == */
#VolunteerConfirmationWpr {}
#VolunteerConfirmationWpr .confirmationItemWpr {}
#VolunteerConfirmationWpr .InformationCt { background-color:#EFFAFC;}
#VolunteerConfirmationWpr .contactTable .innerWpr { padding:20px;}
#VolunteerConfirmationWpr .heading { font-size:16px; font-weight:normal; color:#3477B6; text-align:left; line-height:normal; padding:0;}
#VolunteerConfirmationWpr .name { font-weight:bold;}
#VolunteerConfirmationWpr .title { background-color:#CDE8F4; font-size:14px; font-weight:bold; color:#255481; height:34px; line-height:34px; padding: 0 0 0 20px;}
#VolunteerConfirmationWpr .subtitle { color:#5FA5DC; font-weight:bold; padding:4px 0 0 20px;}
#VolunteerConfirmationWpr .formItem { padding:8px 0 8px 20px;}
#VolunteerConfirmationWpr .spacer { border-bottom:solid 1px #DFEBF0;}

/* ==| One Step Donation Form | == */
.IndentedLayout .SectionContainerObject { border-bottom:1px solid #E1E1E1;}
/*.IndentedLayout .SectionSubHeader { font-size:15px; color:#7D7D7D;}*/

.IndentedLayout #lbl_PaymentOption .labelText,
.IndentedLayout #div_cc_type .labelText,
.IndentedLayout #lbl_RecurringType_Id .labelText,
.IndentedLayout #lbl_GiftType_Id .labelText { font-size:15px; font-weight:bold;}

.IndentedLayout #firstPayment { background-color:#E1E1E1;}
.IndentedLayout #spn_GiftType_Id label { color:#797979;}
.IndentedLayout .reccuringText { border-left:solid 1px #E1E1E1;}

.IndentedLayout #TotalInformation .title,
.IndentedLayout .reccuringText .title { font-size:17px; color:#7D7D7D; font-weight:bold;}

.IndentedLayout #TotalInformation .amt,
.IndentedLayout .reccuringTextContent { font-size:22px; font-weight:bold; color:#666666;}

.IndentedLayout .CreditCardPaymentWpr .helpText a { background: transparent url(../images/Secondary.png) 0 -81px no-repeat; }

.IndentedLayout #Step1Buttons button { background: #999999; cursor: pointer; }
.IndentedLayout #Step1Buttons button span { background: transparent url(../images/Secondary.png) 213px -35px no-repeat; color:#FFFFFF; padding: 0 35px 0 0; }

.IndentedLayout #DisclaimerInformation { background-color:#EDEDED; border:solid 1px #E1E1E1;}
.IndentedLayout #DisclaimerInformation .disclaimer { font-style:normal; font-size:13px; color:#666666;}
.IndentedLayout #lbl_firstPaymentConfirm { padding:0;}

.confirmationWpr .sectionHeading { padding:8px;}