html {
}

body {
  background-color: #99a899;
  background-image: url(/images/blean_woods_background.jpg);
  background-position: top right;
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: black;
  font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
  padding: 0px;
  margin: 0px; 
  text-align: center;
}
dt {
    font-weight: bold;
}
dl.runner_profiles dt {
	margin-bottom: 0px;
}
dl.runner_profiles dd {
	margin-top: 0px;
	margin-bottom: 12px;
}

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

div.container {
    width: 734px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px; 
    text-align: left;
}

img.banner { 
    width: 734px;
    height: 65px;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px; 
    border: 0px;
}

div.content {
  width: 708px;
  /*
  left: 20px;
  right: 20px;
  */
  background-color: #d2dad2;
  /* background-position: 10px 50%; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-color: #bbb; 
  font-size: 13px;
  
}

p.intropara {
  margin-top: 0px; 
  font-style: italic;
}

p.intropara#homeintro {
 font-weight: bold;
  font-style: normal;
}


a {
    color: #050;  
	text-decoration: none;
	font-weight: bold;
}
a:hover { 
    color: #050;
    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;
}

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

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

h3 {
    margin-bottom: 0px;
    padding-bottom: 6px;
}

hr {
    margin-top: 4px;
    padding: 1px;
    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: #eee;
    background-color: #ccc;
}

p {
    text-align: justify;
    padding-right: 4px;
	padding-top: 0px;
	margin-top: 0px;
    font-size: 13px;
    font-size: inherit;
    font-family: inherit; 
	column-number: 2;
	column-width: 50%;
}

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

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

table.results {
    border-width: 2px;
    color: white; 
    font-size: 12px; 
	background-color: #d2dad2;
    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: #000; 
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}

table.race_info {
    border-width: 3px;
    border-style: outset;
    background-color: transparent;
    color: #030; 
    font-size: 13px; 
    width: auto;
    margin-bottom: 6px;
    font-family: Arial,Verdana,Helvetica,Swiss,Sans-Serif;
}
table.race_info#indhist {
    margin-top: 4px;
    padding: 0px;
    border-width: 2px;
    border-style: solid;
    border-spacing: 2px;
    border-color: #aaa;
}
table.race_info tr {
    background-color: inherit;
    color: #030; 
    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;
}

table.race_info td.data {
    color: #030; 
    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: middle; 
    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: #060;  
    text-decoration: none;
}
table.race_info a:visited { 
    color: #494;
    text-decoration: none;
}
table.race_info a:active { 
    color: #0a0;
    text-decoration: none;
}
table.race_info a.runner_link:visited { 
    color: #030;  
    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: #030; 
}
table.race_info td.data table.resultphotolayout td.photoinfo {
    text-decoration: none;
    font-style: italic;
    background-color: inherit;
    color: #030; 
    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 {
    border: 1px solid #bbb;
    font-size: inherit;
    margin: 2px; 
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #bbb;
}
table.race_info table.runners tr {
    background-color: #d2dad2;
    font-size: inherit;
}
table.race_info table.runners td {
    font-size: inherit;
    color: #030; 
    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: #d1d6d1;
}
table.race_info table.runners thead th.venue {
    width: 100px;
}
table.race_info table.runners thead th.score {
    width: 50px;
}
table.race_info table.runners tr.f {
    background-color: #e3e8e3;
}
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: auto;
}
table.race_info table.runners td.finish_time {
    font-size: inherit;
    text-align: right;
    padding-right: 4px;
    width: auto;
}
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: auto;
}
table.race_info table.runners td.total {
    font-size: inherit;
    font-weight: bold;
    text-align: right;
    padding-right: 2px;
    width: auto;
}
table.race_info table.runners td.age {
    font-size: inherit;
    text-align: center;
    width: auto;
}
table.race_info table.runners td.club {
    font-size: inherit;
    text-align: left;
    padding-left: 6px;
    width: auto;
}

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 table.runners tfoot td.rating {
    font-weight: bold;
}

table.formtable {
	border-color: #000; 
    color: #000;
	border-width: 1px;
}

table.event_list {
    border-width: 2px;
    border-style: outset;
    border-spacing: 2px;
    background-color: #eee;
    color: #030; 
    font-size: 13px; 
    font-family: inherit;
}
table.event_list#key td {
    font-size: 11px;
    width: 60px;
}
table.event_list caption {
    color: #000;
    text-align: left;
    font-style: italic;
    font-size: 13px;
    padding-bottom: 6px;
	padding-left: 0px;
	margin-left: 0px;
}
table.event_list#key caption {
    color: white;
    font-weight: bold;
    padding-bottom: 2px;
    font-size: 11px;
}
table.event_list thead th {
    background-color: #ccc;
    color: #030; 
    text-align: center;
    font-size: inherit;
    vertical-align: middle;
    font-family: inherit;
}
table.event_list tr {
    background-color: #e6e6e6;
    color: #030; 
    font-size: inherit;
    font-family: inherit;
}
table.event_list tr.date_div {
    background-color: #ccc;
}
table.event_list tr.race {
    background-color: #ddd;
}
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: #cad8ca;
}
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: 4px;
    background-color: inherit;
    color: #030; 
    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: #4f7a4f;
}
table.event_list td.name {
    font-weight: bold;
	width: 280px;
}
table.event_list td.venue {
	width: 280px;
}
table.event_list td.name span.ch {
    background-color: #030; 
    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: #006000;  
    text-decoration: none;
}
table.event_list a:visited { 
    color: #494;
    text-decoration: none;
}
table.event_list a:active { 
    color: #0a0;
    text-decoration: none;
}

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