#joblist {
  position:static;
  width:535px;
  margin-left:auto;
  margin-right:auto;
}

#joblist H2 {
  margin:0px;
  text-align:center;
}
#joblist P {
  margin:10px 15px;
}

#joblist .jobs {
  position:static;
  margin:10px;
  margin-bottom:20px;
  padding:0px;
  height:auto;
  border:1px solid #8abdf0;
}
#joblist .jobs H3 {
  position:static;
  margin:0px;
  padding:0px;
  color:#003399;
  font-size:16px;
  background-color:#8abdf0;
  border-bottom:1px solid #003399;
}
#joblist .jobs P {
  position:static;
  margin:0px;
  padding:0px 5px;
  border-bottom:1px solid #8abdf0;
  text-align:center;
}
#joblist .jobs UL {
  position:static;
  margin:0px;
  padding:0px;
  width:503px;
  min-height:20px;
  _height:20px;
  overflow:visible;
  border-bottom:1px solid #8abdf0;
}
#joblist .jobs UL:after { content:" "; display:block; height:0px; clear:both; }
#joblist .jobs UL LI {
  display:block;
  float:left;
}
#joblist .jobs UL LI.title {
  width:225px;
}
#joblist .jobs UL LI.email {
  width:195px;
}
#joblist .jobs UL LI.date {
  width:80px;
  text-align:right;
}
#joblist .jobs #selectNew {
  width:115px;
  height:18px;
  margin:0px;
  padding:0px;
  margin-top:-20px;
  white-space:nowrap;
  float:right;
}
#joblist .jobs #selectNew FORM {
  margin:0px;
  padding:0px;
}
#joblist .jobs #selectNew SELECT {
  display:block;
  font-size:9px;
  margin:0px;
  padding:0px;
  float:left;
}
#joblist .jobs #selectNew SELECT OPTION {
  font-size:9px;
}
#joblist .jobs #selectNew .button {
  display:inline;
  font-size:10px;
  font-weight:bold;
  color:#FFF;
  background-color:#36C;
  border:1px solid #06C;
  margin:0px;
  padding:0px;
}

#jobdetail {
  position:static;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}
#jobdetail H2 {
  position:static;
  margin:0px;
  padding:2px;
  color:#003399;
  font-size:16px;
  background-color:#8abdf0;
  border-bottom:1px solid #003399;
}
#jobdetail #jobcontent {
  padding:10px;
}
#jobdetail #jobcontent H3 {
  text-align:center;
}
#jobdetail #jobcontent P {
  position:static;
  margin:15px;
}
#jobdetail #jobcontent DL {
  position:static;
  margin:15px;
}
#jobdetail #closeButton {
  position:fixed;
  left:0px;
  bottom:0px;
  display:block;
  width:100%;
  margin:0px;
  padding:2px 0px;
  background-color:#8abdf0;
  border-top:1px solid #003399;
  text-align:center;
}
#jobdetail #closeButton:hover {
  color:#FFF;
}

#jobremove {
  position:static;
  width:535px;
  height:95%;
  overflow-y:auto;
  overflow-x:hidden;
}
#jobremove H2 {
  font-size:18px;
}
#jobremove FIELDSET {
  width:100%;
  margin:0px;
  padding:2px 0px;
}
#jobremove FIELDSET LABEL {
  display:block;
  width:120px;
  font-size:12px;
  color:#036;
  float:left;
}
#jobremove FIELDSET DL {
  width:400px;
  margin:0px;
  margin-left:125px;
  padding:0px;
}
#jobremove FIELDSET DD {
  margin:5px;
}
#jobremove .nobox {
  margin:0px;
  padding:0px;
  border:none;
}
#jobremove .button {
  margin:0px;
  padding:0px;
  color:#036;
  font-size:12px;
  font-weight:bold;
  background-color:#8abdf0;
  border:1px solid #039;
}
#jobremovelist TABLE {
  width:90%;
  margin:0px;
  margin-left:15px;
  border-collapse:collapse;
  border:1px solid #8abdf0;
}
#jobremovelist TABLE TR TD {
  border-bottom:1px solid #8abdf0;
}

