﻿* {
    margin: auto;
    padding: 0;
}

body {
    margin: auto;
    padding: 0;
    text-align: center;
    background: #d1ddf0;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 34px;
    color: #7e8184;
    background: #d1ddf0 url(Images/bg_body.gif) left top repeat-x;
}

div#ce-logo a {
    cursor: pointer;
    display: block;
    width: 340px;
    height: 65px;
    float: left;
    margin: 10px 0 15px 10px;
    background: url(images/ConstellationLogo.png) no-repeat scroll 0 0 transparent;
}

a:visited {
    font-weight: bold;
    color: #055aa6;
}

a:link {
    text-decoration: none;
    color: #055aa6;
    font-weight: bold;
}

a {
    text-decoration: none;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#motif {
    height: 100%;
    width: 100%;
    position: relative;
    background: transparent url(images/bg_exelon_motif.png) no-repeat;
    z-index: 0;
}

#wrapper {
    width: 100%;
    text-align: center;
}

#wrapper {
    width: 100%;
    height: 100%;
    background: transparent;
    /* background: url(Images/bg_body_whisps.png) 20% 0 no-repeat transparent; */
}

#content {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}


.module {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

#main-content {
    width: 100%;
    float: left;
}

#container {
    width: 980px;
    margin: 0 auto;
}

#footer {
    clear: both;
    margin-bottom: 40px;
    width: 980px;
    margin: 0 auto;
}

/* Sign in CSS */


#signin-details h2.firstHead {
    margin:20px 0 20px 0;
    font-size:20px;
      border-bottom:1px dotted #D7E1EF;
      padding-bottom:10px;
}

#signin, #reset-password-success {
    /*background:#fff url(images/bg_gradient_grey_white.gif) left top repeat-x;*/
    background-image: -moz-linear-gradient(top, #F1F0F0, #ffffff); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F1F0F0),color-stop(1, #ffffff)); /* Safari & Chrome */
} 
 
#bubble-arrows {
    background: url(images/crazy_renew_icon.png) repeat scroll 0 0 transparent;
    float: left;
    height: 244px;
    margin: 50px 0 0;
    width: 212px;
}

#signin-details, #reset-password-details {
    float:right;
    width:95%;
}

#reset-password-details .field-validation-error {padding: 0;}
#reset-password-details .challenge label {display: block;}
#signin-details h2, #reset-password-details h2 {
    color:#1153a5;
}

#signin-details h3, #reset-password-details h3 {
    margin:0 0 10px 0;
}

.email, .password, .challenge {
    width:100%;
    float:left;
    margin:0 0 10px 0;
}

.email input, .password input, .challenge input {
    width:300px;
    float:left;
}

p.sign-in {
    width:100%;
    float:left;
    margin:0 10px 10px 0;
}

p.continue {
    width:500px;
    float:left;
    margin:0 0 0 0;
}


.buttons button#next, .buttons button#continue,.buttons button#cancel, .buttons button#email_ver_but_send {
    cursor:pointer;
    display:block;
    height:23px;
    padding:0 10px;
    font-size:11px;
/*    line-height:21px; */
    color:#fff;
    font-weight:bold;
    margin-left: 245px;
    text-align:center;
    background:#2372b9 left 50% repeat-x;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #2372b9;
    -webkit-transition:all .2s ease;
}
.buttons button#email_ver_but_verify,.buttons button#email_ver_but_resend,.buttons button#email_ver_but_edit {
    height:23px;
    padding:0 10px;
    font-size:11px;
    margin-top: 10px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    background:#2372b9 left 50% repeat-x;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #2372b9;
    -webkit-transition:all .2s ease;
}
.buttons button#continue,.buttons button#cancel, .buttons button#email_ver_but_send {
    float: right;
    margin-left: 20px;

}
input#email_ver_input {
    display: block;
}
.buttons button#next:hover, .buttons button#continue:hover, .buttons button#cancel:hover {
background:#ee8a1d left 50% repeat-x;
}

div.entry-item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.divider {
    display: none;
}
#createAccount {
    display: block;
}

.attrEntry a  {
    position: relative;
    bottom: 22px;
    left: 315px;
}
.entry-item input, .attrEntry input  {
    width: 300px;
    display: block;
}
a#forgotPassword {
    float: right;
    margin-right: 70%;
}
div.buttons {
    margin-top: 15px;
}


.error {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    background-image: url(images/smallAlert.png);
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px !important;
    padding: 15px 10px 15px 50px !important;
    background-repeat: no-repeat;
    background-position: 10px center;
}