﻿body {
    font-family: Verdana;
    font-size: medium;
    margin: 0px;
}

h1, h2 {
    margin: 0px;
}

h3 
{
    font-size:small;
    font-weight:lighter;

}

#topContent {
    text-align: Left;
    background-color: #ABADB0;
    color: White;
    font-size: large;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    height: 125px;
}


#topContent a {
    text-decoration: none;
    color: White;
}

#leftContent {
    width: 100px;    
    padding: 5px;
    font-size: 90%;
    text-align: Center;
    position: absolute;
    margin-top: 10px;
}

#leftContent a {
    text-decoration: none;
    color: White;
}

#rightContent {
    width: 100px;    
    padding: 5px;
    font-size: 90%;
    text-align: Center;
    position: absolute;
    margin-top: 10px;
}

#rightContent a {
    text-decoration: none;
    color: White;
}


#mainContent {
    text-align: left;
    padding: 10px;
    
}

#footerContent {
    text-align: center;
    margin-left: 110px;
    padding: 10px;
    margin-right: 120px;
    font-size: small;

}

#payout
{
width:60%;
border-collapse:collapse;
}
#payout td, #payout th 
{
border:1px solid black;
padding:3px 7px 2px 7px;
}
#payout th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:Blue;
color:#ffffff;
}
#payout tr.alt td 
{
color:#000000;
background-color:Blue;
}

#schedule
{
width:90%;
border-collapse:collapse;
margin-left: 10px;
}
#schedule td, #schedule th 
{
border:1px solid black;
padding:3px 7px 2px 7px;
}
#schedule th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:Blue;
color:#ffffff;
}
#schedule tr.alt td 
{
color:#ffffff;
background-color:Blue;
}

#toptable
{
font: Arial;
font-size: 1.5em;
font-style: italic;
width: 742px;
}


.adjustedZIndex 
{
    z-index: 1;
}


