/* CSS Document */
body {
  width: 720px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #8B8D8C;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/racers/images/fade.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

input.paypal2 {
  cursor: pointer;
  height: 26px;
  width: 107px;
}
 

th {
 font-family: arial;
 font-size: 10pt;
 color: #ffffff;
 background-color: #0000fa;
}

td {
 font-family: arial;
 font-size: 10pt;
}

td.navigation {
 font-size: 12pt;
}

p {
	text-align: justify; 
	font-family: arial;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	text-align: left; 
	font-family: arial;
	font-size: 14pt;
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	text-align: center; 
	font-family: arial;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 10px;
}

h3 {
  text-align: center;
  font-family: arial;
	font-size: 8pt;
  padding-left: 10px;
	padding-right: 20px;
}

h4 {
	text-align: center; 
	font-family: arial;
	font-size: 14pt;
	padding-left: 10px;
	padding-right: 10px;
}

h5{
	text-align: right; 
	font-family: arial;
	font-size: 14pt;
	padding-left: 10px;
	padding-right: 10px;
}

h6{
  text-align: right;
  font-family: arial;
  font-size: 14pt;
  padding-left: 10px;
  padding-right: 10px;
}

a.blueback {
  color: white;
}

a.tracklink_running {
  color: white;
  text-decoration: none;
}
a.tracklink_not_running {
  color: black;
  text-decoration: none;
}

input {
  font-family: arial;
  font-size: 10pt;
}

.livetiming {
  font-family: arial;
  background-color: #eeeeee;
  color: #0000FA;
  font-size: 14pt;
  width: 200px;
  height: 35px;
  border: 3px solid;
  border-top-color: #cccccc;
  border-bottom-color: #666666;
  border-right-color: #666666;
  border-left-color: #cccccc;
  cursor: pointer;
}

.livetimingprg {
  font-family: arial;
  background-color: #eeeeee;
  color: #0000FA;
  font-size: 14pt;
  width: 210px;
  height: 35px;
  border: 3px solid;
  border-top-color: #cccccc;
  border-bottom-color: #666666;
  border-right-color: #666666;
  border-left-color: #cccccc;
  cursor: pointer;
}

#trouble {
  background-color: #0000fa;
}

#demo {
  border-left:  2px solid black;
}

#menuwrapper {/*This section is for the actual menu bar. That is all this section does.*/
	border-top: 0px solid #000000;
	border-bottom: 0px solid #333333;
	background-color: #333333;
	background-image: url(/racers/images/nav.jpg); /*You can create an image to go here, like a fade in PS.*/
	background-repeat: ;
}

.clearit {/*Clears the floated menu items. You need this.*/
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#nav, #nav ul {/*nav is the root UL and nav ul applies to all the sub-menu ULs.*/
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: arial;
}

#nav a {/*Root-Level Links.  The border right creates a separator between links. Font-size for menu.*/
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#nav a.trigger {/*Class assigned to those Root-Level links that have associated Sub-Menus.*/
	padding: 5px 10px 5px 10px; /*must be the same as those for #nav a*/
	background-repeat: no-repeat;
	background-position: right center;

}

#nav li {/*The Root-Level list items. Floating left=horizontal menu. Width is for IE5 Mac.*/
	float: left;
	width: 9.0em;
}

#nav li ul, #nav ul li  {/*Sets width for drop-downs.*/
	width: 9.0em;
}

#nav ul li a  {/*The sub-menu links.*/
	color: #000000;
	border-right: 0px;
	padding: 3px 12px 3px 16px;
	text-align: left;
}

#nav li ul {/*This section is for the drop-down appearance*/
	position: absolute;
	display: none;
	background-color: #cccccc;
	border-right: 0px solid #333333;
	border-bottom: 0px solid #333333;
	background-repeat: ;
}

#nav li:hover a, #nav a:focus,
#nav a:active, #nav li.p7hvr a {/*This is the text and bg color for the drop down titles.*/
	color: #000000;
	background-color: #666666;
}

#nav li:hover a {
  background-image: url(/racers/images/nav2.jpg);
}

#nav li:hover ul a {

}

#nav li:hover ul, #nav li.p7hvr ul {/*Essential...do not delete.*/
	display: block;
}

#nav li:hover ul a, #nav li.p7hvr ul a {/*This is the text and bg color for the drop downs.*/
	color: #000000;
	background-color: #666666;/*you can do bg color here or above in #nav li ul.*/
  background-image: url(/racers/images/nav3.jpg);
}

#nav ul a:hover {/*This is the text and bg color for the hover of the drop downs.*/
	background-color: #666666!important;
	color: #ffffff!important;
	width: 80%;
}

#nav li {width: 144px;}/*Essential! Do not Delete!*/
