a {
  color: #7D7D7D;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  background-color: white;
  color: #7D7D7D;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

img {
  border: 0;
}

ul {
  margin-left: 0;
  padding-left: 20px;
}

.clear {
  clear: both;
}

.current_page {
  color: #FF9F49;
}

.error {
  color: red;
  font-size: 12px;
}

.outline {
  outline: solid red 1px;
}

#mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.60;
}

/* H E A D E R ========================================== */

#header {
  margin-right: auto;
  margin-left: auto;
  padding: 9px 0;
  width: 968px;
  font-size: 12px;
}

#header h1 {
  margin: 0;
  height: 44px;
}

#hdr_user_nav {
  float: right;
  width: 600px;
  text-align: right;
}

#hdr_nav {
  margin-top: 9px;
  font-weight: bold;
}

a.forgot_pwd {
  color: #38A0D4;
}

#hdr_login_form {
  margin-top: -21px;
  margin-right: 48px;
}

#hdr_user_email, #hdr_password {
  border: solid #D3D3D3 1px;
  width: 157px;
  height: 17px;
}

#hdr_user_email {
  background-image: url(../imgs/login_bg_email.gif);
}

#hdr_password {
  background-image: url(../imgs/login_bg_pwd.gif);
}

#hdr_login_btn, #hdr_login_x {
  vertical-align: bottom;
}

#error_hdr_login {    /* span element for clearErrorMsgs()*/
  display: block;
  position: absolute;
  z-index: 1;
  margin-top: -3px;
  padding-right: 78px;
  width: 474px;
  text-align: right;
  font-size: 10px;
}

/* O V E R L A Y S ====================================== */

#overlays {
  position: relative;
  margin: 0 auto;
  width: 968px;
  height: 12px;
}

.overlay {
  position: absolute;
  margin-top: 36px;
  margin-left: 105px;
  padding: 30px;
  width: 690px;
  background-color: white;
  z-index: 100;
}

.overlay_close {
  float: right;
  margin-top: -9px;
  margin-right: -12px;
  margin-left: 66px;
}

.overlay .form_label {
  font-weight: bold;
  text-align: right;
}

.overlay .bplate {
  padding-top: 1em;
  padding-right: 99px;
  width: 411px;
  font-size: 12px;
}

.overlay h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 29px;
  color: #47C5F6;
}

.overlay ul {
  list-style-image: url(../imgs/bullet.gif);
  color: #47C5F6
}

.overlay table {
  margin-left: 12px;
}

.overlay td {
  padding: 3px;
}

#overlay_1st_login, #overlay_edit_profile, #overlay_edit_profile_rsp {
  padding-bottom: 90px;
}

#rsp_name {
  text-transform: uppercase;
}

#rsp_email {
  font-weight: bold;
}

/* C O N T E N T ======================================== */

#content_bg {
  width: 100%;
}

#content, #mea_content {
  margin: 0 auto;
  width: 100%;
}

#no_flash_msg {
  margin: 0 auto;
  border: solid #656565 1px;
  padding: 84px 156px 0;
  width: 334px;
  height: 338px;
  background-color: white;
}

/* F O O T E R ========================================== */

#footer {
  position: relative;
  z-index: 1;
  margin: -66px auto 0 auto;
  width: 968px;
}

#ftr_landing_hr {
  width: 100%;
  height: 8px;
  background: url(../imgs/ftr_landing_hr.png) top center no-repeat;
}

#footer_mea {
  margin: 0 auto 24px auto;
  width: 968px;
}

#ftr_icons {
  float: left;
  /* height: contingent on max icon height; */
}

#ftr_links {
  float: right;
  margin-top: 6px;
  text-align: right;
}

#floatleft {
  float:left;
}

#floatright {
  float:right;
}
