﻿body
{
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    background: #e5e5e5;
    margin: 0;
    padding: 0;
    height: 100%;
}

ul
{
    margin: 0;
    padding: 0;
}

.HiddenColumn
{
    display: none;
}

table.rdo td input
{
    padding: 0px;
    margin: 0px;
}

.FileList
{
    text-align: center;
    width: 150px;
    padding: 5pt;
}


.RefDataDropdown
{
    width: 150px;
    text-transform: capitalize;
    letter-spacing: normal;
}

li
{
    list-style: none;
    padding: .4em 0 .5em .4em;
    margin-left: 0.4em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 6pt;
}

.MenuItems
{
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    font-size: 7pt;
    color: #555a5c;
}

.GridHeader
{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7pt;
}

.GridBody
{
    font-size: 7pt;
    color: #555a5c;
}



ul.list-of-links
{
    background: url(../images/dot.gif) bottom repeat-x;
}


ul.list-of-links li
{
    background: url(../images/dot.gif) bottom repeat-x;
}

.error
{
    font-size: 8pt;
    color: #d8242f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.message
{
    font-size: 6pt;
    color: green;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.user
{
    font-size: 6pt;
    color: #d8242f;
}

a:link
{
    color: #6d6b6b;
    text-decoration: none;
}

a:visited
{
    color: #6d6b6b;
    text-decoration: none;
}

a:hover
{
    color: #d8242f;
    text-decoration: none;
}

a:active
{
    color: #6d6b6b;
    text-decoration: none;
}

.button
{
    width: 70px;
    padding: 1pt;
    border: 0px solid #666666;
    color: #FFFFFF;
    background-color: #d8242f;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div#Home-Template
{
    width: 952px;
    background: #fff url("/images/bg.gif") repeat-y;
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    padding: 0 6px;
}

div.logo-container
{
    width: 920px;
    float: left;
    padding: 13px 0 10px 19px;
    border: 0pt solid Red;
}


div#Footer
{
    clear: both;
    width: 934px;
    border-top: 1px solid #e5e5e5;
    font-size: 60%;
    margin: 0 0 0 9px;
    padding: 4px 0 4px 0;
    color: #aaa8a8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

div#Content
{
    clear: both;
    width: 934px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    border-top: 1pt solid #e5e5e5;
    font-size: 70%;
    margin: 0 0 0 9px;
    padding: 0 0 0 0;
}

div#Menu
{
    float: left;
    width: 150px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    color: #ccc;
}

div#MainContent
{
    float: left;
    width: 783px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    text-align: center;
}

div#MainContent
{
    text-align: -moz-center;
    min-height: 450px;
    height: auto !important;
    height: 450px;
}

.Clearer
{
    clear: both;
    height: 0;
    font-size: 1px;
    margin: 0;
    padding: 2px;
}

.Login
{
    text-align: center;
    padding-top: 20pt;
}

.Login
{
    text-align: -moz-center;
    padding-top: 20pt;
}

input, textarea, select
{
    font-family: Verdana, helvetica, sans-serif;
    font-size: 10px;
}

.child
{
    padding-left: 15px;
}

.sarInputRow {
    height: 25px;
}