﻿body
{
    font-family: Verdana;
    font-size: 8pt;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    
}

#bg
{
    font-family: Verdana;
    font-size: 8pt;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url('../Images/LightGreyPattern.png');
}

.GroupHeader
{
    background-color: #FFDE00;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 5px;
}

.BlackHeader
{
    background-color: Black;
    color: White;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 5px;
}

.Error_Text
{
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
    color: Red;
}

.SearchResults
{
    background-color: White;
    width: 100%;
}
.SearchResults TD
{
    font-size: 8pt;
}

/* Rotating Background Buttons */
#nav
{
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 5px;
    z-index: 8051;
}
#nav a, strong
{
    margin: 0 3px;
    padding: 3px 5px;
    border: 1px solid #000000;
    background: #808080;
    text-decoration: none;
    color: Black;
}
#nav a.activeSlide
{
    background: #FFDD00;
    color: Black;
}
#nav a:focus
{
    outline: none;
}
/* (END) Rotating Background Buttons /*
