body
{
background-image: url('images/grass-bgrd.gif');
background-repeat: repeat;
font-family:arial, helvetica, sans-serif;
font-size:12px;
/*font: 14px calibri;*/
text-align:center;
color: #483500;
}

h1
{
font-size:24px;
text-transform:uppercase;
color:rgb(2,158,245);
}
h2
{
font-size: 16px;
color:rgb(2,158,245);
text-transform: uppercase;
}
h3
{
font-size: 16px;
color:rgb(2,158,245);
}
h4
{
font-size: 14px;
color:rgb(2,158,245);
}

#myheader
{
width: 800px;
height: 140px;
background-image: url('images/header.jpg')
}

#mymenu
{
background-image:url('images/menu-bgrd.jpg'); 
width: 800px;
height: 23px;
text-transform: uppercase;
font-size:11px;
font-weight: bold;
}
#mymenu a:link, #mymenu a:visited
{
text-decoration: none;
color: black;
}
#mymenu a:hover
{
text-decoration: none;
color: white;
}
#mysubmenu
{
background-image:url('images/header-btm.jpg'); 
width: 800px;
height: 20px;
text-transform: uppercase;
font-size:11px;
font-weight: bold;
}
#mysubmenu a:link, #mysubmenu a:visited
{
text-decoration: none;
color: white;
}
#mysubmenu a:hover
{
text-decoration: none;
color: rgb(112,112,112);
}
#mainbody
{

min-height:500px;
}

#myfooter
{
width: 800px;
height: 20px;
background-color: white;
font-family:"trebuchet ms";
font-size: 10px;
text-align:center;
}



#backtable
{
text-align:left;
background-color:white;
width: 800px;
border:0;
cell-padding: 0;
vertical-align: top;
}

a:link, a:visited
{
text-decoration: none;
color: rgb(0,0,20);
}

a:hover
{
text-decoration: none;
color: rgb(0,150,250);
}

/*alternative alink appearance*/
#redalink a:link, #redalink a:visited
{
text-decoration: none;
color: red;
}

#redalink a:hover
{
text-decoration: none;
color: rgb(0,150,250);
}

#maincell
{
text-align:left;
vertical-align: top;
padding-right: 0.5cm;
}

#leftbanner
{
vertical-align:top;
background-color:rgb(48,48,48);
padding:0;
margin:0;
}
#leftbanner img
{
border:0;
}


/* *****FORMAT THE RACES TABLE******* */
#racestable td
{
padding-left:20px;
padding-right:20px;
}


/* *****FORMAT THE LEADERBOARD DG******* */

.Grid { border: solid 1px Tan; }

.Grid td
{
    border: solid 3px #FFFFFF;
    margin: 3px 3px 3px 3px;
    font-family: Arial;
    padding: 5px 5px 5px 5px;
}

.GridHeader
{
    font-size: larger;
    font-weight: bold;
    background-color: skyblue;
}

.GridItem, .GridAltItem
{
/*    font-size: smaller; */
}

.GridItem
{
    background-color: Lightblue;
}

.GridAltItem
{
    background-color: lightcyan;
}


/* *****FORMAT THE ADMIN DATALIST******* */

.dlist { border: solid 1px Tan; }

.dlist td
{
/*    border: solid 3px #FFFFFF;
    margin: 3px 3px 3px 3px;*/
    font-family: Arial;
    padding: 5px 5px 5px 5px;
}

.dlistHeader
{
    font-size: larger;
    font-weight: bold;
    background-color: skyblue;
}

.dlistItem, .dlistAltItem
{
    font-size: smaller;
    height:10px
}

.dlistItem
{
    background-color: Lightblue;
}

.dlistAltItem
{
    background-color: lightcyan;
}

/*FLASHING BANNERS*/
#banner1 {
  border: none;
  width:125px;
 /* margin-left: 15%;*/
}

#banner2 {
  border: none;
  width:125px;
/*  margin-left: 15%;*/
}

/* NAV MENU*/


ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height:22px;
	}

/* set width of menu*/
ul#nav  li {
	position: relative;
	float: left;
	min-width:40px;
	padding-left:90px
}
/* set width of dropdown sub menu*/
ul#nav  li ul li{
	width:170px;
	text-align:left;
}
	
#nav li ul {
	position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: auto;
	left:0;
}

/* Styles for Menu Items */
ul#nav  li a {
	display: block;
	text-decoration: none;
	color: white;
	/*background: black;*/
	padding-left: 5px;
	padding-top:4px;
	border: 1px solid grey;
	margin-bottom:-1px;
	min-height:0;
	}

/* this sets all hovered lists to grey */
#nav li:hover a,#nav  li.over a, #nav li:hover li a:hover,#nav li.over li a:hover {
 	color: rgb(115,115,115) 
}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
   	background-color: black;
   	color:white;
}

#nav li ul li a { padding: 2px 5px; } 

/* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul {
	margin-left:0; 
} 


