﻿table.list
{
	border-color: Black;
	border-style: solid;
	margin-bottom: 3ex;
	width: 100%;
}

table.top-paging
{
	margin: 10px 0px -2ex 0px;  
}

table.left-paging
{
	float: left;
	margin-left: 18px;
}

table.results
{
	table-layout: auto;
}

table.list th, table.list thead
{
	background-image: url('../images/table_top_list.png');
	background-position: center;
	color: #440e62;
}

table.list td
{
    border-style: solid;
    padding: 2px;
}

table.list td, table.list th
{
	padding-left: 1em;
	text-align: left;
}

table.list tr:hover td
{
    background-color: #E6E6FA;
}

table.results td, table.results th
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

table.results th
{
	white-space: nowrap;
}

table.results td a:link
{
	color: #440e62;
}

table.results td a:hover
{
	color: White;
}

table.results th.right
{
	text-align: center;
}

table.results td.right
{
	text-align: right;
}

table.list .twoLinks, table.list .fourLinks, table.list th.date, table.list th.doubledate, table.list td.link, table.list .type, table.list .result
{
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

table.list td.date 
{
	padding-right: 1em;
	text-align: right;
}

table.results td.date 
{
	padding-right: 0.5em;
	text-align: right;
	table-layout: fixed;
}

table.list td.round
{
	padding-right: 2em;
	text-align: right;
}

table.list .round
{
	width: 5em;
}

table.list .link
{
	font-style: italic;
	width: 5em;
}

table.list .twoLinks
{
	width: 10em;
}

table.list .fourLinks
{
	width: 20em;
}

table.list .date
{
	width: 8em;
}

table.list .year
{
	text-align: center;
	width: 6em;
}

table.list th.title
{
	padding-left: 2em;
}

table.list .type
{
	width: 10em;
}

table.list td.type
{
	font-style: italic;
}

table.covers th, table.covers td
{
	text-align: center;
}

table.covers td
{
	height: 220px;
}

table.list .doubledate
{
	width: 15em;
}

table.results .date
{
	width: 7em;
}

table.results .number
{
	padding-left: 0px;
	padding-right: 0.5em;
	text-align: right;
	width: 2.5em;
}

table.results .race
{
	/*width: 20%;*/
}

table.results .car
{
	/*width: 20%;*/
}

table.results .drivers
{
	/*width: 20%;*/
}

table.results .entrant
{
	/*width: 20%;*/
}

table.results .result
{
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: bottom;
	width: 5em;
}

table.list .website
{
	width: 23em;
}

h3.separator
{
	color: #440e62;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

.notification h2
{
	color: Black;
	font-size: large;
	font-weight: bolder;
	margin-top: 10px;
	vertical-align: middle;
}

h3.top
{
	margin-bottom: 15px;
	margin-top: 15px;
}

table.news
{
	border-style: none; 
}

table.news td 
{
	background-color: #e6e6fa;
	border-style: none;
	padding: 5px 20px 20px 20px;
	vertical-align: top;
}

table.news th
{
	background-color: #e6e6fa;
	background-image: none;
	border-style: none;
}

table.news .date
{
	padding-left: 0px;
	width: 8em;
}

table.news .content
{
	text-align: justify;
}

.news-title
{
	font-size: larger;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;	/*10px;*/
}

.news-date
{
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 30px;
	vertical-align: bottom;
}

.news-category
{
	color: Maroon;
	font-style: italic;
	margin-left: 5px;
}

.news-content
{
	text-align: justify;
	text-indent: 1.5em;
}

.news-edit
{
	font-style: italic;
	margin-left: 2em;	
}

.clear-thumbnails
{
	font-style: italic;
	margin-left: 2em;	
	margin-bottom: 2ex;
}

.custom-notification
{
    font-weight: bold;	
	margin-left: 2em;	
	margin-bottom: 2ex;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	padding: 5px;
	background-color: #eeeeee;
	width: auto;
	margin-right: auto;
}

.notification
{
	border-color: Black;
    border-style: solid;
    border-width: 1px;
    background-color: #e0d5e5;
    max-width: 400px;
    padding: 5px 20px 5px 20px;
    margin-top: 6ex;
    margin-bottom: 3ex;
}