
table.top {
  margin: 5px;
  margin-bottom: 30px;
}

td.searchTop {
  padding-left: 50px;
  vertical-align: center;
}

td.searchTop form {
  display:inline;
}

table.content {
  padding: 0px;
  margin: 5px;
  border-spacing: 0px;
  border-collapse: collapse;
  border-top: 2px solid #0c4e76;
  border-bottom: 2px solid #0c4e76;
  width: 100%;
}

table.content td {
  padding-left: 10px;
  padding-right: 10px;
}

tr.headline td {
  border-bottom: 2px solid #0c4e76;
  
  padding: 3px;
  padding-left: 10px;
}

td.headlineRight {
  text-align: right;
}

h4 {
  color: #0c4e76;
  margin-top: 25px;
  margin-bottom: 5px;
}

.searchinput {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hint {
  
}

.hitDetails {
  
}

.hitInfo{
  color: #008000;
}

.srchnavigation {
  text-align: center;
}

table.searchBottom {
  margin: 5px;
  border-spacing: 0px;
  border-top: 2px solid #0c4e76;
  border-bottom: 2px solid #0c4e76;
  width: 100%;
  text-align: center;
  background-color: #7DA7D9;
}

table.searchBottom td {
  padding: 30px;
  font-weight: bold;
}


select.editlist {
  width: 400px;
}

input.editlist {
  width: 200px;
}
