﻿body
{
    font-family: garamond;
    font-size: 12pt;
    background: url('/images/design/background.jpg') center repeat;
}


/* Layout */

.layout
{
    margin: 0 auto;
}

td.navigation
{
    width: 178px;
    background: url('/images/design/navigation-tile.jpg') repeat-y;
}

td.content
{
    width: 645px;
    background-color: #F2EBE1;
    height: 400px;
}

/*div.page
{
    margin: 0 auto;
    width: 800px;
    background-color: #E0D0C2;
    border: 2px solid #16315B;
}

table.navigation
{
    height: 35px;
    width: 100%;
}

table.navigation td
{
    padding-top: 6px;
    padding-left: 8px;
}

table.navigation td a
{
    font-family: Garamond;
    color: #FBF4EE;
    font-size: 13pt;
    text-decoration: none;
}

table.navigation td a:hover
{
    color: White;
    text-decoration: underline;
}

div.footer
{
    text-align: center;
    padding: 20px;
    color: silver;
    font-size: 10pt;
}

div.footer a
{
    color: #FBF4EE;
    text-decoration: none;
}*/


td
{
    vertical-align: top;
}


/* Hyperlink Styles */

/*a
{
    color: #16315B;
}*/

a img
{
    border: none;
}


/* Text Styles */

h1
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 13.5pt;
    margin: 0px;
    font-style: italic;
}

h1.border
{
    border-bottom: 1px solid silver;
}

h2
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 11.5pt;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 20px;
}

h2.border
{
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

h3
{
    font-family: "Book Antiqua" , Georgia, "Times New Roman";
    font-size: 10pt;
    font-style: italic;
    margin-bottom: 3px;
    margin-top: 20px;
}

h3.border
{
    padding-bottom: 1px;
    border-bottom: 1px solid silver;
    margin-bottom: 3px;
}

.centered
{
    margin: 0 auto;
}

.dimmed
{
    font-size: 8pt;
    color: Gray;
}


/* ValidatorCalloutExtender */

.highlight
{
    background-color: #fffacd;
}


/* MasterPage UpdateProgress */

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=25);
    opacity: 0.25;
    z-index: 1000;
}

#processMessage
{
    position: fixed;
    top: 35%;
    left: 35%;
    padding: 20px;
    width: 30%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000000;
    text-align: center;
    font-size: 14px;
    font-family: Verdana;
}


/* Form Table */

.formtable
{
    text-align: left;
}

.formtable th
{
   font-family: "Book Antiqua" , Georgia, "Times New Roman";
    padding-bottom: 3px;
    font-size: 11.5pt;
    font-style: italic;
    border-bottom: 1px solid silver;
    text-align: left;
}


/* GridView Skins */
/* These are for use with the form tables */

.GridHeader th
{
    font-size: 10pt !important;
    font-family: Verdana !important;
    font-style: normal !important;
    text-align: left;
}
