﻿body
{
	font-family:Calibri, Tahoma, Arial ;
	background-color:White;		
}	

.Title
{
	font-family:Calibri;
	font-size:large;
	font-style:normal;
	font-weight:bolder;
	color:Blue;
}

.RaceTitle
{
	font-family:Calibri;
	font-size:large;
	font-style:normal;
	font-weight:bolder;
	color:#f79218;
	text-align:center;
}
.Waiting
{
	padding: 1px;
	font-family: Century;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	color: red;
	text-decoration: blink;
}


.Textbox
{
	background-color: #C0C0C0;
	font-family: 'Arial Black';
	font-size: small;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: normal;
}
	


.TabHeader
{
	background-color:White;
	color:Black;
	font-weight:bolder;
}

	

.RaceGridResults
{
	font-family:Calibri;
	font-size:10px;
	text-align: left;
	white-space: nowrap;
	background-position: center;
	height: auto;
}

.RaceGrid
{
	font-family:Calibri;
	font-size:12px;
	text-align: left;
	white-space: nowrap;
	background-position: center;
	width:100%;
	height: auto;
	display: table;
	overflow:scroll;
	outline-color:inherit;	 	
}


.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.footer
{
	color:White;
	font-size:12px;
	text-align:center;
}

.TopTitle
{
	font-family: 'Bookman Old Style';
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.TopTitleSmall
{
	font-family: 'Bookman Old Style';
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}
.TextOnlyGrid
{
	font-family: Calibri;
	font-size: 10px;
	background-color: #C0C0C0;
	border-style: hidden;
	padding: 0px;
	display: table-row;
	table-layout: auto;
	empty-cells: show;
}

.DropDownSearch
{
	width: 200px;
}

.DivBar
{
	color:#ff9a18;
}

.Menu
{	
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
}

.MenuHover
{
	color: #FFFF00;
	font-weight: bolder;
	font-style: italic;
	text-transform: capitalize;
	font-size:14px;
}

.SearchBox
{
	 font-size:10px;
	 color:black;
	 font-family:Calibri;	 	
}
.watermarked 
{	
	BORDER-RIGHT: #bebebe 1px solid;	
	PADDING-RIGHT: 0px;	
	BORDER-TOP: #bebebe 1px solid;	
	PADDING-LEFT: 2px;	
	PADDING-BOTTOM: 0px;	
	BORDER-LEFT: #bebebe 1px solid;	
	WIDTH: 150px;	
	COLOR: gray;	
	PADDING-TOP: 2px;	
	BORDER-BOTTOM: #bebebe 1px solid;	
	BACKGROUND-COLOR: #f0f8ff;
	font-size:10px;
	font-style:italic;
}