
/*
 * Race results - two shades of green for alternate rows.
 * Odd and Even
 */
tr.resultrowodd, textarea 
{
	background-color: #E6FFCC;
}

tr.resultroweven
{
	background-color: #CCFF99;
}





 /* 
  * text formatting elements - throughout 
  */


h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#F3F781; /* was blue */
	font-size: calc(7px + .5vw);
	font-weight:bold;
  	line-height:16px;
}

h2 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size: calc(7px + .5vw);
	font-weight:bold;
  	line-height:16px;
}

h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size: calc(7px + .5vw);
	font-weight:bold;
  	line-height:16px;
}

h4 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size: calc(7px + .5vw);
	font-weight:bold;
  	line-height:12px;
}

h5 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:blue;
	font-size: calc(7px + .5vw);
	font-weight:bold;
  	line-height:11px;
}

p, textarea, input, select  {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: calc(7px + .5vw);
	/* tried font-size:14px; */
	font-weight:normal;
  	line-height:16px;
}


p.center {
	text-align: center;
}



ul {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: calc(7px + .5vw);
	font-weight:normal;
  	line-height:16px;
}

li {
	margin:0;
}


 /* 
  * link formatting - outside of navigation bars
  */
a:link { 
	color: blue; 
	text-decoration: none; 
	border-bottom: solid 1px blue;
	background-color: transparent;
}

a:visited { 
	color: black;
	text-decoration: none; 
	border-bottom: solid 1px black;
	background-color: transparent;
}

a:hover { 
	color: blue;
	text-decoration: none; 
	border-bottom: solid 1px blue;
	background-color: #FFFF00;
}

a.noborder	{
	border: 0px;
}

 /*tables*/
 
td {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: calc(7px + .5vw);
	font-weight:normal;
  	line-height:16px;
}

th {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: calc(7px + .5vw);
	font-weight:bold;
  	line-height:16px;
}

 
