/* Begin Typography & Colors */

#race-results-wrap {
  width: 765px;  
  margin-right: auto;
  margin-left:  auto;
  }
/*
  border-style: solid;
  border-color: 660000;
  border-width: 2pt;
  */
  
#race-title {
  color: #3300ff;
  font-size: 16pt;
  font-weight: bold;
  font-family: Arial,Helvetica;
  padding-top: 12pt;
  }
 
  
#race-week-header {
  color: #3300ff;
  font-size: 13pt;
  font-weight: bold;
  font-family: Arial,Helvetica;
  font-style: italic;
  padding-bottom: 13pt;
  }


#race-week-navigator {
  color: #3300ff;
  font-family: Arial,Helvetica;
  font-style: italic;
  padding-bottom: 3pt;
  width: 10%;
  margin: auto;
  }

.race-week-navigator {
  display: inline;
  padding: 4px;
  }

#race-week-next{
  margin-right: auto;
  }



#race-results-table {
  border-collapse: collapse;
  table-layout: fixed;
  border: 0;
  margin: 13px,auto,13px,auto;
  }
  
#race-results-table .thead {
  background-color: #ffffcc;
  color: #330000;
  font-size: 10pt; 
  font-weight: normal;
  text-align: left;
  }

#race-col-bibno {
  width: 3pt;  
  }

#race-col-name {
  width: 253pt;  
  }
  
.race-results-header-cell {
  width: 65pt;  
  }
  
.race-totals-row {
  color: #3300ff;
  font-size: 11pt;
  font-weight: bold;
  font-family: Arial,Helvetica;
  height: 8pt;
  }
  
  .race-totals-bib {
  background-color: #f5f5f5;
  }

.race-splits-row {
  color: #006633;
  background-color: #ffffcc;
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial,Helvetica;
  height: 8pt;
  text-align: right;
  }

.race-splits-name {
  color: #339966;
  font-weight: bold;
  font-family: Arial,Helvetica;
  height: 8pt;
  }

.race-splits-first {
  background-color: #ff99ff;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Arial,Helvetica;
  height: 8pt;
  }


#race-entrant-bio-header {
  font-size: 15px;
  padding-bottom: 2px;
  }

#race-entrant-bio {
  padding-left: 13px;
  font-family: "Lucida Grande","Lucida Sans Unicode",verdana,lucida,helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  font-size-adjust: none;
  font-stretch: normal;
  }

#race-entrant-thumbnail {
  float: left;
  padding-top: 3px;
  padding-left: 1px;
  padding-right: 13px;
  padding-bottom: 3px;
  }


  
  
  