/* pacers.css */

.tabBorder    { border: solid thin orange; }
			   
.selected     {background-color: #efefe7;
               color: #ceab42;
			   text-align: center;
			   font-weight: bold;
			   font-family: Arial, sans-serif;
			   font-size: 14px}
			   
.notSelected  {background-color: #CECFCE;
			   text-decoration: none;
               color: black;
			   text-align: center;
			   font-family: Arial, sans-serif;
			   font-size: 12px}

.fixedWidth   {font-family: monospace;
               font-size: 12px;
               color: black}

.title0       {font-family: serif;
               font-size: 32px;
               font-weight: bold}

.title1       {font-family: serif;
               font-size: 24px;
               font-weight: bold}

.title2       {font-size: 16px}

.distance     {font-family: sans-serif;
			   font-size: 20px;
               font-weight: bold;
               background-color: #EEEEEE}

.coverage     {font-family: sans-serif;
			   			font-size: 14px;
               font-weight: bold;
               background-color: #EEEEEE}

.header       {font-weight: bold}

.alternate    {background-color: #EEEEEE}

.topFinishers {color: navy}

.name         {color: navy}

.gpscore      {font-family: Arial, Helvetica, sans-serif;
               font-size: x-small;
			   			 padding: 0;
			   			 text-align: center;}
				 
			 
