body {
  background-color: #005;
  color: white;
  font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
  margin: 0px;
  padding: 0px;
  width: 92%;
  max-width: 748px; 
}


div.content {
  background-color: #393970;
  margin-bottom: 6px;
  margin-left: 6px;
  margin-top: 8px;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  border-style: groove;
  border-width: 2px;
  border-color: #bbb; 
  font-size: 13px;
}



a:link { 
    color: #ee9;  
    text-decoration: none;
}
a:visited { 
    color: #ee9;
    text-decoration: none;
}
a:active { 
    color: #ee9;
    text-decoration: none;
}
a:hover { 
    color: #005;
    background-color: white;
}

div.authorinfo { 
    font-size: 9px; 
    text-align: right; 
    /* max-width: 750px; */
    vertical-align: text-top;
    margin: 0px;
    padding: 0px;
}
div.authorinfo#galleryinfo {
	text-align: left;
}

dl {
    color: white;
}
dl.eventslist {
    font-size: 12px;
}

dl.standardlist {
    font-size: 13px;
}

dl.training dt {
	font-weight: bold;	
}
dl.training dd {
	padding-bottom: 10px;
}

h1.pagetitle {
    font-size: 20px; 
    padding-top: 2px; 
    padding-bottom: 2px; 
    margin-top: 0px;
}

h2.subheading {
    font-size: 16px; 
    padding-top: 1px; 
    padding-bottom: 1px; 
    margin-top: 0px;
    margin-bottom: 2px;
}

hr {
    margin-top: 6px;
    padding: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    height: 1px;
    text-align: left;
    border-color: #bbb;
    border-style: groove;
    color: #fff;
    background-color: #ccc;
}

img.frontpic {
	border-width: 2px;
	border-color: #aaa;
	border-style: solid;
    margin-left: 2px;
}

img.map_icon {
    float: right; 
    vertical-align: top; 
    margin: 8px; 
    height: 32px; 
    width: 32px;
    border-style: none;
    padding: 0px;
}

p {
    text-align: justify;
    padding-right: 4px;
    font-size: 13px;
    font-size: inherit;
    font-family: inherit;
}

p.navhead {
    text-align: center; 
    border-width: 2px; 
    background-color: white; 
    color: #005;
    font-size: 12px; 
    font-weight: 600; 
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;  
    padding: 2px; 
}

p.navhead a {
    text-decoration: none;
}
p.navhead a:link { 
    color: #005;
}
p.navhead a:visited { 
    color: #272777; 
}
p.navhead a:active { 
    color: #0000df; 
}
p.navhead a:hover { 
    color: blue; 
    text-decoration: underline;
}

caption {
    font-size: 10px; 
    text-align: center; 
}
p.intropara {
    font-size: 15px; 
    font-weight: 500;
    text-align: left;
}

p.section {
    font-size: 13px; 
}
p.standardpara {
    font-size: 13px; 
}

span.sectionhead {
    font-size: 13px; 
    font-weight: bold; 
}

table.results {
    border-width: 2px;
    color: white; 
    font-size: 12px; 
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}
table.results td {
    color: white; 
    font-size: 12px; 
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}
td {
    color: white; 
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}

table.race_info {
    border-width: 3px;
    border-style: outset;
    background-color: #eee;
    color: #005; 
    font-size: 13px; 
    width: 550px;
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}
table.race_info tr {
    background-color: #dadada;
    color: #005; 
    font-size: inherit; 
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}
table.race_info th.desc {
    font-weight: bold; 
    width: 150px;
    padding: 4px;
    border-style: none;
    text-align: left;
    vertical-align: top;
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}
table.race_info td {
    border-style: none;
    padding: 4px;
    color: #005; 
}

table.race_info td.data {
    background-color: inherit;
    color: #005; 
    font-size: inherit; 
    text-align: left;
    vertical-align: top;
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}
table.race_info td.data#event_name {
    font-weight: bold;
}
table.race_info td.data#related_events ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
table.race_info tr td.data#results_cell {
    vertical-align: center; 
    text-align: left;
    padding-left: 50px;
}
table.race_info tr td.data#results_cell ul.results_notes {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 0px;
    font-style: italic;
}
table.race_info td.data#info_URI a, table.race_info td.data#map_URI a, table.race_info td.data#results_URI a {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.race_info a:link { 
    color: #006;  
    text-decoration: none;
}
table.race_info a:visited { 
    color: #449;
    text-decoration: none;
}
table.race_info a:active { 
    color: #00a;
    text-decoration: none;
}
table.race_info a.runner_link:visited { 
    color: #005;  
    text-decoration: none;
}
table.race_info td.data img.resultpic {
	border-width: 2px;
	border-color: #aaa;
	border-style: solid;
}
table.race_info td.data table.resultphotolayout td {
    padding: 0px;
    margin-left: 0px;
}
table.race_info td.data table.resultphotolayout a:hover {
    text-decoration: none;
    background-color: inherit;
    color: #005; 
}
table.race_info td.data table.resultphotolayout td.photoinfo {
    text-decoration: none;
    font-style: italic;
    background-color: inherit;
    color: #005; 
    padding-left: 4px;
    vertical-align: top;
    text-align: left;
}
table.race_info td.data table.resultphotolayout td.photoinfo div.phototitle {
    font-style: normal;
    font-weight: normal;
    padding-bottom: 6px;
}


table.race_info table.runners {
    background-color: #ccc;
    border-width: 1px;
    border-style: outset;
    font-size: inherit;
    margin: 2px; 
}
table.race_info table.runners tr {
    background-color: #d8d8da;
    font-size: inherit;
}
table.race_info table.runners td {
    font-size: inherit;
    color: #005; 
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
}
table.race_info table.runners thead tr {
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    background-color: #d1d1d6;
}
table.race_info table.runners tr.f {
    background-color: #e3e3e8;
}
table.race_info table.runners td.m {
    font-size: inherit;
    text-align: left;
    width: 150px;
}
table.race_info table.runners td.runner span.otherclaim {
    font-family: inherit;
    font-size: inherit;
    font-style: italic;
}
table.race_info table.runners td.category {
    font-size: inherit;
    text-align: center;
    width: 30px;
}
table.race_info table.runners td.finish_time {
    font-size: inherit;
    text-align: right;
    padding-right: 4px;
    width: 50px;
}
table.race_info table.runners td.position {
    font-size: inherit;
    text-align: right;
    padding-right: 4px; 
}
table.race_info table.runners td.rating {
    font-size: inherit;
    font-weight: normal;
    text-align: right;
    padding-right: 2px;
    width: 36px;
}
table.race_info table.runners td.total {
    font-size: inherit;
    font-weight: bold;
    text-align: right;
    padding-right: 2px;
    width: 40px;
}
table.race_info table.runners td.age {
    font-size: inherit;
    text-align: center;
    width: 24px;
}
table.race_info table.runners td.club {
    font-size: inherit;
    text-align: left;
    padding-left: 6px;
    width: 144px;
}

table.race_info table.runners td.notes {
    font-size: inherit;
    text-align: left;
    font-weight: bold;
    padding-left: 6px;
    width: auto;
}
table.race_info table.runners td.notes span.nm {
    font-weight: normal;
}

table.race_info#league_table {
	width: auto;
	border-color: #fff;
    border-width: 3px;
    border-style: outset;
    font-size: 12px;
}
table.race_info#league_table td.data#league_name {
    font-size: 14px;
	font-weight: bold;
    padding-left: 4px;
}
table.race_info#league_table td.data {
    width: auto;
    font-size: 11px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
table.race_info#league_table table.runners {
    width: auto;
	border-color: #eee;
	border-width: 1px;
    border-style: outset;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
table.race_info#league_table table.runners th {
    font-weight: bold;
}
table.race_info#league_table table.runners td.event_name {
    font-size: inherit;
    width: auto;
    text-align: left;
    padding-left: 4px;
    width: auto;
}
table.race_info#league_table table.runners td.event_date {
    font-size: inherit;
    text-align: center;
    padding-left: 1px;
    padding-right: 1px;
    width: auto;
}
table.race_info#league_table table.runners td.finish_time {
    padding-right: 2px;
    padding-left: 2px;
    width: auto;
}
table.race_info#league_table table.runners td.diff_time {
    font-size: inherit;
    text-align: right;
    padding-right: 2px;
    padding-left: 2px;
    width: auto;
}
table.race_info#league_table table.runners td.rating {
    font-size: inherit;
    font-weight: normal;
    text-align: right;
    padding-right: 2px;
    padding-left: 2px;
    width: auto;
}
table.race_info#league_table table.runners td.runner {
    width: auto;
    text-align: left;
}
table.race_info#league_table table.runners td.category {
    width: auto;
    text-align: center;
}
table.race_info#league_table table.runners td.num {
    width: auto;
    text-align: center;
}

div.awards {
	border-width: 2px;
	border-style: outset;
	border-color: #fff;
	padding: 10px;
	background-color: #444484; /* #457; */
}

div.awards h2.awards_heading {
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	font-family: inherit;
	margin-top: 0px;
}
div.awards table.race_info {
	width: auto;
}
div.awards table.race_info#champions {
	min-width: 370px;
}
div.awards table.race_info caption {
	text-align: left; 
	font-size: 13px; 
	color: white; 
	font-weight: bold;
	padding-bottom: 4px;
}
div.awards div.awards_section {
	margin-bottom: 20px;
}
div.awards div.awards_commentary{
	margin-bottom: 24px;
}
div.awards table.race_info th.desc {
	width: 120px;
}
div.awards table.race_info#champions th.desc {
	width: 180px;
}
div.awards table.race_info td.data {
	width: 130px;
}
div.awards table.race_info#champions td.data {
	font-weight: bold;
	width: 190px;
}

table.event_list {
    border-width: 2px;
    border-style: outset;
    border-spacing: 2px;
    background-color: #eee;
    color: #005; 
    font-size: 13px; 
    font-family: inherit;
}
table.event_list#key td {
    font-size: 11px;
    width: 60px;
}
table.event_list caption {
    color: white;
    text-align: left;
    font-style: italic;
    font-size: 13px;
    padding-bottom: 6px;
}
table.event_list#key caption {
    font-weight: bold;
    text-align: center;
    padding-bottom: 2px;
    font-size: 11px;
}
table.event_list thead th {
    background-color: #ccc;
    color: #005; 
    text-align: center;
    font-size: inherit;
    vertical-align: middle;
    font-family: inherit;
}
table.event_list tr {
    background-color: #ddd;
    color: #005; 
    font-size: inherit;
    font-family: inherit;
}
table.event_list tr.date_div {
    background-color: #ccc;
}
table.event_list tr.race {
    background-color: #ddd;
}
able.event_list tr.not_acc {
    color: #0AA;
	font-style: italic;
}
table.event_list tr.race_meeting {
    background-color: #ddd;
}
table.event_list tr.track_meeting {
    background-color: #ddd;
}
table.event_list tr.meeting {
    background-color: #cacad8;
}
table.event_list tr.pub_run {
    background-color: #dae4da;
}
table.event_list tr.social {
    background-color: #dacec4;
}

table.event_list td {
    border-style: none;
    padding: 3px;
    background-color: inherit;
    color: #005; 
    font-size: inherit; 
    text-align: left;
    vertical-align: middle;
    font-family: inherit;
}
table.event_list td.date {
    text-align: left;
    font-size: inherit; 
    font-weight: bold;
    font-family: inherit;
	color: #fff;
	background-color: #4f4f7a;
}
table.event_list td.name {
    font-weight: bold;
	width: 480px;
}
table.event_list td.venue {
	width: 300px;
}
table.event_list td.name span.ch {
    background-color: #005; 
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
table.event_list td.name img {
    vertical-align: text-top;
    /* float: left; */
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
    margin: 0px;
    border-style: none;
}
table.event_list td.time {
    text-align: center;
	width: 36px;
}
table.event_list td.type {
    text-align: center;
}
table.event_list td.info {
    text-align: center;
    min-width: 24px;
}
table.event_list td.map {
    text-align: center;
    min-width: 24px;
}
table.event_list td img {
    border-style: solid;
    border-width: 1px;
    border-color: #444;
}

table.event_list td.numrun {
    text-align: right;
}
table.event_list td.data#event_name {
    font-weight: bold;
}
table.event_list a:link { 
    color: #000070;  
    text-decoration: none;
}
table.event_list a:visited { 
    color: #449;
    text-decoration: none;
}
table.event_list a:active { 
    color: #00a;
    text-decoration: none;
}
table.formtable {
	border-color: #fff; 
	border-width: 1px;
}

hr.events_divider {
    margin-top: 6px;
    margin-bottom: 6px;
    border-width: 2px;
    padding: 0px;
    border-style: groove;
    width: 100%;
    height: 2px;
    color: #eee;
    background-color: #eee;
    border-color: #ccc;
}

table.links_list {
 	border-width: 2px;
    border-style: outset;
    border-spacing: 2px;
    background-color: #505082;
    color: #eee; 
    font-size: 13px; 
    font-family: inherit;
}
table.links_list td {
	border-style: none;
    padding: 4px;
    background-color: inherit;
    color: #eee; 
    font-size: 13px; 
    text-align: left;
    vertical-align: middle;
    font-family: inherit;
}
table.links_list th {
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
    background-color: #447;
    color: #eee; 
    font-size: 13px; 
    font-family: inherit;
    padding: 4px;
    text-align: left;
    vertical-align: middle;
}
ul.standardpara {
    font-size: 13px; 
}
ul.standardpara li {
    font-size: 13px;
}

@media print {
    div#toptext, div#footer, div#buttonlinks {
        display: none;
    } 
}
