﻿body {
}
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}

div#Content
{
    width: 560px;
    font-family: 'trebuchet ms' , verdana, sans-serif;
    font-size:10pt
}
div#choiceHeader
{
    background-color: #2B1D54;
    color: #FFFFFF;
    width: 560px;
}
div#choiceHeader_left
{
    background-color:#2B1D54;
    float:left;
    width:160px;
}
div#choiceHeader_right
{
    background-color:#2B1D54;
    float:right;
    width:400px;
}
div#mainContent
{
    background-color: #FFFFFF;
    color: #000000;
    position: relative;
    clear:both;
} 
div#smallerContent
{
    font-size:smaller;
}
div.viewDocumentation
{
    display:block;
}
div.noviewDocumentation
{
    display:none;
}
div.viewResults
{
    display:block;
}
div.noviewResults
{
    display:none;
}
div.InstructionsAndInfo
{
    position: relative;
    width: 180px;
    float: right;   
}
div.SightingEntryInfo
{
    position: relative;
    width: 180px;
    float: right;
}
#navcontainer ul
{
    padding-left: 0;
    margin-left: 0;
    background-color: #FFFFFF;
    color: White;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
    padding: 0.2em 0.5em 0.2em 0.5em;
    background-color: #9891ae;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    text-align: center;
}

#navcontainer ul li a:hover
{
    background-color: #4e4374;
    color: #fff;
}
#footerMenu
{
    width: 560px ;
  margin-left: auto ;
  margin-right: auto ;
}
.largeTextBox
{
    font-size: x-large;
}
.normalTextBox
{
}
.GridViewContent
{
    overflow: scroll;
}


