body {
	background:  #000;
	margin-top:  0px;
	font-family: Arial, Helvetica, Sans-serif;
}

table.base {
	width:	 770px;
	padding: 0px;
	border:     1px solid #FFF;
	border-top: none;

}

.navigation {
	height:		  28px;
	color:		  #FFF;
	background-color: #CC0000;
	border:		  none;
	border-bottom:	  1px solid #FFF;
}

.navigation td a {
	padding-left:	 9px;
	padding-right:	 9px;
	font-size:       11px;
	text-decoration: none;
	font-weight:     bold;
	color:		 #FFFFFF;
}

.navigation .current {
	font-weight: bold;
}

.navigation div.sub {
	font-size: 11px;
	color:     #494541;
}
.yahoo, .currentcontext {
	font-size: 11px;
	color:	   #333;
	background-color: transparent;
}

/* NEWS VIEW */

table.newsView,
table.newsViewDrivers {
	background-color: #CCC;
}

table.newsView tr td,
table.newsViewDrivers tr td {
	padding-top:	  2px;
	padding-bottom:	  2px;
	padding-left:	  4px;
	padding-right:	  4px;
	vertical-align:   top;
	font-size:        11px;
	color:            #000;
	background-color: #FAF5D8;
}

table.newsView tr td a,
table.newsViewDrivers tr td a {
	color:           #CC0000;
	text-decoration: none;
}

table.main {
	width:        768px;
	padding:      5px;
	margin-top:   0px;
	padding-left: 18px;
	font-size:    11px;
}

table.main td {
	background-color: #DCD8BC;
	font-size:        12px;
	color:	          #000;
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
}

table.main th {
	padding-left:     2px;
	padding-top:	  3px;
	padding-bottom:	  2px;
	text-align:       left;
	background-color: #DCD8BC;
	font-size:        12px;
	color:	          #000;
	
}

table.main table caption {
	font-size:     11px;
	font-weight:   bold;
	color:         #000;
	text-align:    left;
}

tr.evenrow th {
	font-size:        11px;
	font-weight:      bold;
	color:		  #FFF;
	padding:          4px;
	padding-left:     6px;
	padding-right:    6px;
	background-color: #777;
	border-bottom:    1px solid #666;
}

tr.oddrow td {
	color:		  #333;
	padding:          4px;
	padding-left:     6px;
	padding-right:    6px;
	background-color: #EEE;
	border-bottom:    1px solid #CCC;
}

tr.evenrow td {
	color:		  #333;
	padding:          4px;
	padding-left:     6px;
	padding-right:    6px;
	background-color: #DDD;
	border-bottom:    1px solid #CCC;
}

.submenu {
	padding:	   10px;
	background-repeat: no-repeat;
}

.secondlevel {
	background-image:  url(http://www.akk-motorsport.fi/images/src/mA.gif);
	background-repeat: no-repeat;
	padding-left:	   7px;
	vertical-align:    top;
	font-size:         12px;
}

.secondlevel a {
	text-decoration: none;
	color: 		 #000;
}

.current {
	background-image:  url(http://www.akk-motorsport.fi/images/src/mAC.gif);
	background-repeat: no-repeat;
	padding-left:	   7px;
	vertical-align:    top;
	font-size:         12px;
	font-weight:	   bold;
	color:             #CC0000;
}

h1 {
	color:       #C00;
	font-size:   14px;
	font-weight: bold;
}

h2 {
	color:     #000;
	font-size: 12px;
}

h3 {
	color:       #000;
	font-size:   12px;
	font-weight: normal;
}

p.introduction {
	font-weight: bold;
}

/* DRIVER DETAILS */


.driverDetails table h1 {
	margin:      0px 0px 0px 5px;
	padding:     0px;
	color:       #FFF;
	font-size:   22px;
	font-weight: normal;
}

.driverDetails table h2 {
	margin:      0px 0px 20px 5px;
	color:       #999;
	font-size:   15px;
	font-weight: bold;
}

.driverDetails .evenrow td,
.driverDetails .oddrow td {
	padding:          4px 0px 4px 5px;
	background-color: #000;
	color:            #FFF;
	border:           none;
}

