.innerTable
{
	max-width: 800px;   /* MC - CRDEV-8813 - CNE Mobile */
    width:100%;
	margin: 0 0 0 0;

}

.mainbg
{
    /*
		DEV-6358 - MS - 2/14/17 - Moved .mainbg borders/colors to separate Styles_Borders_and_Colors.css
    */
	text-align:center;
}

.mainbgActions
{
    /*
		DEV-6358 - MS - 2/14/17 - Moved .mainbgActions borders/colors to separate Styles_Borders_and_Colors.css
    */
}

.logobox 
{
    height: 124px;
    padding-left: 34px;
    padding-right: 25px;
    padding-top: 15px;
    margin: 0 0 0 0;
    background-image: url('../layout/bg-hd.png');
    background-size: auto;      /* MC - CRDEV-8813 - CNE Mobile */
    background-repeat: round;
}

/* MC - CRDEV-8813 - CNE Mobile */
/* MC - CRDEV-8758 - CNE Mobile - Increased px from 680 to 700 */
/* Adding Scalability */
@media screen and (max-width:700px) {
    .logobox {
        height: 124px;
        padding-left: 34px;
        padding-right: 25px;
        padding-top: 15px;
        margin: 0 0 0 0;
        background-image: url('../layout/bg-hd-nophone.png');
        background-size: auto;
        background-repeat: round;
    }
}

.GroupName
{
	font-size: 12pt;
	color: #FFFFFF;
    /*
		DEV-6358 - MS - 2/14/17 - Moved .GroupName background borders/colors to separate Styles_Borders_and_Colors.css
    */
}

.GroupName td
{
	padding-top: 8px;
	padding-bottom: 8px;
}

div.contentWraper
{
	/*min-height: 175px;*/
	text-align: left;
	padding: 20px 28px;
}   

#instructionsWrapper
{
	padding: 10px 25px 10px 25px;
	text-align: left;
}

div.loginWrapper
{
    /* SAM 2015-01-08 DEV-3182 Standaridizing the layout */
	width: 500px;
	margin: 0 auto;
}

div.loginContent
{
	padding-top: 10px;
}

/* MS - CRDEV-8821 - 1/19 - CNE Mobile */
#btnLogin
{
	text-align: left;
}

/* MC - CRDEV-8813 - CNE Mobile */
/* MC - CRDEV-8758 - CNE Mobile - Increased px from 680 to 700 */
/* Adaptive Display */
@media screen and (max-width:700px) {
    .GroupName td {
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
    }

    div.contentWraper {
        text-align: left;
        padding: 20px 25px;
    }

    div.loginWrapper {
        width: 100%;
        margin: 0 auto;
    }
}


/*
 Instructions
 -------------------------------------------------------------------------------- */

#instructions span.active
{
	display: block;
}

#instructions span.inactive
{
	display: none;
}


/* Footer 
-------------------------------------------- */

.LegalFooter { 
	color: #333333;
	font-size: 7pt;
	line-height: 1.3em;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
}


input[type=image]
{
	outline: none;
	border: none;    
}

div.contentWraper .required
{
	color: Red;
	margin-bottom: 5px;
}

#cgeDefaultErrorInstructions, #cgeUnableToDetectContactDataErrorInstructions, #cgeUnableToSubmitContactDataErrorInstructions, #cgeUnableToRecoverPasswordErrorInstructions
{
	display: none;
}


/* Reset password 
-------------------------------------------- */

div.fieldRow
{
	margin: 10px 0;
	clear: both;
	height: 20px;
}
	
div.fieldRowLeft
{
	float: left;
	width: 125px;
}
	
div.fieldRowRight
{
	float: right;
}

/* CRDEV-8822 - MS - 1/19 - CNE Mobile - padding, centering */
#resetPasswordPhraseDiv
{
    margin-bottom: 10px;
}
@media screen and (max-width:400px)
{
    #resetPasswordPhraseDiv {
        width: 100%;
    }

    #resetPasswordPhrase {
        word-break: break-word;
    }
}

#resetPasswordButtonWrapper, #forgotPasswordButtonWrapper
{
    clear: both;
    text-align: center;
    padding-top: 1em;
}
#resetNewPasswordLabel,
#resetConfirmPasswordLabel
{
    padding-left: 1.5em;
}
#resetNewPasswordLabel
{
    padding-right: 1.5em;
}

div.centerWrapper
{
    /* SAM 2015-01-08 Standaridizing the size */
    width: 500px;
    margin: 0 auto;
}
	
#resetPasswordForm, #forgotPasswordForm
{
	margin-top: 10px;
	margin-bottom: 10px;
}

input[type="text"] {
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
    background-repeat: repeat;
    background-image: none;
    background-position: 0% 0%;
    background-color: #ffffff;
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
    background-attachment: scroll;
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
    height: 22px;
    padding-left: 10px;
    line-height: 22px;
}

input:focus[type="text"]
{
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;    
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
	background-attachment: scroll;
	height: 22px;
	padding-left: 10px;    
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
}

select
{
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
	background-attachment: scroll;
	padding: 2px 2px;
}

input[type="password"]
{
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
	background-repeat: repeat;
	background-image: none;
	background-position: 0% 0%;
	background-color: #ffffff;
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
	background-attachment: scroll;
    /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css    
    */
	height: 22px;
	padding-left: 10px;
	line-height: 22px;
}

.input-validation-error {
	position: relative;
	border-top-color: #A80000 !important;
	border-left-color: #A80000 !important;
	border-right-color: #A80000 !important;
	border-bottom-color: #A80000 !important;
}
.input-validation-error:focus
{
	position: relative;
	border-top-color: #cc0000 !important;
	border-left-color: #cc0000 !important;
	border-right-color: #cc0000 !important;
	border-bottom-color: #cc0000 !important;
}

.errorPopoutCustom
{
	display: none;
}

.errorPopout, .errorPopoutCustom
{
	position: absolute;
	top: 2em;
	left: 0;

	overflow: hidden;
	min-height: 12px;
 
	z-index: 9001;
	width: 200px;
}
.errorPopout2
{
	position: absolute;
	top: 0;
	width: 150px;
	right: -156px;

	overflow: hidden;
	min-height: 12px;

	z-index: 9001;
}
.errorPopout .ContentDiv,.errorPopout2 .ContentDiv, .errorPopoutCustom .ContentDiv
{
	background-color: #eeeeee;
	font-size: xx-small;

	text-align: left;
	padding: 4px;

	border: 2px solid #cc0000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.exitError{
	position:absolute;
	width:8px;
	height:8px;
	top:2px;
	right:2px;
	font-weight: 700;
	cursor: pointer;
	font-size:7px;
	text-align: center;
}
.larrow
{
	border-top-color: #cc0000;
	border-top-style: solid;
	width: 1px;
	height: 1px;
	float: left;
}
.arrow-1
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 1px;
	height: 0px;
	left: 8px;
}
.arrow-2
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 3px;
	height: 0px;
	left: 7px;
}
.arrow-3
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 5px;
	height: 0px;
	left: 6px;
}
.arrow-4
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 7px;
	height: 0px;
	left: 5px;
}
.arrow-5
{
	position: relative;
	background-color: #cc0000;
	border-top: 1px solid #cc0000;
	width: 9px;
	height: 0px;
	left: 4px;
}

p, div
{
   line-height: 14px; 
   /*
		DEV-6358 - MS - 2/14/17 - Moved borders/colors to separate Styles_Borders_and_Colors.css
   */
   font-family: "Helvetica Neue","Helvetica","Arial","Verdana",sans-serif;
   font-size: 13px;
   line-height: 16px;
   -webkit-text-size-adjust: 100%; 
}

.AlertsHeading {
	color: #66A3C2;
	font-size: 15px;
	font-weight: 200;
	white-space: nowrap;
}

span.AlertsOptions 
{
	margin-left: 25px;
}

div.validation-summary-errors, #usernameStatus, #passwordStatus {
    /*font-weight: bold;*/
    color: #A80000;
}

#loadingPopup
{
	display: none;
}




img#logo
{
	margin: 20px 0 0 40px;
}
	
img#Image2a
{
	padding-left: 40px;
}

/* MC - CRDEV-8813 - CNE Mobile */
/* MC - CRDEV-8758 - CNE Mobile - Increased px from 680 to 700 */
/* Adding Scalability */
@media screen and (max-width:700px) {
    img#Image2a {
        padding-left: 0;
    }
}


img#ecn
{
	width: 249px;
	height: 18px;
	float: left;
}
	
#copyright, #copyright p
{
	clear: both; 
	font-size: xx-small; 
	padding-top: 0;
}
	
.followUs
{
	float: right; 
	margin-right: 30px;
}

.noclose .ui-dialog-titlebar-close
{
	display:none;
}

.noTitleStuff .ui-dialog-titlebar {
	display: none;
}

.leftButton {
	margin-right: 170px !important;
}

.rightButton {
	background-color: #99291A !important;
}

.rightButton:hover, .rightButton:focus {
	background-color: #c23321  !important;
}

.note {
	color: #333399;
	font-size: 7pt;
}

.noteLarge
{
	color: #333399;
	font-size: 9pt;
	font-weight: normal;
}

#termsAndConditions, #privacyPolicy
{
	text-decoration: underline;
	cursor: pointer;
}

#termsAndConditionsPrivacyPolicyWrapper p
{
	padding: 10px 0;
}

#linkCneLogin
{
    text-decoration:none; /*DEV-3765 lliu 8-25-2016 : Keep style consistent*/
	cursor: pointer;
    color: #3056B7;/*DEV-3765 lliu 8-25-2016 : since its type was changed from span to anchor, manually revert its original color*/
}

/* mam 05202014 - new style - make mouse pointer a hand over the word Logout */
#linkCneLogout
{
    text-decoration:none; /*DEV-3765 lliu 8-25-2016 : Keep style consistent*/
	cursor: pointer;
    color: #3056B7; /*DEV-3765 lliu 8-25-2016 : since its type was changed from span to anchor, manually revert its original color*/
}

p.submitText
{
	/*margin-left: 25px;*/
	line-height: 16px; 
}

.bold
{
	font-weight: bold;
}

.black
{
	color: #000000;
}

/*.myCustomStyle .qtip-content{  background: red; }*/

div.knockoutValidationSummary
{
	display: none;
}

#upgradeSignupWrapper
{
    text-align: left;
    padding: 10px 30px;
}

#contactCustomerSupport
{
    text-decoration: underline;
    cursor: pointer;
}

/*DEV-3756:  This class is what determines the positioning of the offscreen element for the state drop-down's "active option" message.  3-14-2016 GMB*/
/*DEV-3790:  Added AccessibilityDiv to this rule since concealment occasionally failed with scripting it.  3-23-2016 GMB*/
.stateDropDownCue,
#AccessibilityDiv
{
    position:absolute;
    right:101%;
}


/* MC - CRDEV-8841 - CNE Mobile */
@media screen and (max-width:775px)
{
    .adaptiveDownloadTextDiv
    {
        width: 100% !important;
    }

    .adaptiveDownloadImgDiv 
    {
        width: 100% !important;
        text-align: center;
    }

    .downloadTextLink 
    {
        text-align: center;
    }

    .adaptiveIOS {
        padding-left: 0 !important;
    }
}


/* MC - CRDEV-8886 - CNE Mobile - Making login and conitnue buttons large */
@media screen and (max-width:450px) 
{
    .adaptiveLoginBtn,
    .adaptiveContinueBtn,
    .adaptiveBackBtn 
    {
        width: 100%;
        text-align: center !important;
    }
}

/* MC - CRDEV-8841 - CNE Mobile */
@media screen and (max-width:340px)
{
    .downloadMobilePhoneImg 
    {
        padding-left: 0 !important;
    }
}

.optOutNotification {
	margin-left: 5px;
	color: white !important;
	text-decoration: none;
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-radius: 0.3em;
}

a.optOutNotification:hover, a.optOutNotification:focus {
	background-color: #c23321 !important;
}

a.optOutNotification:link {
	background-color: #99291A !important;
}

.optOutLabel {
    margin-top: 30px;
    display: inline-block;
    margin-left: 10px;
    color: darkblue;
}

.optOutDiv {
    margin-left: 0px;
    margin-top: 10px;
    float: left;
}