﻿/* Template */

body
{
    background: #716766;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
    font-size: 10.5pt;
}

#back
{
    background-position: center top;
    background: url('images/back.jpg');
    height: 880px;
    background-repeat: repeat-x;
}

#center
{
    width: 980px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

#header
{
    background: url('images/header.jpg');
    height: 360px;
    width: 980px;
    background-repeat: no-repeat;
}

#bottom
{
    background: url('images/footer.jpg');
    height: 93px;
    width: 831px;
    background-repeat: no-repeat;
}

#top
{
    background: url('images/top.jpg');
    margin: -141px 0px 0px 0px;
    height: 27px;
    width: 831px;
    background-repeat: no-repeat;
}

#content
{
    margin: 0px auto 0px auto;
    width: 831px;
    height: auto;
    background-color: #FFFFFF;
}

img
{
    border-width: 0px;
}

/* Menu */

#menu
{
    height: 31px;
    width: 797px;
}

#menutop
{
    background-position: center top;
    background: url('images/menutop.jpg');
    font-size: 1pt;
    height: 8px;
    width: 797px;
    background-repeat: no-repeat;
}

#menucontent
{
    background-position: center top;
    background: url('images/menuback.jpg');
    font-size: 1pt;
    height: 15px;
    width: 797px;
    background-repeat: repeat-x;
}

#menubottom
{
    background-position: center bottom;
    background: url('images/menubottom.jpg');
    font-size: 1pt;
    height: 8px;
    width: 797px;
    background-repeat: no-repeat;
}

ul#menutext
{
    margin: -25px 0px 0px 5px;
    padding: 0px;
    text-align: center;
    width: 770px;
    height: 20px;
}

ul#menutext li
{
    margin: 0px 6px 0px 6px;
    display: inline;
    list-style: none;
}

ul#menutext li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
}

ul#menutext li a:hover, a:visited, a:link
{
    outline-style: none;
    text-decoration: none;
    color: #e51e34;
}

/* LogOn */

#logonuser
{
    padding: 5px 0px 0px 0px;
    text-align: right;
    width: 780px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#logonuser a
{
    text-decoration: none;
    color: #e51e34;
}

#logonuser a:hover, a:visited, a:link
{
    text-decoration: underline;
    outline-style: none;
}

/* Footer */

#footer
{
    width: 780px;
    text-align: left;
    font-size: 9pt;
}

.fitem
{
    margin: 0px 15px 0px 0px;
    display: inline;
}

#footer .fitem a
{
    color: #aab4c4;
    text-decoration: none;
}

#footer .fitem a:hover
{
    text-decoration: underline;
    outline-style: none;
}

/* Page */

#page
{
    width: 800px;
    min-height: 520px;
    height: auto !important;
    height: 520px;
    text-align: left;
}

/* Elements */

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
    font-size: 10pt;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000;
}

h2
{
    text-align: center;
}

a:visited, a:link
{
    color: #69a122;
}

a:hover
{
    color: #69a122;
}

/* Counters */

#counter
{
    margin: 0px 62px -25px 0px;
    text-align: right;
}