/*
----------------------------------------
Project:    Pruf
Author:     Dennis Eusebio
---------------------------------------- */

/* zeros out everything */
@import "whitespace-reset.css";

body {
  background: #575049;
  font: 12px/140% 'Helvetica', Arial, sans-serif;
  color: #575049;
}

p { margin-bottom: 14px; }
small { font-size: 11px; }
img { -ms-interpolation-mode: bicubic; }

/* links
---------------------------------------- */
a:link { color: #336699; outline: none; }
a:visited { color: #336699; outline: none; }
a:hover { color: #003366; outline: none; }
a:active { color: #336699; outline: none; }

/* headers
---------------------------------------- */
h1, h2, h3, h4 {
  line-height: 140%;
  color: #cd3c27;
}
h1 { font-size: 30px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }


/* universal
---------------------------------------- */
.container {
  margin: 0 auto;
  width: 940px;
}

section#global {
  padding: 5px 0;
  float: left;
  width: 100%;
  background: #575049;
  color: #ddd;
}
  body.logged_out section#global, body.home section#global { padding: 10px 0; }
  section#global a:link, section#global a:visited, section#global a:hover, section#global a:active {
    font-weight: bold;
    color: #ddd;
  }
    section#global a:hover { color: #fff; }
  section#global #account {
    margin-left: 160px;
    float: left;
    width: 360px;
    display: inline;
  }
    section#global #account img {
      margin-right: 5px; padding: 2px;
      max-width: 20px; max-width: 20px;
      vertical-align: middle;
      background: #fff;
    }
    section#global #profile_switcher {
      margin-left: 10px; padding: 0 12px 0 10px;
      display: inline;
      position: relative;
      background: url(../images/icon_submenu.png) right 50% no-repeat;
      border-left: 1px solid #999;
    }
    section#global #profile_list {
      padding: 10px;
      position: absolute;
      top: 23px; left: 10px;
      z-index: 2;
      background: #fff;
      width: 198px;
      border: 1px solid #ccc;
      display: none;
    }
      section#global #profile_list a:link, section#global #profile_list a:visited, section#global #profile_list a:hover, #global section#profile_list a:active {
        display: block;
        color: #666;
      }
        section#global #profile_list a:hover { color: #333; }
        section#global #profile_list h4 { margin: 20px 0 5px 0; }
      section#global #profile_list ul a {
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
      }
  section#global ul#global_nav {
    margin-top: 5px;
    float: right;
    width: 420px;
    text-align: right;
  }
    section#global ul#global_nav li {
      margin-left: 10px;
      display: inline;
    }
    section#global ul#global_nav .credits span {
      margin: 0 0 0 8px; padding: 3px 7px;
      background: #333;
      color: #fff;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      font-size: 11px;
    }
    section#global ul#global_nav .requests { margin-left: 10px; }
    section#global ul#global_nav .requests span {
      margin: 0 0 0 8px; padding: 3px 7px;
      background: #CD3C27;
      color: #fff;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      font-size: 11px;
    }
    section#global ul#global_nav li.account_switcher { position: relative; }
    section#global ul#global_nav .account {
      padding: 5px 12px 5px 5px;
      background: url(../images/icon_submenu.png) right 50% no-repeat;
    }
    section#global ul#global_nav ul.settings {
      padding: 10px;
      position: absolute;
      top: 23px; right: 3px;
      z-index: 2;
      background: #fff;
      width: 198px;
      border: 1px solid #ccc;
      display: none;
    }
      section#global ul.settings a:link, section#global ul.settings a:visited, section#global ul.settings a:hover, section#global ul.settings a:active {
        display: block;
        color: #666;
      }
        section#global ul.settings a:hover { color: #333; }
      section#global ul#global_nav ul.settings li { margin: 0; }
      section#global ul.settings a {
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
      }
    section#global ul#global_nav .help {
      padding-left: 12px;
      border-left: 1px solid #999;
    }
    section#global ul#global_nav .sign_in {
      padding-left: 12px;
      border-left: 1px solid #999;
    }

section#site_nav {
  float: left;
  width: 100%;
  background: #7d7268;
}
  section#site_nav h1 { position: relative; }
  section#site_nav h1 a:link, section#site_nav h1 a:visited, section#site_nav h1 a:hover, section#site_nav h1 a:active {
    text-indent: -9999px;
    float: left;
    width: 100px; height: 101px;
    position: absolute;
    top: -20px; left: 0;
    background: url(../images/logo.png) no-repeat;
  }
    body#profile_vendor section#site_nav h1 a { background-position: 0 -101px; }
    body#profile_expert section#site_nav h1 a { background-position: 0 -202px; }
    body#profile_candidate section#site_nav h1 a { background-position: 0 -303px; }
    body#profile_hm section#site_nav h1 a { background-position: 0 -404px; }
    body.logged_out section#site_nav h1 a {
      top: -30px;
      width: 161px; height: 161px;
      background: url(../images/logo_lo.png) no-repeat;
    }
  section#site_nav ul li { display: inline; }
  section#site_nav ul li a:link, section#site_nav ul li a:visited, section#site_nav ul li a:hover, section#site_nav ul li a:active {
    font-weight: bold;
    text-transform: uppercase;
    color: #ddd;
  }
    section#site_nav ul li a:hover, section#site_nav ul li a.active { color: #fff; }
    section#site_nav ul li a.active {
      color: #fff;
      border-bottom: 2px solid #fff;
    }
  section#site_nav ul.primary {
    margin-left: 160px; padding: 20px 0;
    float: left;
    width: 560px;
    display: inline;
  }
    body.home section#site_nav ul.primary { margin: 0; }
    body.logged_out section#site_nav ul.primary {
      margin: 0 0 0 240px;
      width: 440px;
    }
    section#site_nav ul.primary a { margin-right: 20px; }
  section#site_nav ul.team {
    padding: 20px 0;
    float: right;
    width: 220px;
    text-align: right;
  }
    section#site_nav ul.team a { margin-left: 20px; }

#application {
  padding: 60px 0;
  float: left;
  width: 100%;
  background: #f8f8f7;
}
  body.logged_out #application { padding: 100px 0; }

/* common elements */
.title_area {
  float: left;
  width: 940px;
}
  .title_area h1 {
    float: left;
    width: 460px;
  }
  .title_area .primary_actions {
    float: right;
    width: 460px;
    text-align: right;
  }
  .title_area .primary_actions a {
    margin-left: 10px;
    float: right;
  }
nav#sort {
  margin: 20px 0; padding: 10px;
  float: left;
  width: 918px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #eee;
  border: 1px solid #ddd;
}
  ul.filters {
    float: left;
    width: 719px;
  }
    ul.filters li { float: left; }
    ul.filters a:link, ul.filters a:visited, ul.filters a:hover, ul.filters a:active {
      padding: 10px;
      float: left;
      font-weight: bold;
      color: #666;
      text-shadow: 0px 1px 1px #eee;
      -webkit-box-shadow: inset 0 1px 0 #f7f7f7;
      -moz-box-shadow: inset 0 1px 0 #f7f7f7;
      box-shadow: inset 0 1px 0 #f7f7f7;
      border: 1px solid #ccc;
      background: #ddd url(../images/bg_buttons.png) top repeat-x;
    }
      ul.filters a:hover { color: #333; }
      ul.filters li:first-child a {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
      }
      ul.filters li:last-child a {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
      }
      ul.filters a.active {
        background: #666 url(../images/bg_inset.png) top repeat-x;
        color: #fff;
        text-shadow: none;
        border: 1px solid #666;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
      }
  form#sort_by {
    padding: 5px 0;
    float: right;
    width: 179px;
    text-align: right;
  }
    form#sort_by select { margin-left: 5px; }
#sub_sort {
  margin-bottom: 20px; padding: 0 10px 10px 10px;
  float: left;
  width: 920px;
  font-weight: bold;
  border-bottom: 1px dashed #ddd;
}
  #sub_sort li {
    margin-right: 10px;
    display: inline;
  }

.breadcrumbs {
  margin-bottom: 10px; padding: 10px;
  float: left;
  width: 918px;
  border: 1px solid #ddd;
  background: #eee;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
  .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
    color: #666;
  }
    .breadcrumbs a:hover { color: #333; }
ul.admin li { padding: 2px 0; }
ul.tabs {
  padding: 0 10px;
  float: left;
  width: 920px;
  background: url(../images/bg_tabs.png) bottom repeat-x;
}
  ul.tabs li { float: left; }
  ul.tabs a:link, ul.tabs a:visited, ul.tabs a:hover, ul.tabs a:active {
    margin-right: 1px; padding: 15px 0;
    float: left;
    width: 140px;
    font-weight: bold;
    text-align: center;
    background: #eee;
    color: #7D7268;
    border: 1px solid #ddd;
  }
    ul.tabs a:hover { color: #575049; }
    ul.tabs a.active {
      background: #fff;
      color: #575049;
      border-bottom-color: #fff;
    }
.tab_container {
  padding: 20px 10px;
  float: left;
  width: 918px;
  border: 1px solid #ddd;
  background: #fff;
}
.pagination {
  float: left;
  width: 100%;
  font-weight: bold;
}
  .pagination span {
    padding: 5px 10px;
    float: left;
    color: #999;
  }
  .pagination .prev { margin-right: 10px; }
  .pagination .next { margin-left: 10px; }
  .pagination span.prev, .pagination span.next { color: #ccc; }
  .pagination a.prev, .pagination a.next {
    color: #999;
    border-bottom: none;
  }
    .pagination a.prev:hover, .pagination a.next:hover {
      color: #666;
      border-bottom: none;
    }
  .pagination a {
    padding: 5px 10px;
    float: left;
    color: #999;
    border-bottom: 1px solid #ccc;
  }
    .pagination a:hover {
      color: #666;
      border-bottom: 1px solid #999;
    }
    .pagination .active {
      padding: 5px 10px;
      color: #cd3c27;
      border-bottom: 1px solid #cd3c27;
    }
/* messaging */
.message {
  margin-bottom: 20px; padding: 10px 10px 10px 40px;
  float: left;
  width: 890px;
}
  .message h3 { color: #333; }
  .message p {
    margin: 0;
    font-weight: bold;
  }
  .message ul { margin: 10px 20px; }
    .message ul li {
      padding: 2px 0;
      list-style: square;
    }
  .message.success { background: #ccff99 url(../images/icon_message_success.png) 10px 10px no-repeat; }
  .message.error { background: #ff9999 url(../images/icon_message_error.png) 10px 10px no-repeat; }
.slate {
  margin: 20px 0; padding: 20px 180px;
  float: left;
  width: 580px;
}
  .slate.welcome {
    background: url(../images/slate_expert_privacy.png) 80px 20px no-repeat;
  }
    .slate.welcome form#edit_account_settings { width: 560px; }
    .slate.welcome form#edit_account_settings h2 { margin-bottom: 10px; }
    .slate.welcome form#edit_account_settings .privacy_setting { width: 280px; }
      .slate.welcome form#edit_account_settings .privacy_setting span.privacy_title, .slate.welcome form#edit_account_settings .privacy_setting span.privacy_desc { width: 260px; }
    .slate.welcome form#edit_account_settings .actions { clear: both; }
  .slate.blank {
    background: #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  .mini_slate {
    margin: 0 0 20px; padding: 20px 0;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
    .mini_slate p { margin: 0 20px; }
  .slate p {
    font-size: 14px;
    line-height: 140%;
  }
  .slate .actions { margin-top: 20px; }
  .slate .actions a {
    margin-right: 10px;
    font-weight: bold;
  }
.system {
  margin: 0 0 20px 0; padding: 20px;
  background: #ffffcc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ffcc66;
  overflow: hidden;
}
  .system h3 { margin-bottom: 5px; }
  .system p { margin: 0; }
  .system .system_message {
    float: left;
    width: 680px;
  }
  .system .hide {
    float: right;
    width: 200px;
    text-align: right;
    font-weight: bold;
  }
    .system .hide a { color: #666; }
    .system .hide a:hover { color: #333; }

/* welcome */
form#welcome_visibility {
  margin-bottom: 20px; padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 918px;
}
  form#welcome_visibility input { margin-right: 5px; }
section#welcome {
  margin-bottom: 20px;
  background: #ce402c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 940px; height: 225px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
  section#welcome h1 { display: none; }
  body#profile_expert section#welcome { background: #ce402c url(../images/bg_welcome_expert.png) no-repeat; }
    body#profile_expert section#welcome p {
      padding: 38px 0 0 602px;
      width: 290px;
    }
  body#profile_candidate section#welcome { background: #ce402c url(../images/bg_welcome_candidate.png) no-repeat; }
    body#profile_candidate section#welcome p {
      padding: 38px 0 0 602px;
      width: 290px;
    }
  body#profile_vendor section#welcome { background: #ce402c url(../images/bg_welcome_vendor.png) no-repeat; }
    body#profile_vendor section#welcome p {
      padding: 70px 0 0 540px;
      width: 340px;
    }
  body#profile_hm section#welcome { background: #ce402c url(../images/bg_welcome_hm.png) no-repeat; }
    body#profile_hm section#welcome p {
      padding: 70px 0 0 540px;
      width: 340px;
    }
section#get_started {
  float: left;
  width: 940px;
}
  section#get_started .instructions {
    float: left;
    width: 938px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #eee url(../images/bg_buttons.png) top repeat-x;
    border: 1px solid #ccc;
  }
    .instructions .instruction {
      padding: 10px;
      float: left;
      width: 168px; height: 160px;
      background: url(../images/bg_welcome_action.png) right top repeat-y;
    }
      .instructions .instruction.first, .instructions .instruction.last { width: 167px; }
      body#profile_expert .instructions .instruction { width: 168px; height: 140px; }
      body#profile_expert .instructions .instruction.first, body#profile_expert .instructions .instruction.last { width: 167px; }
      body#profile_hm .instructions .instruction.first, body#profile_hm .instructions .instruction.last { width: 430px; height: 100px; }
      body#profile_candidate .instructions .instruction.first, body#profile_candidate .instructions .instruction.last { width: 430px; height: 100px; }
      .instructions .instruction.last { background: none; }
      .instructions .instruction span {
        margin-bottom: 10px; padding-top: 4px;
        width: 24px; height: 20px;
        float: left;
        text-align: center;
        font-weight: bold;
        color: #fff;
        background: url(../images/circle_welcome_actions.png) no-repeat;
      }
      .instructions .instruction h3 { clear: both; }
        .instruction.section_btn { cursor: pointer; }
        .instruction.section_btn h3 a { color: #003366; }

/* user selection */
form.user_selection {
  margin: 20px 0;
  float: left;
  width: 940px;
}
  form.user_selection .user_pagination {
    float: left;
    width: 940px;
    background: #eee;
    text-align: center;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
    form.user_selection .user_pagination .prev, form.user_selection .user_pagination .next {
      float: left;
      width: 219px;
    }
      form.user_selection .prev { border-right: 1px solid #ccc; }
      form.user_selection .next { border-left: 1px solid #ccc; }
      form.user_selection .user_pagination span {
        padding: 10px 0;
        float: left;
        width: 219px;
        color: #999;
        font-weight: bold;
        text-shadow: 0px 1px 1px #fff;
        background: #ddd url(/images/bg_buttons.png) top repeat-x;
      } 
      form.user_selection .user_pagination a {
        padding: 10px 0;
        float: left;
        width: 219px;
        font-weight: bold;
        background: #ddd url(/images/bg_buttons.png) top repeat-x;
        color: #666;
        text-shadow: 0px 1px 1px #fff;
      }
        form.user_selection .user_pagination a:hover { color: #333; }
    form.user_selection .user_pagination .status {
      padding: 10px 0;
      float: left;
      width: 500px;
      color: #666;
    }
form.user_selection .user_list {
  margin: 20px 0;
  float: left;
  width: 940px;
}
  form.user_selection .user_list label {
    padding: 10px;
    float: left;
    width: 432px;
  }
    form.user_selection .user_list label span.check {
      padding-top: 40px;
      float: left;
      width: 30px;
    }
    form.user_selection .user_list label span.avatar {
      margin-right: 20px;
      float: left;
      width: 100px;
      display: inline;
    }
      form.user_selection .user_list label span.avatar img {
        padding: 5px;
        border: 1px solid #ddd;
        background: #fff;
        max-width: 88px; max-height: 88px;
        display: block;
      }
    form.user_selection .user_list label span.info {
      padding-top: 22px;
      float: left;
      width: 282px;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
    }
    form.user_selection .user_list label span.meta {
      float: left;
      width: 282px;
    }
form.user_selection .actions {
  margin-top: 20px;
  float: left;
  width: 940px;
}

img.frame {
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

/* buttons */
a.btn_primary, input.btn_primary {
  padding: 10px 20px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #cd3c27;
  background: #cd3c27 url(../images/bg_buttons.png) top repeat-x;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  font-family: 'Helvetica', Arial, sans-serif;
  overflow: visible;
  -moz-box-shadow: inset 0 1px 0 #eb978b;
  -webkit-box-shadow: inset 0 1px 0 #eb978b;
  box-shadow: inset 0 1px 0 #eb978b;
}
  a.btn_primary:hover, input.btn_primary:hover {
    background-color: #a12f1f;
    cursor: pointer;
  }
a.btn_secondary, input.btn_secondary {
  padding: 10px 20px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  border-radius: 4px;
  background: #999 url(../images/bg_buttons.png) top repeat-x;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  font-family: 'Helvetica', Arial, sans-serif;
  overflow: visible;
  border: 1px solid #999;
  -moz-box-shadow: inset 0 1px 0 #ccc;
  -webkit-box-shadow: inset 0 1px 0 #ccc;
  box-shadow: inset 0 1px 0 #ccc;
}
  a.btn_secondary:hover, input.btn_secondary:hover {
    background-color: #666;
    cursor: pointer;
  }

section#site_footer {
  padding: 20px 0;
  float: left;
  width: 100%;
  color: #aba8a4;
}
  section#site_footer #copyright {
    float: left;
    width: 580px;
  }
  section#site_footer p { margin: 0; }
  section#site_footer a:link, section#site_footer a:visited, section#site_footer a:hover, section#site_footer a:active {
    font-weight: bold;
    color: #aba8a4;
  }
    section#site_footer a:hover { color: #fff; }
  section#site_footer nav {
    float: right;
    width: 340px;
  }
    section#site_footer nav ul {
      margin-right: 20px;
      float: left;
      width: 100px;
    }
      section#site_footer nav ul.last { margin: 0; }
      section#site_footer nav ul li { margin: 0 0 5px 0; }
      section#site_footer nav ul h4 { color: #fff; }

/* forms */
form fieldset {
  margin: 0; padding: 0;
  border: none;
}
form dl, form dt, form dd { margin: 0; padding: 0; }
form dl { margin-bottom: 20px; }

input, select, textarea { font-family: 'Helvetica', Arial, sans-serif; }

form.standard {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
  form.standard dl.division {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  form.standard dt { margin-bottom: 5px; }
  form.standard label { font-weight: bold; }
  form.standard h4 { margin-bottom: 10px; }
  form.standard .inputText {
    padding: 5px;
    background: #fff url(../images/bg_input.png) top left repeat-x;
    border: 1px solid #ccc;
    font-size: 14px;
  }
  form.standard textarea.inputText { height: 100px; }
  form.standard .datepicker {
    padding: 5px 5px 5px 25px;
    background: #fff url(../images/icon_calendar.png) 5px 3px no-repeat;
  }
  form.standard .list_header {
    padding: 10px;
    background: #eee;
    overflow: hidden;
    border: 1px solid #ccc;
  }
    form.standard .list_header .count {
      float: left;
      width: 50%;
    }
    form.standard .list_header ul {
      float: right;
      width: 50%;
      text-align: right;
    }
      form.standard .list_header ul li { display: inline; }
      form.standard .list_header ul li.prev {
        margin-right: 5px; padding-right: 8px;
        border-right: 1px solid #ccc;
      }
  form.standard .list_search {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-top: none;
    float: left;
    overflow: hidden;
  }
    form.standard .list_search .slate {
      margin: 20px 10px; padding: 20px;
      width: 366px;
    }
    form.standard .list_user {
      float: left;
      width: 203px;
    }
      form.standard .list_user label {
        padding: 10px;
        float: left;
        width: 203px;
      }
      form.standard .list_user span.input {
        float: left;
        width: 20px;
      }
        form.standard .list_user span.input input { margin-top: 5px; }
      form.standard .list_user span.avatar {
        float: left;
        width: 30px;
      }
        form.standard .list_user img {
          margin-right: 5px; padding: 2px;
          background: #fff;
          border: 1px solid #ddd;
          max-width: 20px;
        }
      form.standard .list_user span.name {
        float: left;
        width: 150px;
      }
      form.standard .list_user span.meta {
        float: left;
        width: 150px;
        font-weight: normal;
        font-size: 11px;
        color: #666;
      }
  /* fieldtypes */
  form.standard input#f_zip { width: 50px; }
  form.standard dl.multiple_inputs { overflow: hidden; }
    form.standard dl.multiple_inputs dt { margin-bottom: 20px; }
    form.standard dl.multiple_inputs dd { 
      margin-bottom: 5px;
      float: left;
    }
    form.standard dl.multiple_inputs dd label span {
      float: left;
      width: 100px;
    }
    form.standard dl.multiple_inputs dd label input {
      float: right;
      width: 300px;
    }
  form.standard small {
    font-size: 11px;
    color: #999;
  }
  form.standard ul.inline_manage { display: inline; }
    form.standard ul.inline_manage li {
      margin-left: 5px; padding-right: 5px;
      display: inline;
      border-right: 1px solid #ddd;
    }
    form.standard ul.inline_manage li:last-child { border: none; }
  form .actions { font-weight: bold; }
  form .actions input { vertical-align: middle; }
  form .actions .btn_primary { margin-right: 10px; }
  form .sub_actions {
    margin-top: 10px; padding-top: 10px;
    border-top: 1px solid #ddd;
  }
    form .sub_actions a { font-weight: bold; }

nav.admin_functions {}
  nav.admin_functions ul {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #999;
  }
    nav.admin_functions ul a:link, nav.admin_functions ul a:visited, nav.admin_functions ul a:hover, nav.admin_functions ul a:active {
      padding: 5px 10px 5px 26px;
      display: block;
      border-bottom: 1px solid #ddd;
      font-weight: bold;
      color: #ddd;
    }
      nav.admin_functions ul a.last { border: none; }
      nav.admin_functions ul a:hover { color: #fff; }
      nav.admin_functions ul a.edit { background: url(../images/icon_edit.png) 7px 6px no-repeat; }
      nav.admin_functions ul a.delete { background: url(../images/icon_delete.png) 7px 6px no-repeat; }
  nav.admin_functions .btn_primary, nav.admin_functions .btn_secondary {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  nav.admin_functions p.status {
    padding: 10px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ccc url(../images/bg_inset.png) top repeat-x;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #ccc;
  }

/* Application Error */
body#app_error { background: #7d7268; }
section#app_message {
  margin: 80px 0;
  float: left;
  width: 100%;
  color: #fff;
}
  section#app_message .container { width: 740px; }
  section#app_message hgroup {
    padding: 20px 0 20px 180px;
    float: left;
    width: 560px;
  }
    section#app_message hgroup.lost { background: url(../images/icon_404.png) no-repeat; }
    section#app_message hgroup.error { background: url(../images/icon_500.png) no-repeat; }
    section#app_message h1 { color: #fff; }
    section#app_message hgroup nav ul {
      margin: 20px 20px 0 0;
      float: left;
      width: 220px;
      display: inline;
    }
      section#app_message hgroup nav ul li { float: left; }
      section#app_message hgroup nav a:link, section#app_message hgroup nav a:visited, section#app_message hgroup nav a:hover, section#app_message hgroup nav a:active {
        padding: 5px 0;
        float: left;
        width: 220px;
        color: #ddd;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
      }
        section#app_message hgroup nav a:hover { color: #fff;}

.hide { display: none; }

/* page specific
---------------------------------------- */
/* sign in */
#signin {
  margin: 20px auto;
  width: 340px;
}
  #signin h1#logo a:link, #signin h1#logo a:visited, #signin h1#logo a:hover, #signin h1#logo a:active {
    margin: 20px 0;
    text-indent: -9999px;
    display: block;
    width: 340px; height: 140px;
    background: url(../images/logo_signin.png) center no-repeat;
  }
  #signin form .inputText { width: 288px; }
  #signin form h1 { margin-bottom: 20px; }
  #signin form .blank.slate {
    margin: 0 0 20px 0; padding: 20px;
    width: 260px;
    float: none;
  }

/* marketing */
#beta_signin {
  float: left;
  width: 100%;
}
  #beta_signin .container ul {
    margin-top: 20px;
    text-align: right;
  }
    #beta_signin li {
      display: inline;
      font-weight: bold;
    }
      #beta_signin .btn_blog {
        margin-right: 10px; padding-right: 11px;
        border-right: 1px solid #999;
      }
      #beta_signin a:link, #beta_signin a:visited, #beta_signin a:hover, #beta_signin a:active { color: #eee; }
        #beta_signin a:hover { color: #fff; }
section#marketing_headline {
  padding: 10px 0 30px 0;
  float: left;
  width: 100%;
  background: #7d7268;
}
  section#marketing_headline h1 {
    text-indent: -9999px;
    float: right;
    width: 700px; height: 76px;
    background: url(../images/title_marketing_index.png) no-repeat;
  }
section#marketing_slide {
  float: left;
  width: 100%; height: 300px;
  background: #317f7c;
}
section#marketing_info {
  padding: 30px 0;
  float: left;
  width: 100%;
  background: #f8f8f7;
}
  section#marketing_info article#marketing_content {
    float: left;
    width: 700px;
  }
    section#product_desc {
      padding-bottom: 20px;
      float: left;
      width: 700px;
    }
      section#product_desc h3 {
        color: #666;
        line-height: 24px;
      }
        section#product_desc h3 strong { color: #cd3c27;}
    section#testimonials {
      margin-bottom: 20px; padding: 20px 0;
      float: left;
      width: 700px;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }
      section#testimonials span.quote {
        float: left;
        width: 40px;
        font-size: 120px;
        line-height: 90%;
        color: #cd3c27;
      }
      section#testimonials blockquote {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        float: right;
        width: 640px;
      }
      section#testimonials cite {
        font-style: normal;
        float: right;
        width: 640px;
      }
      section#testimonials cite strong { color: #cd3c27; }
    section#reasons {
      float: left;
      width: 700px;
    }
      section#reasons h2 {
        margin-bottom: 20px;
      }
      section#reasons article.reason {
        margin-right: 20px;
        float: left;
        width: 220px;
        display: inline;
      }
        section#reasons article.reason.last { margin: 0; }
    section#seeking {
      margin: 0 0 20px 0;
      float: left;
      width: 700px;
    }
      section#seeking .slate {
        padding: 20px 20px 20px 120px;
        width: 560px;
        background: url(../images/slate_expert.png) 20px 20px no-repeat;
      }
  section#marketing_info aside {
    float: right;
    width: 220px;
  }
    section#subscribe {
      margin: 0 0 20px 0;
      float: left;
      width: 220px;
    }
      section#subscribe h2 { margin-bottom: 10px; }
      section#subscribe form.standard {
        padding: 0;
        border: none;
        background: none;
      }
        section#subscribe form.standard .message {
          margin: 0 0 10px 0;
          width: 170px;
        }
        section#subscribe form.standard input#f_notify {
          margin-bottom: 10px;
          width: 208px;
        }
        section#subscribe form.standard fieldset { clear: both; }
    section#recent_posts {
      float: left;
      width: 220px;
    }
      section#recent_posts ul { margin: 10px 20px; }
      section#recent_posts li {
        padding: 5px 0;
        list-style: disc;
        font-weight: bold;
      }
    section#newsletter {
      margin: 20px 0;
      float: left;
      width: 220px;
    }
      section#newsletter h2 { margin-bottom: 10px; }
      section#newsletter form.standard {
        padding: 0;
        border: none;
        background: none;
      }
        section#newsletter form.standard .inputText { width: 208px; }
        section#newsletter form.standard input#odrlli-odrlli { margin-bottom: 10px; }
        section#newsletter form.standard fieldset { clear: both; }
#coming_soon {
  margin: 40px 0;
  float: left;
  width: 100%;
  background: url(../images/bg_comingsoon.jpg) center 40px repeat-x;
}
  #coming_soon .container { text-align: center; }
  #coming_soon form.standard {
    margin: 20px 260px;
    border: none;
    background: none;
    padding: 0;
    text-align: left;
    width: 420px;
  }
    #coming_soon form.standard .message { width: 360px; }
    #coming_soon form.standard fieldset {
      float: left;
      width: 420px;
    }
    #coming_soon form.standard label { color: #fff; }
    #coming_soon form.standard input.inputText {
      margin-right: 10px; padding: 9px;
      font-weight: bold;
      width: 262px;
      font-size: 12px;
      color: #999;
    }

/* dashboard */
.positions_section {
  margin: 20px 0;
  float: left;
  width: 940px;
}
  .positions_section .title { margin-bottom: 10px; }
#recent_activity {
  margin: 20px 20px 0 0;
  float: left;
  width: 460px;
}
  #recent_activity .pagination { margin-top: 20px; }
  #recent_activity h2 { margin-bottom: 20px; }
  #recent_activity .filters { margin: 0 0 20px 0; }
  #recent_activity h1 { margin-bottom: 20px; }
  #recent_activity h3, #recent_activity h4 { color: #575049; }
  #recent_activity h3 {
    margin-bottom: 10px; padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
  }
  #recent_activity h4 { font-weight: normal; }
  #recent_activity a { font-weight: bold; }
  #recent_activity .day {
    margin-bottom: 20px; padding: 20px;
    float: left;
    width: 418px;
    background: #fff;
    border: 1px solid #ccc;
  }
    #recent_activity .day:last-child { margin: 0; }
    #recent_activity .event {
      padding: 0 0 0 35px;
      float: left;
      width: 383px;
      background: url(../images/icon_event.png) no-repeat;
    }
      #recent_activity .event p {
        font-size: 11px;
        color: #999;
      }
    #recent_activity .event.e_interview { background-position: 0 0; }
    #recent_activity .event.e_position { background-position: 0 -72px; }
#expert_tasks {
  margin: 20px 20px 0 0;
  float: left;
  width: 220px;
}
  #expert_tasks h2 { margin-bottom: 20px; }
#recent_interviews {
  margin: 20px 20px 0 0;
  float: left;
  width: 220px;
}
  #recent_interviews h2 { margin-bottom: 20px; }
  .interview { margin-bottom: 20px; }
    .interview p { margin: 0; }
    .interview .date {
      margin: 0 10px 5px 0;
      float: left;
      width: 40px;
      display: inline;
      background: #999;
      text-align: center;
      font-weight: bold;
      color: #fff;
    }
      .interview .date .month {
        padding-bottom: 2px;
        display: block;
        text-transform: uppercase;
        font-size: 10px;
        border-bottom: 1px solid #fff;
      }
      .interview .date .day {
        padding: 4px 0;
        font-size: 18px;
        display: block;
      }
    .interview .info {
      float: right;
      width: 148px;
    }
      .interview .info em {
        font-style: normal;
        font-size: 11px;
        color: #999;
      }
#active_positions {
  margin: 20px 0 0 0;
  float: left;
  width: 220px;
}
  #active_positions h2 { margin-bottom: 20px; }
  #active_positions .position {
    width: 220px;
    border: none;
  }
    #active_positions .position p { margin: 0; }
    #active_positions .position em {
      font-style: normal;
      font-size: 11px;
      color: #999;
    }

.indicator {
  margin-top: 10px; padding-top: 10px;
  border-top: 1px dashed #ddd;
  font-weight: bold;
}
  .indicator span {
    margin: 0 5px 0 0; padding: 3px 5px;
    background: #CD3C27;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
  }

/* profile */
#profile_header {
  margin-bottom: 20px;
  float: left;
  width: 940px;
}
  #profile_header .avatar {
    margin-right: 20px;
    float: left;
    width: 100px;
    display: inline;
    text-align: center;
  }
    #profile_header .avatar img {
      padding: 5px;
      background: #fff;
      border: 1px solid #ccc;
      max-width: 88px; max-height: 88px;
    }
    p.claim {
      margin: -14px 0 10px 0;
      font-weight: bold;
    }
      p.claim span {
        padding: 5px 10px;
        background: #eee;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
        font-size: 11px;
        color: #999;
      }
        p.claim.owned span {
          background: #666;
          border: 1px solid #7D7268;
          color: #fff;
        }
  #profile_header .info {
    float: left;
    width: 560px;
  }
  #profile_header nav.admin_functions {
    float: right;
    width: 220px;
  }
#profile ul.tabs { margin: 20px 0 0 0; }
#profile .tab_container h2 { margin-bottom: 10px; }
nav#profile_subnav {
  margin-bottom: 20px;
  float: left;
  width: 916px;
  background: #eee;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
  nav#profile_subnav ul li { float: left; }
  nav#profile_subnav ul li a {
    padding: 10px 20px;
    font-weight: bold;
    color: #7D7268;
    float: left;
    border-right: 1px solid #ddd;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
  }
    nav#profile_subnav ul li a:hover { color: #575049; }
    nav#profile_subnav ul li a.first {
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }
    nav#profile_subnav ul li a.active {
      background: #666 url(../images/bg_inset.png) top repeat-x;
      color: #fff;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
section#profile_summary {
  float: left;
  width: 918px;
}
  section#profile_summary section.community_reputation {
    float: left;
    width: 220px;
  }
    section.community_reputation article.invited {
      float: left;
      width: 220px;
    }
      section.community_reputation article.invited .avatar {
        float: left;
        width: 35px;
      }
        section.community_reputation article.invited .avatar img {
          padding: 2px;
          background: #fff;
          border: 1px solid #ddd;
        }
  section#profile_summary section.qualifications {
    float: left;
    width: 440px;
  }
    section.qualifications section.areas_of_expertise {
      margin-bottom: 20px;
      overflow: hidden;
    }
    section.areas_of_expertise li {
      padding: 2px 0;
      float: left;
      width: 220px;
    }
      section.areas_of_expertise li span {
        margin-left: 5px; padding: 5px;
        font-size: 10px;
        font-weight: bold;
        background: #999;
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
      }
    section.summary { clear: both; }
  section#profile_summary section.connect {
    float: right;
    width: 220px;
  }
    section.connect .btn_primary {
      margin: 10px 0;
      display: block;
      text-align: center;
    }
    section.connect ul { margin: 0 20px; }
    section.connect li {
      padding: 2px 0;
      list-style: disc;
    }
    section.connect li a { display: block; }
section#schedule {
  float: left;
  width: 918px;
}
  #profile .tab_container section#schedule h2 { margin-bottom: 0; }
  section#schedule table {
    width: 100%;
    border-collapse: collapse;
  }
    section#schedule table th {
      padding: 5px;
      background: #ddd;
      text-align: center;
      width: 14%;
      border: 1px solid #ccc;
    }
    section#schedule table td {
      padding: 0;
      vertical-align: top;
      text-align: center;
      width: 14%;
      border: 1px solid #ddd;
    }
    section#schedule table a {
      margin-bottom: 1px; padding: 10px 0;
      float: left;
      width: 100%;
      font-weight: bold;
      text-align: center;
      background: #eee;
    }
      section#schedule table a:hover { background: #ddd; }
section#profile_notes {
  float: left;
  width: 918px;
}
  section#profile_notes #user_notes {
    float: left;
    width: 580px;
  }
    section#profile_notes form#add_candidate_note {
      margin-bottom: 20px; padding: 0;
      border: 0;
    }
      section#profile_notes form#add_candidate_note textarea { width: 568px; height: 50px; }
      section#profile_notes form#add_candidate_note dl { margin-bottom: 10px; }
    section#profile_notes #notes {
      padding-top: 20px;
      float: left;
      width: 580px;
      border-top: 1px solid #ddd;
    }
      section#profile_notes .note {
        margin-bottom: 20px;
        float: left;
        width: 580px;
      }
        section#profile_notes .note:last-child { margin: 0; }
        section#profile_notes .note .avatar {
          float: left;
          width: 40px;
        }
          section#profile_notes .note .avatar img {
            padding: 2px;
            background: #fff;
            border: 1px solid #ccc;
            max-width: 20px;
          }
        section#profile_notes .note h3, .note p {
          float: right;
          width: 540px;
        }
        section#profile_notes .note .admin {
          float: right;
          width: 540px;
        }
          section#profile_notes .note .admin li {
            margin-right: 5px;
            display: inline;
          }
  section#profile_notes aside#file_attachments {
    float: right;
    width: 280px;
  }
#candidate_notes {
  margin-right: 20px;
  float: left;
  width: 449px;
}
  #add_user_attachments {
    margin-bottom: 20px;
    clear: both;
  }
    form#add_user_attachment {
      margin-bottom: 20px; padding: 10px;
      background: #eee;
    }
      form#add_user_attachment fieldset {
      }
      form#add_user_attachment input.inputUpload {
        margin-bottom: 10px;
        display: block;
      }
      form#add_user_attachment .actions {
        padding-top: 10px;
        border-top: 1px solid #ddd;
      }
        form#add_user_attachment .actions .btn_primary { margin: 0; }
    #attachments ul li {
      padding: 5px 10px;
      clear: both;
      overflow: hidden;
      border-bottom: 1px solid #eee;
    }
      #attachments ul li span.file {
        float: left;
        width: 70%;
      }
      #attachments ul li span.action {
        float: right;
        width: 20%;
        text-align: right;
      }
  form#add_candidate_note {
    margin-bottom: 20px; padding: 0;
    border: 0;
  }
    form#add_candidate_note textarea { width: 427px; height: 100px; }
    form#add_candidate_note dl { margin-bottom: 10px; }
  #candidate_notes #notes {
    padding-top: 20px;
    float: left;
    width: 449px;
    border-top: 1px solid #ddd;
  }
    #candidate_notes .note {
      margin-bottom: 20px;
      float: left;
      width: 449px;
    }
      #candidate_notes .note:last-child { margin: 0; }
      #candidate_notes .note .avatar {
        float: left;
        width: 40px;
      }
        #candidate_notes .note .avatar img {
          padding: 2px;
          background: #fff;
          border: 1px solid #ccc;
          max-width: 20px;
        }
      #candidate_notes .note h3, #candidate_notes .note p {
        float: right;
        width: 409px;
      }
      #candidate_notes .note .admin {
        float: right;
        width: 409px;
      }
        #candidate_notes .note .admin li {
          margin-right: 5px;
          display: inline;
        }
#candidate_positions {
  float: left;
  width: 449px;
}
  #candidate_positions #positions { width: 449px; }
  #candidate_positions #positions .position {
    width: 439px;
    border: none;
  }
  #candidate_positions #positions .info { width: 240px; }
  #candidate_positions #positions ul.admin { width: 160px; }
    #profile #candidate_positions #positions h2 { margin: 0; }

#client_notes {
  margin-right: 20px;
  float: left;
  width: 449px;
}
  form#add_client_note {
    margin-bottom: 20px; padding: 0;
    border: 0;
  }
    form#add_client_note textarea { width: 427px; height: 100px; }
    form#add_client_note dl { margin-bottom: 10px; }
  #notes {
    padding-top: 20px;
    float: left;
    width: 449px;
    border-top: 1px solid #ddd;
  }
    #client_notes .note {
      margin-bottom: 20px;
      float: left;
      width: 449px;
    }
      #client_notes .note:last-child { margin: 0; }
      #client_notes .note .avatar {
        float: left;
        width: 40px;
      }
        #client_notes .note .avatar img {
          padding: 2px;
          background: #fff;
          border: 1px solid #ccc;
          max-width: 20px;
        }
      #client_notes .note h3, #client_notes .note p {
        float: right;
        width: 409px;
      }
      #client_notes .note .admin {
        float: right;
        width: 409px;
      }
        #client_notes .note .admin li {
          margin-right: 5px;
          display: inline;
        }

#client_positions {
  float: left;
  width: 449px;
}
  #client_positions #positions { width: 449px; }
  #client_positions #positions .position {
    width: 449px;
    border: none;
  }
  #client_positions #positions .info { width: 260px; }
  #client_positions #positions ul.admin { width: 160px; }
    #profile #client_positions #positions h2 { margin: 0; }

section#profile_positions {
  float: left;
  width: 918px;
}
  section#profile_positions .position { width: 898px; }
    section#profile_positions .position .info { width: 700px; }
    section#profile_positions .position .info h2 { margin: 0; }
section#profile_assessments {
  float: left;
  width: 918px;
}
  section#profile_assessments .assessment { width: 918px; }
  section#profile_assessments .assessment .match_summary {
    margin-right: 20px; padding: 5px 0;
    float: left;
    width: 55px;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #999;
    color: #fff;
  }
  section#profile_assessments .assessment .info { width: 833px; }
  p.meta {
    font-weight: bold;
    color: #999;
    font-size: 11px;
  }

/* account settings */
form#edit_account_settings, form#edit_access_settings {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#edit_account_settings .inputText, form#edit_access_settings .inputText { width: 406px; }
  form#edit_account_settings #f_phone { width: 106px; }
  form#edit_access_settings { clear: both; }
form#edit_profile_settings {
  float: left;
  width: 418px;
}
  form#edit_profile_settings span.c_count {
    float: right;
    text-align: right;
  }
  form#edit_profile_settings h2 { margin-bottom: 10px; }
  form#edit_profile_settings .inputText { width: 406px; }
  form#edit_profile_settings input#f_expertise {
    margin-right: 10px;
    width: 246px;
  }
  dd.current_tags {
    margin-top: 5px; padding-left: 10px;
    border-left: 4px solid #ccc;
    overflow: hidden;
  }
    dd.current_tags ul li { float: left; }
    dd.current_tags a {
      margin-right: 10px; padding: 5px 5px 5px 20px;
      float: left;
      font-weight: bold;
      color: #666;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background: #eee url(../images/icon_filter.png) 5px 50% no-repeat;
    }
      dd.current_tags a:hover { background-color: #ddd; }
  form#edit_profile_settings textarea.inputText { height: 100px; }
  form#edit_profile_settings dl.multiple_inputs .inputText { width: 306px; }

/* preferences */
ul.tabs.preferences { margin-top: 20px; }
.preferences .slate.blank { width: 678px; }
#profile_settings {
	float: right;
	width: 400px;
}
	#profile_settings p { margin-bottom: 30px; }
.preferences form.standard {
  margin: 0; padding: 0 10px;
  border: none;
}
  .privacy_setting {
    margin-bottom: 20px;
    float: left;
    width: 199px;
  }
    .privacy_setting span {
      float: right;
      width: 179px;
    }
    .privacy_setting span.privacy_title {
      margin-bottom: 5px;
      font-size: 14px;
    }
    .privacy_setting span.privacy_option {
      float: left;
      width: 20px;
    }
    .privacy_setting span.privacy_desc { font-weight: normal; }
form#availability ul.days {
  margin-bottom: 20px;
  float: left;
  width: 918px;
}
  form#availability ul.days li { float: left; }
  form#availability ul.days a {
    padding: 20px 0;
    float: left;
    width: 130px;
    text-align: center;
    background: #eee;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #999;
  }
    form#availability ul.days a:hover { background: #f7f7f7; }
    form#availability ul.days a.active {
      background: #fff;
      border-bottom: 1px solid #fff;
      color: #333;
    }
    form#availability ul.days a span {
      margin-left: 10px; padding: 5px;
      background: #999;
      font-size: 10px;
      color: #fff;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
    }
section#timeslot {
  float: left;
  width: 918px;
}
  section#timeslot aside {
    padding: 10px 0 0 10px;
    float: left;
    width: 210px;
  }
  section#timeslot article {
    float: right;
    width: 618px;
  }
    section#timeslot article label {
      padding: 10px;
      float: left;
      width: 185px;
      text-align: center;
      background: #eee;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #fff;
    }
    section#timeslot article label input {
      float: left;
    }
form#edit_payment_settings { margin-top: 20px; }
  form#edit_payment_settings dl.fed_tax_class {
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
    form#edit_payment_settings dl.fed_tax_class dd {
      padding: 8px 0;
      float: left;
      width: 449px; height: 18px;
    }
    form#edit_payment_settings dl.fed_tax_class dd .inputText {
      margin-left: 5px;
      font-size: 12px;
    }
    form#edit_payment_settings dl.fed_tax_class dd select { margin-left: 5px; }
  form#edit_payment_settings .secure {
    margin-bottom: 10px; padding: 10px;
    background: #f7f7f7;
    border: 1px solid #ddd;
  }
    form#edit_payment_settings .secure dl:last-child { margin: 0; }
/* positions*/
#positions {
  margin-bottom: 20px;
  float: left;
  width: 940px;
}
  .position {
    margin-bottom: 20px; padding: 0 10px 10px 10px;
    float: left;
    width: 920px;
    border-bottom: 1px solid #ddd;
  }
    .position:last-child { margin: 0; }
    .position .info {
      float: left;
      width: 460px;
    }
    .position .status {
      float: left;
      width: 220px;
    }
    .position ul.admin {
      float: right;
      width: 220px;
    }
    .position nav.admin_functions {
      float: right;
      width: 180px;
    }
form#add_position {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_position .inputText { width: 406px; }
  form#add_position #f_max_submissions { width: 50px; }
  form#add_position input.salary { width: 100px; }
  form#add_position input.billrate, form#add_position input.contract_length { width: 50px; }
nav#sort.sort_container { margin: 20px 0 0 0; }
form#add_candidates {
  float: left;
  width: 940px;
}
  form#add_candidates .candidate_list {
    margin-bottom: 20px;
    float: left;
    width: 940px; height: 400px;
    overflow: auto;
    border-bottom: 1px solid #ddd;
  }
    .candidate_list label {
      padding: 10px;
      float: left;
      width: 432px;
    }
      .candidate_list label span.check {
        padding-top: 40px;
        float: left;
        width: 30px;
      }
      .candidate_list label span.avatar {
        margin-right: 20px;
        float: left;
        width: 100px;
        display: inline;
      }
        .candidate_list label span.avatar img {
          padding: 5px;
          border: 1px solid #ddd;
          background: #fff;
          max-width: 88px; max-height: 88px;
        }
      .candidate_list label span.info {
        padding-top: 22px;
        float: left;
        width: 282px;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
      }
#position_detail {
  float: left;
  width: 940px;
}
  #position_detail_header {
    margin: 10px 0 20px; padding: 20px;
    float: left;
    width: 898px;
    background: #fff;
    border: 1px solid #ddd;
  }
    #position_detail_header #info {
      float: left;
      width: 679px;
    }
      form#request_expert { margin: 0; }
      section#trusted_experts {
        margin-top: 20px;
        float: left;
        width: 679px;
      }
        section#trusted_experts .blank.slate {
          padding: 20px 90px;
          width: 479px;
        }
        article.trusted_expert {
          margin: 0 20px 20px 0;
          float: left;
          width: 154px;
        }
          article.trusted_expert .remove {
            margin-top: 5px; padding-top: 5px;
            border-top: 1px solid #ddd;
          }
          article.trusted_expert.last { margin: 0 0 20px 0; }
          body#profile_candidate article.trusted_expert {
            margin: 20px 0;
            width: 679px;
          }
          article.trusted_expert img {
            padding: 4px;
            border: 1px solid #ccc;
            background: #fff;
            max-width: 90px;
          }
          article.trusted_expert p { margin: 0; }
          article.trusted_expert .info {
            float: left;
            width: 100px;
            text-align: center;
          }
          article.trusted_expert .schedule {
            float: right;
            width: 559px;
          }
            article.trusted_expert .schedule table {
              margin-top: 10px;
              width: 100%;
              border-collapse: collapse;
            }
              article.trusted_expert .schedule table th {
                padding: 5px;
                background: #ddd;
                text-align: center;
                width: 14%;
                border: 1px solid #ccc;
              }
              article.trusted_expert .schedule table td {
                padding: 0;
                vertical-align: top;
                text-align: center;
                width: 14%;
                border: 1px solid #ddd;
              }
              article.trusted_expert .schedule table a {
                margin-bottom: 1px; padding: 10px 0;
                float: left;
                width: 100%;
                font-weight: bold;
                text-align: center;
                background: #eee;
              }
                article.trusted_expert .schedule table a:hover { background: #ddd; }
      ul.position_toolbar { margin: 0 0 20px 0; }
        ul.position_toolbar li {
          margin-right: 10px;
          display: inline;
        }
      #position_detail_header #info ul.admin li {
        margin-right: 10px;
        display: inline;
      }
      #position_detail_header #info #add_user_attachments { margin-top: 20px; }
        #position_detail_header #info #add_user_attachments h2 { margin-bottom: 10px; }
      #position_detail_header form#reason_cancel {
        margin: 20px 0; padding: 20px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #eee;
        display: none;
      }
      #expert_description {
        float: left;
        width: 679px;
      }
        #expert_description h2 { margin-bottom: 10px; }
        #expert_description .avatar {
          margin-right: 20px;
          float: left;
          width: 100px;
          display: inline;
          text-align: center;
        }
          #expert_description .avatar img {
            padding: 5px;
            background: #fff;
            border: 1px solid #ccc;
            max-width: 88px; max-height: 88px;
          }
        #expert_description .info {
          float: right;
          width: 559px;
        }
          #expert_description .info ul { margin: 10px 20px; }
            #expert_description .info ul.position_toolbar { margin: 0 0 20px 0; }
            #expert_description .info ul li {
              padding: 1px 0;
              list-style: disc;
            }
          #expert_description .slate.blank {
            padding: 20px 90px;
            width: 499px;
          }
            #expert_description .slate.blank h2 { margin: 0; }
    #scheduled_interviews {
      float: right;
      width: 199px;
    }
      #scheduled_interviews h2 { margin-bottom: 20px; }
      .interview {
        float: left;
        width: 199px;
      }
        .interview:last-child { margin: 0; }
        .interview ul.admin { margin-bottom: 20px; }
        .interview ul.admin li {
          margin-right: 10px;
          display: inline;
        }
    .scheduled_interviews {
      float: right;
      width: 199px;
    }
      .scheduled_interviews h2 { margin-bottom: 20px; }
      .interview {
        float: left;
        width: 199px;
      }
        .interview:last-child { margin: 0; }
        .interview ul.admin { margin-bottom: 20px; }
        .interview ul.admin li {
          margin-right: 10px;
          display: inline;
        }
  #position_detail .title_area { margin: 20px 0; }
#position_detail #candidates {
  float: left;
  width: 940px;
}
  #position_detail #candidates nav#sort { margin: 0 0 20px 0 ; }
  #position_detail #candidates .candidate {
    float: left;
    width: 940px;
  }
    #position_detail #candidates .candidate .info { width: 220px; }
    body#profile_vendor #position_detail #candidates .candidate .info { width: 200px; }
    body#profile_vendor #position_detail #candidates .candidate .info ul { width: 200px; }
    #position_detail #candidates .candidate .info p { margin: 0; }
    #position_detail #candidates .user_results_actions {
      margin: 0 0 20px 0;
      width: 918px;
    }
    #position_detail #candidates .candidate .assesments {
      margin: 0 20px;
      float: left;
      width: 410px;
      display: inline;
    }
      #position_detail #candidates .candidate .assesments .assesment {
        float: left;
        width: 440px;
      }
      #position_detail #candidates .candidate .assesments .match_summary {
        padding: 5px 0;
        float: left;
        width: 55px;
        font-size: 18px;
        line-height: normal;
        font-weight: bold;
        text-align: center;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #999;
        color: #fff;
      }
      #position_detail #candidates .candidate .assesments h3, #position_detail #candidates .candidate .assesments .assesment p {
        float: right;
        width: 365px;
      }
    .candidate ul.acceptance {
      margin-top: 5px; padding-top: 5px;
      border-top: 1px dashed #ddd;
    }
    .candidate_progress {
      float: left;
      width: 140px;
      background: #eee;
    }
      .candidate_progress li { float: left; }
      .candidate_progress a:link, .candidate_progress a:visited, .candidate_progress a:hover, .candidate_progress a:active {
        padding: 10px;
        float: left;
        width: 120px;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
        color: #666;
      }
        .candidate_progress a:hover { color: #333; }
        .candidate_progress .completed a {
          background: #ccc;
          color: #999;
        }
        .candidate_progress li:last-child a { border: none; }
form#add_interview {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_interview .inputText { width: 406px; }
  form#add_interview dl { clear: both; }
  form#add_interview dl.date {
    float: left;
    width: 158px;
  }
    form#add_interview #f_primary_date, form#add_interview #f_secondary_date { width: 78px; }
  form#add_interview dl.time {
    float: left;
    width: 180px;
    clear: none;
  }
#interview_detail {
  float: left;
  width: 940px;
}
  #interview_schedule {
    padding: 10px;
    float: left;
    width: 198px;
    background: #fff;
    border: 1px solid #ddd;
  }
    #interview_schedule .primary .date {
      margin: 0 10px 5px 0;
      float: left;
      width: 40px;
      display: inline;
      background: #999;
      text-align: center;
      font-weight: bold;
      color: #fff;
    }
      #interview_schedule .primary .date .month {
        padding-bottom: 2px;
        display: block;
        text-transform: uppercase;
        font-size: 10px;
        border-bottom: 1px solid #fff;
      }
      #interview_schedule .primary .date .day {
        padding: 4px 0;
        font-size: 18px;
        display: block;
      }
    #interview_schedule .primary .info {
      float: right;
      width: 148px;
    }
      #interview_schedule .primary .info p { font-size: 18px; }
    #interview_schedule .secondary {
      margin-top: 5px; padding-top: 5px;
      border-top: 1px solid #ddd;
      float: left;
      width: 198px;
      color: #999;
    }
      #interview_schedule .secondary strong { display: block; }
    #interview_schedule .schedule_actions {
      float: left;
      width: 198px;
    }
      #interview_schedule a:link, #interview_schedule a:visited, #interview_schedule a:hover, #interview_schedule a:active {
        margin-bottom: 10px;
        display: block;
        text-align: center;
      }
        #interview_schedule a:last-child { margin: 0; }
    #interview_schedule form#cancel_interview {
      margin-top: 20px; padding-top: 20px;
      float: left;
      width: 198px;
      border-top: 1px solid #eee;
    }
      #interview_schedule form#cancel_interview label { font-weight: bold; }
      #interview_schedule form#cancel_interview .inputText {
        margin: 5px 0; padding: 5px;
        background: #fff url(../images/bg_input.png) top left repeat-x;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 186px; height: 100px;
      }
      #interview_schedule form#cancel_interview .btn_secondary {
        margin-bottom: 5px;
        width: 100%;
      }
  #interview_brief {
    float: right;
    width: 700px;
  }
    #interview_brief p.status { margin: 5px 0; }
      #interview_brief p.status span {
        padding: 5px 10px 5px 26px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #ddd;
        font-weight: bold;
        background: #ddd url(../images/icon_interview_status.png) 10px 50% no-repeat;
      }
      #interview_brief .cancel_reason {
        margin-top: 10px;
        float: left;
        width: 700px;
      }
    #candidate_summary {
      margin: 20px 0;
      float: left;
      width: 700px;
      border-bottom: 1px solid #ddd;
    }
      #candidate_summary .expert {
        padding: 0;
        width: 350px;
        border: none;
      }
        #candidate_summary .expert .info, #candidate_summary .candidate .info {
          margin: 0;
          width: 230px;
        }
      #candidate_summary .candidate {
        width: 350px;
        border: none;
      }
      #candidate_summary .avatar {
        margin-right: 20px;
        float: left;
        width: 100px;
        display: inline;
      }
        #candidate_summary .avatar img {
          padding: 5px;
          background: #fff;
          border: 1px solid #ccc;
          max-width: 88px; max-height: 88px;
        }
      #candidate_summary .assessment .info {
        float: left;
        width: 340px;
      }
      ul.file_attachments { margin: 20px 0; }
        ul.file_attachments li { padding: 2px; }
form#add_assessment {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_assessment .inputText { width: 406px; }
  form#add_assessment .rating {
    margin-bottom: 20px;
    float: left;
    width: 418px;
  }
    form#add_assessment .rating label {
      float: left;
      width: 41px;
      text-align: center;
    }
      form#add_assessment .rating label.rating_position {
        margin-bottom: 5px;
        text-align: left;
        width: 418px;
      }
      form#add_assessment .rating input { margin-bottom: 5px; }
      form#add_assessment .rating label span { display: block; }
      form#add_assessment .rating p {
        margin-top: 10px;
        float: left;
        width: 418px;
      }
  form#add_assessment .actions { 
    float: left;
    clear: both;
  }
form#add_profile {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_profile .inputText { width: 406px; }
  form#add_profile .hm_contact {
    margin-bottom: 20px;
  }
form#expert_notes {
  margin: 20px 0;
  float: right;
  width: 418px;
}
  form#expert_notes .inputText { width: 406px; height: 300px; }
  small.icon_private {
    padding: 2px 0 2px 22px;
    background: url(../images/icon_private.png) 0 3px no-repeat;
    display: block;
  }
form#submit_candidates {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#submit_candidates dl { clear: both; }
  form#submit_candidates .inputText { width: 406px; }
  form#submit_candidates .add_candidate {
    margin-bottom: 20px;
    float: left;
    width: 418px;
    border-bottom: 1px solid #ccc;
  }
    form#submit_candidates .add_candidate .avatar {
      float: left;
      width: 50px;
    }
      form#submit_candidates .add_candidate .avatar img {
        padding: 2px;
        background: #fff;
        border: 1px solid #ccc;
        width: 30px;
      }
    form#submit_candidates .add_candidate .info {
      padding-top: 7px;
      float: right;
      width: 268px;
    }
    form#submit_candidates .choice label span { margin-right: 10px; }
    form#submit_candidates .add_candidate .add_selection {
      margin-bottom: 10px;
      float: left;
      width: 318px;
    }
      form#submit_candidates .add_candidate .add_selection select {
        margin-bottom: 10px;
        display: block;
      }
      form#submit_candidates .add_candidate .add_selection label {
        margin: 5px 0;
        float: left;
        width: 278px;
      }
    form#submit_candidates input.rate {
      margin-right: 5px;
      width: 75px;
    }
    form#submit_candidates .add_candidate a.remove {
      float: right;
      width: 100px;
      text-align: right;
    }
.help_note {
  margin: 20px 0; padding: 20px;
  float: right;
  width: 418px;
}

/* assessments */
#assessments {
  float: left;
  width: 940px;
}
  #assessments .assessment {
    margin-bottom: 20px;
    float: left;
    width: 940px;
  }
    #assessments .assessment .avatar {
      margin-right: 20px;
      float: left;
      width: 100px;
      display: inline;
    }
      #assessments .assessment .avatar img {
        padding: 5px;
        background: #fff;
        border: 1px solid #ccc;
        max-width: 88px; max-height: 88px;
      }
    #assessments .assessment .info {
      float: left;
      width: 340px;
    }
      #assessments .assessment h2 { margin: 0; }
      #assessments p.meta img {
        margin-right: 5px; padding: 2px;
        border: 1px solid #ccc;
        background: #fff;
        vertical-align: middle;
      }
    #assessments .assessment ul.admin {
      float: right;
      width: 220px;
    }
#assessment_header {
  margin: 10px 0 20px 0; padding: 20px;
  float: left;
  width: 898px;
  background: #fff;
  border: 1px solid #ddd;
}
  #assessment_header #info {
    float: left;
    width: 679px;
  }
    #assessment_overview {
      float: left;
      width: 679px;
    }
      .assessment_stats {
        float: left;
        width: 180px;
        text-align: center;
      }
        .assessment_graph {
          padding: 1px;
          float: left;
          width: 166px; height: 15px;
          border: 1px solid #ddd;
        }
        .assessment_stat {
          background: #99cc66;
          float: left;
          height: 15px;
        }
        #assessment_header .assessment_stats .assessment_status {
          margin-bottom: 10px;
          width: 180px;
          background-position: center 0;
        }
      .assessment_summary {
        float: right;
        width: 490px;
      }
  #assessment_header #scheduled_interviews {
    float: right;
    width: 199px;
  }
    #assessment_header #scheduled_interviews .btn_primary {
      display: block;
      text-align: center;
    }
#assessment_details {
  margin-top: 20px; padding: 0 20px;
  float: left;
  width: 900px;
}
  .assessment_category {
    margin-right: 20px;
    float: left;
    width: 285px;
  }
    .assessment_category.last { margin: 0; }

/* candidates */
form#search_candidates {
  margin: 20px 0;
  float: left;
  width: 898px;
}
  form#search_candidates .inputText {
    margin-right: 10px; padding: 10px;
    width: 676px;
  }
#search_results {
  margin-bottom: 10px; padding-bottom: 10px;
  float: left;
  width: 940px;
  border-bottom: 1px solid #ddd;
}
  #search_results p { margin: 0; }
#candidates {
  margin-bottom: 20px;
  float: left;
  width: 940px;
}
  .candidate {
    margin-bottom: 10px; padding-bottom: 10px;
    float: left;
    width: 940px;
    border-bottom: 1px solid #ddd;
  }
    .candidate:last-child { margin: 0; }
    .candidate .checkbox {
      padding: 45px 0 0 10px;
      float: left;
      width: 20px;
    }
    .candidate .avatar {
      margin-right: 20px;
      float: left;
      width: 100px;
      display: inline;
      position: relative;
    }
      .candidate .avatar .status {
        position: absolute;
        top: -10px; left: -10px;
        text-indent: -9999px;
        width: 60px; height: 60px;
      }
        .candidate .avatar .status.recommended { background: url(/images/icon_approved_small.png) no-repeat; }
      .candidate .avatar img {
        padding: 5px;
        background: #fff;
        border: 1px solid #ccc;
        max-width: 88px; max-height: 88px;
      }
    .candidate .info {
      float: left;
      width: 310px;
    }
    .candidate .status {
      float: left;
      width: 220px;
    }
    .candidate ul.admin {
      float: right;
      width: 220px;
    }
form#add_candidate {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_candidate .inputText { width: 406px; }
  form#add_candidate #f_phone { width: 106px; }

/* experts */
#experts {
  margin: 20px 0;
  float: left;
  width: 940px;
}
  .expert {
    margin-bottom: 10px; padding: 0 10px 10px 10px;
    float: left;
    width: 920px;
    border-bottom: 1px solid #ddd;
  }
  .expert:last-child { margin: 0; }
  .expert .avatar {
    margin-right: 20px;
    float: left;
    width: 100px;
    display: inline;
    text-align: center;
  }
    .expert .avatar img {
      padding: 5px;
      background: #fff;
      border: 1px solid #ccc;
      max-width: 88px; max-height: 88px;
    }
  .expert .info {
    margin-right: 20px;
    float: left;
    width: 340px;
    display: inline;
  }
  .expert .contact {
    float: left;
    width: 200px;
  }
    .expert .contact p { margin: 0; }
  .expert ul.contact li { padding: 2px 0; }
  .expert ul.admin {
    float: right;
    width: 220px;
  }
  .expert nav.admin_functions {
    float: right;
    width: 220px;
  }
form#add_expert {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_expert .inputText { width: 406px; }
  form#add_expert #f_phone { width: 106px; }

/* clients */
#clients {
  margin: 20px 0;
  float: left;
  width: 940px;
}
  .client {
    margin-bottom: 10px; padding-bottom: 10px;
    float: left;
    width: 940px;
    border-bottom: 1px solid #ddd;
  }
  .client:last-child { margin: 0; }
  .client .info {
    margin-right: 20px; padding-left: 10px;
    float: left;
    width: 450px;
    display: inline;
  }
  .client .contact {
    float: left;
    width: 220px;
  }
    .client .contact p { margin: 0; }
  .client ul.admin {
    float: right;
    width: 220px;
  }
  .client nav.admin_functions {
      float: right;
      width: 180px;
    }

form#add_client {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_client .inputText { width: 406px; }
  form#add_client #f_primary_phone { width: 106px; }
form#add_company {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_company .inputText { width: 406px; }
  
/* team */
#teams {
  float: left;
  width: 940px;
}
  #teams .team {
    padding: 10px;
    float: left;
    width: 920px;
    border-bottom: 1px solid #ddd;
  }
    #teams .team .info {
      margin-right: 20px;
      float: left;
      width: 540px;
      display: inline;
    }
      #teams .team .info .count {
        margin: 5px 0;
        font-weight: bold;
      }
    #teams .team .leader {
      margin-right: 20px;
      float: left;
      width: 160px;
      display: inline;
    }
      #teams .team .leader h3 { margin-bottom: 5px; }
      #teams .team .leader h4 { margin-top: 10px; }
      #teams .team .leader img {
        margin-right: 5px; padding: 2px;
        float: left;
        background: #fff;
        border: 1px solid #ddd;
        max-width: 20px;
      }
    #teams .team .join {
      float: left;
      width: 160px;
    }
      #teams .team .join a {
        text-align: center;
        display: block;
      }
      #teams .team .join span {
        padding: 10px 20px;
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #ccc;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
      }
#team {
  margin: 0 0 10px 0;
  float: left;
  width: 940px;
}
  .team_member {
    margin-bottom: 10px; padding: 10px 0 10px 10px;
    float: left;
    width: 930px;
    border-bottom: 1px solid #ddd;
  }
    .team_member:last-child { margin: 0; }
    .team_member .member_select {
      margin-top: 40px;
      float: left;
      width: 40px;
      text-align: center;
    }
    .team_member .avatar {
      margin-right: 20px;
      float: left;
      width: 100px;
      display: inline;
    }
      .team_member .avatar img {
        padding: 5px;
        background: #fff;
        border: 1px solid #ccc;
        max-width: 88px; max-height: 88px;
      }
    .team_member .info {
      margin-right: 20px;
      float: left;
      width: 330px;
      display: inline;
    }
    .team_member .role {
      float: left;
      width: 220px;
    }
    .team_member .join {
      float: right;
      width: 220px;
    }
      .team_member .join a {
        text-align: center;
        display: block;
      }
#team_header {
  margin: 10px 0 30px 0; padding: 20px;
  float: left;
  width: 898px;
  border: 1px solid #ddd;
  background: #fff;
}
#team_members {
  float: left;
  width: 940px;
}
  #team_members #team_member_header h2 {
    float: left;
    width: 700px;
  }
  #team_members #team_member_header #add_member {
    float: right;
    width: 220px;
    text-align: right;
  }
form#manage_team_roles {
  float: left;
  width: 940px;
}
  form#manage_team_roles .actions {
    margin: 10px 0;
    float: left;
    width: 940px;
  }
form#add_team {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_team .inputText { width: 406px; }
form#add_team_member {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_team_member .inputText { width: 406px; }
  form#add_team_member #f_phone { width: 106px; }


/* claim */
.slate.icon_claim {
  background: #eee url(../images/icon_invite.png) 40px 10px no-repeat;
}
#claim {
  margin: 20px 0; padding: 20px;
  float: left;
  width: 898px;
  border: 1px solid #ccc;
  background: #fff;
}
  #claim form .inputText { width: 256px; }
  form#claim_sign_in {
    margin: 0; padding: 0;
    float: left;
    width: 439px;
    border: none;
  }
  form#claim_sign_up {
    margin: 0; padding: 0;
    float: right;
    width: 439px;
    border: none;
  }
  form#claim_token {
    margin: 0; padding: 0;
    border: none;
  }
  
/* about us */
article.marketing_material {
  margin-top: 20px;
  float: left;
  width: 580px;
  font-size: 18px;
  line-height: 24px;
}
  article.marketing_material h2 { margin-bottom: 5px; }
aside.contact_info {
  margin-top: 20px;
  float: right;
  width: 340px;
}
  aside.contact_info table { width: 100%; }
  aside.contact_info table td {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }
aside.expert_info {
  margin-top: 20px;
  float: right;
  width: 340px;
}
  aside.expert_info section#testimonial {
    margin-bottom: 40px; padding: 20px 0;
    float: left;
    width: 340px;
  }
    aside.expert_info section#testimonial span.quote {
      float: left;
      width: 40px;
      font-size: 120px;
      line-height: 90%;
      color: #cd3c27;
    }
    aside.expert_info section#testimonial blockquote {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      float: right;
      width: 280px;
    }
    aside.expert_info section#testimonial cite {
      font-style: normal;
      float: right;
      width: 280px;
    }
    aside.expert_info section#testimonial cite strong { color: #cd3c27; }
  aside.expert_info table { width: 100%; }
  aside.expert_info table td {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }

/* requests */
.title_area span.request_count {
  margin-left: 5px; padding: 5px 5px 3px 5px;
  color: #fff;
  background: #CD3C27;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section#requests {
  float: left;
  width: 940px;
}
  section#requests article.request {
    padding: 20px 10px;
    float: left;
    width: 920px;
    border-bottom: 1px solid #ddd;
  }
    section#requests article.request .claimed {
      font-weight: bold;
    }
    section#requests article.request .avatar {
      margin-right: 20px;
      float: left;
      width: 100px;
      display: inline;
    }
      section#requests article.request .avatar img {
        padding: 5px;
        background: #fff;
        border: 1px solid #ccc;
        max-height: 88px; max-width: 88px;
      }
    section#requests article.request .info {
      float: left;
      width: 680px;
    }
      section#requests article.request .info h3 { color: #575049; }
      section#requests article.request .info .details { margin: 20px; }
      section#requests article.request .info .actions { padding: 10px 0; }
        section#requests article.request .info .actions a { margin-right: 10px; }
    section#requests article.request .status {
      float: right;
      width: 100px;
      text-align: center;
      font-weight: bold;
    }
section#positions { margin-top: 20px; }
  section#positions .blank.slate { margin: 0 0 20px 0; }

/* hm candidates */
form#search_users {
  margin: 20px 0 0 0; padding: 10px;
  float: left;
  width: 918px;
  border: 1px solid #ddd;
  background: #eee;
}
  form#search_users p { margin-bottom: 5px; }
  form#search_users p:last-child { margin: 0; }
  form#search_users .inputText {
    margin-right: 10px; padding: 6px;
    width: 706px;
    font-size: 18px;
    background: #fff url(../images/bg_input.png) top left repeat-x;
    border: 1px solid #ccc;
  }
form#refine_search {
  margin-top: 20px; padding: 10px;
  float: left;
  width: 198px;
  border: 1px solid #ddd;
  background: #eee;
}
  form#refine_search fieldset {
    margin: 10px 0; padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
    form#refine_search fieldset:last-child { border: none; }
    form#refine_search fieldset dl { margin: 0 0 10px 0; }
    form#refine_search fieldset dt { margin: 0 0 5px 0; }
    form#refine_search fieldset label { font-weight: bold; }
    form#refine_search fieldset .actions .btn_secondary { width: 100%; display: block; }
    form#refine_search fieldset .inputText {
      padding: 5px;
      background: #fff url(../images/bg_input.png) top left repeat-x;
      border: 1px solid #ccc;
      font-size: 14px;
      width: 186px;
    }
    form#refine_search fieldset ul li {
      padding: 3px 0;
    }
      form#refine_search fieldset ul li span { color: #999; }
section#users.results {
  margin-top: 20px; padding-top: 10px;
  float: right;
  width: 700px;
}
  section#users.results .search_filters {
    float: left;
    width: 700px;
  }
    section#users.results .search_filters li { float: left; }
    section#users.results .search_filters a {
      margin-right: 10px; padding: 5px 5px 5px 20px;
      float: left;
      background: #eee url(../images/icon_filter.png) 5px 50% no-repeat;
      font-weight: bold;
      color: #666;
    }
      section#users.results .search_filters a:hover { background-color: #ddd; }
  .user_results_actions {
    margin-top: 10px; padding: 10px;
    float: left;
    width: 680px;
    background: #eee;
    border: 1px solid #ddd;
    vertical-align: middle;
  }
    .user_results_actions .select_all {
      padding: 10px 0;
      float: left;
      width: 640px;
    }
    .user_results_actions .all_actions {
      float: right;
      width: 260px;
      text-align: right;
      font-weight: bold;
    }
  section#users.results .blank.slate {
    padding: 20px 70px;
    width: 558px;
  }
  section#users.results .candidate { width: 700px; }
    section#users.results .candidate .check {
      padding-top: 40px;
      float: left;
      width: 20px;
    }
    section#users.results .candidate .info {
      width: 320px;
    }

/* candidate acceptance */
form#candidate_acceptance {
  margin-top: 20px;
  float: left;
  width: 418px;
}
  form#candidate_acceptance .candidate_summary {
    margin-bottom: 20px; padding-bottom: 20px;
    float: left;
    width: 418px;
    border-bottom: 1px solid #ddd;
  }
    form#candidate_acceptance .candidate_summary .avatar {
      margin-right: 20px;
      float: left;
      width: 100px;
      display: inline;
    }
      form#candidate_acceptance .candidate_summary .avatar img {
        padding:5px;
        background: #fff;
        border: 1px solid #ccc;
        max-height: 88px; max-width: 88px;
      }
    form#candidate_acceptance .candidate_summary .info {
      float: right;
      width: 298px;
    }
      form#candidate_acceptance .candidate_summary .info table { width: 100%; }
      form#candidate_acceptance .candidate_summary .info table p {
        margin: 0;
      }
  form#candidate_acceptance .inputText { width: 406px; }
  form#candidate_acceptance .rating {
    margin-bottom: 20px;
    float: left;
    width: 418px;
  }
    form#candidate_acceptance .rating label {
      float: left;
      width: 41px;
      text-align: center;
    }
      form#candidate_acceptance .rating label.rating_position {
        margin-bottom: 5px;
        text-align: left;
        width: 418px;
      }
      form#candidate_acceptance .rating input { margin-bottom: 5px; }
      form#candidate_acceptance .rating label span { display: block; }
      form#candidate_acceptance .rating p {
        margin-top: 10px;
        float: left;
        width: 418px;
      }

/* vendor list */
#vendors {
  margin: 20px 0;
  float: left;
  width: 940px;
}
  .vendor {
    margin-bottom: 10px; padding: 0 10px 10px 10px;
    float: left;
    width: 920px;
    border-bottom: 1px solid #ddd;
  }
  .vendor:last-child { margin: 0; }
  .vendor .info {
    margin-right: 20px;
    float: left;
    width: 440px;
    display: inline;
  }
  .vendor .contact {
    float: left;
    width: 200px;
  }
    .vendor .contact p { margin: 0; }
  .vendor ul.contact li { padding: 2px 0; }
  .vendor ul.admin {
    float: right;
    width: 220px;
  }
  .vendor nav.admin_functions {
    float: right;
    width: 220px;
  }
form#add_vendor {
  margin: 20px 0;
  float: left;
  width: 418px;
}
  form#add_vendor h3 { margin-bottom: 10px; }
  form#add_vendor .inputText { width: 406px; }
  form#add_vendor #f_phone { width: 106px; }
#vendors header {
  margin: 10px 0 20px 0; padding: 20px;
  background: #fff;
  float: left;
  width: 900px;
  border: 1px solid #ccc;
}
section#vendor_teams {
  float: left;
  width: 940px;
}
  section.vendor_team {
    margin-bottom: 20px; padding: 0 20px;
    float: left;
    width: 900px;
  }
    section.vendor_team h2 { margin-bottom: 20px; }
    section.vendor_team article.vendor_member {
      margin: 0 20px 20px 0;
      float: left;
      width: 210px;
    }
      section.vendor_team article.vendor_member.first { clear: both; }
      section.vendor_team article.vendor_member.last { margin: 0 0 20px 0; }
      article.vendor_member .avatar {
        position: relative;
      }
        article.vendor_member .avatar .primary {
          padding: 5px;
          position: absolute;
          top: 5px; left: -5px;
          background: #cd3c27;
          color: #fff;
          font-weight: bold;
        }
      article.vendor_member .avatar img {
        padding: 4px;
        background: #fff;
        border: 1px solid #ccc;
      }
      article.vendor_member .info p { margin: 0; }

/* candidate persona */
section#credits {
  margin-top: 20px;
  float: left;
  width: 460px;
}
  section#credits h2 { margin-bottom: 20px; }
  section#credits .count {
    margin-right: 10px; padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    float: left;
    background: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  section#credits .info {
    float: right;
    width: 415px;
  }
section#assessments {
  float: left;
  width: 940px;
}
  section#assessments article.assessment {
    margin: 0; padding: 20px;
    float: left;
    width: 900px;
    border-bottom: 1px solid #ddd;
  }
    article.assessment .status {
      margin-right: 20px;
      float: left;
      width: 100px; height: 100px;
      display: inline;
      text-indent: -9999px;
    }
      article.assessment .status.approved { background: url(/images/icon_approved.png) no-repeat; }
      article.assessment .status.rejected { background: url(/images/icon_rejected.png) no-repeat; }
    article.assessment .info {
      padding: 20px 0 0 0;
      float: left;
      width: 580px;
    }
      article.assessment .info .byline img {
        margin-right: 5px; padding: 2px;
        background: #fff;
        border: 1px solid #ccc;
        vertical-align: middle;
      }
    article.assessment .privacy {
      padding: 20px 0 0 0;
      float: right;
      width: 220px;
    }
      article.assessment .privacy .filters { width: 220px; }
#assessment_header .assessment_personal_overview {
  float: right;
  width: 769px;
}
#assessment_header .assessment_status {
  text-indent: -9999px;
  float: left;
  width: 100px; height: 100px;
  background-repeat: no-repeat;
}
  #assessment_header .assessment_status.approved { background-image: url(/images/icon_approved.png); }
  #assessment_header .assessment_status.rejected { background-image: url(/images/icon_rejected.png); }
  #assessment_header .assessment_personal_summary {
    float: right;
    width: 649px;
  }
  #assessment_header .assessment_reviewer {
    float: left;
    width: 120px;
    text-align: center;
  }
    #assessment_header .assessment_reviewer img {
      padding: 4px;
      background: #fff;
      border: 1px solid #ccc;
    }
  .assessment_personal_summary .claim {
    margin-bottom: 5px; padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }


