﻿body
{
    background-image: url('Images/Background/website-background.jpg');
    background-repeat: repeat;
    font-family:Georgia;
    color:Black;
    font-size: 14px;
}

h1
{
    font-family: Georgia;
    font-size: 18px;
    color: #0000CC;
    text-align: left;
}    

h2
{
    font-family: Georgia;
    font-size: 16px;
    color: #000000;
}

h3
{
    font-family: Georgia;
    font-size: 14px;
    color: #0000CC;
}

h4
{
    font-family: Georgia;
    font-size: 12px;
    color: #0000DD;
}   

h5
{
    font-family: Georgia;
    font-size: 10px;
    color: #0000EE;
} 

h6
{
    font-family: Georgia;
    font-size: 9px;
    color: #0000FF;
} 
a:visited
{
    color: #4E4E4E;
}
 
.glow
{
    background-image: url('Images/Various/menu-glow.jpg');
    background-repeat: repeat-x;
}
.DynamicMenuZIndex
{
    z-index: 999;
}

.menu
{
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0048B2;
    border: 1px solid #FFFFFF;
    text-align: left;
    width: 150px;
}
.menu a:visited
{
    color: #FFFFFF;
}
        
.bodyTable
{
    vertical-align: top;
    width: 800px;
    position: relative;
    height: 300px;
}
        
.cellPadding
{
    padding: 20px 30px 20px 30px;
}
.bodyText
{
    font-family: Georgia;
    font-size: 12px;
    color: #000000;
    line-height: 25px;
}

.frmHeadings
{
    font-family: Georgia;
    font-size: small;
    color: #0000CC;
    font-weight: bold;
    text-align: left;
}
.frmItems
{
    color: #000000;
    font-weight: normal;
    width: 50%;
    font-size: small;
    font-family: Georgia;
    vertical-align: text-top;
}
.groupHeading
{
    border: 1px solid Black;
    font-size: 16px;
    font-weight: bold;
    color: White;
    background-image: url('Images/Evals/eval-heading.jpg');
    background-repeat: repeat-x;
    position: relative;
    padding: 5px;
    margin: 0px;
    left: 0px;
    top: 0px;
}

.cellStyle
{
    padding: 10px;
    text-align:justify;
}
.cellPadLeftRight
{
    padding-left: 10px;
    padding-right: 10px;
    width: 350px;
}
.whiteBox
{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid Black;
    background-color: White;
    border-collapse: collapse;
}
.keyboardShortcut
{
    width: 200px;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
    color:Gray;
}
.keyboardShortcutHeading
{
    color: blue;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
}

#divPage
{
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}
#divTop
{
    width: 800px;
    height: 200px;
    background-image: url('Images/TopNav/top_bg.gif');
}
#divABN
{
    position: relative;
    top: 65px;
    width: 150px;
    height: 20px;
    left: 550px;
}
#divRestOfPage
{
    width: 800px;
    clear: both;
}
#divBottom 
{
    width: 800px;
    height: 150px;
    clear: both; 
    background-image: url('Images/BottomNav/bottom_nav_150px.gif');            
}
.panelMain
{
    padding: 30px 30px 20px 30px;
    float: left;
    width: 540px;
    margin: 0px;
}

.panelLeftNav
{
    padding: 20px;
    float: left;
    width: 160px;
    text-align: center;
    margin: 0px;
    clear: both;
}
.panelMainExtra
{
    padding: 20px 30px 20px 30px;
    float: left;
    width: 750px;
}
.panelLeftNavExtra
{
    padding: 20px;
    float: left;
    width: 160px;
    text-align: center;
    margin: 0px;
    clear: both;
}
.cartText
{
    font-size: 14px;
    color: black;
}

#frmMain
{
    position: absolute;
}

.error
{
    font-weight: bold;
    color: #FF0000;
}
.accordionHeader
    {
    background-image: url('Images/Various/blue-button.jpg');
    height: 20px;
    background-repeat: no-repeat;
    font-family: Georgia;
    font-size: 14px;
    padding: 3px 5px 7px 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 520px;
}
.accordionHeaderSelected
    {
    background-image: url('Images/Various/blue-button.jpg');
    height: 20px;
    background-repeat: no-repeat;
    font-family: Georgia;
    font-size: 14px;
    color:Black;
    padding: 3px 5px 7px 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 520px;
    }
.accordionContent
    {
    background-color: #FFFFFF;
    border-top: groove 1px #888888;
    padding: 5px;
    font-family: Georgia;
    font-size: 14px;
    text-align: justify;
    color: Black;
    background-image: url('Images/Various/panel-glow.jpg');
    background-repeat: repeat-x;
    border-style: groove;
    border-width: 5px;
    border-color: #C0C0C0;
}

