/*  <link rel="stylesheet" type="text/css" href="/include/css/style.css"> */

/* Body background */
body
{
 /* background-image: url("/back.gif"); */
 background-repeat: repeat;
 background-attachment: scroll;
 background-color: #FFFFFF; /* White */
 margin-top: 0px;
}


/* Menu colours */
a.menu
{
 color: #000000; /* Black */
 text-decoration: none;
 font-size: 80%;
 font-weight: bold;
}

a.menu:hover
{
 color: #FF0000;
}


/* Headings */
.main_heading
{
 text-align: center;
 font-weight: bold;
 font-size: 150%;
 margin-bottom: 5px;
}

.sub_heading
{
 text-align: center;
 font-weight: bold;
 font-size: 120%;
}


.question
{
 font-weight: bold;
}

.answer
{
 font-style: italic;
}


/* News */
.news
{
 background-color: #FFFFFF; /* White */
 border-width: 1px;
 border-style: solid;
 border-color: black;
}

.news_headline
{
 font-size: 100%;
 font-weight: bold;
 color: white;
 background-color: #3366CC; /* Dark Blue */
}

.news_item
{
 font-size: 90%;
 text-indent: 20px;
}

.news_item img
{
 float: left;
}


/* Results */
.results
{
 font-size: 85%;
}

.results_table_header
{
 color: white;
 background-color: black;
 font-weight: bold;
}

/* Side bar */
.sidebar
{
 background-color: #FFFFFF; /* White */
 border-width: 1px;
 border-style: solid;
 border-color: black;
}

.sidebar_title
{
 font-size: 80%;
 font-weight: bold;
 color: white;
 text-align: center;
 background-color: #3366CC; /* Dark Blue */
 /*background-image: url("/images/side_header.gif")}*/
}


/* Multi row colour */
.row1
{
 background-color: #FFFFFF; /* White */
}

.row2
{
 background-color: #c0c0c0; /* Very Light Grey */
}


/* Points */
.gold
{
 color: gold;
 font-weight: bold;
 font-style: italic;
}

.silver
{
 color: #999999;
 font-weight: bold;
 font-style: italic;
}

.bronze
{
 color: #FF9933;
 font-weight: bold;
 font-style: italic;
}


/* Misc */
.small
{
 font-size: 80%;
}

.bold
{
 font-weight: bold;
}

.driver_stats
{
 border-bottom: medium solid #ff0000
}

.page_stats
{
 font-size: 75%;
 color: #C0C0C0;
}