body, td {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
body {
  background-image: -webkit-gradient(linear, left top, left 125, from(#e8e8e8), to(#ffffff));
  background-image: -moz-linear-gradient(0% 125px 90deg, #ffffff, #d8d8d8);
  background-repeat: repeat-x;
  background-color: white;
  padding: 8px 12px 24px 12px;
}
a {
  color: #0000cc;
  text-decoration: none;
}
a:visited {
  color: #0000cc;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
a.show-all {
  font-size: 14px;
  font-weight: normal;
  color: #777777;
}
a.show-all:visited { color: #777777; }
#full-message {
  border: 3px solid #cccccc;
  width: 600px;
  margin: 2em auto;
  padding: 0.5ex 1.5em;
  font-size: 18px;
  color: #555555;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
#full-message h1 { font-size: 20px; }
#full-message h2 { font-size: 20px; }
#events {
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
}
#events h1 { font-size: 18px; }
#events ul {
  margin: 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0 0 8px 0;
}
#content { margin: 0 auto 0 auto; }
#header {
  text-align: left;
  font-size: 12px;
  padding-left: 4px;
  margin-top: 8px;
}
#header .title { height: 21px; }
#header .title h1 {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  float: left;
}
#header .title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #888888;
  margin: 0 0 0 6px;
  padding: 0;
  white-space: nowrap;
  float: left;
}
#header .menu {
  padding: 4px 0 4px 0;
  font-size: 12px;
  clear: both;
}
#header .menu .sep {
  color: #d3d3d3;
  margin: 0 0.25em;
}
#results tr.status-n a { color: gray; }
#results tr.even td { background-color: #f2f2f2; }
#results th {
  font-size: 11px;
  padding: 6px 6px 4px 6px;
  border-top: 1px solid #d3d3d3;
  background-color: #d3d3d3;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#d3d3d3));
  background-image: -moz-linear-gradient(0% 100% 90deg, #d3d3d3, #f1f1f1);
}
#results td { padding: 4px 6px; }
#results th {
  border-top: 1px solid #d3d3d3;
  border-right: none;
}
#results th.first {
  border-left: 1px solid #d3d3d3;
  border-right: none;
}
#results th.last { border-right: 1px solid #d3d3d3; }
#results tr.athlete td {
  border-top: none;
  border-right: none;
}
#results tr.athlete td.first {
  border-left: 1px solid #d3d3d3;
  border-right: none;
}
#results tr.athlete td.last { border-right: 1px solid #d3d3d3; }
#results tr.athlete.last td { border-bottom: 1px solid #d3d3d3; }
#results td.split-s { min-width: 5em; }
#results td.split-b { min-width: 5em; }
#results td.split-r { min-width: 5em; }
#results td.split-t { min-width: 2.75em; }
#results .dist {
  display: block;
  font-weight: normal;
}
#results .detail { display: block; }
#results .bib { text-align: right; }
#results .elapsed { text-align: right; }
#results .overall { text-align: right; }
#results .name {
  text-align: left;
  padding-right: 1em;
  white-space: nowrap;
}
#results .pace {
  display: block;
  color: #999999;
}
#results tr.even td.recent { background-color: #fff8a7; }
#results tr.odd td.recent { background-color: #fff8a7; }

