body {
  font-family: arial, sans-serif;
  padding: 0;
  margin: 0;
}

hr.reset {
  display: none;
  height: 0;
  width: 100%;
  margin: 0;
}

img#logo-img {
  height: 70px;
  width: 149px;
  vertical-align: bottom;
  border: none;
}

div#header {
  width: 100%;
  border: none;
  border-bottom: 4px solid #4AA0E0;
  margin: 0;
}

div#se-general-form {
  position: relative;
  top: 100px;
}

input.se-input-text {
  /*
    Is there any Konqueror workaround?
  */
  height: 16px;
  color: #000000;
  font-size: 14px !important;
  border: 1px solid #4AA0E0 !important;
  padding: 3px !important;
  vertical-align: middle;
}

input.se-input-text:hover, input.se-input-text:focus {
  border-color: #0065E0 !important;
}

input.se-submit-button {
  width: 22px;
  height: 22px;
  border: 1px solid #4AA0E0;
  vertical-align: middle;
}

input.se-submit-button:hover, input.se-submit-button-ie-hover {
  width: 22px;
  height: 22px;
  border: 1px solid #0065e0 !important;
  vertical-align: middle;
}

select.se-select-list {
  height: 24px;
  /*padding: 3px;*/
  font-size: 14px;
  border: 1px solid #4AA0E0;
  vertical-align: top; /* IE Fix */
}

select.se-select-list:hover {
  border: 1px solid #0065e0;
}

select.se-select-list option {
  margin: 3px;
}

select.se-select-list option.se-option-title {
  color: #4AA0E0;
  font-weight: bold;
}

div#se-info-bar {
  width: 100%;
  border: none;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .9em;
  font-weight: bold;
  color: #333333;
  background-color: #E5ECF9;
  border-bottom: 1px solid #4AA0E0;
}

div#se-info-bar span {
  padding-left: 10px;
  float: left;
}

div.se-add-web {
  padding-right: 10px;
}

div.se-add-web a, div.se-add-web a:link, div.se-add-web a:active, div.se-add-web a:visited, div.se-add-web a:hover {
  font-size: .9em;
  color: #0000CC;
  text-decoration: underline;
}

div#se-popupbar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  background-color: #FFFFE1;
  border-bottom: 1px solid #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: default;
  width: 100%;
}

div#se-popupbar span {
  padding-left: 10px;
}

div#se-searchresults {
  margin-left: 10px;
  margin-top: 20px;

}

div#se-searchresults iframe {
  /* height: 900px; */
  height: 65em !important;
  width: 95% !important;
}

div#se-content {
  padding: 20px;
}

div#se-content h2 {
  color: #4AA0E0;
  font-size: 16px;
  font-weight: bold;
}

div#se-content p {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #E9EAF1;
}

div#se-content td {
  font-size: 14px;
}

div#se-content acronym {
  cursor: help;
  border-bottom: 1px dotted #000000;
}

div#se-content textarea, div#se-content input {
  background-color: #E5ECF9;
}

div#se-footer {
  width: 100%;
  border-top: 2px solid #E9EAF1;
}

div#se-footer span {
  color: #AAAAAA;
  font-size: 12px;
  padding: 5px !important;
}

div#se-footer span a, div#se-footer span a:link, div#se-footer span a:active, div#se-footer span a:visited {
  color: #AAAAAA;
  /*border-bottom: 1px dotted #AAAAAA;*/
}

div#se-footer span a:hover {
  color: #4AA0E0;
  /*border-bottom-style: solid;*/
}