/* Make the entire blue area clickable to select the HTML form fields. */
th label {
  display: block;
}

/* Main Table */
table#tblMain {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 100%;
}

td#search {
   vertical-align: top;
}

/* Make the welcome message and title take up less vertical space */
/* title */
#tblMain #search h1
{
   line-height: 18pt;
   margin: 0.36em 0 0.72em 0;
}
/* welcome message */
#tblMain #search h3
{
   line-height: 13pt;
   margin: 0;
}

/* Headers */
h1 {
   text-align: center;
}

/* Search Table */
#tblSearch {
   margin-left: auto;
   margin-right: auto;
}
#tblSearch th {
   background-color: #E0E8FF;
   color: #000;
   border-right: solid 1px black;
   border-bottom: solid 1px black;
   padding: 1px;
   width: 12em;
   line-height: 1.75em;
   text-align: right;
   vertical-align: middle;
}
#tblSearch .sameSize {
   width: 18em;
}
#tblSearch .buttonRow {
   text-align: center;
}

/* Examples */
#examples {
  float: right;
  text-align: left;
  width: 2.5in;
}

/* News */
div#news {
  margin-bottom: 1em;
  text-align: left;
}
td#searchNews {
  vertical-align: top;
}

/* Notification and no results found messages */
#notificationDiv, #noResults {
  background: #E0E8FF;
  border: 3px solid #3662CB;
  margin: 1em;
  padding: 0 0.5em;
  text-align: center;
}

/* Auto-complete drop-down list for street names */
.completeListStyle{
  background-color: white;
  border: 1px solid #7F9DB9;
  cursor: default;
  font-family: "MS Shell Dlg", sans-serif;
  height: 150px;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  padding-left: 2px;
  width: 18em !important;
}

/* Search info (e.g., dynamic search result count) */
#searchInfo {
  margin: 10px auto;
}

#searchInfo p {
  margin: 5px;
}

#searchInfo #zerocount {
  color: #F00;
}