table.RaceReport a:link
{
	text-decoration: underline
}
table.RaceReport a:visited
{
	color: blue; 
} 
table.RaceReport a:active 
{
	color: blue; 
}

table.RaceReport
{
	border-left: 1.0pt solid #FF6600; 
	border-right: 1.0pt solid #FF6600; 
	border-top: 1.0pt solid #FF6600; 
	border-bottom: 1.0pt solid #FF6600; 
	border-collapse: collapse;
}
table.RaceReport td
{
	font-size: 10.0pt; 
	font-weight: 400; 
	font-style: normal; 
	font-family: Arial; 
	text-align: general; 
	vertical-align: bottom; 
	white-space: nowrap; 
	border-left: 1.0pt solid #FF6600; 
	border-right: 1.0pt solid #FF6600; 
	border-top: 1.0pt solid #FF6600; 
	border-bottom: 1.0pt solid #FF6600; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px
}
table.InfoList
{
	height: 13.5pt; 
	color: black; 
	font-family: Arial; 
	font-size: 10.0pt; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: none; 
	text-align: left; 
	vertical-align: middle; 
	white-space: nowrap; 
	border: 1.0pt solid #FF6600; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px
}
table.InfoList thead td
{
    color: white; 
    font-size: 12.0pt; 
    font-weight: 700; 
    font-family: 'Lucida Sans'; 
    vertical-align: middle; 
    font-style: normal; 
    text-decoration: none; 
    text-align: center; 
    white-space: nowrap; 
    background: #C85304; 
	border: 1.5pt solid #FF6600; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px
}
table.InfoList td
{
	height: 22;
	border: 1.0pt solid #FF6600; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px;
    white-space: normal;
}


/* schedule table definitions */
.SchedTable td
{
    vertical-align: top;
    /*font-weight: 600;*/
}
.SchedMonth td
{
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    border-bottom: solid 3px #D9541E;
    padding-left: 0px;
}
.SchedMonth span
{
	background-color: #D9541E;
	padding-bottom: 1px;        /* gets rid of a white line */
}	

.SchedRaceRow td  /* date/ race name & link */
{
    font-weight: 700;
    color: #FA5F02;
    border-top: 1px solid #D9541E;
}
.SchedRaceRow span /* adding text like *Team Race* */
{
    font-weight: normal;
    color: Black;
}