/*
  CSS Document for Kearney Cycling and Fitness
  Copyright 2010 Kearney Cycling and Fitness
  Author: Bob Bail
  Date Created: 09.07.29
  Date Modified: 10.06.21
  Version: 1.2
*/

body {
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 10pt;
}
#wrap {
  width: 920px;
  margin: 0 auto;
  background-color: black;
  color: blue;
  text-align: center;
  border-left: 2px solid black;
  border-right: 2px solid black;
}
#head {
  width: 100%;
  font-size: 24pt;
  font-weight: bold;
}
#content {
  width: 100%;
  background-image: url(graphics/column.gif);
  background-repeat: repeat-y;
  overflow: auto;
}
#left {
  width: 200px;
  float: left;
}
#left img {
  margin-bottom: 10px;
}
#right {
  width: 700px;
  padding: 5px 5px 5px 0;
  color: black;
  text-align: left;
  float: right;
}
#foot {
  width: 895px;
  height: 3em;
  padding: 1em;
  color: white;
  font-size: 8pt;
}
#rnav ul {
  list-style: none;
}
#rnav li {
  float: left;
  margin: 0px 20px 0px 0px;
}
#rnav ul li ul {
  list-style: none;
}
#rnav ul li ul li {
  float: none;
}
#rnav a {
  color: blue;
  background-color: white;
  text-decoration: underline;
}
#rnav a:visited {
  color: blue;
  background-color: white;
}
#rnav a:hover {
  color: black;
  background-color: white;
}
.dunav ul {
  list-style-type: none;
  color: #A9A9A9;
  background-color: white;
  font-weight: bold;
}
.dunav ul {
  margin-bottom: 50px;
}
.dunav li {
  float: left;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.dunav li a {
  color: black;
  background-color: white;
  text-decoration: none;
}
.dunav li a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}
#rid {
  text-align: center;
}
#rid img {
  width: 372px;
  height: 60px;
  border: none;
}
h1 {
  font-size: 40pt;
  font-weight: bold;
}
h2 {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}
img {
  border: 0;
}
.smlr {
  font-size: smaller;
  font-weight: normal;
}
.small {
  font-size: small;
  font-weight: normal;
}
.anch a:link, a:visited {
  text-decoration: none;
  color: blue;
  background-color: transparent;
}
.anch a:hover {
  color: black;
  background-color: transparent;
}
.anch {
  border-bottom: 1px dotted blue;
}
.cap {
  text-align: center;
  font-size: 8pt;
  float: left;
}
.capt {
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
}

/* THESE CONTROL HOW THE DUATHLON RESULTS LOOK */
  /* THE HEADING */
.rslt {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: navy;
  padding: 2px 2px 2px 10px;
}
.hdg div {
  float: left;
  text-decoration: underline;
  font-weight: bold;
}
  /* THE TABLE: e - EVEN ROW DISPLAY t - TEAM DISPLAY */
.nbr {
  float: left;
  width: 3em;
  padding-left: 4px;
}
.enbr {
  float: left;
  width: 3em;
  padding-left: 4px;
  color: black;
  background-color: #B0E0E6;
}
.row {
  float: left;
  width: 100px;
}
.erow {
  float: left;
  width: 100px;
  color: black;
  background-color: #B0E0E6;
}
.name {
  float: left;
  width: 325px;
}
.ename {
  float: left;
  width: 325px;
  color: black;
  background-color: #B0E0E6;
}
.tname {
  float: left;
  width: 212px;
}
.etname {
  float: left;
  width: 212px;
  color: black;
  background-color: #B0E0E6;
}
  /* BACK TO TOP */
a.btt {
  color: red;
  background-color: white;
  text-decoration: none;
}
a.btt:visited {
  color: red;
  background-color: white;
  text-decoration: none;
}
a.btt:hover {
  color: red;
  background-color: white;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
div.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
}
