﻿#results {
  min-height: 400px;
}

#results table {
  width: 100%;
	font: 85%/normal "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin:5px 0;
	border-bottom:#b9af97 2px solid;
	background-color:#FFF;  
	border-spacing: 0px;
}

#results table a {
  text-decoration: underline;
}
#results .even td {
  background:#f8f4ea;
}

#results td {
  vertical-align: top;
	padding:8px 6px;
	border-bottom:#d8d1c1 1px solid;  
}

#results td div {
  padding-left: 4px;
}

#results table td.colhead {
	padding:6px;
	text-align:left;
	color:#f8f4ea;
	background:#b9af97;
	border-left:#f1e8d4 1px solid;
	vertical-align: middle;
	font-weight: bold;
}

#results table .col0 {
  width: 40%
}

#results table .col1 {
  width: 30%;
}

#results table .col2 {
  width: 18%;
}

#results table .col3 {
  width: 12%;
  padding: 0px;
  font-size: 85%;
}

#results table div.details h2 {
  margin: 0px;
  width: 320px;
}

div.details {    
  display: none;
  width: 400px;
  background: white;
  border: solid #AAA 1px;
  position: absolute;
  z-index: 1;
  margin-left: 50px;
  padding: 8px 4px;
}

div.details .controls {
  top: 0px;
}

.details h2 {
  font-size: 10pt;
}

.details p {
  font-size: 8pt;
}

#results td .line1 {
  font-size: 100%;
  color: #555;
}

#results td .line2 {
  font-size: 85%;
  color: #777;
}

#page {
  display: inline-block;
  float: right;
  text-align: right;
}

#filterBtn {
  height: 0px;
}

#filters #page a {
  display: inline-block;
  margin: 0px 4px;
  text-decoration: underline;
}

#filterControls {
  display: none;
  position: absolute;
  width: 350px;
  
  background: #eee;
  margin-top: 20px;
  
  padding: 10px;
  border: solid #aaa 1px;
  margin-left: expression(-700); /* only IE7 should understand this */
                                 /* 700 is the width of the results table */
}

#filterButtons {
  text-align: right;
}

#SearchJobs_overlay {
  display:none;  
  visibility:hidden;
}

#searchButton {
     display:none;  
     visibility:hidden;
} 
