body
{
  height: 100%;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  background-color: #63798e;
/*  color: #ffffff; */
}

section, article, header, footer
{
  display: block;
}

#title
{
  width: 94%;
  height: 10%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #63798e;
/*
  background-image: url("http://www.nottingham.ac.uk/geography/extreme-weather/images/icons/WeatherExtremesTBLogo.jpg");
  background-repeat: no-repeat;
  background-size: contain;
*/
}

h1
{
  font-family: 'Open Sans', sans-serif;
  font-size: 20pt;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
  text-shadow: 1px 1px #000000;
}

#title h2
{
  font-family: 'Open Sans', sans-serif;
  font-size: 16pt;
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}

img.resize
{
  width: 100px; /* you can use % */
  height: auto;
}

#main
{
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  background-color: #284358;
  min-height: 650px;
}

#nav_bar
{
  width: 100%;
  float: right;
  margin-left: auto;
  margin-right: auto;
  background-color: #3c5772;
}

.tab
{
  display: inline-block;
  clear: none;
  float: left;
  width: 20%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #3c5772;
}

#tab5
{
  border-right: 0px;
}

.tab_active
{
  background-color: #284358;
}

.tab_button
{
  width: 94%;
  height: 90%;
  border: 0px;
  color: #ffffff;
  background-color: #3c5772;
  font-size: 14pt;
}

.tab button:hover
{
  font-weight: bold;
}

.button_active
{
  background-color: #284358;
}

.content_active
{
  height: 100%;
  margin: 0px;
  margin-top: 10px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 5px;
  background-color: #284358;
  color: #fff;
}

#content_1
{
  height: 150px;
}

.hidden
{
  display: none;
  position: relative;
  top: -100px;
}

#logos
{
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

#ahrc
{
  font-size: 12px;
  color: #3c5772;
}

.footer_logo
{
  max-width: 15%;
}

.footer_logo:hover
{
  border: 1px solid #63798e;
}

#ahrc_logo
{
  max-width: 16%;
  padding: 0px;
  margin: 0px;
  padding-left: 2%;
  padding-right: 10%;
}

#uon_logo
{
  max-width: 14%;
  padding-right: 2%;
  margin: 0px;
}

#aber_logo
{
  max-width: 14%;
  padding-right: 2%;
  margin: 0px;
}

#gla_logo
{
  max-width: 14%;
  padding-right: 2%;
  margin: 0px;
}

#liv_logo
{
  max-width: 14%;
  padding: 0px;
  margin: 0px;
}

#CharlesPalmer
{
  width: 60%;
  height: auto;
  float: right;
  margin: 10px;
  margin-top: 50px;
}

#content_4
{
  width: 97%;
  height: 700px;
/*  height: 0px;  see main min-height: 700*/
}

.opaque
{
  /* see https://css-tricks.com/almanac/properties/o/opacity/ */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); /* For IE8 and earlier */
  opacity: 0.0;
}

.pad_right_10
{
  padding-right: 10px;
}

.cell_top
{
  vertical-align: top;
}

article#map
{
  display: block;
  position: absolute;
  width: 90%;
  height: 100%;
  border-top-style: solid;
  border-top-color: #afafaf;
  border-top-width: 1px;
  scrollable;
}

#search_button
{
  border: 3px solid #66ff33;
  border-collapse: collapse;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  padding: 3px;
  color: #000000; /* darker than ff0000 */
  background: #ffffff;
  background: -webkit-linear-gradient(#c6ffb3, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#c6ffb3, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#c6ffb3, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#c6ffb3,#ffffff);
}

#reset_button
{
  border: 2px solid #0cf;
  border-collapse: collapse;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  padding: 2px;
  background: #ffffff;
  background: -webkit-linear-gradient(#b3f0ff, #ffffff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b3f0ff, #ffffff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#b3f0ff, #ffffff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#b3f0ff,#ffffff);
}

#search_button:hover
{
/*  background-color: #fbdbcb */
/*
  background: -webkit-linear-gradient(top, rgba(255,173,153,0) , rgba(255,173,153,1)); * For Safari 5.1 to 6.0 *
  background: -o-linear-gradient(bottom, rgba(255,173,153,0), rgba(255,173,153,1)); * For Opera 11.1 to 12.0 *
  background: -moz-linear-gradient(bottom, rgba(255,173,153,0), rgba(255,173,153,1)); * For Firefox 3.6 to 15 *
  background: linear-gradient(to bottom, rgba(255,173,153,0) , rgba(255,173,153,1)); * Standard syntax *
*/

  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #c6ffb3); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #c6ffb3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #c6ffb3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #c6ffb3);
}

#reset_button:hover
{
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff,#b3f0ff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #b3f0ff,); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #b3f0ff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #b3f0ff);
}

.project_title
{
  font-style: italic;
  font-weight: bold;
}

.bold
{
  font-weight: bold;
}

.italic
{
  font-style: italic;
}

.red
{
  color: #cc0000;
}

.green
{
  color: #66ff33;
}

.white
{
  color: #fff;
}

.brightblue
{
  color: #0cf;
}

.underlined
{
  text-decoration: underline;
}

.superscript
{
  font-size: 70%;
  vertical-align: text-top;
}

ul.spaced li
{
  padding-top: 6px;
}

ul.spaced li:first-child
{
  padding-top: 0px;
}

ol.spaced li
{
  padding-top: 6px;
}

ol.spaced li:first-child
{
  padding-top: 0px;
}

.help_icon
{
/*  vertical-align: bottom; */
  position: relative;
  top: 3px;
}

#search_table
{
  width: 80%;
}

#search_table td
{
  padding-bottom: 5px;
}

article#searching
{2
  font-family: helvetica;
  display: none;
  position: fixed;
  top: 100px;
  margin-left: 30%;
  margin-top: 10%;
  width: 250px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  padding-top: 20px;
  padding-left: 5%;
  color: red;
  background-color: #aaa;
  border-color: #ff0000;
}

/* see http://cssload.net/ */

#floatingCirclesG
{
  position:absolute;
  left: 45%;
  top: 20%;
  width:32px;
  height:32px;
  -moz-transform:scale(0.6);
  -webkit-transform:scale(0.6);
  -ms-transform:scale(0.6);
  -o-transform:scale(0.6);
  transform:scale(0.6);
}

.f_circleG
{
  position:absolute;
/*  background-color:#F5B3C3; */
  background-color:#CCFFFF;
  height:8px;
  width:8px;
  -moz-border-radius:4px;
  -moz-animation-name:f_fadeG;
  -moz-animation-duration:1.04s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-direction:linear;
  -webkit-border-radius:4px;
  -webkit-animation-name:f_fadeG;
  -webkit-animation-duration:1.04s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:linear;
  -ms-border-radius:4px;
  -ms-animation-name:f_fadeG;
  -ms-animation-duration:1.04s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:linear;
  -o-border-radius:4px;
  -o-animation-name:f_fadeG;
  -o-animation-duration:1.04s;
  -o-animation-iteration-count:infinite;
  -o-animation-direction:linear;
  border-radius:4px;
  animation-name:f_fadeG;
  animation-duration:1.04s;
  animation-iteration-count:infinite;
  animation-direction:linear;
}

#frotateG_01
{
  left:0;
  top:13px;
  -moz-animation-delay:0.39s;
  -webkit-animation-delay:0.39s;
  -ms-animation-delay:0.39s;
  -o-animation-delay:0.39s;
  animation-delay:0.39s;
}
  
#frotateG_02
{
  left:4px;
  top:4px;
  -moz-animation-delay:0.52s;
  -webkit-animation-delay:0.52s;
  -ms-animation-delay:0.52s;
  -o-animation-delay:0.52s;
  animation-delay:0.52s;
}
  
#frotateG_03
{
  left:13px;
  top:0;
  -moz-animation-delay:0.65s;
  -webkit-animation-delay:0.65s;
  -ms-animation-delay:0.65s;
  -o-animation-delay:0.65s;
  animation-delay:0.65s;
}
  
#frotateG_04
{
  right:4px;
  top:4px;
  -moz-animation-delay:0.78s;
  -webkit-animation-delay:0.78s;
  -ms-animation-delay:0.78s;
  -o-animation-delay:0.78s;
  animation-delay:0.78s;
}
  
#frotateG_05
{
  right:0;
  top:13px;
  -moz-animation-delay:0.91s;
  -webkit-animation-delay:0.91s;
  -ms-animation-delay:0.91s;
  -o-animation-delay:0.91s;
  animation-delay:0.91s;
}

#frotateG_06
{
  right:4px;
  bottom:4px;
  -moz-animation-delay:1.04s;
  -webkit-animation-delay:1.04s;
  -ms-animation-delay:1.04s;
  -o-animation-delay:1.04s;
  animation-delay:1.04s;
}
  
#frotateG_07
{
  left:13px;
  bottom:0;
  -moz-animation-delay:1.17s;
  -webkit-animation-delay:1.17s;
  -ms-animation-delay:1.17s;
  -o-animation-delay:1.17s;
  animation-delay:1.17s;
}
  
#frotateG_08
{
  left:4px;
  bottom:4px;
  -moz-animation-delay:1.3s;
  -webkit-animation-delay:1.3s;
  -ms-animation-delay:1.3s;
  -o-animation-delay:1.3s;
  animation-delay:1.3s;
}

@-moz-keyframes f_fadeG
{
  0%
  {
    background-color:#00CCFF
  }
  
  100%
  {
    background-color:#CCFFFF
  }
  
}
  
@-webkit-keyframes f_fadeG
{
  0%
  {
    background-color:#00CCFF
  }
  
  100%
  {
    background-color:#CCFFFF
  }
  
}
  
@-ms-keyframes f_fadeG
{
  0%
  {
    background-color:#00CCFF
  }
  
  100%
  {
    background-color:#CCFFFF
  }
  
}

@-o-keyframes f_fadeG
{
  0%
  {
    background-color:#00CCFF
  }
  
  100%
  {
    background-color:#CCFFFF
  }
  
}

@keyframes f_fadeG
{
  0%
  {
    background-color:#00CCFF
  }
  
  100%
  {
    background-color:#CCFFFF
  }
  
}

#details
{
  display: none;
  position: fixed;
  top: 20%;
  left: 10%;
  width: 80%;
  min-height: 400px;
  background-color: #63798e;
  border: 3px solid #203646;
  border-collapse: collapse;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

section#close_details
{
  font-size: 115%;
  width: 100%;
  height: 20px;
  border-bottom: 3px solid #203646;
  text-align: right;
}

section#event_details
{
  padding: 15px;
  color: white;
}

section#event_details h2
{
  font-size: 12pt;
}

.scrollable
{
  max-height: 400px;
  overflow: scroll;
}

a.hide
{
  color: #66ff33;
  font-weight: bold;
}

#legend
{
  font-family: Arial, sans-serif;
  background: #cce6ff;
  padding: 10px;
  margin: 10px;
  border: 2px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
}

#legend h3
{
  text-align: center;
  margin-top: 0;
  color: #000;
  text-decoration: underline;
}

#legend img
{
  margin-top: 5;
  vertical-align: middle;
}

a.limit
{
  padding: 2em;
  margin: 2em;
}