﻿/* ---------------------------------------------------------------- */
/* GLOBALS */
/* ---------------------------------------------------------------- */
*
{
    outline: 0px;
}
html
{
    overflow: -moz-scrollbars-vertical !important;
    margin: 0px 0px 0px 0px;
    min-height: 100%;
    min-width: 100%;
}
body
{
    background-color: #FFFFFF;
    background-image: url(/Content/Images/background_BLANK.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
}
td
{
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
}
img
{
    border: 0px;
    text-decoration: none;
    display: block;
}
p
{
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-bottom: 14px;
}
p img, p * img
{
    display: inline !important;
}
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}
li
{
    padding-top: 0px;
    padding-bottom: 11px;
}
a:link { color: #034af3; text-decoration: none; }
a:visited { color: #505abc; text-decoration: none; }
a:hover { color: #1d60ff; text-decoration: underline; }
a:active { color: #12eb87; text-decoration: none; }
/* ---------------------------------------------------------------- */
/* LAYOUT */
/* ---------------------------------------------------------------- */
.layout-container
{
    margin: auto;
    margin-top: 60px;
    padding-bottom: 40px;
    width: 642px;
    background-color: #ffffff;
}
.paddedzone
{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 9pt;
}
/* ---------------------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------------------- */
.footer-preset
{
    background-color: #ffffff;
    padding-top: 20px;
}
.footer-mainzone
{
    margin: 20px 15px 0px 15px;
    width: 612px;
    height: 64px;
}
.footer-bottomzone
{
    border-top: solid 1px #DADADA;
}
.footer-float
{
    float: left;
}
.footer-zone1
{
    float: left;
    border-right: solid 1px #DADADA;
    width: 270px;
}
.footer-zone2
{
    float: left;
    width: 100px;
}
.footer-zone3
{
    float: left;
    text-align: right;
    width: 332px;
    padding-top: 20px;
    font-size: 8pt;
}
.footer-zone3 a:link { color: #3333CC; text-decoration: none; font-size: 8pt; }
.footer-zone3 a:visited { color: #3333CC; text-decoration: none; font-size: 8pt; }
.footer-zone3 a:hover { color: #3333CC; text-decoration: underline; font-size: 8pt; }
.footer-zone3 a:active { color: #3333CC; text-decoration: none; font-size: 8pt; }
.footer-bottom-right
{
    padding: 10px 24px 15px 0px;
    text-align: right;
    font-size: 8pt;
    color: #000000;
}