/* 
*************************************************************************************************
	Customer:		Racing Past Limited - Racing Archive
	Author:			Maryse Borgès - MSOnet
	Copyright:		Copyrighted 2002 (c) MSOnet
	File:			standard.css
	Created:		18/09/2002
	Description:	stylesheet for the website
	Last Modified:	18/09/2002
	Modifications:	18/09/2002 - File Created

*************************************************************************************************
*/

/* Tag Styles */
TD
{
	font-family	: arial, sans-serif;
	font-size	: 10pt;
}

P
{
	font-family	: arial, sans-serif;
	font-size	: 10pt;
}

/*
BODY
{
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FF0000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FF0000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-track-color: #FFFFFF;
}*/

textarea
{
	font-family	: arial, sans-serif;
	font-size	: 10pt;
}

HR
{
 	height		: 1px;
	color		: #FF0000;
}

/* Class Styles */

.arial-small
{
	font-family: arial, sans-serif; 
	font-size  : 10pt;
}

.arial-red
{
	color		: Red;
	font-family: arial, sans-serif; 
	font-size  : 10pt;	
}

.arial-small-bold
{
	font-family: arial, sans-serif; 
	font-size  : 10pt;
	font-weight: bold;
}

.arial-medium
{
	font-family: arial, sans-serif; 
	font-size  : 12pt;
}

.arial-medium-bold
{
	font-family: arial, sans-serif; 
	font-size  : 12pt;
	font-weight: bold;
}

.arial-large
{
	font-family: arial, sans-serif; 
	font-size  : 16pt;
}

.arial-large-bold
{
	font-family: arial, sans-serif; 
	font-size  : 16pt;
	font-weight: bold;
}

.arial-xlarge
{
	font-family: arial, sans-serif; 
	font-size  : 18pt;
}

.arial-xxlarge
{
	font-family: arial, sans-serif; 
	font-size  : 24pt;
}

.mainCell
{
	padding-left : 5px;
	text-align		: justify;
}
.sbutton
{
	background					: #FF0000;
	border-bottom				: 2px solid #FFD800;
	border-left					: 2px solid #FFD800;
	border-right				: 2px solid #FFD800;
	border-top					: 2px solid #FFD800;
	color						: #FFFFFF;
	cursor						: pointer;
	cursor						: hand;
	font-family					: arial, sans-serif; 
	font-size					: 12px;
	font-weight					: bold;
	height						: 22px;
	text-decoration				: none;
}

/* SITE MAP STYLES */

.sitemapText, .sitemapText a
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}


.sitemapHeaderText, .sitemapHeaderText a
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}