﻿@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* ==| Body & Paragraph Styles | == */ 
html {}
body { color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.65em; }

.wysiwyg p,.wysiwyg p.normal,p,p.normal { margin: 1em 0; line-height: 1.65em; }
p.fancy { font-style:italic; }

.altcolor { color:#666666; }

/*Uncomment this to change wysiwyg background color*/
/*.EditorBackgroundColor { background-color:#333333 !important;}*/

/* ==| Heading Styles | == */
.pageheading, .pageHeading	{ display:block; font: normal 500 28px Arial, Helvetica, sans-serif; color:#333333; }
.heading	{ font: normal normal 22px Arial, Helvetica, sans-serif; color:#00303F; }
.subheading, .subHeading, 
.subheading1, .subHeading1	{ font: normal 500 18px Arial, Helvetica, sans-serif; color: #00303F; }
.subheading2, .subHeading2	{ font: normal 500 16px Arial, Helvetica, sans-serif; color: #00303F; }
.subheading3, .subHeading3	{ font: normal 700 14px Arial, Helvetica, sans-serif; color: #00303F; }

/* ==| Anchor Style | == */
a		{ text-decoration: none; color:#35B4CA; outline: none; }
a:focus,
a:hover { text-decoration: none; color:#177FA1; }

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; background:transparent url(../images/buttons.png) no-repeat right -30px; height:22px; padding-right:15px; font-size:12px; font-weight:bold; }
.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; height:22px; padding-left: 15px; margin-left:1px; line-height:22px; }
.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; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
                .buttonContainer a,
                #RegistationContainer a,
                .buttonContainer button                { height:23px;}
}


.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: #FFF; border: 1px solid #A1CCD9; color:#3F3F3F; }
.fieldContainer textarea{ background-color: #FFF; border: 1px solid #A1CCD9; color:#3F3F3F; }
.fieldContainer input,
.fieldContainer input.text,
.fieldContainer input.password	{ background-color: #FFF; border: 1px solid #A1CCD9; color:#3F3F3F; }
.fieldContainer input.hint		{ background-color: #FFF; }
.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: #3F3F3F !important; font-family: Arial, Helvetica, sans-serif;}
.fieldContainer .description	{ color: #3F3F3F; }
.fieldContainer .hint			{ color: #3F3F3F; font-style: normal; }
.fieldContainer .fileHint		{ color: #3F3F3F; }
.formContainer .fieldset legend span { color: #3F3F3F !important; }

#captcha_wrapper{ border:1px solid #A1CCD9 !important; background-color:#D8E6EA !important; overflow:visible; padding:3px; width:302px; }
#captcha_image	{ border:1px solid #A1CCD9 !important; }
#captcha		{ border:1px solid #A1CCD9 !important; }

.filter .fieldContainer input,
.filter .fieldContainer input.text,
.filter .fieldContainer input.password { }

/* ==| Form UI Style | == */
.SectionHeader		{ border-bottom:1px solid #BBBBBB; font-size:18px; color:#00303F; line-height:24px; }
.SectionSubHeader	{ font-weight: 700; padding:10px 0 0 0; color:#00303F; }
.captcha {}
.instructions, 
.instructionText { }
.PayByCheckInfo { line-height:normal;}

/* ==| Form Error Style | == */
.formError { background-color:#FFFAF4; border:1px solid #FFBF8A; font-size:11px; font-weight:normal; color:#D95E00; }
.fieldContainer.error * { color:#D95E00 !important; }
.fieldContainer.error textarea,
.fieldContainer.error select,
.fieldContainer.error input,
.fieldContainer.error input.text, 
.fieldContainer.error input.password				{ background-color: #FFFAF4 !important; border-color: #FFBF8A !important; color: #D95E00 !important; }
#AccountVerificationWrapper.inline #SecurityFormMsg	{ background-color: #FFFAF4 !important; border-color: #FFBF8A !important; color: #D95E00 !important; }

/* ==| Form Print Style | == */
.fieldContainer.print {}
.confirmationWpr .sectionHeading,
.fieldContainer.print label { background-color:#D8E6EA; border-bottom:1px solid #A1CCD9; color:#00303F; padding-left: 2px; }
.fieldContainer.print .formField { }

/* ==| Box Style | == */ 
.box		{ background-color:#D8E6EA; border: 1px solid #A1CCD9; }
.box .label { font-weight: bold; color:#666666; }

.imageBox	{}
.imageVertBox { border-color:#D9D9D9; } 
.relatedBox	{}
.relatedBox ul,
.relatedBox li	{ color:#35B4CA; list-style: disc; }

/* ==| Background Style | == */
.background		{ background-color:#D8E6EA; border:solid 1px #A1CCD9;}
.altBackground	{ background-color:#D8E6EA; border:solid 1px #A1CCD9; }

/* ==| Border Style | == */
hr	{ height: 1px; background: #BBBBBB;}
.border		{ border-color: #BBBBBB; }
.altBorder	{ border-color: #BBBBBB; }

/* ==| Block Quote Style == */
blockquote {
	background: transparent url(../images/main.png) no-repeat -29px -1793px;
	display: block;
	min-height: 25px;
	padding: 8px 0 0 60px;
	margin: 0 !important;
	font: italic 16px Arial, Helvetica, sans-serif;
	color:#2D9BB3;
}
blockquote h3	{
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	color:#666666;
}

/* ==| Module Table Style | == */
table.moduleTable				{ margin:5px 0 5px 0; }
table.moduleTable thead th		{ background-color:#FFF; border-bottom:1px solid #000; font-weight:bold; color: #333; }
table.moduleTable thead th span	{ padding: 0 0 0 5px; }
table.moduleTable tbody tr.odd	{ background-color:#EEE; }
table.moduleTable tbody tr.even	{ background-color:#FFF ; }
table.moduleTable tbody tr:hover td	{ background: #FFC !important;}
table.moduleTable tbody tr.error	{ background-color:#FFEEDD; }
table.moduleTable tbody tr.error td input { background-color:#FFF; border:1px solid #990000; color:#990000; }
table.moduleTable tbody td { color:#333; padding:5px; }
table.moduleTable tbody td input { background-color:#FFF; border:1px solid #9D9D9D; color:#000; }
table.moduleTable tfoot		{}
table.moduleTable tfoot td	{}

/* ==| Message Style | == */ 
div.errormsg,
div.alertmsg { background-color:#D71000; color:#FFF; font-size:13px; padding:5px; border:solid 5px #D71000; margin: 0 0 10px;}

/* ==| Global Pagination and RSS Styles | == */
.linkContainer a, 
.feedButtonWpr a { color:#333333; 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:#333333; 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:#00303F;}
.featured { background:transparent url(../images/main.png) no-repeat -30px -1143px; }

.title { margin:0; padding:0; line-height:normal; font-weight:normal; color:#00303F; }
.title a {}
.title a:hover {}

.attribute { color:#666666; line-height: normal; }
.attribute .label { font-weight: bold; }
.attribute .value { font-weight: bold; }
.attribute a {}
.attribute a:hover {}

.source,
.spacer { border-left: 1px solid #666666; }
.source.noSpacer { border: 0 none; padding-left:0 !important; }

#EventDisplay .source,
#EventDisplay .spacer { border:0 none; padding:2px 0 0;}

.disclaimer		{ font-size:11px; font-style:italic; line-height:1.45em; border:1px solid #BBB; 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; font-style:italic; line-height:1.45em; }
.separator	{ border-top:1px solid #BBB;}
.closed		{ font-size:14px; }

/* ==| List Style Overrides | == */ 
.list .title 	{}
.list .title a	{ font-size:16px; color:#00303F; font-weight:bold;}
.list .attribute{ font-size:11px;}
.list .source,
.list .spacer {}
.list .source.noSpacer { border: 0 none; }

/* ==| Detail Style Overrides | == */ 
.detail .title		{ font-size: 22px; }
.detail .attribute	{ font-size: 12px; }
.detail .attribute .label { font-weight: bold; }
.detail .attribute .value { font-weight: bold; }
.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			{ }
.shortDescription	{ }
.longDescription	{ }
#MediaCategoryDescription p	{ }

.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:#00303F; }
#StaffDirectoryResults_BodyLeft #title		{ font-size:13px; font-weight:bold; color: #333333; }
#StaffDirectoryResults_BodyLeft #category	{ font-size:16px; font-weight:normal; color:#333333; }
#StaffDirectoryResults_BodyLeft #fullAddress{ color: #333333; font-size:12px; }
#StaffDirectoryResults_BodyRight #phone		{ color:#333333; background:transparent url(../images/main.png) no-repeat -22px -1231px; }
#StaffDirectoryResults_BodyRight #email		{ color:#333333; 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:#00303F; text-transform: none; }
.filter .content .header .options span.label { font-weight:bold; font-style:normal; font-size:11px; color:#333333; }
.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; }

.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 #000; background-color:#000; }
.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; }

.fundraiser .badge-button a	{
	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,
#FundraisingPortal .TeamButtonWpr .CreateTeam a {
	background-image: -webkit-linear-gradient(top, #333, #999);
	background-image: -moz-linear-gradient(top, #333, #999);
	background-image: -o-linear-gradient(top, #333, #999);
	background-image: -ms-linear-gradient(top, #333, #999);
	background-image: linear-gradient(top, #333, #999);
	background-color: #656565;
	border-radius: 3px;
	font: 700 14px/42px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
}
#FundraisingPortal .TeamButtonWpr .JoinTeam a span,
#FundraisingPortal .TeamButtonWpr .CreateTeam a span	{ display: inline; }

/* ==| Volunteer Manager Form | == */
.volunteer .sortText { color:#333333;}
.volunteer .arrow-collapse	{ background: transparent url(../images/Secondary.png) 0 -183px no-repeat; }
.volunteer .arrow-expand	{ background: transparent url(../images/Secondary.png) 0 -145px no-repeat; }
.volunteer .shiftSectionWrapper { border-bottom: 1px solid #B2D2E7; }
.volunteer .mainContainer { color:#333333; border-bottom: 1px solid #DBDBDB; }
.volunteer .mainContainer h3 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#858585; }
.volunteer .mainContainer h4 { background-color: #EDEDED; border-bottom:1px solid #EDEDED; font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#000; }	
.volunteer .mainContainer .innerContainer { background-color: #F0F0F0; }
.volunteer .shiftHeaders { font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; }
.volunteer .shiftItem, 
.volunteer .fieldContainer label, 
.volunteer .fieldContainer .fieldLegend{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#595959; }
.volunteer .shiftItem .hr { background-color:#DFEBF0; }	
.volunteer .shifts .password { background-color:#D4EDF3; }
.volunteer .shifts .password label { font-weight:bold; color:#000; font-size:12px; }
.volunteer .shifts .password input { border:1px solid #000;}

.categoryName { display: inline-block; padding: 0 4px 0 0;}
.tooltipIcon { display: inline-block; background: transparent url(../images/Secondary.png) 0 -81px no-repeat; height: 16px; width: 16px; }
.tooltip { background: #F0F0F0; border: solid 1px #000; 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:#F0F0F0;}
#VolunteerConfirmationWpr .contactTable .innerWpr { padding:20px;}
#VolunteerConfirmationWpr .heading { font-size:16px; font-weight:normal; color:#000; text-align:left; line-height:normal; padding:0;}
#VolunteerConfirmationWpr .name { font-weight:bold;}
#VolunteerConfirmationWpr .title { background-color:#EDEDED; font-size:14px; font-weight:bold; color:#000; height:34px; line-height:34px; padding: 0 0 0 20px;}
#VolunteerConfirmationWpr .subtitle { color:#000; 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	{ border-raduis: 0.7em; overflow: hidden; margin: 0 0 0 20px; padding: 0;}
.IndentedLayout #Step1Buttons button {
	background:url(../images/Donations/button.png);
	width:300px;
	height:63px;
	cursor: pointer;
	border:0 none;
}
.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;}

/* ==| One Step Donation Form - For MAC | == */
#LevelInformation .fieldContainer input[type="radio"]	{ width:20px !important;}