﻿body
{
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-align: left;
	font-size: .75em;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000;
}

h1{color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 22px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h2{color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 20px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h3{color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 18px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h4{color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 16px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h5{color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 14px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}
h6{color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 12px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;}

.H3
{
	color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 18px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;
}

.H4
{
	color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 16px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;
}

.H5
{
	color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 14px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;
}

.H6
{
	color: #fff; padding: 0px; margin: 0px; margin-bottom: 5px; border-bottom: 0px solid #fff; font-size: 12px; text-transform: uppercase;	letter-spacing: .2em; font-weight: bold;
}

a
{
	color: #E00000;
	text-decoration: none;
}

a:hover
{
	color: Yellow;
	text-decoration: underline;
}

.CommandButton
{
	border: 0px;
	height: 25px;
    width: 75px;
    color: White;
	font-weight: bolder;
    background-image:url(images/Layout/Button.png);
}

.CommandButton:hover
{
	color: Yellow;
	background-image:url(images/Layout/ButtonHover.png);
	cursor: pointer;
}

.CommandButton2
{
	margin: 0px;
	padding-top: 4px;
	color: White;
	text-align: center;
	background-image: url('images/Layout/ButtonLong.png');
	text-decoration: none;
	font-weight: bolder;
}

.CommandButton2:hover
{
	color: Yellow;
	background-image:url(images/Layout/ButtonLongHover.png);
	cursor: pointer;
	text-decoration: none;
}

.CommandButtonX
{
	border: 0px;
	height: 25px;
    width: 25px;
    color: White;
	font-weight: bolder;
    background-image:url(images/Layout/CloseX.png);
}

.CommandButtonX:hover
{
	color: Yellow;
	background-image:url(images/Layout/CloseXHover.png);
	cursor: pointer;
}

.CommandButtonLong
{
	border: 0px;
	height: 25px;
    width: 125px;
    color: White;
	font-weight: bolder;
    background-image:url(images/Layout/ButtonLong.png);
}
            
.CommandButtonLong:hover
{
	color: Yellow;
	background-image:url(images/Layout/ButtonLongHover.png);
	cursor: pointer;
}

.CommandButtonSmall
{	
	border: 0px;
	height: 22px;
    width: 94px;
    color: White;
    text-align: center;
	font-weight: bolder;
    background-image:url(images/Layout/ButtonSmall.png);
}

.CommandButtonSmall:hover
{
	color: Yellow;
	background-image:url(images/Layout/ButtonSmallHover.png);
	cursor: pointer;
}

#Banner{
    width: 1000px;
    height: 365px;
    margin: 0px auto;
    background-color: transparent;
	background-image: url('Images/Layout/Banner.png');
}

#Wrapper
{
    width: 1000px;
    min-height: 800px;
    margin: 0px auto;
    background-color: transparent;
	
	position: relative;
	border: 0px solid white;
}

.Menu
{
	width: 100%;
    height: 50px;
    background-color: transparent;
	background-image: url('Images/Layout/Menu.png');
	background-position: top;
}

#MenuBar
{
	margin: 0px 0 0 5px;
	padding: 0;
}

#MenuBar li 
{
	list-style: none;
	float: left;
}

#MenuBar li a 
{
	display: block;
	padding: 5px 11px 5px 11px;
	background-color: Black;
	color: #fff;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

#MenuBar li a:hover
{
	background-image: url('Images/Layout/MenuButton.png');
}

#MenuBar li ul
{
	display: none; 
	min-width: 150px;
}

#MenuBar li:hover ul, #MenuBar li.hover ul
{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

#MenuBar li:hover li, #MenuBar li.hover li
{
	float: none;
}

#MenuBar li:hover li a, #MenuBar li.hover li a
{
	color: White;
}

#MenuBar li li a:hover
{
	background-image: url('Images/Layout/MenuButton.png');
}

.Content
{
	width: 1000px;
	padding: 0px;
	margin: 0px;
    background-color: transparent;
    min-height: 200px;
}
		
.Content p
{
	padding: 0px;
	margin: 5px 10px 10px 10px;
}

.ContentLeft
{
	width: 225px;
	float: right;
	margin-bottom: 10px;
}

.LeftContentBlock
{
	width: 205px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

.Footer
{
	clear: both;
	width: 1000px;
    min-height: 100px;
    margin: 0px auto;
    background-color: transparent;
    text-align: center;
}

.RunListing
{
	width: 100%;
	border: 1px solid gray;
	min-height: 378px;
	background-color: Black;
	background-image: url('Images/Layout/RunHeader3.png');
	background-position: top;
	background-repeat: no-repeat;
}

.RunListingTitle
{
	text-align: center;
	font-size: 13px;
	font-weight: bolder;
}


.ListTable
{
	width: 100%;
    margin-top: 1px;
}
        
.ListTable th
{
	font-size: 12px;
	font-weight: bolder;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background-image: url('Images/Layout/MenuButtonHover.png');
	background-position: bottom;
}
        
.ListTable th.Center
{
	text-align: center;
}

.ListTable td
{
	color: #fff;
}
        
.DetailTable
{
	color: #fff;
	text-align: left;
}
        
.DetailTable th
{
	font-weight: bolder;
}
        
.Highlight
{
	background-image: url('Images/Layout/MenuButton.png');
	color: Yellow;
    cursor: pointer;
    background-position: bottom;
}



