/* CSS Document */
body {
	width: 798px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	height: 725px;
}

th {
 font-family: arial;
 font-size: 10pt;
 color: #ffffff;
 background-color: #0000fa;
}

td {
 font-family: arial;
 font-size: 10pt;
}

td.navigation {
 font-size: 12pt;
}

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;
}
.mainTitle
{
	font-family: arial;
	font-size: 10pt;
	color: #ffffff;
	background-color: #0000e0;
}

.dayTitle
{
	font-family: arial;
	font-size: 8pt;
	color: #ffffff;
	background-color: #0000e0;
}

.dayDetail
{
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	background-color: #eeeeee;
}

.dayNumber
{
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background-color: #eeeeee;
	
}

a.blueback {
  color: white;
}

a.tracklink_running {
  color: white;
  text-decoration: none;
}
a.tracklink_not_running {
  color: black;
  text-decoration: none;
}

p {
	text-align: justify; 
	font-family: arial;
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
}


/*Below is for the NAVIGATION ONLY - DO NOT CHANGE*/

#menuwrapper {/*This section is for the actual menu bar. That is all this section does.*/
	background-color: #cccccc;
	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;
	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: 112px;
}

#nav li ul, #nav ul li  {/*Sets width for drop-downs.*/
	width: 112px;
}

#nav ul li a  {/*The sub-menu links.*/
	color: #000000;
	border-right: 0px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

#nav li ul {/*This section is for the drop-down appearance*/
	position: absolute;
	display: none;
	background-color: #666666;
	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 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.*/
}

#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: 112px;}/*Essential! Do not Delete!*/
