﻿body
{
    background-color: #ffffff;
    font-size: .9em;
    font-family: Georgia, Times New Roman, Serif;
    margin: 0;
    padding: 0;
}
        
a:link
{
    color: #034af3;
    text-decoration: underline;
}
        
a:visited
{
    color: #505abc;
}
        
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
        
a:active
{
    color: #12eb87;
}
        
p
{
    margin-bottom: 20px;
    line-height: 1.1em;
}
        
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-family: Georgia, Times New Roman, Serif;
}
        
h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
        
h2
{
    padding: 0 0 10px 0;
}
        
h3
{
    font-size: 1.2em;
}
        
h4
{
    font-size: 1.1em;
}
        
h5, h6
{
    font-size: 1em;
}
        
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}
        
.header
{
    color: #ffffff;
}
        
div.header
{
    background: #32271E url('images/headerBackground.gif') repeat-x;
    _height: 40px;
    height: 40px;
    padding: 0px;
    width: 100%;
    position: relative;
}
        
.headerLogo
{
    position: absolute;
    top: 0;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    z-index: 99999;
}
        
ul.header
{
    position: absolute;
    top: 0;
    margin: 10px 0;
    right: 50%;
}
        
ul.header li
{
    list-style: none;
    padding: 0 10px 0 10px;
}
        
ul.header li a:link, a:visited, a:active
{
    color: #ffffff;
    text-decoration: none;
}
        
ul.header li a:hover
{
    color: #ffff00;
    text-decoration: none;
}
        
ul.headerRight
{
    margin-right: -455px;
}
        
ul.headerRight li
{
    float: left;
}
        
ul.headerLeft
{
    margin-right: 100px;
}
        
ul.headerLeft li
{
    float: right;
}
        
.footer
{
    font-size: 12px;
    color: #ffffff;
}
        
div.footer
{
    background: #32271E url('images/footerBackground.gif') repeat-x top;
    width: 100%;
    height: 40px;
    _height: 40px;
}
        
ul.footer
{
    width: 330px;
    margin: 0 auto 0 -145px;
    padding: 2px 10px;
    height: 0px;
    _height: 0px;
    left: 50%;
    position: absolute;
}
        
ul.footer li
{
    list-style-type: none;
    float: left;
    padding: 0 10px;
}
        
ul.footer li a:link, a:visited, a:active
{
    color: #ffffff;
    text-decoration: none;
}
        
ul.footer li a:hover
{
    color: #ffff00;
    text-decoration: none;
}
        
div.centerPart
{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 508px;
}
        
div.mainBorder, div.CornerTab
{
    background: #ffffff;
}
        
div.mainBorder
{
    position: absolute;
    margin-top: 85px;
    margin-bottom: 85px;
    margin: 85px auto auto -383px;
    width: 755px;
    padding: 5px;
   /* overflow: hidden; */
    left: 50%;
}
        
div.mainContent
{
    margin: auto;
    width: 745px;
    padding: 0 7px;
    left: 50%;
   /* height: 378px;
    _height: _378px; 
    overflow: auto;*/
}
        
img#bgImage
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 548px;
    _height: 548px;
    z-index: -1;
}
        
.round
{
    -moz-border-radius-topleft: 1ex;
    -moz-border-radius-topright: 1ex;
    -webkit-border-top-left-radius: 1ex;
    -webkit-border-top-right-radius: 1ex; /* CSS 3.0 */
    border-top-left-radius: 1ex;
    border-top-right-radius: 1ex;
}
        
.round2
{
    -moz-border-radius-bottomleft: 1ex;
    -moz-border-radius-bottomright: 1ex;
    -moz-border-radius-topright: 1ex;
    -webkit-border-bottom-left-radius: 1ex;
    -webkit-border-bottom-right-radius: 1ex;
    -webkit-border-top-right-radius: 1ex; /* CSS 3.0 */
    border-bottom-left-radius: 1ex;
    border-bottom-right-radius: 1ex;
    border-top-right-radius: 1ex;
}
        
div.CornerTab
{
    position: absolute;
    margin: 60px 0 0 -383px;
    width: 210px;
    height: 15px;
    _height: 15px;
    text-align: center;
    padding: 5px 0;
    left: 50%;
}
        
div.CornerTab a:link, div.CornerTab a:visited, div.CornerTab a:active
{
    color: #000000;
    text-decoration: none;
}
        
div.CornerTab a:hover
{
    color: #000000;
    text-decoration: underline;
}
        
#toolbar
{
    background-color: #32271E;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
}
        
#header
{
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}
        
#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 32px !important;
}
               
fieldset
{
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
        
fieldset p
{
    margin: 2px 12px 10px 10px;
}
        
fieldset label
{
    display: block;
}
        
fieldset label.inline
{
    display: inline;
}
        
legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 4px 4px;
}
        
input[type="text"]
{
    border: 1px solid #CCCCCC;
}
        
input[type="password"]
{
    border: 1px solid #CCCCCC;
}
.clear
{
    clear: both;
}
        
.error
{
    color: Red;
}
        
#menucontainer
{
    margin-top: 40px;
}
        
div#title
{
    display: block;
    float: left;
    text-align: left;
}
        
#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}
        
#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}
        
#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}
        
#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}
        
.field-validation-error
{
    color: #ff0000;
}
        
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
        
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
        
.modalBackground
{
    z-index: 99997;
    background-color: #000000;
    filter: alpha(opacity=90);
    opacity: 0.90;
}
.popup
{
    border: 3px solid #888888;
    background-color: #fff;
    padding: 10px 5px;
    z-index: 99998;
}
        
div#bannerAd
{
    background-color: #E3EAEB;
    width: 328px; /* height: 330px; */
    padding: 14px 14px;
    overflow: hidden;
    margin-bottom: 2px;
}
.roundBannerAd
{
    -moz-border-radius-bottomleft: 1ex;
    -moz-border-radius-bottomright: 1ex;
    -moz-border-radius-topright: 1ex;
    -moz-border-radius-topleft: 1ex;
    -webkit-border-bottom-left-radius: 1ex;
    -webkit-border-bottom-right-radius: 1ex;
    -webkit-border-top-right-radius: 1ex;
    -webkit-border-top-left-radius: 1ex; 
    /* CSS 3.0
    border-bottom-left-radius: 1ex;
    border-bottom-right-radius: 1ex;
    border-top-right-radius: 1ex;
    border-top-left-radius: 1ex; */
}

#outer-frame
{
    border: #c3d9ff 1px solid;
    padding: 5px;
}

#inner-frame
{
    border: #cccccc 1px solid;
}

#inner-frame-table
{
    width: 100%;
    background-color: #e8eefa; 
    border: 1px solid #e8eefa;
}
