body {
  font-family: Arial, Helvetica, sans-serif;
}

table.top {
  margin: 5px;
  margin-bottom: 30px;
  font-weight: bold;
}

td.searchTop {
  padding-left: 50px;
}

td.searchTop form {
  display:inline;
}

table.content {
  padding: 0px;
  margin: 5px;
  border-spacing: 0px;
  border-collapse: collapse;
  border-top: 2px solid #B10C07;
  border-bottom: 2px solid #B10C07;
  width: 100%;
}

table.content td {
  padding-left: 10px;
  padding-right: 10px;
}

tr.headline td {
  border-bottom: 2px solid #B10C07;
  background-color: #B10C07;
  padding: 3px;
  padding-left: 10px;
}

td.headlineRight {
  text-align: right;
}

h4 {
  color: #004A80;
  margin-top: 25px;
  margin-bottom: 5px;
}

.searchinput {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hint {
}

.hitDetails {
}

.hitInfo{
  color: #808080;
}

.navigation {
  text-align: center;
}

table.searchBottom {
  border-spacing: 0px;
  border-top: 2px solid #004A80;
  border-bottom: 2px solid #004A80;
  width:100%;

  text-align: center;
  background-color: #B10C07;
}

table.searchBottom td {
  padding: 10px;
  font-weight: bold;
}

p.footerLinks {
  text-align: center;
}

select.editlist {
  width: 400px;
}

input.editlist {
  width: 200px;
}
