body {
  background-color: #ffffff;
  color: #000000;
}
img {
  border: 0px;
}
a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted #000000;
}

.species_links a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted #000000;
}
.action_link {
  margin-right: 5px;
  margin-left: 5px;
}
.central_container {
  position: relative;
  background-color: #ffffff;
  width: 80%;
  top: 5px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000000;
  padding: 5px;
}

.search_box {
  position: relative;
  margin-top: 5px;
}

.search_box input {
  border: 1px solid #52983d;
}

.search_menu {
  cursor: pointer;
  padding: 5px;
}

.table_header {
  font-weight: bold;
}
.table_header td{
  border-bottom: 1px solid #000000;
}

.result_controls {
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
}

.result_browser {
  border: 0;
}

#container {
  background-color: #ffffff;
  //width: 1000px;
  text-align: center;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
  font: normal 0.9em Verdana, Arial, Sans-Serif;
}

#header {
  background-color: #ffffff;
  //width: 980px;
  height: 118px;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
}
#header h1, h3, img{
  position: relative;
}
#header img {
  z-index: 3;
  left: -220px;
}
#header h1{
  top: -95px;
  color: #000000;
}
#header h3{
  top: -115px;
  color: #000000;
}

#links {
  display:none;
}

#search_container {
  display:none;
}

#welcome {
  position: relative;
  width: 80%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px 5px 5px;
  font-size: 0.9em;
  line-height: 1.3em;
}
#licence {
  position: relative;
  width: 80%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px 5px 5px;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.3em;
}

#licence h3 {
  margin-top: 8px;
}

#records_menu {
  background-color: #52983d;
  color: #ffffff;
}

#records_menu_search {
  display: none;
}

#map_menu_search {
  display: none;
}

#web_menu_search {
  display: none;
}

#news_container {
  margin-top: 30px;
  font-size: 0.9em;
}
#news_container ul {
  line-height: 170%;
}

#footer {
  margin-top: 50px;
  font-size: 0.8em;
  line-height: 1.1em;
}

#recordsearch_results, #result_table, #record_title, #show_record, #extra_actions {
  margin-left: auto;
  margin-right: auto;
  //width: 980px;
}

#recordsearch_results {
  text-align: left;
  position: relative;
  top: 20px;
}
#result_table, #record_info {
  font-size: 0.9em;
}
#result_table {
  border-collapse: collapse;
}
#result_table td{
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #000000;
}

#extra_actions {
  visibility: hidden;
  height: 0px;
}

#websearch_results {
  position: relative;
  top: 20px;
}

.headline{
  font-weight: bold;
  font-size: 1.1em;
  text-align: top;
}

#record_title {
  position: relative;
  top: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
}

#show_record {
  position: relative;
  table-layout: fixed;
  top: 20px;
  border-collapse: collapse;
}
#show_record td {
  vertical-align: top;
  padding: 0px;
}

#record_info {
  text-align: left;
  padding-left:0px;
}

#col_class div {
  margin-left: 5px;
}
.col_class_occurence {
  background-color: #ffffff;
  margin-top: 10px;
  font-size: 0.8em;
  text-align: left;
  width: 488px;
}
.col_class_occurence ul {
  list-style-type: none;
}
.col_class_result {
  visibility: hidden;
  height: 0px;
}

#warning {
  color: #ff0000;
  font-weight: bold;
  margin-top: 10px;
}

.displayed_page {
  font-weight: bold;
  font-size: 1.3em;
}
.around_page {
  font-size: 1.1em;
}