﻿.Content .PageHeader {
	border-bottom: 1px solid #B7B7B7;
	margin-bottom: 25px;
}
.PageHeader .PageTitle {
	float: left;
	font-family:sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #252525;
	line-height: 28px;
}
.PageHeader .Progress {
	float: right;
	width: 70px;
	text-align: center;
	font-size: 11px;
	padding-bottom: 5px;
}
.Progress .Box {
	width: 15px;
	height: 15px;
	border: 1px solid #B7B7B7;
	margin: 0px 27px 0px 27px;
}
.Progress .BoxActive {
	width: 15px;
	height: 15px;
	border: 1px solid #B7B7B7;
	margin: 0px 27px 0px 27px;
	background-color: #5f8191;
}
.Content .Section {
	padding-bottom: 20px;
}
.Section .SectionHeader {
	background-color: #5f8191; /* CR changed this */
	color: #FFF; /* CR changed this */
	/*	border-bottom: 1px solid #B7B7B7;*/
	margin-bottom: 20px;
}
.SectionHeader .SectionTitle {
	font-family:sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold; /* CR changed this */
	padding: 6px 10px 6px 10px;/*	border-bottom: 1px solid #FFFFFF;*/
}
.Section .BodyText {
	padding: 0 0 15px 10px;
}
.Section .SectionContent {
	padding-bottom: 20px;
}
.SectionContent .Heading {
	float: left;
	width: 730px;
	font-size: 14px;
	font-family: sans-serif;
	padding-bottom: 10px;
}
.SectionContent .FullRow {
	float: left;
	width: 720px;
	padding-bottom: 15px;
}
.SectionContent .LastRow {
	float: left;
	width: 720px;
	padding-bottom: 0px;
}
.SectionContent .Column {
	float: left;
	padding-right: 20px;
}
.SectionContent .AddLink {
	float: left;
	font-size: 12px;
	color: #00539c;
}
.SectionContent .Column .Label {
	padding: 0px 0px 6px 0px;
	font-size: 12px;
	line-height: 14px;
}
.SectionContent .FormField {
	height: 21px;
	font-size: 12px;
	padding: 3px 0px 0px 5px;
	border: 1px solid #b7b7b7;
	font-family: sans-serif;
	margin-bottom: 10px;
}
.SectionContent .SelectField {
	height: 24px;
	border: 1px solid #b7b7b7;
	font-family: sans-serif;
	margin: 0px 0px 10px 0px;
}
.SectionContent .Width70 {
	width: 70px;
}
.SectionContent .Width162 {
	width: 162px;
}
.SectionContent .Width330 {
	width: 330px;
}
.SectionContent .FloatLeft {
	float: left;
}
.SectionContent .Column .Calendar {
	float: left;
	padding-left: 5px;
}
.Error {
	padding-left: 20px;
	padding-bottom: 20px;
}
.Error li {
	color: #FF0000;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}
.Warning {
	padding-left: 20px;
	padding-bottom: 20px;
}
.Warning li {
	color: #C30;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}
/*TABLE STYLES */
	
.Table {
	font-size: 12px;
}
.PlanDetails {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0px 8px 8px;
	text-align:left;
}
.TableHeader {
	font-size: 14px;
	padding: 8px;
	background-color: #CCC;
	color: #375071;
	font-weight:bold;
}
.TableHeaderTitle {
	font-family:sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 6px 10px 6px 10px;
	background-color: #CCC;
	color: #375071;
}
.TableHeaderPlan {
	color: #375071;
	padding: 6px 10px 6px 10px;
	line-height: 14px;
}
.TableRowName {
	padding: 6px 10px 6px 10px;
	font-weight: bold;
}
.TableRowValue {
	padding: 6px 8px 6px 8px;
}
.TableRow1 {
	background-color: #E4E4E4;
}
.TableRow2 {
	background-color: #F0F0F0;
}
.Table .Price {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #CE1E30;
}
.TablePlanDetails {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0px 8px 6px;
	text-align:left;
}
.Section .SectionFooter {
	border-top: 1px solid #B7B7B7;
	padding: 10px 0px 0px 0px;
}
.SectionFooter .Button {
	float: right;
	color: #FFFFFF;
	background-color: #d03e3e;
	border: 1px solid #b7b7b7;
	margin-left: 15px;
}
.RuleErrorWrapper {
	width:500px;
	padding:0 0 0 20px;
}
.RuleErrorHeading {
	width:500px;
	font-weight:bold;
}
.RuleErrorItems {
	width:500px;
}
/* ALL LINK STYLES */

.Section .BodyText a:link, .SectionContent div a:link {
	color: #375071;
	text-decoration: underline;
}
.Section .BodyText a:hover, .SectionContent div a:hover {
	color: #BD9D2A;
	text-decoration: underline;
}
.Section .BodyText a:visited, .SectionContent div a:visited {
	color: #3E6BA6;
	text-decoration: underline;
}
.AddLink a:link {
	color: #375071;
	text-decoration: none;
}
.AddLink a:hover {
	color: #BD9D2A;
	text-decoration: none;
}
.AddLink a:visited {
	color: #3E6BA6;
	text-decoration: none;
}
.Table a, .TablePlanDetails a, .PlanDetails a, .TableRowName a {
	color: #375071;
	text-decoration: underline;
}
.Table a:hover, .TablePlanDetails a:hover, .PlanDetails a:hover, .TableRowName a:hover {
	color: #BD9D2A;
	text-decoration:underline;
}
.Table a:visited, .TablePlanDetails a:visited, .PlanDetails a:visited, .TableRowName a:visited {
	color: #3E6BA6;
	text-decoration:underline;
}
/* leslie added this to style the div grow/shrink link */
a.adjust {
	color: #375071;
	text-decoration: underline;
}
a.adjust:hover {
	color: #BD9D2A;
	text-decoration:underline;
}
a.adjust:visited {
	color: #3E6BA6;
	text-decoration:underline;
}
.SectionFooter .Button a {
	display: block;
	padding: 6px 18px 6px 18px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
}
.Button a:hover {
	background-color: #C33030;
	color: #FFFFFF;
}
.Button a:active { /* leslie added this to reinforce button press behavior */
	position:relative;
	top:1px;
}