form#results table
{ 
  width: 100%;
  border-collapse:collapse;
  margin-bottom: 5px;
 }

form#results table td
{ 
  padding: 2px;
  vertical-align: middle;
 }

form#results thead div , form#results tfoot div
{ 
  background-color: #E8CBCC;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
 }

/*border everywhere in the body only*/
form#results tr
{ 
  border-top: 2px solid #DCD8D8;
  border-bottom: 2px solid #DCD8D8;
 }

/*special cases*/

form#results thead .top
{ 
  border-top:none;
  border-bottom: none;
 }

form#results  tfoot .top
{ 
  border-bottom: none;
  }

form#results table td.middle
{ 
  border-left: 2px solid #DCD8D8;
  border-right: 2px solid #DCD8D8;
 }


form#results table td.left
{ 
  text-align: center;
  } 

form#results table td.middle
{ 
  margin-right:2px;
  margin-left:2px;
  } 

/*bottom bit*/

#record
{ 
  float: left;
 }

#jump
{ 
  float: right;
  }

#explain 
{ 
  float: right;
  }

span.currpage
{ 
  font-weight: bold;
 }
