.clearfix {
  *display: inline-block; }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

form.formtastic fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative; }
form.formtastic ol, form.formtastic li {
  margin: 0;
  padding: 0; }
form.formtastic li {
  list-style: none; }
form.formtastic fieldset.buttons ol li {
  display: inline-block; }
form.formtastic fieldset.inputs {
  background: #e8e8e8 url(../images/fieldset.png) repeat-y;
  border: 0;
  margin: 10px 0 0;
  padding: 10px 0 10px 95px;
  position: relative; }
  form.formtastic fieldset.inputs legend {
    position: relative; }
    form.formtastic fieldset.inputs legend span {
      background: url(../images/theme/fieldset_legend.png) no-repeat;
      font: normal 15px Verdana, Tahoma, sans-serif;
      height: 110px;
      left: -95px;
      line-height: 100%;
      padding: 15px 13px;
      position: absolute;
      white-space: normal;
      width: 79px; }
  form.formtastic fieldset.inputs fieldset {
    background: none;
    padding: 0; }
    form.formtastic fieldset.inputs fieldset legend {
      background: none;
      font: inherit;
      height: auto;
      padding: 0;
      position: inherit;
      width: auto; }
  form.formtastic fieldset.inputs ol {
    margin: 0;
    padding: 0; }
    form.formtastic fieldset.inputs ol li {
      clear: both;
      list-style: none;
      font-size: 11px;
      margin: 10px 0 0;
      padding: 0 10px;
      width: 502px; }
      form.formtastic fieldset.inputs ol li label {
        display: block; }
        form.formtastic fieldset.inputs ol li label abbr {
          color: red; }
      form.formtastic fieldset.inputs ol li p.inline-hints {
        float: right;
        margin: 0 -293px 0 0;
        width: 273px; }
      form.formtastic fieldset.inputs ol li p.inline-errors {
        color: #f00;
        font-weight: bold; }
      form.formtastic fieldset.inputs ol li .mceEditorContainer {
        float: left; }
      form.formtastic fieldset.inputs ol li.string input {
        width: 98%; }
      form.formtastic fieldset.inputs ol li.text textarea {
        width: 99%; }
      form.formtastic fieldset.inputs ol li.date li {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
        width: auto; }
      form.formtastic fieldset.inputs ol li.error.string input, form.formtastic fieldset.inputs ol li.error textarea, form.formtastic fieldset.inputs ol li.error select {
        border: 1px solid #f00; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Verdana, Tahoma, sans-serif;
  color: #525252;
  background: url(/images/theme/headerbg.png) repeat-x #fff;
  line-height: 1.5;
  font-size: 13px; }

div.block p {
  margin: 0; }

a img {
  border: none !important; }

a:hover img, a.n, a.button {
  border: none !important; }

a, a:link, a:visited {
  text-decoration: none;
  color: #182f69; }

a:hover, a:visited:hover {
  color: #2c57ae;
  border-bottom: solid 1px #2c57ae; }

h1, h2, h3, h4, h5, h6 {
  color: #02174b; }

h1, h2, h3, h4, h5, h6, li {
  margin: 0;
  padding: 0;
  color: #464646; }

dl {
  margin: 10px 0 0 10px;
  color: #464646; }

ul {
  width: 500p;
  margin: 0;
  padding-left: 5px;
  color: #464646; }

h1 {
  padding-left: 20px;
  font-size: 24px; }

div#content.with_sidebar h1 {
  background: url(/images/theme/heading_bg.png) no-repeat top; }

div#content.normal h1 {
  background: url(/images/theme/heading_bg_wide.png) no-repeat top; }

li {
  padding-left: 0px;
  margin-left: 30px; }

fieldset {
  border: solid 1px #bfbfbf; }

legend {
  font-weight: bold;
  font-size: 17px; }

label {
  font-weight: bold;
  color: #5b5b5b; }

th {
  text-align: left; }

th, td {
  vertical-align: top; }

input.text {
  background: url(/images/theme/field_bg.png) repeat-x;
  border: solid 1px #5b5b5b;
  color: #5b5b5b; }

table.data, table.form {
  border-collapse: collapse;
  width: 100%;
  background: #eee; }

div.h_left table, div.h_right table {
  background: transparent;
  border: none; }

td.info {
  padding: 3px; }

table.data {
  padding: 5px; }
  table.data th {
    border-bottom: solid 1px #ddd; }

.hidden {
  text-indent: -9001px;
  overflow: hidden;
  height: 0;
  width: 0;
  float: left; }

.clear {
  clear: both; }

tr.header {
  margin-left: -3px;
  margin-right: -3px;
  background: url(/images/theme/subheader_bg.png) repeat-x; }

tr.header th {
  color: #fff;
  padding-left: 40px;
  text-align: left;
  font-weight: bold;
  font-size: 17px; }

tr.nopad th {
  padding-left: 5px; }

div.lf {
  float: left; }

div.rf {
  float: right; }

div.half {
  width: 450px; }

td.notice {
  text-align: center; }

div.error, div.warning, div.notice {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px; }

div.error {
  background: #F6DAD9 url(/images/theme/error_bg.jpg) no-repeat; }

div.error li {
  list-style: none; }

div.notice {
  background: url(/images/theme/notice_bg.jpg) no-repeat; }

div.warning {
  background: url(/images/theme/warning_bg.jpg) no-repeat; }

#sidebar {
  margin-top: 10px;
  float: left;
  width: 282px;
  padding-bottom: 70px; }

#featured, #archived_articles {
  width: 300px;
  margin-left: -28px;
  background: #eee;
  float: right;
  margin-bottom: 80px; }
  #featured dl dd, #featured dl dt,   #archived_articles dl dd, #archived_articles dl dt {
    margin: 0;
    font-size: 13px;
    line-height: 1.3; }
  #featured dl dt,   #archived_articles dl dt {
    padding-left: 30px; }
  #featured dl dt.star,   #archived_articles dl dt.star {
    float: left;
    background: url(/images/theme/star-t.png) no-repeat;
    height: 30px; }
  #featured dl dd,   #archived_articles dl dd {
    font-size: 11px;
    color: #898989;
    margin-left: 30px;
    margin-right: 10px;
    border-bottom: solid 1px #d4d4d4;
    margin-bottom: 3px;
    padding-bottom: 3px; }

img {
  behavior: url(/iepngfix.htc); }

#featured h2 {
  height: 40px;
  background: url(/images/theme/block_headers/featured.png) no-repeat;
  margin-top: -4px;
  text-indent: -9001px; }

#archived_articles h2 {
  height: 42px;
  background: url(/images/block_headers/more_articles.png) no-repeat;
  text-indent: -9001px; }

#sidebar div.block {
  width: 282px;
  background: url(/images/theme/block_bg.png) no-repeat bottom left; }

div.block div.content {
  padding: 10px; }

div.block h2 {
  text-indent: -9000px; }

div.block {
  margin-bottom: 10px; }

div.block div.search input.text, div.block div.search select {
  width: 260px; }

#tint {
  background: url(/images/theme/tint.png) no-repeat;
  position: absolute;
  width: 800px;
  height: 500px;
  top: 254px;
  z-index: -5; }

#wrap {
  width: 900px;
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  clear: both; }

#banner {
  position: absolute;
  top: 10px;
  right: 0; }

#breadcrumb {
  clear: both;
  margin-top: 40px;
  height: 28px;
  background: url(/images/theme/crumb.png) no-repeat;
  overflow: hidden; }
  #breadcrumb ul {
    list-style: none;
    margin: 10;
    padding: 0; }
  #breadcrumb li {
    margin: 0;
    background: url(/images/theme/crumb_divider.png) left no-repeat;
    display: block;
    padding: 4px 15px;
    float: left; }
  #breadcrumb li.first {
    font-weight: bold;
    background: none !important; }


#content {
  width: 605px;
  float: right;
  margin-top: 10px;
  padding-bottom: 30px; }

#content.normal {
  width: 900px;
  padding-bottom: 30px; }

#footer_wrap {
  clear: both;
  background: url(/images/theme/footer_bg.png) repeat-x;
  height: 70px; }

#footer {
  clear: both;
  width: 900px;
  margin: 0 auto;
  color: #d0d0d0;
  text-align: center;
  font-size: 11px;
  padding-top: 30px; }

#livechat {
  position: absolute;
  right: 0px;
  border: none; }

#livechat a:hover {
  border: none; }

#logo {
  height: 90px;
  padding-top: 10px; }
  #logo h1 {
    background: transparent; }

#nav {
  width: 700px;
  padding: 0;
  margin: 0; }
  #nav li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none; }
  #nav a {
    display: block;
    float: left;
    line-height: 1em;
    padding-top: 15px;
    text-align: center;
    width: 124px;
    height: 60px;
    color: #676767;
    font-size: 13px; }
    #nav a.double-line {
      padding-top: 10px !important; }
    #nav a span {
      display: block;
      font-weight: bold;
      color: #eee; }
  #nav li.active a, #nav a:hover, #nav a.main:hover, #nav li.active a.main {
    background: url(/images/theme/tab-t.png) no-repeat;
    border: none !important;
    color: #fff; }
  #nav li a.main {
    background: url(/images/theme/tab-main.png) no-repeat;
    color: #fff; }

* html #nav {
  margin-top: -5px; }

#jobseeker_login {
  position: absolute;
  width: 272px;
  height: 71px;
  background: url(/images/theme/jobseeker_login.png) no-repeat left;
  top: 0;
  right: 0; }
  #jobseeker_login .block {
    float: left; }
  #jobseeker_login .first {
    margin-top: 25px;
    margin-left: 5px; }
    #jobseeker_login .first .text {
      width: 190px;
      margin-top: 2px;
      margin-left: 3px; }
  #jobseeker_login .second {
    position: absolute;
    font-size: 10px;
    right: 70px;
    top: 3px; }
  #jobseeker_login input.text {
    height: 15px;
    line-height: 15px;
    font-size: 11px; }

* html #jobseeker_login .block {
  margin-left: 2px; }

#jobseeker_login_button {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/images/theme/jobseeker_login_button.png) no-repeat left; }
  #jobseeker_login_button:hover {
    background: url(/images/theme/jobseeker_login_button_hover-t.png) no-repeat left; }

#search {
  clear: both;
  background: url(/images/theme/search.png) no-repeat;
  height: 64px;
  width: 900px; }
  #search .block {
    float: left;
    width: 220px; }
  #search .block input, #search select {
    border: solid 1px #fff;
    width: 210px; }
  #search .first {
    margin-left: 105px;
    margin-right: 10px;
    width: 100px; }
  #search .second {
    width: 180px; }
  #search .second input {
    width: 170px; }
  #search .pad {
    padding: 4px; }

* html #search .first {
  margin-left: 53px;
  width: 100px; }

#search_button {
  margin-left: 3px !important;
  margin-left: 0px;
  margin-top: 5px; }

#login_status {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 11px;
  text-align: right; }

#advertise a {
  height: 66px;
  width: 272px;
  display: block;
  background: url(/images/theme/advertise.png) no-repeat;
  text-indent: -9001px;
  border: none; }

#featured_employers {
  height: 120px;
  width: 480px;
  background: url(/images/theme/featured_employers.png) no-repeat left;
  padding-left: 120px;
  float: left;
  margin-top: 45px; }
  #featured_employers div.block {
    float: left;
    margin-right: 10px; }
  #featured_employers li {
    list-style: none; }

* html #featured_employers {
  width: 500px; }

#featured_employer {
  background: url(/images/theme/featured_employer.png) no-repeat left top;
  padding-left: 125px;
  min-height: 300px;
  float: left;
  margin-top: 12px; }
  #featured_employer .right {
    float: right;
    width: 300px;
    padding-left: 15px; }
  #featured_employer #featured {
    align: right; }
  #featured_employer h1 {
    background: none !important;
    padding-left: 0;
    margin-bottom: 0.5em; }

#refine_search h2 {
  background: url(/images/theme/refine_search_header.png) no-repeat left;
  height: 36px; }

div.ad_search {
  background: url(/images/theme/search/block/bg.png) no-repeat bottom left;
  margin-bottom: 20px;
  font-size: 10pt !important;
  line-height: 22px;
  float: left; }
  div.ad_search h3 {
    padding-top: 5px;
    margin-left: 5px;
    padding-left: 25px;
    color: #274077;
    font-weight: bold;
    font-size: 12px;
    background: url(/images/theme/search/block/title.png) no-repeat left; }
  div.ad_search div.summary, div.ad_search div.loc_comp, div.ad_search div.posted, div.ad_search div.salary, div.ad_search h3 {
    width: 425px;
    padding-left: 25px; }
  div.ad_search div.top {
    margin: 0;
    padding: 0;
    background: url(/images/theme/search/block/top.png) no-repeat top left; }
  div.ad_search div.details {
    float: left;
    background: #e7e7e7;
    margin-right: 5px; }
  div.ad_search div.loc_comp {
    background: url(/images/theme/search/block/company.png) no-repeat top left; }
  div.ad_search div.salary {
    background: url(/images/theme/search/block/salary.png) no-repeat top left; }
  div.ad_search div.posted {
    background: url(/images/theme/search/block/time.png) no-repeat top left; }
  div.ad_search div.new {
    display: none;
    position: absolute;
    right: 150px;
    bottom: 0; }
  div.ad_search div.divider {
    border-bottom: dotted 1px #bababa;
    margin-right: 172px;
    margin-left: 30px; }

div.logo {
  float: right;
  margin: 0;
  right: 3px;
  text-align: center;
  top: 0;
  padding: 0;
  width: 145px;
  height: 100px; }

#job_summary h2 {
  height: 34px;
  background: url(/images/theme/ad/sidebar/header.png) no-repeat; }
#job_summary th {
  text-align: right;
  font-weight: normal; }
#job_summary td {
  font-weight: bold; }
#job_summary table {
  border-collapse: collapse; }
#job_summary tr.h th {
  text-align: left; }

div.apply {
  height: 50px;
  background: url(/images/theme/ad/footer.png) no-repeat;
  overflow: hidden;
  position: relative; }
  div.apply div.content {
    margin: 5px;
    float: left;
    overflow: hidden;
    width: 520px; }
  div.apply a {
    text-indent: -9001px;
    width: 73px;
    height: 49px;
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    border: none !important; }

div.actions a {
  color: #b1b1b1 !important; }

#sidebar div.actions h3 {
  padding: 5px;
  padding-bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: normal; }

.ad_form {
  background: #E1E1E1; }

.form {
  background: #E1E1E1;
  border-collapse: collapse; }
  .form input.text {
    width: 250px;
    font-size: 16px; }
  .form th {
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    width: 230px; }
  .form h2 {
    background: url(/images/theme/subheader_bg.png) repeat-x;
    color: #fff;
    padding-left: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 17px; }
  .form #documents {
    list-style: none;
    margin-left: 230px; }
    .form #documents li {
      margin-left: 0px; }

.add-new-document {
  font-weight: bold;
  margin: 10px 0 10px 235px; }

div.h_left, div.h_right {
  width: 440px; }

div.h_left {
  float: left; }

div.h_right {
  float: right; }

#content div.block {
  margin-bottom: 10px; }

div.h_left div.block h2, div.h_right div.block h2 {
  height: 60px; }

div.h_left div.block, div.h_right div.block {
  background: url(/images/theme/half_block_bg.png) no-repeat bottom; }

input.bottom {
  margin-bottom: -5px; }

#j_create_account {
  padding-left: 115px;
  background: url(/images/theme/jobseeker/create_an_account.png) no-repeat; }

#j_login {
  padding-left: 115px;
  background: url(/images/theme/jobseeker/login.png) no-repeat; }

#j_new_to_bluecollar {
  padding-left: 115px;
  width: 475px;
  background: url(/images/theme/jobseeker/new_to_site.png) no-repeat; }

#j_jobseeker_login {
  padding-left: 115px;
  width: 475px;
  background: url(/images/theme/jobseeker/jobseeker_login.png) no-repeat; }

#j_forgot_password, #a_forgot_password {
  padding-left: 115px;
  width: 475px;
  background: url(/images/theme/jobseeker/forgot_password.png) no-repeat; }

#j_reset_password, #a_forgot_your_password {
  padding-left: 115px;
  width: 475px;
  background: url(/images/theme/jobseeker/reset_my_password.png) no-repeat; }

#a_create_account {
  padding-left: 115px;
  background: url(/images/theme/advertiser/create_account.png) no-repeat; }

#a_have_an_account {
  padding-left: 115px;
  width: 475px;
  background: url(/images/theme/advertiser/have_an_account.png) no-repeat; }

#a_login {
  padding-left: 115px;
  background: url(/images/theme/advertiser/login.png) no-repeat; }

#a_advertise_today {
  padding-left: 115px;
  width: 475px;
  background: url(/images/theme/advertiser/advertise_today.png) no-repeat; }

#a_advertiser_login {
  background: url(/images/theme/advertiser/advertiser_login.png) no-repeat; }

#new_ad {
  xtext-indent: -9001px;
  background: url(/images/theme/advertiser/ad/new.png) no-repeat; }

#my_ads {
  background: url(/images/theme/advertiser/my_ads.png) no-repeat; }

#account {
  background: url(/images/theme/advertiser/account.png) no-repeat; }

#prepare {
  background: url(/images/theme/advertiser/prepare.png) no-repeat; }

#preview {
  background: url(/images/theme/advertiser/preview.png) no-repeat; }

#pay_and_publish {
  background: url(/images/theme/advertiser/pay_and_publish.png) no-repeat; }

#peruse {
  background: url(/images/theme/advertiser/peruse.png) no-repeat; }

#help {
  background: url(/images/theme/help_header.png) no-repeat; }

#applications_h {
  background: url(/images/theme/jobseeker/applications.png) no-repeat; }

#search_h {
  background: url(/images/theme/jobseeker/search.png) no-repeat; }

#ads_h {
  background: url(/images/theme/jobseeker/my_jobs.png) no-repeat; }

#notifications_h {
  background: url(/images/theme/jobseeker/job_alerts.png) no-repeat; }

#options_h {
  background: url(/images/theme/jobseeker/options.png) no-repeat; }

#tools_h {
  background: url(/images/theme/jobseeker/tools.png) no-repeat; }

.apply_footer {
  display: block;
  float: left; }

.apply_left {
  width: 533px;
  background-image: url(/images/theme/ad/footer_left.png);
  font-size: 10px;
  min-height: 50px; }

#sidebar div.actions {
  background: url(/images/theme/actions_bg.png) no-repeat bottom !important;
  height: 50px; }

#actions {
  background: url(/images/theme/advertiser/actions.png) no-repeat; }

#promotions a {
  margin-right: 8px; }

#traveljobs_employer a:hover, #promotions a:hover, #flag_links a:hover, #about a:hover, #banner a:hover, #feature a:hover, #featured_employers a:hover, #job_of_the_month a:hover, #images a:hover {
  border: 0 !important; }

#flag_links {
  margin-top: 3px;
  margin-left: 300px;
  padding-left: 10px; }

#flag_links img {
  margin-right: 10px; }

div.signup {
  width: 500px;
  padding-right: 15px; }
  div.signup h2 {
    height: 40px; }
  div.signup div.content {
    background: #eee; }

.templatetext {
  background: none !important; }

#div.hint_2.hint {
  width: 595px;
  float: left; }

#apply_link {
  text-decoration: none !important;
  border: 0 !important; }

#browse {
  background: url(/images/theme/browse.png) no-repeat;
  padding-left: 105px;
  float: left;
  width: 484px; }
  #browse ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%; }
    #browse ul li {
      font-size: 13px;
      list-style: none;
      background: url(/images/theme/browse_item.png) no-repeat;
      margin-left: 10px;
      padding-left: 25px;
      height: 20px; }
      #browse ul li a {
        display: block;
        border-bottom: solid 1px #d5d5d5; }

#banners {
  float: left;
  width: 484px;
  cursor: hand;
  cursor: pointer; }

a.banner {
  display: block;
  height: 138px;
  width: 590px;
  font-size: 16px;
  line-height: 1em;
  margin-top: 20px;
  position: relative; }
  a.banner:hover {
    text-decoration: none;
    border-bottom: none; }
  a.banner .title {
    width: 75px;
    height: 118px;
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    background-repeat: no-repeat; }
  a.banner .container {
    float: left;
    height: 100%;
    width: 493px; }
  a.banner .content {
    display: block;
    font-size: 14px; }
  a.banner .button {
    position: absolute;
    bottom: 0;
    left: 94px;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    width: 494px;
    text-align: right; }
    a.banner .button em {
      float: right;
      font-style: normal;
      padding: 0 10px 0 20px;
      margin-right: 10px; }
  a.banner.colour_grey .title {
    background-image: url(../images/banners/titlebg_grey.png); }
  a.banner.colour_grey .button {
    background: url(../images/banners/button2_grey.gif) no-repeat; }
    a.banner.colour_grey .button em {
      background: url(../images/banners/button1_grey.gif) no-repeat; }
  a.banner.colour_red .title {
    background-image: url(../images/banners/titlebg_red.png); }
  a.banner.colour_red .button {
    background: url(../images/banners/button2_red.gif) no-repeat; }
    a.banner.colour_red .button em {
      background: url(../images/banners/button1_red.gif) no-repeat; }

table#cart td {
  padding: 5px; }
  table#cart td.total {
    text-align: right; }
table#cart tr.item td.price {
  text-align: right; }

table#invoice {
  background: #eee;
  width: 100%; }
  table#invoice tr.item td.price {
    text-align: right; }
  table#invoice tr.total td, table#invoice tr.total th {
    text-align: right; }

#poll h2 {
  background-image: url(/images/theme/poll_header.png);
  color: #5F5F5F;
  font-family: "Trebuchet MS";
  font-size: 110%;
  line-height: 45px;
  padding: 0 1em;
  text-indent: 0; }

#browse {
  margin-top: 0;
  margin-bottom: 10px; }

#featured .content {
  min-height: 270px; }

#livechat {
  top: 125px; }

#apply_now_employer {
  height: 133px;
  width: 480px;
  background: url(/images/theme/featuredbackground.png) no-repeat;
  padding-left: 120px;
  float: left; }

#ad-banner {
  position: absolute;
  top: 10px;
  right: 0; }
