﻿html 
{
    overflow-y: scroll;
} 

body
{
    margin-top:0px;
    color: #301A05;
    font-family: Verdana;
    font-size: 12px;
    /*border: solid thin Black;*/
}

#container
{
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
}

p
{
    color: #301A05;
    font-family: Verdana;
    font-size: 12px;
}

a, a.subtitle
{
    color:  #A35D03;
    text-decoration: underline;
}

a img
{
    border: none;
}

ul
{
    list-style: disc;
}

li
{
    font-weight: normal;
    padding-bottom: 5px;
}

.night
{
    background-color: #D5D7CC;
}

.day
{
    background-color: #C4D1A4;
}

#header
{
    background-image: url('images/header.gif');
    background-repeat: no-repeat;
    height: 121px;
}

#clock
{
    position: relative;
    top: 5px;
    left: 580px;
    width: 400px;
    color: #301A05;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    clear: both;
    /*border: solid 1px Black;*/
}

#clock a
{
    font-size: 18px;
}

.clockDate
{
    font-size: 18px;
}

.clockHeader
{
    color: #A35D03;
}

.footer
{
    clear: both;
    background-image: url('images/footer.gif');
    background-repeat: no-repeat;
    height: 97px;
    margin-top: 25px;
    padding-top: 15px;
    font-family: Verdana;
    font-size: 10px;
    color: #301A05;
}

.homeNav
{
    position: relative;
    top: -265px;
    padding-left: 36px;
}

#footerLinks
{
     height: 25px;
}

#facebook
{
    float: left;
    padding-left: 55px;
}

#facebook a, #footerMenu a
{
    color: #301A05
}

#footerMenu
{
    color: #301A05;
    float: right;
    padding-right: 35px;
    text-align: right;
}

.menuLeft
{
    position: absolute;
    top: 7px;
    left: 40px;
    visibility: visible;
}

.raceCenterLink
{
    position: absolute;
    top: 7px;
    left: 120px;
    visibility: visible;
}

.headlampLink
{
    position: absolute;
    top: 7px;
    left: 900px;
    visibility: visible;
}

#menu
{
    background-image: url('images/menu.gif');
    background-repeat: no-repeat;
    height: 27px;
    position: relative;
    margin: 0 auto;
    color: #99CC66;
    font-family: 'Cambria';
    font-weight: bold;
    font-size: 15px;
    padding-top: 7px;
}

.menu
{
    color: White;
    background-color: Transparent;
    margin: 0 auto;
}

.submenu
{
    border-color: #301A05;
    border-width: 1px;
    border-style: solid;
    margin-top: 9px;
    margin-left: 15px;
}

.submenu2
{
    border-color: #301A05;
    border-width: 1px;
    border-style: solid;
    margin-top: 2px;
    margin-left: 0px;
}

.submenuItem
{
    color: White;
    text-align: left;
    width: 175px;
    padding-left: 3px;
    background-color: #5C7B33;
}

.IE8Fix
{
    z-index: 100;
}

#menu a, #menu a:active, #menu a:link, #menu a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#menu a:hover
{
    color: #99CC66;
}

#nav
{
    float: left;
    margin-bottom: 25px;
    width: 200px;
    position: relative;
}

.arrowsNone
{
    width: 192px;
    height: 318px;
    background-image: url(images/signNoArrows.jpg);
    background-repeat: no-repeat;
}

.arrows1
{
    width: 192px;
    height: 318px;
    background-image: url(images/sign1arrow.jpg);
    background-repeat: no-repeat;
}

.arrows2
{
    width: 192px;
    height: 318px;
    background-image: url(images/sign2arrows.jpg);
    background-repeat: no-repeat;
}

.arrows3
{
    width: 192px;
    height: 318px;
    background-image: url(images/sign3arrows.jpg);
    background-repeat: no-repeat;
}

.arrows4
{
    width: 192px;
    height: 318px;
    background-image: url(images/sign4arrows.jpg);
    background-repeat: no-repeat;
}

.sign
{
    position: absolute;
    width: 192px;
    color: #FFFFFF;
    font-family: Cambria;
    font-variant: small-caps;
    text-align: center;
    left: 0px;
    margin: 0 0 0 0;
}

.sign a, .sign a:active, .sign a:link, .sign a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.sign a:hover
{
    color: #99CC66;
}

.facebook
{
}

.Runner
{
    font-size: 14px;
    /*margin-right: -10px;*/
    width: 175px;
    float: right;
    text-align: center;
}

.Runner table tr td
{
    border: none !important;
}

.Runner img
{
    max-width: 160px;
}

.RunnerHead
{
    background-color: #5C7B33;
    color: White;
    font-weight: bold;
    text-align: center;
}

.RunnerPanel
{
    background-color: #C4D1A4;
    text-align: center;
}

#bigSign
{
    top: 25px;
    font-size: 24px;
}

#smallSign
{
    top: 99px;
    font-size: 12px;
}

#firstArrow
{
    top: 132px;
    font-size: 16px;
}

#secondArrow
{
    top: 172px;
    font-size: 16px;
}

#thirdArrow
{
    top: 212px;
    font-size: 16px;
}

#fourthArrow
{
    top: 249px;
    font-size: 16px;
}

#homeContent
{
    margin: 5px 20px 0px 0px;
}

#homeContent p
{
    width: 600px;
}

.logos
{
    float: right;
    padding-top: 25px;
    text-align: center;
    /*border: solid thin Black;*/
}

#content
{
    padding: 7px 0 0 0;
    margin: 0 0 0 207px;
    width: 790px;
    background-color: #FFFFFF;
    overflow: visible;
}

#content table, #top table
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5C7B33;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #C4D1A4;
    color: #301A05;
    font-size: 11px;
    margin-left: 1px;
}

#content td, #content th, #top td, #top th
{
    border-color: #5C7B33;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
    text-align: left;
}

#content th, #top th
{
    /*
        White - FFFFFF
        Light Brown - A35D03
        Dark Brown - 5C320A
        Dark Green - 3F6409
        Light Green - C4D1A4

    */
    background-color: #5C7B33;
    color: #FFFFFF;
    border-color: #C4D1A4;
}

.tableHead
{
    background-color: #FFFFFF !important;
    color: #5C7B33 !important;    
    text-align: center;
}

#display table
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5C7B33;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #C4D1A4;
    color: #301A05;
    font-size: 9px;
    margin-left: 1px;
}

#display td, #display th
{
    border-color: #5C7B33;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
    text-align: left;
}

#display th
{
    /*
        White - FFFFFF
        Light Brown - A35D03
        Dark Brown - 5C320A
        Dark Green - 3F6409
        Light Green - C4D1A4

    */
    background-color: #5C7B33;
    color: #FFFFFF;
    border-color: #C4D1A4;
}

.displayTitle
{
    font-family: Maiandra GD;
    font-size: 64px;
    color: #5C7B33;
}

#top
{
    text-align: center;
    padding-top: 7px;
}

#title
{
    font-family: Cambria;
    font-size: 24px;
    color: #5C7B33;
}

.bigTitle
{
    font-family: Cambria;
    font-size: 32px;
    color: #5C7B33;
}

.title
{
    font-family: Cambria;
    font-size: 24px;
    color: #5C7B33;
}

.titleAlert
{
    font-family: Cambria;
    font-size: 24px;
    color: #CC3333;
}

.subtitle
{
    font-family: Cambria;
    font-size: 18px;
    color: #5C7B33;
}

.alert
{
    color: #CC3333;
}

.panelHeader
{
    background-image: url('images/titlebar.gif');
    background-repeat: no-repeat;
    height: 23px;
    margin-top: 5px;
    padding-top: 3px;
    padding-left: 5px;
    color: #FFFFFF;
    font-family: 'Cambria';
    font-weight: bold;
    font-size: 15px;
}

.panelHeaderRight
{
    float: right;
    padding-right: 25px
}

.panelHeaderExpand
{
    background-image: url('images/titlebarExpand.gif');
    background-repeat: no-repeat;
    height: 23px;
    margin-top: 5px;
    padding-top: 3px;
    padding-left: 18px;
    color: #FFFFFF;
    font-family: 'Cambria';
    font-weight: bold;
    font-size: 15px;
}

.panelHeaderCollapse
{
    background-image: url('images/titlebarCollapse.gif');
    background-repeat: no-repeat;
    height: 23px;
    margin-top: 5px;
    padding-top: 3px;
    padding-left: 18px;
    color: #FFFFFF;
    font-family: 'Cambria';
    font-weight: bold;
    font-size: 15px;
}

.collapsePanel
{
    height: 0px;
    overflow: hidden;
}

.displayPanel
{
    float: left;
    margin-left: 10px;
}

.popupPanel
{
    max-width: 756px;
    max-height: 556px;
    overflow: hidden;
}

.popup
{
    background-color: White;
    padding: 3px 3px 3px 3px;
}

.popup img
{
    max-width: 750px;
    max-height: 525px;
}

.top
{
    font-weight: bold;
    list-style-type: none;
}

.top p
{
    font-weight: normal;
    margin-top: 0;
}

.noTop
{
    margin-top: 0;
}

.noBottom
{
    margin-bottom: 0;
}

.noIndent
{
    margin-left: 0;
    padding-left: 0;
}

.underline
{
    text-decoration: underline;
}

.bold
{
    font-weight: bold;
}

.italics
{
     font-style: italic;
}

.centerText
{
    text-align: center;
}

.center
{
    margin: 10px auto !important;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.normalrow
{
    background-color: #C4D1A4;
}

.hightlightrow
{
    background-color: #D5D7CC;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.bigborder
{
    border-width: 2px !important;
}

.dropdown
{
    vertical-align: top;
}

.dropdownLabel
{
    font-weight: bold;
    vertical-align: top;
    position: relative;
    top: 5px;
}

.record
{
    background-color: White !important;
    border: 0 !important;
    font-size: 14px !important;
}

.record td
{
    border: 0 !important;
}

.progress
{
    width: 42px;
    text-align: right;
}

.progressTable table
{
    float: right;
}

.progressImage
{
    text-align: right !important;
    padding: 0px 10px 0px 15px !important;
}


.finished
{
    color: #5C7B33;
    font-weight: bold;
}

.running
{
    color: #5C7B33;
}

.dropped
{
    color: #CC3333;
}

#racePacket
{
    width: 790px;
}

#racePacket table
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5C7B33;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #C4D1A4;
    color: #301A05;
    font-size: 11px;
    margin-left: 1px;
}

#racePacket td, #racePacket th
{
    border-color: #5C7B33;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
}

#progressBackgroundFilter 
{
    position: fixed; 
    top: 0px; 
    bottom: 0px; 
    left: 0px;
    right: 0px;
    overflow: hidden; 
    padding: 0; 
    margin: 0; 
    background-color: #000000; 
    filter: alpha(opacity=50); 
    opacity: 0.5; 
    z-index: 1000; 
}

#progressMessage 
{ 
    position: fixed; 
    top: 30%; 
    left: 43%;
    padding: 10px; 
    z-index: 1001; 
    width: 100px;
    font-family: Verdana;
    font-variant: normal;
    text-align: center;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.sponsors
{
    clear: left; 
    padding-top:20px;
}

#headlamp
{
    overflow: hidden;
    position: absolute;
    width: 5000px;
    height: 5000px;
}

.headlampLight 
{
    background-image: -moz-radial-gradient(center 45deg, circle closest-corner, rgba(255, 255, 255, 0) 0%, rgba(0, 2, 42, 255) 4%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 150, from(rgba(255, 255, 255, 0)), to(rgba(0, 2, 42, 255)));
}

.headlampLightIE
{
    background-image: url(images/headlamp.png);
}


