/*
  search.css
  WHM : Wiki Hyper Media
  (c) Olivier Pirson --- http://www.opimedia.be/
  8 août 2011
*/

table.search {
    border-collapse: collapse;
    border-style: solid none;
    border-width: 1px;
}


table.search tr { border-bottom: solid 1px; }
table.search tr:first-child { border-bottom-style: none; }

table.search tr.even {  }

table.search tr.odd { background-color: #D2BFA6; }


table.search td {
    border-style: none solid;
    border-width: 1px;

    padding: 1px 1ex;
}

table.search th {
    border-style: none solid;
    border-width: 1px;

    text-align: left;
}
