html, body, img, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, table td, table th { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

body {
	font-size: 11px;
	line-height: 17px;
	font-family: verdana, arial, sans-serif;
	color: #555555;
	background: url(../images/bg-body.gif) repeat-x top left #cce0eb;
   }

#tokenBody {
	font-size: 11px;
	line-height: 17px;
	font-family: verdana, arial, sans-serif;
	color: #bcd6e4;
	
   }

a {
	color: #006699;
	text-decoration: none;
	}

a:hover {
	color: #006699;
	text-decoration: underline;
	}

p {
	margin: 0 0 15px 0;
	}

ul {
    margin: 0 0 15px 17px;
}

hr 
{
	border: 0;
	color: #bcd6e4;
	background-color: #bcd6e4;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* ------------------------------------------------------------- */

#container .ulNoMargin {
	margin: 0 0 0 17px;
}

#headerWrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	height: 105px;
	background: url(../images/bg-header.gif) no-repeat top left;
	}

#header {
	}

#header .bookmarkImg {
	padding: 72px 50px 0 0;
	float: right;
	}

/* ------------------------------------------------------------- */

#container {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
	border: 1px solid #bcd6e4;
	background-color: #ffffff;
	}

#containerWrapper {
	margin: 19px;
	background-color: #e9f2f6;
	}

/* ------------------------------------------------------------- */

#logout {
	background-color: #006699;
	height: 44px;
	color: #ffffff;
	font-weight: bold;
	}

#logoutWrapper {
	}

#logoutWrapper .logoutImg {
	margin: 10px 30px 0 20px !important;
	float: right;
	}

#logoutWrapper p {
	padding-top: 13px;
	float: right;
	}

/* ------------------------------------------------------------- */

#content {
	width: 635px;
	float: left;
	}

#tokenContent {
	width: 600px;
	float: left;
	}
	
#contentWrapper, #contentHomeWrapper {
	padding: 30px 0 30px 30px;
	}

#content h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #bcd6e4;
	}

#content h2, #importantText {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #8a1f03;
	}

#content h3 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 22px;
    font-weight: normal;
    color: #8a1f03;
    border: none;
}

h1 {
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	font-size: 22px !important;
	font-weight: normal;
	border-bottom: 1px solid #bcd6e4;
	}
	
/* ------------------------------------------------------------- */

#subContent {
	width: 285px;
	float: right;
	}

.navigator {
	padding: 68px 30px 30px 30px;
}

.login 
{
	padding-top: 30px;
	padding-left: 30px;
}

#subContentWrapper h2 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #555555;
	}

#subContent a {
	text-decoration: none;
	}
	
#subContentWrapper ul {
	margin: 0;
	list-style: none;
	border-top: 1px solid #bcd6e4;
	}

#subContentWrapper ul li {
	padding: 7px 0 7px 10px;
	list-style: none;
	border-bottom: 1px solid #bcd6e4;
	font-weight: bold;
	}

.navOn {
	background-color: #ffffff;
	}

.navOn a {
    color: #8a1f03 !important;
}

.centeredPanel {
	padding: 10px; 
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------------------------- */

#footerWrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	height: 110px;
	}

#footer {
	padding: 30px 0 0 50px;
	}

/* ------------------------------------------------------------- */

.tableData {
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #bcd6e4;
	border-collapse: collapse;
	}

.tableData th {
	padding: 4px;
	background-color: #bcd6e4;
	vertical-align: top;
	border: none;
	}
	
.tableData td {
	padding: 4px;
	border-top: 1px solid #bcd6e4;
	vertical-align: top;
	border-left: none;
	border-right: none;
	border-bottom: none;
	}

/* - - ----------------------------------------------------------
Modal Progress Styles
------------------------------------------------------------- - - */
.modalProgressGreyBackground
{
   background-color: Black;
   filter: alpha(opacity=60);
   opacity: 0.6;
}

.modalProgressPopup
{
   text-align: center;
   padding-top: 30px;
   border-style: solid;
   border-width: 1px;
   background-color: White;
   width: 300px;
   height: 80px;
}


/* - - ----------------------------------------------------------
Input Styles
------------------------------------------------------------- - - */

input, select, button, dd, textarea
{
   margin: 5px 0 1px 0 !important;
   font-family: verdana, arial, geneva, lucida, sans-serif;
   font-size: 11px;
   color: #000000;
}
.CompactRadioButtonList, label
{
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   font-family: verdana, arial, geneva, lucida, sans-serif;
   font-size: 11px;
   color: #000000;
}
.TextBoxLabel
{
	border-style: none;
	border-width: 0;
	color: Black;
}
.TextBoxLabel[Disabled]
{
	border-style: none;
	border-width: 0;
	color: Black;
}
.CompactTextBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #7F9DB9;
	margin: 1px 0 1px 0;
	font-family: verdana, arial, geneva, lucida, sans-serif;
	font-size: 11px;
	height: 15px;
}
.CompactTextBox[Disabled]
{
   border-color: GrayText;
}
.CompactDropDownList
{
	border-style: solid;
	border-width: 1px;
	border-color: #7F9DB9;
	margin: 2px 0 2px 0;
	font-family: verdana, arial, geneva, lucida, sans-serif;
	font-size: 11px;
	height: 19px;
}
.CompactDropDownList[Disabled]
{
   border-color: GrayText;
}

/* - - ----------------------------------------------------------
Modal Popup Styles
------------------------------------------------------------- - - */
.modalBackground
{
   background-color: Black;
   filter: alpha(opacity=60);
   opacity: 0.6;
}
.modalLabel
{
	text-align: left;
	padding-right: 5px;
	font-weight: bold;
	vertical-align: top;
}
.modalHelp
{
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}
.modalDataInput
{
	padding-right: 5px; 
	vertical-align: top;
}
.modalCaption
{
   font-family: Verdana, Arial;
   font-size: 14px;
   font-weight: bold;
   color: Black;
}

.Modal-HelpCaption
{
/*   padding: 0px 10px 0px 10px;
   margin: 0px 10px 0px 10px; */
   font-family: Verdana, Arial;
   font-size: 11px;
   color: #555555;
   font-weight: bold;
   text-decoration: underline;
   cursor: pointer;
}
.Modal-HelpContent
{
   font-family: Verdana, Arial;
   font-size: 11px;
   color: Black;
   border-left: solid 1px black;
   padding: 0 5px 0 5px;
   margin: 0 0 5px 10px;
}


/* ------------ */
.header
{
	border-bottom: solid 1px black;
}

/* - - ----------------------------------------------------------
Help Popup Styles
------------------------------------------------------------- - - */
.HelpText
{
	font-family:Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	text-align: left;
	text-decoration: none;
	overflow: auto;
	vertical-align: top;
	max-height: 350px;
}

.HelpClose
{
	font-size: 11px;
	color: Blue;
	text-decoration: underline;	
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.HelpImage
{
	padding: 0 0 0 0;
	margin: 2px 0 2px 0;
	float: right;
}

.Header
{
	border-top: solid 1px black; 
	border-bottom: solid 1px black; 
	background-color: #CCCCCC; 
	font-family: Verdana, Arial;
	color: Black; 
	margin-top: 10px; 
	padding: 5px 2px 5px 2px;
}
.Header-Caption
{
	font-family: Verdana, Arial;
	font-size: 12px; 
	font-weight: bold;
}

/* - - ----------------------------------------------------------
DataList Styles
------------------------------------------------------------- - - */

.DataList-Left
{
	border-right: solid 1px gainsboro; 
	padding-left: 10px;
}

.DataList-Right
{
	padding-left: 10px;
}

.DataList-Seperator
{
	border: none 0; 
	border-top: 1px Dotted Black;
	border-bottom: 1px Dotted Black;
	width: 100%;
	height: 1px;
}

/* - - ----------------------------------------------------------
Highlight Table Styles
------------------------------------------------------------- - - */

.Highlight-Top
{
	background-color: whitesmoke; 
	border-top: dotted 1px black;
}

.Highlight-Bottom
{
	background-color: whitesmoke;
	border-bottom: dotted 1px black;
}
/* - - ----------------------------------------------------------
Validation Error Styles
------------------------------------------------------------- - - */
.LabelCell {
    width: 160px;
    vertical-align: middle;
}

.CertificateLabelCell {
    width: 200px;
    vertical-align: middle;
}

.ControlCell {
    width: 225px;
    vertical-align: middle;
}

.ValidatorCell {
	width: 18px;
}

.ValidatorImage {
    position: relative;
    top: 1px;
}

.ValidatorTargetControl {
	background-color: mistyrose;
	border: solid black 1px;
}

.ValidationSummary ul {
    color: black;
	margin-top: 0;
	margin-bottom: 0;
}

.MessageSummary ul {
    color: black;
	margin-top: 0;
	margin-bottom: 0;
}

.MessageWrapper {
    display: none;
    background-color: mistyrose; 
	border: 1px solid black;
}

.MessageTitleBar {
	background-color: #cc0000; 
	border-bottom: 1px solid white;
	padding-bottom: 4px; 
	padding-left: 6px; 
	padding-right: 6px; 
	padding-top: 4px;
}

.MessageTitle {
	color: white; 
	font-weight: bold;
}

.MessageContent {
	overflow-x: hidden; 
	overflow-y: auto; 
	padding-bottom: 4px; 
	padding-top: 4px;
	max-height: 52px;
}

.MessagingButtonValidate {
}
/* - - ---------------------------------------------------------- */

.AddPrompt
{
	margin: -5px 0 0 0;	
}
.ContinuePrompt
{
	text-align: left;
	padding-top: 5px; 
	padding-bottom: 3px;	
}

.FakeLink
{
	color: Blue;
	text-decoration: underline;
	cursor: pointer;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #006599;
}
input::-moz-placeholder { /* Firefox 19+ */
    color: #006599;
}
input:-ms-input-placeholder { /* IE 10+ */
    color: #006599;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #006599;
}

.tableDataDiv {
    display: table;
	width: 100%;
    clear: both;
	}

.tableRowDiv {
    display: table-row;
    clear: both;
    width: 100%;
}

.tableCellDiv {
    display: table-cell;
	padding: 4px 4px 4px 0;
	vertical-align: middle;
	}

.labelCellDiv {
    font-weight: bold;
    width: 200px;
	}

.controlCellDiv {
    width: auto;
	}

.noBorderDiv {
    border: 0;
}

#container .indentedList {
    display: block;
    margin: 0 0 0 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

#container .box {
    padding: 1px;
    border: 1px solid #999;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust: none;
    }
}

/* PaymentHistoryGridView - center the last column for bill notice/payment receipt links */
.PaymentHistoryGridView th:last-child,
.PaymentHistoryGridView td:last-child {
	text-align: center;
}

.logOutButton {
	background-color: #005884 !important;
    border-color: #004F76 !important;
	color: white !important;
	font-weight: bold !important;
	font-size: 11px !important;
	float: left !important;
	margin: auto !important;
}

.logOutButton:hover {
    color: white;
}

.loggedUserCaption {
	text-align: right;
	margin-top: 13px;
}

#renewPolicyNowText {
    font-size: 12px;
    color: #8A1F03;
    line-height: 10px;
}

#renewPolicyNowImage {
    width: 25%;
    text-align: right;
}

#largeGreyButton {
	background-color: #EFEFEF;
	border-color: #C3C3C3;
	color: #4A4A4A;
    width: 80px;
}

#largeGreyButton:hover {
    background-color: #C3C3C3;
}

#largeBlueButton {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: white;
    width: 80px;
}

#largeBlueButton:hover {
	background-color: #2e6da4;
}

#scrollableText {
    height: 40vh;
    background-color: white;
    padding: 10px
}

.maroonText {
    color: maroon;
}

.greyText, input[type="checkbox"] + span, .radioButtonGrid span {
	color: #555555;
}

input[type="checkbox"] {
    vertical-align: middle !important;
    margin: 4px;
}

.radioButtonGrid input {
    float: left
}

.radioButtonGrid label {
    display: block;
}

.radioButtonGrid div {
    margin-left: 22px
}

.termsAndConditionSection {
    margin-top: 10px;
}

.termsAndConditionSection p {
    margin-bottom: 5px;
}

.termsAndConditionSection a {
    text-decoration: underline;
}

.greenPreferencesProcessingMessage {
	margin-top: 15px;
	text-align: center;
    color: maroon;
}

.documentsTable {
    margin-top: 20px;
    border-width: 0;
    border-style: None;
    border-collapse: collapse;
}

.documentsTableFirstTd { width: 70%; }
.filingsRow > td { padding-top: 3px; }

.greenProgramRow > td { padding-bottom: 3px; }
.greenMarketingAdDiv {
	margin: 5px 0 0 10px;
	padding: 1px;
	border: 1px solid #999;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: 100px;
	width: 200px;
	color: #ffffff;
	font-family: Sans-serif;
	text-align: right;
	font-size: 14px;
	background: green;
}

.greenMarketingAdTextDiv {
	margin-top: 7px;
	margin-right: 7px;
	height: 90px;
	line-height: 1.3;
	background: green url('../Images/bg-leaf-transparent.png') bottom no-repeat;
	background-position: 10% 50%;
}

.GreenProgramVerifyEmailLabel {
    color: maroon;
    font-weight: bold;
}

.modal-bg-green {
	background-image: url('../Images/bg-green-popup.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

.overlay {
	position: absolute;
	left: 0;
	padding: 20px;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(64, 64, 64, 0.7);
	transition: all 0.3s ease;
}

.addEmailAddressSection {
    margin-top: 15px;
    margin-bottom: 15px;
}

.addOrChangeEmailGroup label {
	width: 100px;
	color: #555555;
	vertical-align: text-top;
}

.addOrChangeEmailGroup input {
	width: 283px;
	vertical-align: middle;
}

.twbs a {
	color: #006699;
}

.smsMarketingAdDiv {
	margin: 5px 0 0 10px;
	padding: 1px;
	border: 1px solid #999;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: 100px;
	width: 200px;
	color: #ffffff;
	font-family: Sans-serif;
	text-align: center;
	font-size: 14px;
    background: rgb(77, 133, 203);
}

.smsMarketingAdTextDiv {
	margin-top: 7px;
	margin-right: 7px;
	height: 90px;
	line-height: 1.3;
	background: rgb(77, 133, 203);
}

.smsYellowText {
    font-size: 17px;
    letter-spacing: 0.04em;
    color: rgb(243, 198, 11)
}

.modal{
	overflow: auto !important;
}

.EmailMobilePrefGroup {
    display: inherit;
    margin-bottom: 5px;
}

.EmailMobilePrefGroup div:first-child {
    width: 105px;
}

.EmailMobilePrefGroup div:nth-child(2) {
	width: 245px;
    margin-right: 5px;
    overflow-wrap: break-word;
}

.addOrChangeEmailFormGroup label {
    width: 175px;
    color: #555555;
    vertical-align: text-top;
}

.addOrChangeEmailFormGroup input[type='text'] {
    width: 283px;
    height: 20px;
    vertical-align: middle;
}

.addOrChangeEmailFormGroup input[type='button'] {
	width: 283px;
	vertical-align: middle;
}

#inputNewMobilePhone, #inputConfirmNewMobilePhone {
	width: 170px;
}

#smallGreyButton {
	background-color: #EFEFEF;
	border-color: #C3C3C3;
	color: #4A4A4A;
	width: 60px;
	font-size: 11px;
}

#smallGreyButton:hover {
    background-color: #C3C3C3;
}

.PaymentRemindersPreference span{
    vertical-align: text-bottom;
    margin-right: 10px;
}

.PaymentRemindersPreference select {
    vertical-align: bottom;
}