div#results {
  font-size: 1.2em;
  padding: 0 15px 20px 15px;
  margin: 5px;
}

div#results table {
  width: 90%;
  margin: 0 5%;
  text-align: left;
  border-spacing: 0px 0px;
  clear: both;
}

div#results table.lapTimes {
  width: 100%;
  margin: 0;
  font-size: 0.8em;
}

div#results th {
  text-align: left;
  background-color: #005DA4;
  color: #fff;
  padding: 0.2em 0.5em;
}

div#results td {
  padding: 0.1em 0.5em /*0.10em 0.5em*/;
  height: 1.3em /*20px*/;
}

div#results h1 img {
  vertical-align: text-bottom;
}

div#results tr.zebra_light, div#results tr.zebra_light td input[type="text"] {
  background: #fefefe;
  color: #000;
}

div#results tr.zebra_light:hover {
  background: #e5e5e5;
  color: #000;
}

div#results tr.zebra_dark, div#results tr.zebra_dark td input[type="text"] {
  background: #f3f3f3;
  color: #000;
}

div#results tr.zebra_dark:hover {
  background: #eaeaea;
  color: #000;
}

div#results tr.zebra_penalty {
  background: #aaa;
  color: #000;
}

table#Pointchart th span, table#Teampointchart th span {
  color: #fff;
  font-weight: normal;
  font-size: 0.8em;
  text-decoration: underline;
}

table#Lapgraph td, table#Pointgraph {
  border: 5px solid  #005DA4;
}

/*
div#results a:link {
  color: #2a3695;
}
*/
div#results div#footer {
  text-align: center;
}

div#results div#footer p {
  font-family: Helvetica;
  font-size: 0.66em;
  background-color: #fff;
  color: #aaa;
}

div#results img.cross {
  cursor:pointer;
  cursor:hand;
}

div#results table tr td input, div#results table tr td select, div#results table tr td textarea {
  width: 100%;
}

div#results table tr td input[type="checkbox"] {
  width: 1.25em !important;
}

div#results table tr td.smaller {
  font-size: 0.75em;
  color: #444;
}

div#results span.info {
  border-bottom: 1px dashed #fff;
  cursor: help;
}

div#quicknav {
  text-align: center;
  padding: 0;
  margin: 5px;
}
/*
div#quicknav input[type="button"] {
  padding: 0 2px 4px 2px;
  border: 0;
  background: #fff;
  color: #000;
}

div#quicknav input[type="button"]:hover {
  background: #e5e5e5;
  color: #000;
}
*/
#map_canvas {
  background-color: #005DA4 !important;
  border: 5px solid  #005DA4  !important;
}

#course_image {
  display: none;
  border: 5px solid  #005DA4;
  background-color: #fff;
  position: relative; 
  overflow-x: hidden; 
  overflow-y: hidden;
  z-index: 0;
  width: 100%;
}
/*
#course_image img {
  width: 100%;
}
*/
div#results table td {
  vertical-align: top;
}

div#results table td img {
  border: none;
}

div.addthis_toolbox {
	float: right;
	margin: 0 5% 0 0;
}

div#footer_btns {
	float: right;
	margin: 15px 5%;
}

div#footer_btns img {
	border: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu {
  padding: 0;
  margin: 0 5%;
  width: 100%;
  background: transparent;
  voice-family: "\"}\"";
  voice-family: inherit;
}

#modernbricksmenu ul {
  font: bold 11px Arial;
  margin:0;
  margin-left: 20px; /*margin between first menu item and left browser edge*/
  padding: 0;
  list-style: none;
}

#modernbricksmenu li {
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
  text-transform: uppercase;
}

#modernbricksmenu a {
  float: left;
  display: block;
  color: #fff;
  margin: 0 1px 0 0; /*Margin between each menu item*/
  padding: 5px 10px;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #000; /*Default menu color*/
  border-bottom: 1px solid #fff;
}

#modernbricksmenu a:hover {
  background-color: #ddd; /*Menu hover bgcolor*/
  color: #000;
}

#modernbricksmenu .current a:hover {
  color: #fff;
}

#modernbricksmenu .current a { /*currently selected tab*/
  background-color: #005DA4; /*Brown color theme*/ 
  border-color: #005DA4; /*Brown color theme*/ 
}

#modernbricksmenuline {
  clear: both;
  padding: 0;
  width: 90%;
  margin: 0 5%;
  height: 1px;
  line-height: 1px;
  background: #005DA4; /*Brown color theme*/ 
}
/*
#myform {
  float: right;
  margin: 0;
  padding: 0;
}

#myform .textinput {
  width: 190px;
  border: 1px solid #ddd;
}

#myform .submit {
  font: bold 11px Verdana;
  height: 22px;
  background-color: lightyellow;
}

*/

