*
{
  font: 12px Verdana;
}

#search_table
{
}

table thead td
{
  font-weight: bold;
}

table#search_results
{
  border: 1px solid black;
}

table#search_results thead
{
  background-color: #AAA;
  color: white;
}

table#search_results thead td
{
  font-weight: bold;
  padding: 2px;
  text-align: center;
}

table#search_results thead a
{
  color: white;
  font-weight: bold;
}

table#search_results tbody td
{
  padding: 1px 2px;
}

table#search_results tbody tr.row_even td
{
  background-color: #EEE;
}

table#search_results tbody tr.row_odd td
{
  background-color: #DDD;
}

table#search_results tbody a
{
  color: black;
}


body#edit_document_page
{
  
}

body#edit_document_page table tr.even
{
  background-color: #EEE; 
}

body#edit_document_page table tr.uneven
{
  background-color: #DDD;
}
