div.listBox, div.listBoxActive {
  width: 280px;
  height: 170px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid Silver;
  overflow: auto;
  max-height: 170px;
  cursor: default;
  z-index: 50000;
}
div.listBox table, div.listBoxActive table {
  width: 260px;
  border: 0;
  background-color: #FFFFFF;
}
div.listBox table td, div.listBoxActive table td {
  -moz-user-select: none;
  border: 1px solid white;
  padding-left: 15px;
  font-size: 11px;
}
div.listBox table tr.selected, div.listBoxActive table tr.selected {
  background-image: url('gcheck.gif');
  background-repeat: no-repeat;
  background-color: #C3D6E9;
}
div.listBox table tr.last, div.listBoxActive table tr.last {
  background-color: #E7EEF6;
  padding-left: 15px;
}
div.listBox table tr td span.cityBig, div.listBoxActive table tr td span.cityBig {
  font-size: 12px;
}
div.listBox table tr td span.hilite, div.listBoxActive table tr td span.hilite {
  font-weight: bold;
}
.selectCountries {
  width: 283px;
}
.selectCountriesInactive {
/*  color: #808080;*/
  width: 283px;
/*  background-color: #F4F4F4;
  background-color: #999999;*/
}
.inputKeyword {
  color: black;
  width: 277px;
}
.inputKeyword_a {
  color: black;
  width: 277px;
  font-size: 12px;
  font-family: Arial;
}
.inputKeywordInactive {
  color: #808080;
  width: 277px;
  background-color: #F4F4F4;
  background-color: #999999;
}
.highlight { font-weight: bold; }
.lowlight { color: #808080; }

div.indicator{ border: 1px solid #93BBD8; background-color: #DCE9F2; position: absolute; width: 275px; color: #444444; padding: 2px; left: 0px; z-index: 10; top: 21px; }
