/* racescoring.css - Standard race standings scoring report stylesheet */

/* general formatting and page layout specifications for scoring reports */
@import url(scoring.css); 

/*
 * Notes on color options:
 *   blue (#0000FF)
 *   yellow (#FFFF00)
 *   #FFFF33 - yellow with a dash of blue thrown in
 *   #FF0033 - red with a dash of blue thrown in
 */

 
/*
 ==============================================================================
 ========================= PAGE BODY ELEMENTS =================================
 ==============================================================================
 */

/*
 * General standings table layout of TABLE.standings:
 *	- three classes of TR rows: standingsHeader, groupHeader, racerEntry
 *  - standard TD column name classes: position, name
 *  
 * Additional TD columns for race standings report:
 * - run1, run2 - optional - present for 2-run race results
 * - result, racePoints
 */

  TD.run1, TD.run1, TD.result, TD.racePoints {
 	text-align: center;
 }

