body {
	background-color: #000000;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: white;
	font-family: verdana, geneva, lucida, grande', arial, helvetica, sans-serif;
}

td, th, p, li 
{
	font-size: 10pt;
	font-family: verdana, geneva, lucida, grande', arial, helvetica, sans-serif;
}

a:link, a:visited, a:active
{
	color: #ff0000;
}

/*<b> is used in the overview section for the strings: ServerName, Track, Laps, Time, Pole, Winner, Fastest lap, Most laps led, Highest Climber*/
b
{
	color: #ff0000;
}

/*H1 is only used for the main title "rFactor-report by Frank Wynants" */

h1 {
	background-position: left;
	background-color: #000000;
	background-repeat: repeat-x;
	whdth: 95%;
	color: #ff0000;
	font-family: tahoma, verdana, geneva, lucida, grande', arial, helvetica, sans-serif;
	font-weight: bold;
}

/* H2 is used for the subtitles
	Overview, Qualification results, Race results, Race incidents (not available when using racecast), Race leaders, Fastest laps,
	Highest climbers, Race laptime consistency, Race history graph, Lap by lap graph
*/

h2 {
	background-position: left;
	background-color: #000000;
	background-repeat: repeat-x;
	whdth: 95%;
	color: #ff0000;
	font-family: tahoma, verdana, geneva, lucida, grande', arial, helvetica, sans-serif;
	font-weight: bold;
}

/* H3 is used for the subsubtitles
    Overview (under qualification results), Lap detail (ordered by qualifying positions), Overview (under race results), 
	Lap detail (ordered by race positions), Overview (under race incidents), Number of contacts/driver, Total times (under fastest laps),
	sector 1-2-3, Std Deviation, Avg Deviation
*/
h3 {
	font-size: 14px;
	font-family: tahoma, verdana, geneva, lucida, grande', arial, helvetica, sans-serif;
	whdth: 95%;
	color: #ffffff;
	font-weight: bold;
	background-color: #000000;
	background-position: left;
	background-repeat: repeat-x;
}

table {
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	width: 95%;
	horizontal-align: center;
}

.title {
	font-family: tahoma, verdana, geneva, lucida, grande', arial, helvetica, sans-serif;
	background-repeat: repeat-x;
	font-weight: bold;
	background-position: left;
	background-color: #000000;
	whdth: 95%;
	color: #ffffff;
	background-image: url(orig/gradients/thead.gif);
	font-size: 11px;
}

.hdr {
	color: #ffffff;
	font-size: 12pt;
	background-color: #cc0000;
	font-weight: bold;
}

.row {
	background-color: #000000;
	color: #FFFFFF;
}

.altrow {
	color: #FFFFFF;
	background-color: #404040;
}