
.user-edit .records > h2 {
  border-bottom: solid 1px #3068A5;
  border-top   : solid 4px #3068A5;
  font-size: 16px;
  margin: 0 0 18px 0;
  padding: 8px 0;
}

.user-edit .records .record > h2 {
  font-size: 14px;
}

#section-1 {
  display: none
}


/* -----------------------------------------------------------------
  Tab Navigation
----------------------------------------------------------------- */

#section-2 .navigation {
  margin: 0 0 18px 0;
}

#section-2 .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#section-2 .navigation ul li {
  display: inline-block;
  margin-right: 5px;
}

#section-2 .navigation ul li a {
  background-color: #D7E3F3;
  color: #254B8B;
  display: block;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  -ms-border-radius    : 5px;
  -o-border-radius     : 5px;
  border-radius        : 5px;
}

#section-2 .navigation ul li  a[href="#Directory Listings"]{
  display:none;
}

#section-2 .navigation ul li.additional-details {
  display:none ! important;
}

#section-2 .navigation ul li a.current {
  background-color:#4169AE;
  color: #fff;
}

#section-2 .navigation ul li a.current:hover {
  text-decoration: none;
}


/* -----------------------------------------------------------------
  Table Styles
----------------------------------------------------------------- */

#section-2 .box1 .form .records {
  margin-top: 20px;
  margin-bottom: 10px;
  border-collapse: collapse;
  text-align: center;
}

#section-2 .box1 .form .records table {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

#section-2 .box1 .form .records table tbody tr {
  background-color: #fff;
}

#section-2 .box1 .form .records table tbody tr th {
  color: #4169AE;
  padding: 3px 7px;
}

#section-2 .box1 .form .records table tbody tr td {
  border-collapse: collapse;
  border-top: solid 1px #CCCCCC;
  font-size: 12px;
  padding: 7px;
}

#section-2 .box1 .form .records table tbody tr td a {
  color: #4169AE;
}

#section-2 .box1 .form .records td label {
  font-weight: bold;
  display: block;
  padding: 3px;
  font-size: 12px;
  width: 150px;
}
#section-2 .box1 #login_form .records  {
  text-align: left;
}
#login_form input#user_email, 
#login_form input#user_password,
#forgot_form input#user_email
 {
  width: 160px;
  padding:8px;
}
#section-2 .box1 #login_form .records table {
  float: none;
  margin: 20px 0 0;
  text-align: right;
  width: 300px;
}
#section-2 .box1 #login_form .records td {
  border-top: 0px none;
  font-size: 12px;
  padding: 7px;
  border-collapse: collapse;
  background-color: transparent;
  text-align: right;
  width: 300px;
}
#login_form {
  overflow:hidden;
  height:auto;
}
#login_form label, .user-reminder label{
  float:left;
  width:100px;
  padding-right:10px;
  text-align:right;
}
.forgot-password-link {
  display:none;
}
#login_form .button {
  margin-top:15px;
}

.user-login .page-title {
  margin-bottom:25px;
}

.user-login .instructions {
  -moz-box-sizing: border-box;
  border-left: 1px dotted #DDDDDD;
  float: right;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  width: 43%;
}

.user-login .instructions a {
  text-decoration: underline;
}

.user-login .instructions .records {
  margin-top:0px ! important;
}

.user-login .field-email,
.user-login .field-password,
.user-login .field-remember-me {
  float: left;
  width: 288px;
}

.user-login .field-password {
  
}

.user-login .field-remember-me {
  clear: both;
}

.user-login label.error {
  margin: 5px 0 20px 110px;
  padding: 8px;
  text-align: left !important;
  width: 178px !important;
}

.user-login input.button {
  clear: both;
  float: left;
  margin: 0 0 0 110px;
}

#section-2 .box1 .form .records table.radio td {
  padding: 2px;
}
#section-2 .box1 .form .records table.radio td label {
  padding: 0;
  margin: 0;
}
#section-2 .box1 .form .records input, #section-2 .box1 .form .records select {
  font-size: 12px
}
#section-2 .box1 .form .records table table {
  width: 175px;
}
#section-2 .box1 .form .records table table td {
  border: 0px none;
}
#section-2 .box1 .form .records table table td label {
  font-weight: normal;
}
#section-2 .additional-1, #section-2 .additional-2, #section-2 .additional-3, #section-2 .additional-4, #section-2 .additional-5, #section-2 .additional-6, #section-2 .additional-7, #section-2 .additional-8, #section-2 .additional-9, #section-2 .additional-10 {
  display: none;
}
#section-2 .box1 .form .records .buttons {
  text-align: center;
}
#section-2 .box1 .form .records .aside a {
  font-weight: bold;
}

#section-2 .arb a {display:block; margin-top:10px;}
#section-2 .arb {margin-top:10px;}

/* ===[ Start Overlay ]=== */

.overlay {
  background-color:#e9e9e9;
  border: 1px solid #ccc;
  display: none;
  font-size: 11px;
  height: auto;
  left: 50%;
  margin: 0 0 0 -240px;
  padding: 30px 12px 12px;
  text-align: left;
  z-index: 999;
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  -ms-border-radius    : 5px;
  -o-border-radius     : 5px;
  border-radius        : 5px;
}

.overlay .city, .overlay .state, .overlay .zip{
  display:inline;
}

#profile .overlay .address {
  width:180px;
  float:left;
  clear:none;
  margin-left:50px;
  margin-top:20px;
}
.overlay .city, .overlay .state, .overlay .zip{
  display:inline;
}


.overlay th, 
.overlay td {
  text-align:right;
  padding:7px;
}


.overlay .total{
  text-align:right;
}

.overlay .total label{
  width:auto ! important;
  display:inline ! important;
  float:none ! important;
  color:#000000;
}
.overlay th:first-child, 
.overlay td:first-child {
  text-align:left;
}

.overlay .close {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url(../../images/icons/klose.png);
}

.overlay table tbody tr {
  background: none !important;
}

/* ===[ End Overlay ]=== */


.popup {
  background-color:transparent;
}

.popup .logo {
  position:relative;
  height:170px;
}

.popup .field-remember-me {
  display:none;
}

.register_form .field-job-title, .profile_form .field-job-title,
.register_form .field-prefix, .profile_form .field-prefix {
  display:none;
}

.profile_form .field-home-phone,
.profile_form .field-mobile-phone {
  display:none;
}

.profile_form .record {
  width: 500px;
}

.user-edit .button {
  clear: both;
}