﻿body
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 10pt;
    background-color: #2E2E2E;
    background-image: url('/images/design/background.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}


/* Layout */

.layout
{
    width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid gray;
}

td.header
{
    height: 180px;
    text-align: center;
    background-color: black;
}

td.navigation
{
    background: #BF3F3C url(/images/design/menu-bg.jpg) repeat-x;
    height: 42px;
}

td.adminnavigation
{
    background: #000000 url(/images/design/menu-admin-bg.gif) repeat-x;
    height: 25px;
}

td.content
{
    padding: 10px 10px 10px 10px;
    height: 500px;
}

td.footer
{
    padding: 10px;
    text-align: center;
    font-size: 9pt;
    border-top: 1px solid silver;
}


/* Form Table */

.formtable
{
    text-align: left;
}

.formtable th
{
    padding-bottom: 3px;
    font-size: 11pt;
    border-bottom: 1px solid silver;
    text-align: left;
}


/* Text Styles */

h1
{
    font-size: 13pt;
}

h2
{
    font-size: 11pt;
}

h2.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

h3
{
    font-size: 10pt;
}

.centered
{
    margin: 0 auto;
}

table.GridHeader th
{
    text-align: left;
}

.dimmed
{
    font-size: 8pt;
    color: Gray;
}

td
{
    vertical-align: top;
}

a img
{
    border: none;
}

/* ValidatorCalloutExtender */

.highlight
{
    background-color: #fffacd;
}


/* TextBoxWatermarkExtender */

.watermark
{
    color: Gray;
}


/* AutoCompleteExtender */

.autocomplete_completionListElement
{
    visibility: hidden;
    background-color: window;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: scroll;
    font-size: 8pt;
    white-space: nowrap;
    text-align: left;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.autocomplete_highlightedListItem
{
    background-color: highlight;
    color: black;
    padding: 1px;
    cursor: default;
}

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

