/* CSS Document */
/* fonts and general setup */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
table
{
	empty-cells: show;
}
a
{
	color: #6633FF;
}
a:visited
{
	color: #6633FF;
}
a:active
{
	color:#FF0033;
}
a:hover
{
	color:#FF0000;
}
.sansa {
  font-family: Arial, Helvetica, sans-serif
 ;
}
.sansb, .sansa small b, .sansa b small, small.sansa b, small b.sansa  {
  font-family: "Myriad Web", Verdana, Helvetica, Arial, sans-serif
 ;
}
.serifa {
  font-family: "Minion Web", Georgia, Palatino, "Times New Roman", serif
 ;
}
small.sansa,.sansa small {
  font-family: Helvetica, sans-serif
 ;
}
big.sansb,.sansb big {
  font-family: "Myriad Web", Tahoma, Verdana, Helvetica, Arial, sans-serif
 ;
}
.min {
  font-size: 10px
 ;
}


/* title bar and navigation */
.title
{
	background-color: #003399;
	color: white;
	font-size: 1.8em;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight: bold;
	padding: 3px 3px 3px 8px;
}
.title A
{
	color: white;
}
.title A:visited
{
	color: white;
}
.title A:active
{
	color: red;
}
.last-update
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .4em;
	text-align:right; 
	width:30%; 
	float:right
}

#special
{
	background-color: #BBffBB;
	border-width: 1px;
	border-style: solid;
	border-color: #00cc00;
	font-size: .8em;
	color: #111111;
	padding: 0px 8px;
	
}
#special span
{
	border-right:1px solid #00cc00;
	padding: 0px 8px;
}
#navigation
{
	background-color: #6666FF;
	border-width: 1px;
	border-style: solid;
	border-color: #003399;
	font-size: .9em;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#navigation span
{
	border-right:1px solid #003399;
	padding: 0px 8px;
}
#navigation span A
{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation span A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
#navigation span A:visited
{
	color: #FFFFFF;
}

/* what's new box */
#whats-new
{
	background-color: #e0e2eb;
	border-width: 1px;
	border-style: solid;
	border-color: #a0a2ab; 
	font-size: 9pt;
	color: #111111;
	margin-left: 2px;
}

#whats-new .header
{
	font-size: 1.2em;
	font-weight: bold;
	color: #111111;
}

#whats-new .credit
{
	font-size: .8em;
}

.index
{
	text-align: justify;
}

/* directory */
.directory-header
{
	font-weight: bold;
}
.directory-odd
{
	background-color: white;
}
.directory-even
{
	background-color: #ccFFcc;
}
.directory
{
	padding: 2px;
	background-color: white;
}

/* generic */
.light-header
{
	font-size: 1.4em;
	font-weight: bold;
	color: #111111;
}
.light-bold
{
	font-size: .8em;
	color: #111111;
	font-weight: bold;
}
/* results */
.calendar
{
	background-color:#CCFFFF;
	border: 2px solid #003399;
	margin-left: 0px;
	text-align: right;	
	padding: 2px;
	margin: 2px;
}
.calendar .outside
{
	color: #666666;
	background-color:#DDDDDD;
}
.calendar .month
{
	font-weight: bold;
	text-align: center;
}
.calendar .day
{
	font-weight:bold;
	border-bottom: 1px solid #003399;
}
.calendar td
{
	padding: 4px;
}
.fixed
{
	font-family: "Courier New", Courier, mono;
	font-size: .9em;
	white-space:pre;
	background-color: #EEEEEE;
	border: 1px solid black;
}
#results
{
	margin-left: 4px;
}
/* races */
#races .header
{
	font-weight:bold;
}
#races .even
{
	background-color: white;
}
#races .odd
{
	background-color: #ccFFcc;
}
#races table
{
	border: 1px solid #003399;
	width: 100%;
}
#races .rank, #races .mp
{
	text-align: right;
}