  table {
    border: 1px solid grey;
    width: 100%;
  }
  table tr.even {
    background:  #EEEEEE;
  }
  table tr th {
    background:  #CCCCCC;
  }
  table tr td {
    padding: 2px 10px;
    text-align: left;
  }
  table tr td.money {
    text-align: right;
  }
  table th.ts_number   { width: 13%; }
  table th.address     { width: 38%; }
  table th.state       { width: 8%; }
  table th.county      { width: 9%; }
  table th.sale_date   { width: 18%; }
  table th.opening_bid{ width: 14%; }
  table.tablesorter {
    table-layout: fixed;
  }
  #auction_head {
     display: block;
     float: left; 
  }
  h1 { 
     height: 2em;
     margin: 0.5em;
     padding: 0.5em;
     font-size: 24px;
  }

  #main_container {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #contentContainer {
    width: 100%;
  }
  #contentMain {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  #search_container {
    text-align: left;
    width: 220px;
    padding: 10px;
    float: right;
  }
  #search_container label{
  }
  #search_container input{
    width: 6em;
  }
  #choice_box {
    margin-top: 10px;
  }

  #search_results {
    clear: both; 
  }

  #search_results p{
    text-align: left;
    margin-bottom: 0;
    font-style: italic;
  }


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
        min-width: 70px;
        padding-right: 10px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

