/* details */

#middle {
  margin-bottom: 40px;
}

#details-tips {
  background: #FCEED8;
  height: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #666;
  padding-left: 26px;
}

#content,
#advanced-search {
  width: 660px;
  margin-left: 26px;
  padding: 20px 0;
  display: inline;
  float: left;
}

#advanced-search {
  width: 860px;
}

#sidebar {
  width: 220px;
  margin-right: 26px;
  padding: 20px 0;
  display: inline;
  float: right;
}

#sidebar .title h3 {
  padding-left: 10px;
}

#sidebar .content {
  padding: 2px 5px;
}

#sidebar li {
  background: url(../images/search/icon.gif) no-repeat 1px -147px;
  color: #666;
  line-height: 1.7;
  padding: 5px 12px;
  border-top: 1px dotted #CCC;
}

#sidebar li a {
  font-weight: bold;
  text-decoration: underline;
}

#sidebar li span {
  color: #999;
}

#sidebar li.first {
  border-top: none;
}

#content h1 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

#content h1 a {
  color: #999;
  text-decoration: underline;
}

#content .company-basic,
#content .company-info {
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}

#content .company-info p {
  line-height: 1.8;
  margin-bottom: 20px;
}

#content h2, #sidebar h2 {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #999;
  margin: 12px 0;
  padding-bottom: 5px;
}

#content p.info {
  text-indent:2em;
  font-size:14px;
  line-height:1.8;
  color:#000;
  margin:12px 0;
}

#content p.job-details,
#content ul {
  line-height:2;
  margin-bottom: 20px;
}

#content p span {
  width: 200px;
  margin-right: 15px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.company-jobs {
  border: 1px solid #CCC;
}

.company-jobs tr.even{
  background: #F3F3F3;
}
.company-jobs tr.odd{
  background: #FFF;
}

.company-jobs td {
  padding: 4px 7px;
}

.company-jobs th {
  background: url(/images/company-jobs-bg.gif) repeat-x 0 0;
  color: #666;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #CCC;
}

.company-jobs th span {
  background: url(/images/company-jobs-bg.gif) no-repeat 100% -50px;
  height: 12px;
  padding: 7px;
  display: block;
}

.company-jobs th.last {
  padding: 7px;
}

.company-jobs th a {
  color: #666;
  text-decoration: none;
}

.filters ul,
.filters li{
  padding:0;
  margin:0;
  text-align:left;
  background:#fff;
  font-weight:normal;
  font-size:12px;
  list-style:none;
  cursor:pointer;
}

.filters ul {
  border:1px solid #99C0D4;
}

.filters li a {
  display:block;
  padding:1px 4px;
}

.filters li.current a,
.filters li a:hover {
  background:#E4F3FF;
  text-decoration:none;
}

#content .locus {
  float:right;
  text-align:right;
  margin-top:10px;
  width:192px;
  white-space:nowrap;
  overflow:hidden;
}

.box {
  border: 1px solid #FFB03B;
  margin-bottom: 10px;
}

.box h3 {
  background: #FFA646;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  padding-left: 15px;
  zoom: 1;
}

.box h3 a {
  color: #000;
}

.box .inner {
  padding: 10px 15px;
}

.job-info {
  width: 100%;
  border-top: 2px solid #FF9800;
  border-bottom: 2px solid #FF9800;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}

.job-info caption {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 15px;
}

.job-info caption span {
  font-size: 12px;
  font-weight: normal;
}

.job-info td {
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #E6E6E6;
}

.job-operations li {
  display: inline;
  margin-right: 20px;
}

.job-operations li a {
  text-decoration: underline;
}

.job-operations img {
  position: relative;
  top: 4px;
}

/* jobs pagination */
.flip{
  margin-bottom:5px;
  height:40px;
  overflow:hidden;
}

.flip a,
.flip span{
  margin:0 5px;
  display:inline-block;
  background-image:url(/images/search/icon.gif);
  background-repeat:no-repeat;
}

.flip span.pageBarTrigger{
  background-position:-1px -611px;
  width:20px;
  height:20px;
  margin:0 3px;
  cursor:pointer;
  position:relative;
  top:12px;
}

.flip span.label{
  background-image:none;
  position:relative;
  top:6px;
}

.flip .prev,
.flip .next{
  width:26px;
  height:26px;
  position:relative;
  top:0;
}

.flip .prev{
  background-position:-1px -530px;
}

.flip .next{
  background-position:-1px -570px;
}

.flip span em,
.flip a em{
  font-size:0;
  visibility:hidden;
}

.jobs-pagination {
  border:1px solid #99C0D4;
  width:50px;
  text-align:center;
  background-color:#fff;
  -moz-box-shadow:2px 2px 2px #000;
  -webkit-box-shadow:2px 2px 2px #000;
  padding:0;
  margin:0;
}

.jobs-pagination a {
  display:block;
  padding:2px;
  text-decoration:none;
  margin:0;
}

.jobs-pagination a em {
  font-style:normal;
}

.jobs-pagination .first,
.jobs-pagination .last{
  width:46px;
 }

 .jobs-pagination .first{
  border-bottom:1px solid #DFE0E0;
}

.jobs-pagination .last{
  border-top:1px solid #DFE0E0;
}

.jobs-pagination a:hover,
.jobs-pagination a.current{
  background:#E4F3FF;
  color:#999;
  font-weight:bold;
}

#category {
  width: 920px;
  margin: 1em 0;
  padding-left: 26px;
}

#category h2 { 
  background: url(/images/icon.gif) no-repeat 0 -400px;
  font-size: 16px;
  padding: 10px 0 10px 40px;
}

.cate-list li {
  width: 280px;
  background: url(/images/icon.gif) no-repeat 0 -342px;
  line-height: 2;
  padding-left: 13px;
  display: inline;
  float: left;
}

.cate-list li a:hover {
  color: #3C89D7;
}

table.form {
  width: 100%;
  color: #333;
}

table.form th {
  width: 170px;
  text-align: right;
  padding-right: 6px;
}

table.form td {
  padding: 6px 2px;
}

table.form .text-input {
  width: 190px;
  padding: 4px 2px;
  border: 1px solid #7F9DB9;
}

table.form .select-input {
  width: 196px;
  padding: 1px;
}

#email-tbl-header {
  padding-top: 8px;
  vertical-align: top;
}

.expired-job {
  background: #FFD9D9 url(/images/search/icon.gif) no-repeat 8px -795px;
  margin-bottom: 10px;
  padding: 3px 13px 3px 27px;
  display: inline-block;
}

.expired-job a {
  text-decoration: underline;
}