﻿/*
General Style used by all pages.
*/

body {
  background-color: #FFFFFF;
  font-family: arial, sans-serif;
  }

#banner {
  background-color: #FFFFFF;
  width: 100%;
  text-align: center;
}


#headerButtons {
  float: right;
  width: 118;
  padding-left: 10px;
  z-index: 10;
  display: none;
  }

.pseudoButton {
  float: left;
  background-color: black;
  border: 1px solid black;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 3px;
  margin-right: 3px;
  }

.pseudoButton a {
  display: block;
  float: left;
  background-color: white;
  color: black;
  font-family:arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border: 2px solid white;
  }


.pseudoButton a:link {
  border-color: white;
  color: black;
  }

.pseudoButton a:visited {
  border-color: white;
  color: black;
  }

.pseudoButton a:hover {
  border-color: #FFAA55;
  color: navy;
  }

.pseudoButton a:active {
  border-color: white;
  color: black;
  }

h1, .highlight {
  color: #0000ff;
}

h2 {
  color: #08dd08;
}

#nav #logo {
  text-align: center;
}

.tothecentre {
  text-align:center;
  }

.beeedweb .bee {
  font-weight: bold;
  color: #d0a000;
}

.beeedweb .ed {
  font-weight: bold;
  color: #0000ff;
}

.beeedweb .org {
  font-weight: bold;
}

.photocredit {
  font-size: 0.8em;
  color: gray;
 }

.headingtagline {
  font-weight: normal;
  font-size: 0.5em;
  color: gray;
 }

table.smarttable {
  border-collapse: collapse;
  border: 1px solid black;
}

table.smarttable th.date {
  white-space: nowrap;
}
.smarttable th {
  background-color: #6060ff;
  border: 1px solid black;
}

.smarttable td {
  border: 1px solid black;
}

td.vtop {
  vertical-align: top;
}

.gallerylinks img {
  vertical-align: middle;
}

.gallerylinks {
  list-style-type: none;
  font-weight: bold;
}

.gallerylinks .noicon {
  padding-left: 62px;
  line-height: 60px;
}

