
/**** Post Job Button ****/
.content .main #post_link_container.theme{
  background:url(/c/jbb/images/button_postjob_theme_1.gif) no-repeat;
}

#c_post-link-container.theme {
  background:url(/c/jbb/images/button_postjob_theme_1.gif) no-repeat;
}


/**** find jobs ****/

/** headline text **/
h1.jam_headline {
  color: #333333;
}

/** fill **/

#listings #sort_row .jam_fill {
  background-color: #0099cb;
}

#backfill-rule {
  border-bottom: 5px solid #0099cb;
}

/** shadow **/

#listings .jam_shadow {
  background-color: #e8f7fe;
}

.custom_jam_shadow {
  background-color: #e8f7fe;
}

/** body text **/

#listings .jam_body_text {
 color: #000000;
}

/** link **/

#listings .jam_link {
  color: #0065cd;
}

#no-jobs-message .jam_link {
  color: #0065cd;
}
 
#job_filter .jam_link {
  color: #0065cd;
}

.custom_jam_link {
  color: #0065cd;
}

/** accent **/
/**** job detail page ****/

/* headline */
#c_post_2 .jam_headline {
  color: #333333;
}

/* links */
#c_post_2 .jam_link {
  color: #0065cd;
}

#c_email_row .jam_link {
  color: #0065cd;
}

#c_website_row .jam_link {
  color: #0065cd;
}

#recent_postings .jam_link {
  color: #0065cd;
}

#c_occupation .jam_link,
#c_jobtype .jam_link {
  color: #0065cd;
}

/* body text */
#c_job_description.jam_body_text {
  color: #000000;
}


/**** post a job ****/

/* headline text */
h1 .jam_headline {
  color: #333333;
}

/* shadow */
#c_sidebar.poststeps .jam_shadow {
  background-color: #e8f7fe;
}

/* fill */
#c_sidebar.poststeps .jam_fill {
  background-color: #0099cb;
}

/* link */
#c_sidebar .jam_link {
  color: #000000;
}

/* accent */
#c_sidebar .jam_accent {
  border-top: 2px solid #cccccc;
}

/**** FAQ ****/

#c_faq_sidebar_links ul a{
  color: #0065cd;
}

#c_job_faq h1{
  color: #0065cd;
}
