body {
  font-size: 12px;
  font-family: Arial, Helvetica;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0 0 10px 0;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

div.destroyer { clear: left; }
div.destroyeright { clear: right; }

div.wrapper {
  width: 750px;
  margin: 0 auto;
}

div.topper {
  height: 108px;
  background: #fff url(../images/topper_bg.jpg) top left no-repeat;
  position: relative;
}

div.top_blurb {
  font-weight: 700;
  color: #980000;
  position: absolute;
  top: 82px;
  left: 100px;
}

a.home,
a.bookmark,
a.friend {
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
}

a.home {
  width: 245px;
  height: 95px;
  top: 5px;
  left: 10px;
}

a.friend,
a.bookmark {
  width: 108px;
  height: 40px;
  right: 0;
}

a.bookmark {
  top: 7px;
}

a.friend {
  top: 60px;
}

div.h_nav {
  height: 24px;
  background: #fff url(../images/h_nav_bg.gif) top left no-repeat;
  text-align: right;
  line-height: 20px;
  color: #fff;
}

div.h_nav a {
  padding: 0 20px;
  color: #fff;
}

div.left_side {
  width: 140px;
  height: 350px;
  float: left;
  padding: 0 0 65px 0;
  border-right: 1px solid #b1a9cb;
  background: transparent url(../images/left_side_bg.gif) bottom right no-repeat;
}

div.links {
  border-left: 1px solid #b1a9cb;
}

div.links a {
  display: block;
  padding: 0 0 0 5px;
  font-weight: 700;
}

a.biggy {
  height: 24px;
  line-height: 24px;
  background: #170060;
  border-top: 3px solid #715eb5;
  border-bottom: 3px solid #715eb5;
  color: #f3efff;
}

a.biggy:hover {
  background-color: #1d007a;
  text-decoration: none;
}

a.collapser {
  background: #170060 url(../images/biggy_up.gif) right center no-repeat;
}
a.expander {
  background: #170060 url(../images/biggy_down.gif) right center no-repeat;
}

div.sub_links {
  height: 0;
  overflow: hidden;
}

div.sub_links.on {
  height: auto;
}

div.sub_links a {
  height: 19px;
  line-height: 21px;
  background: #ebe5ff;
  border-bottom: 5px solid #f9f0e3;
  border-top: 1px solid #b1a9cb;
  color: #06001a;
}

div.sub_links a:hover {
  background: #fcfbff;
  text-decoration: none;
}

div.sub_links a.inactive {
  background-color: #f2f2f2;
  border-bottom-color: #ddd;
}

div.sub_links a.current { border-bottom-color: #9d4245; }

div.right_side {
  width: 609px;
  float: left;
  margin: 0 0 0 -1px;
  border-top: 5px solid #e5e5e5;
  border-left: 1px solid #b1a9cb;
  background: transparent url(../images/right_side_bg.gif) top right no-repeat;
}

h1.title {
  font-size: 24px;
  color: #12003f;
  line-height: 38px;
  border-bottom: 1px solid #d8d5e5;
  height: 38px;
  width: 490px;
  margin: 0 auto 0 0;
  padding: 0 0 0 10px;
}

div.content {
  padding: 10px;
  font-size: 14px;
}

div.content p {
  margin: 10px 0;
}
div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6 {
  font-size: 24px;
  margin: 5px 0;
  color: #12003f;
}
div.content h2 { font-size: 22px; }
div.content h3 { font-size: 20px; }
div.content h4 { font-size: 18px; }
div.content h5 { font-size: 16px; }
div.content h6 { font-size: 14px; }

div.content a {
  color: #ff0000;
}

div.footer {
  position: relative;
  height: 64px;
  padding: 0 10px 0 0;
  background: transparent url(../images/footer_bg.gif) top right no-repeat;
  color: #eceeff;
  font-size: 10px;
  line-height: 23px;
}

span.right_footer {
  float: right;
}
span.right_footer a {
  color: #eceeff;
}

span.middle_footer {
  float: right;
  margin: 0 25px 0 0;
  width: 200px;
  text-align: center;
}

div.cwebdes {
  position: absolute;
  width: 150px;
  height: 20px;
  top: 28px;
  left: 510px;
  color: #d9d9d9;
  line-height: normal;
}

div.cwebdes a {
  color: #d9d9d9;
}

div.cwebdes a:hover {
  color: #b3b3b3;
}



/*--------- FORM STYLES --------------------------------------------------------------------------*/

div.row {
  width: 550px;
  margin: 0 auto 15px auto;
  padding: 0 0 0 25px;
}

div.row.admin {
  width: 750px;
}

span.left {
  float: left;
  width: 275px;
}

span.left.admin {
  width: 375px;
}

form.big_blue {
  font-size: 16px;
  color: #12003f;
  padding: 0;
  margin: 0;
}

form.big_blue label {
  font-weight: 700;
}

input.blue_fade {
  background: #fbf9ff url(../images/blue_fade_bg.gif) top left repeat-x;
  border: 1px solid #12003f;
  padding: 2px;
  width: 210px;
  font-size: 14px;
}

input.wide {
  width: 475px;
}

form.big_blue input.blue_fade {
  font-size: 16px;
}

form.classic input.zip,
input.zip {
  width: 60px;
}

select.blue_fade {

  font-size: 14px;
  border: 1px solid #12003f;
  padding: 2px;
  background: #fbf9ff url(../images/blue_fade_bg.gif) top left repeat-x;
}

form.big_blue select.blue_fade {
  font-size: 16px;
}

div.hider {
  height: 0;
  overflow: hidden;
  margin: 0 auto 0 auto;
}

div.hider span.left {
  background: #ffdbdb;
  padding: 10px;
  width: 480px;
}

div.hider span.left input.blue_fade {
  width: 470px;
}

input.pos_right {
  float: right;
  cursor: pointer;
  padding: 2px 20px;
  font-size: 14px;
}

form.big_blue input.pos_right {
  margin: 0 65px 0 0;
}

div.featured_jobs {
  background: #f8e5e5;
  float: left;
  width: 379px;
  margin-right: 10px;
}

div.featured_jobs h1 {
  width: 379px;
  height: 44px;
  background: #fff url(../images/featured_jobs_h1_bg.gif) bottom left no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
}

div.featured_jobs span.special {
  font-size: 10px;
  color: #9b7070;
  padding-left: 5px;
}

div.featured_jobs a.job {
  padding: 5px;
  display: block;
  color: #322260;
}
div.featured_jobs a.job.dark {
  background: #dabdbd;
}

div.featured_jobs a.job span.job_state {
  float: right;
}

div.featured_jobs a:hover.job { background: #f5f2ff; }

div.featured_jobs div.bunker {
  width: 379px;
  height: 23px;
  background: #fff url(../images/featured_jobs_bunker.gif) top left no-repeat;
  position: relative;
}

div.featured_jobs div.bunker a {
  position: absolute;
  color: #c28282;
  font-size: 14px;
  display: block;
  width: 115px;
  top: 4px;
  right: 4px;
}
div.featured_jobs div.bunker a:hover { text-decoration: none; }


div.featured_emps {
  float: left;
  width: 200px;
  /*background: #f5f2ff;  */
}

div.featured_emps h1 {
  width: 200px;
  height: 61px;
  background: #fff url(../images/featured_emps_h1_bg.gif) bottom left no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
}

div.featured_emps span.special {
  font-size: 10px;
  color: #70698a;
  background: #e2dcf7;
  padding-left: 5px;
  display: block;
}
div.featured_emps div.list a {
  display: inline;
  margin-bottom: 5px;
}
div.featured_emps div.list {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       margin-bottom: 5px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         }div.featured_emps div.list {
  text-align: center;
  width: 198px;
  overflow: auto;
  border-left: 1px solid #f5f2ff;
  border-right: 1px solid #f5f2ff;
}

div.featured_emps div.bunker {
  width: 200px;
  height: 23px;
  background: #fff url(../images/featured_emps_bunker.gif) top left no-repeat;
  position: relative;
}

div.featured_emps div.bunker a {
  position: absolute;
  color: #493c77;
  font-size: 14px;
  display: block;
  width: 170px;
  top: 4px;
  right: 4px;
}
div.featured_emps div.bunker a:hover { text-decoration: none; }

div.list {
  height: 300px;
  overflow: auto;
}

div.featured_jobs div.list {
  height: 317px;
}

a.go_search {
  display: block;
  text-align: center;
  background: #170060;
}

form.classic {
  color: #170060;
}

span.titler,
form.classic label {
  display: block;
  width: 150px;
  float: left;
  padding: 2px 10px 2px 0;
  margin: 5px 10px 5px 0;
  border-right: 3px solid #170060;

  font-weight: 700;
  font-size: 14px;
  text-align: right;
  color: #170060;
}

form.classic label.full {
  width: 100px;
}

form.classic label.normal {
  display: inline;
  float: none;
  width: auto;
  border: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;

  /*line-height: 28px;
  margin-left: 5px;*/
}

form.classic label.special {
  width: 70px;
}

form.classic div.section input.normal,
form.classic input.normal {
  width: auto;
  float:none;
}

span.subjecter,
form.classic input {
  width: 200px;
  float: left;
  padding: 1px 2px;
  font-size: 14px;
  margin: 5px 0;
}

span.subjecter {
  display: block;
  width: 400px;
}

form.classic input.full {
  width: 400px;
}

form.classic input.small {
  width: 50px;
}

div.section,
form.classic div.section {
  margin: 5px 0;
  border: 1px solid #170060;
  border-width: 1px 0 1px 0;
  padding: 10px 10px;
}

form.classic div.section img {
  margin: 0 0 -7px 0;
}

form.classic div.section input {
  margin: 0;
}

form.classic div.section input {
  float: none;
  width: 50px;
}

form.classic textarea {
  float: left;
  width: 204px;
  height: 100px;
  margin: 5px 0;
  overflow: auto;
}

form.classic select,
form.classic textarea,
form.classic input {
  border: 1px solid #170060;
}

form.classic div.section input.radio,
form.classic input.radio {
  /*float: left;*/
  width: auto;
  /*margin-top: 8px;*/
  margin-top: 1px;
  margin-right: 5px;
  border: 0;
}

input.submitter,
a.submitter,
form.classic input.submitter {
  cursor: pointer;
  background: #170060;
  color: #fff !important;
  width: 204px;
  height: 27px;
  border: 1px solid #170060;
  text-decoration: none;
}

input:hover.submitter,
a:hover.submitter,
form.classic input:hover.submitter {
  background: #412699;
}

input.submitter.right,
a.submitter.right,
form.classic input.submitter.right {
  float: right;
}

input.submitter.left,
a.submitter.left,
form.classic input.submitter.left {
  float: left;
}

form.classic input.submitter.classic,
form.classic a.submitter.classic {
  margin-left: 175px;
}

form.classic select {
  width: 200px;
  margin: 5px;
}

form.classic select.left {
  float: left;
}

form.classic select.right {
  float: right;
}

form.classic p.left {
  float: left;
  width: 300px;
}

form.classic p.left.thin {
  width: 250px;
}

form.classic textarea.left {
  float: left;
}

form.classic div.section textarea {
  width: 250px;
  margin: 5px;
  padding: 2px;
}

div.account_search {
  background: #d9cdff;
  border: 1px solid #b1a1e5;
  border-width: 1px 2px 3px 1px;
  overflow: hidden;
  position: relative;
  padding: 40px 5px 5px 5px;
  margin: 5px 0;
}

div.account_search.tips {
  padding: 25px 5px 5px 5px;
  font-size: 12px;
}

div.account_search div.searcher {
  background: #b1a1e5;
  margin: 0 -5px;
  padding: 0 5px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
}

div.account_search div.searcher h1 {
  color: #9d8fcc;
  font-size: 24px;
  margin: 0 0 0 15px;
  padding: 0 5px 1px 5px;
  background: #d9cdff;
  display: inline;
}

div.account_search.tips div.searcher h1 {
  font-size: 12px;
}

div.account_search input.search_box {
  border: 1px solid #b1a1e5;
  padding: 2px 1px;
  width: 505px;
}

div.account_search input.rock_box {
  cursor: pointer;
  background: #170060;
  color: #fff;
  border: 1px solid #170060;
}

div.account_search input:hover.rock_box {
  background: #412699;
}

div.account_search.mini div.searcher h1 {
  font-size: 18px;
}

div.account_search.mini {
  float: left;
  width: 250px;
  margin: 5px 15px;
}


div.account_search.mini.center {
  float: none;
  margin: 5px auto;
}

div.wrapper.admin a.button,
a.button,
div.account_search a {
  background: #170060;
  color: #fff;
  border: 1px solid #170060;
  display: block;
  text-align: center;
  padding: 5px;
  margin: 5px 0;
}

div.wrapper.admin a:hover.button,
a:hover.button,
div.account_search a:hover {
  background: #412699;
  text-decoration: none;
}

div.content a.button,
a.button {
  width: 200px;
  margin: 5px 10px 5px 0;
  color: #fff;
}

a.button.left {
  float: left;
}

a.button.right {
  float: right;
}

div.wrapper.admin a.button.delete,
a.button.delete {
  background: #9f0000;
  color: #fff;
  border: 1px solid #4d0000;
  width: 110px;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
}
div.wrapper.admin a:hover.button.delete,
a:hover.button.delete {
  background: #190000;
}

div.account_search ul {
  margin: 0;
  padding: 0 0 0 17px;
  list-style: square;
}

div.account_search li {
  padding: 0 0 5px 0;
  margin: 0;
}

div.res_row {
  border: 1px solid #170060;
  margin-top: -1px;
  width: 585px;
  line-height: 22px;
}

div.res_row.available {
  background-color: #beb;
}

div.res_row.unavailable {
  background-color: #ebb;
}

table tr.dark td, table tbody tr.dark th {
  color: #fff;
  background: #170060;
  font-size: 10px;
}

table.rows td {
  border: 1px solid #170060;
  font-size: 12px;
}

div.res_row.dark {
  color: #fff;
  background: #170060;
  font-size: 10px;
  line-height: normal;
}

div.res_row.dark div.thin,
div.res_row.dark div.thinner,
div.res_row.dark div.med,
div.res_row.dark div.emp_edu,
div.res_row.dark div.job_number,
div.res_row.dark div.views,
div.res_row.dark div.status,
div.res_row.dark div.use,
div.res_row.dark div.id_number,
div.res_row.dark div.jb_name,
div.res_row.dark div.jb_company,
div.res_row.dark div.jb_location {
  height: 14px;
  text-align: left;
}
.light,
div.res_row.light {
  background: #d9cdff;
}

div.res_row.selected {
  background: #d9ffcd;
}

div.thin,
div.med,
div.thinner,
div.emp_edu,
div.job_number,
div.views,
div.status,
div.use,
div.id_number,
div.jb_name,
div.jb_company,
div.jb_location {
  float: left;
  padding: 0 3px;
  border-right: 1px solid #170060;
  overflow: hidden;
  height: 22px;
}

div.res_row div.last {
  border-right: 0;
}

div.res_row div.med {
  width: 140px;
}

div.res_row div.thin {
  width: 75px;
}

div.res_row div.thinner {
  width: 50px;
}

div.res_row div.smallfont {
  font-size: .9em;
}

div.emp_edu {
  width: 130px;
}

div.job_number {
  width: 43px;
  text-align: center;
}

div.views {
  width: 48px;
}

div.status {
  width: 60px;
}

div.use {
  width: 23px;
}

div.id_number {
  width: 25px;
}

div.jb_name {
  width: 190px;
}

div.jb_company {
  width: 200px;
}

div.jb_location {
  width: 85px;
  border: 0;
}


form.classic div.section input.twofive,
form.classic input.twofive,
div.section input.twofive,
input.three {
  width: 250px;
  margin-top: 5px;
}

div.rider {
  float: left;
  width: 400px;
  margin-top: 6px;
}

span.add {
  color: #fff;
  background: #170060;
  width: 80px;
  padding: 2px 20px;
  border-top: 2px solid #715eb5;
  border-bottom: 2px solid #715eb5;
  text-align: center;
  cursor: pointer;
  font-size: 10px;
}

span:hover.add {
  background: #1d007a;
}

div.state_block {
  background: #ebe5ff;
  margin: 5px 0;
  padding: 5px;
}

div.state_block.invis {
  position: absolute;
  left: -9999px;
}

form.classic div.section input.city,
input.city {
  width: 200px;
  margin: 0 5px 0 0;
}

form.classic div.section select.state,
select.state {
  margin: 0 5px 0 0;
  width: 140px;
}

form.classic select.state {
  width: 140px;
}

form.classic div.section div.state_block input.zip,
input.zip {
  margin: 0 5px 0 0;
}

form.classic div.section div.state_block input.zip,
input.zip,
form.classic div.section div.state_block select.state,
div.state_block select.state,
form.classic div.section div.state_block input.city,
div.state_block input.city,
div.state_block span.add {
  float: left;
}

div.res_row input {
  width: auto;
  float: none;
}
div.res_row input.checkbox {
  margin: 0 0 1px 0;
}

div.res_row.special {

}

div.res_row.special div {
  height: auto;
}

div.qop,
div.choose,
div.ppj,
div.vdpo,
div.fjc,
div.fec,
div.pqrd,
div.jbl {
  float: left;
  padding: 0 3px;
  border-right: 1px solid #170060;
  overflow: hidden;
  height: 22px;
  text-align: center;
  width: 73px;
}

div.qop {
  width: 50px;
}

div.choose {
  width: 40px;
  line-height: 40px;
}

div.choose.line_adjust {
  line-height: 38;
  position: relative;
}

div.special div.ppj {
  line-height: 40px;
}

div.speical div.fec,
div.speical div.vdpo {
  padding-top: 5px;
}

div.jbl {
  border-right: 0;
}

div.special div.jbl {
  padding-top: 5px;
}

form.classic div.res_row input.job_number,
div.res_row input.job_number,
input.job_number {
  /*margin: 1px 0 0 -2px;*/
  width: 30px;
  position: absolute;
  top: 0;
  left: 5px;
}

div.total_zone {
  text-align: right;
  font-size: 18px;
  padding-right: 10px;
  margin-top: 20px;
}

div.total_zone span {
  background: #d9cdff;
  padding: 20px 5px 0 5px;
}

div.emp_searchbox {
  background: #ebe5ff;
  margin: 5px 0;
  border: 1px solid #b1a1e5;
  border-width: 1px 2px 3px 1px;
  padding: 2px;
  font-size: 12px;
  color: #170060;
}















div.redrum {
  background: #fcc;
  border: 1px solid #c00;
  border-width: 1px 2px 3px 1px;
  overflow: hidden;
  position: relative;
  padding: 40px 5px 5px 5px;
  margin: 5px 0;
  color: #800000;
}

div.redrum div.searcher {
  background: #c00;
  margin: 0 -5px;
  padding: 0 5px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
}

div.redrum div.searcher h1 {
  color: #c00;
  font-size: 20px;
  margin: 0 0 0 15px;
  padding: 0 5px 1px 5px;
  background: #fcc;
  display: inline;
}

div.redrum.green {
  background: #cfc;
  border-color: #0c0;
  color: #004d00;
}

div.redrum.green div.searcher {
  background: #0c0;
}

div.redrum.green div.searcher h1 {
  background: #cfc;
  color: #0c0;
}

form.classic input.checkbox,
input.checkbox {
  width: auto;
  float: none;
  padding: 0;
  margin: auto;
  border: 0px;
}


.resume {
  background: #eee;
  padding: 2px 4px;
}

.resume.over {
  background: #efe;
}

.clickable {
  cursor: pointer;
}

a img {
  border: 0;
}


/* NEIL: I'm thinking that this set of styles should really only apply to the toggle cell, and not the rest of the row,
         or rather that there should be a seperat hilight colour for the rest of teh row, as clicking on the rest of
         row doesn't add(green)/remove(red) the resume from a saved search, but will probably display the resume... */
/* default row for the deselected table (search results)*/
table.deselected tr td,
/* deselected row on a the selected table (edit saved resume selection) (removing)*/
table.selected tr.deselected td {
  background-color: #fff;
}

/* selected row for the search results table (adding)*/
table.deselected tr.selected td,
/* default row for the saved resumes table */
table.selected tr td {
  background-color: #cfc;
}

/* mouseover a deselected row (add back in) on the edit saved table */
table.selected tr.deselected.over td,
/* mouseover a row (add in) on the search results table (add resume) */
table.deselected tr.over td {
  background-color: #9f9;
}

/* mouseover a row on the selected table, or a selected row on the deselected table (remove it) */
table.selected tr.over td,
table.deselected tr.selected.over td {
  background-color: #fee;
}

td.toggle {
  cursor: pointer;
}

/* default image for a row that is not selected */
table.deselected td.toggle,
table.selected tr.deselected td.toggle {
 /*background-image: url( '../images/minus.gif' );*/
}

/* default image for a row that is selected */
table.selected td.toggle,
table.deselected tr.selected td.toggle {
  /*background-image: url( '../images/plus.gif' );*/
}

/* mouseover to add */
table.selected tr.deselected td.toggle.overtoggle,
table.deselected td.toggle.overtoggle {
  /*background-image: url( '../images/plus.gif' );*/
  background-color: #6f6;
}

/* mouseover to remove */
table.deselected tr.selected td.toggle.overtoggle,
table.selected td.toggle.overtoggle {
  /*background-image: url( '../images/minus.gif' );*/
  background-color: #ff6;
}


div.item {
  border: 1px solid #e2d9ff;
  color: #170060;
  margin-bottom: 0px;
}
span.list {
  display: block;
  width: 300px;
  float: left;
  padding: 3px;
  background: #f5f2ff;
  border-right: 1px solid #e2d9ff;
}

span.cost {
  display: block;
  float: left;
  padding: 3px;
}

div.item.total span.list {
  background: #f5fff2;
}

table.rows td.control {
  width: 50px;
  font-size: 10px;
}

form.classic textarea,
textarea.widescreen {
  width: 400px;
}

span.highlight {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #2600a0;
  background: #ece6ff;
  padding: 5px;
}


a.password_padding {
padding-left: 200px;
}

div.fixheight {
  height: 5.5em;
  overflow: hidden;
  width: 100px;
}
