tr.normal {
  background-color: 
}
tr.highlight {
  background-color      :  #EEEEEE;
}
td.normal {
  text-align            :  left; 
  vertical-align        :  top; 
  background-color      : 
}
td.highlight { 
  text-align            :  left; 
  vertical-align        :  top; 
  background-color      :  #DDDDDD;
}
td.listbar {
  width                 :  15px; 
  text-align            :  center;
}
td.listbar_act {
  width                 :  15px; 
  text-align            :  center; 
  font-weight           :  bold
}
div.filter_menu{
  padding-left          :  8px;
  cursor                :  pointer;
  float                 :  left;
}
div.layer_filter_show{
  position              :  relative;   
  margin-bottom         :  10px;
  width                 :  500px; 
  z-index               :  1; 
  left                  :  20px; 
  top                   :  20px; 
  display               :  block;
}
div.layer_filter_hide{
  position              :  relative;   
  margin-bottom         :  10px;
  width                 :  500px; 
  z-index               :  1; 
  left                  :  20px; 
  top                   :  20px; 
  display               :  none;
}
div.layer_autocomplete{
  position              :  relative;   
  margin-bottom         :  10px;
  z-index               :  2; 
  display               :  none;
}
.layer_filter .radiobuttons{
  padding-left          :  20px;
  vertical-align        :  top;
}

select.highlight_on{
  background            :  #EEFFFF;
}

select.highlight_off{
  background            :  #FFFFFF;
}

input.highlight_on{
  background            :  #EEFFFF;
  width                 :  250px;
}

input.highlight_off{
  background            :  #FFFFFF;
  width                 :  250px;
}
select.results{
  font-family           :  Geneva, Arial, Helvetica, sans-serif;
  font-size             :  12px;
  color                 :  #595959;
  width                 :  250px;
}
select.results option.normal{
  font-family           :  Geneva, Arial, Helvetica, sans-serif;
  font-size             :  12px;
  color                 :  #000000;
  background            :  #FFFFFF;
  cursor                :  default;
}
select.results option.active{
  font-family           :  Geneva, Arial, Helvetica, sans-serif;
  font-size             :  12px;
  color                 :  #000000;
  background            :  #EEFFFF;
  cursor                :  pointer;
}
div.nbr{  /*number of results*/
  font-family           :  Geneva, Arial, Helvetica, sans-serif;
  font-size             :  12px;
  color                 :  #595959;
  width                 :  250px;
  text-align            :  center;
}
div.submit {
  font-family           :  Geneva, Arial, Helvetica, sans-serif;
  font-size             :  12px;
  color                 :  #595959;
  width                 :  250px;
  text-align            :  center;
  cursor                :  pointer;
}
