body {
  background-image: url("images/background.png");
  color: white;
  font-family: sans-serif;
  margin: 0;
  width: 100%;
}

div.releasenotes {
  background-color: #ffffcc;
  border: 1px solid black;
  border-radius: 10px;
  color: black;
}

dd.releasenotes {
  font-weight: bold;
  font-size: 1.3em;
}

a.releasenotes:link {
  color: blue;
}

a.releasenotes:visited {
  color: lightblue;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

img {
  margin: 0 auto;
  display: block;
}

/* Derby Title */
h1.derbytitle {
  text-align: center;
  float: left;
}

img.logo {
  float: left;
}

/* Login stuff */
fieldset.login {
  background-color: #ffffcc;
  border: 1px solid black;
  border-radius: 10px;
  color: black;
  font-weight: bold;
  margin: 0 auto;
  width: 250px;
}

label {
  display: block;
  font-weight: bold;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: left;
}

label.radio {
  clear: both;
  float: left;
  font-size: .8em;
  text-align: right;
  width: 5em;
}

legend {
  background: #000000;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 4px;
}

/* Tooltip balloon stuff */
.tooltip {
  position: relative;
}

.tooltip .tooltipcontent {
  background-color: #aaaaaa;
  border: 1px solid #000000;
  border-radius: 15px;
  color: #ffffff;
  padding: .4em;
  position: absolute;
  left: 2em;
  text-align: left;
  text-shadow: 1px 1px 0px #ccc;
  visibility: hidden;
  width: 100px;
  word-wrap: break-word;
}

/* Splash stuff (company link at bottom) */
div.splash {
  clear: both;
  margin-top: 4em;
  text-align: center;
}

/* Menu at the top right */
table.menu {
  width: 100%;
}

td.menu {
  text-align: right;
}

a.menu {
  padding: 3px;
  border: 2px solid white;
  text-decoration: none;
  background-color: rgb(125, 125, 193);
}

/* The list of the ticket holders for AJAX */
#ticketholders {
  background-color: #ffffcc;
  border: 2px solid black;
  color: black;
  display: none;
  position: absolute;
  z-index: 255;
  top: 140px;
  left: 250px;
}

a.hiddenlink {
  cursor: pointer;
}

/* List of the entrants fish */
#lastfish {
  background-color: #ffffcc;
  color: black;
  font-family: sans-serif;
  font-size: 12px;
  overflow: scroll;
  height: 90px;
  display: none;
  margin: 0 auto;
}

/* Menu groups on the main page */
td.menugroups {
  background: #ffffcc;
  color: black;
  border: 1px dotted black;
  width: 20%;
  vertical-align: top;
}

a.menugroups:link {
  color: black;
}

a.menugroups:visited {
  color: black;
}

img.menugroups {
  margin: 0 auto;
  display: block;
}

table.menugroups {
  margin: 0 auto;
}

#error {
  background: #ffffcc none repeat scroll 0 0;
  border: 1px dotted black;
  color: black;
  vertical-align: top;
  width: 100%;
}

fieldset.attendant {
  background: #ffffcc none repeat scroll 0 0;
  color: black;
}

fieldset.fishentry {
  background-color: #ffffcc;
  color: black;
}

fieldset.fishlist {
  background-color: #ffffcc;
  color: black;
}

fieldset {
  vertical-align: top;
}

/* Various column definitions for <div> columns, format is .colxx where xx is the width in percent */
.col100 {
  width: 100%;
  float: left;
}

.bodycontent {
  margin: 0 auto;
  height: 26em;	
  overflow: visible;
  width: 90%;
}

.col66 {
  width: 66%;
  float: left;
}

.col50 {
  width: 50%;
  float: left;
}

.col40 {
  width: 40%;
  float: left;
}

.col33 {
  width: 33%;
  float: left;
}

.col32 {
  width: 32%;
  float: left;
}

.col25 {
  width: 25%;
  float: left;
}

.col4 {
  width: 4%;
  float: left;
}

.t100 {
  width: 100%;
}

.t75 {
  width: 75%;
  margin: 0px auto;
}

.leaderboard {
  font-size: 16px;
}

.bottomborder {
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

table.attendantlist {
  width: 75%;
  background-color: #ffffcc;
  color: black;
}

.center {
  text-align: center;
}

.yellowback {
  background-color: #ffffcc;
  color: black;
}

a.yellowback:visited {
  color: black;
}

a.yellowback:link {
  color: black;
}

table.grid {
  border: 2px solid;
  padding: 0px;
  border-collapse: collapse;
}

th.grid {
  border: 1px solid;
}

td.grid {
  border: 1px dotted;
}

a.attendantlist:visited {
  color: black;
}

a.attendantlist:link {
  color: black;
}

li.left {
  text-align: left;
}

div.header-outer {
  text-align: center;
}

div.header-inner {
  display: inline-block;
}

div.logo {
  display: inline;
  position: relative;
  float: right;
}

.fheight {
  height: 6.5em;
}
