
#lodging_selection {
  width:100%;
}
#lodging_selection th{
  color:white;
  background-color:     #336699;
  text-align:center;
  font-weight:bold;
}
#lodging_selection th.sorted{
  background-color:  #2376ce;    #666666;
}
#lodging_selection th a{
  color:white;
}
#lodging_selection tr.odd{
  background-color:white;
}
#lodging_selection tr.even{
  background-color: #e2eef5;  #ecf2f8; #d9e5f2; #c6d8ec; #dceaf9; #f2f7fd; #c6ddf5;
}
#lodging_selection tr td{
  color:black;
}
#lodging_selection tr td a{
  color:black;
  font-weight:normal;
  text-decoration:underline;
}
