﻿/***** Global Settings *****/

html, body
{
    border: 0;
    margin: 0;
    padding: 0;
}

body
{
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 90%;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-family: "BankGothic Md BT", "Bank Gothic", Tahoma, Arial, Helvetica, "Trebuchet MS", "Lucida Sans Unicode";
}

h1
{
    padding: 20px 0 15px 0;
    font-size: 2em;
}

h2
{
    padding: 20px 0;
    font-size: 1.5em;
}

h3
{
    font-size: 1em;
    font-weight: bold;
}

/***** Common Formatting *****/

p, ul, ol
{
    margin: 0;
    padding: 0 0 1.25em 0;
}

ul, ol
{
    padding: 0 0 1.25em 2.5em;
}

blockquote
{
    margin: 1.25em;
    padding: 1.25em 1.25em 0 1.25em;
}

small
{
    font-size: 0.85em;
}

img
{
    border: 0;
}

sup
{
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}

sub
{
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
acronym, abbr
{
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

/***** Links *****/

a, a:link, a:visited, a:hover
{
    text-decoration: underline;
}

/***** Forms *****/

form
{
    margin: 0;
    padding: 0;
    display: inline;
}

input, select, textarea
{
    font: 1em Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
    width: 100%;
    line-height: 1.25;
}

label
{
    cursor: pointer;
}

/***** Tables *****/

table
{
    border: 0;
    margin: 0 0 1.25em 0;
    padding: 0;
}

table tr td
{
    padding: 2px;
}

/***** Global Classes *****/

.clear
{
    clear: both;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}

.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    border-bottom: 1px solid;
}
.highlight
{
    background: #ffc;
}

.img-left
{
    float: left;
    margin: 4px 10px 4px 0;
}
.img-right
{
    float: right;
    margin: 4px 0 4px 10px;
}

.nopadding
{
    padding: 0;
}
.noindent
{
    margin-left: 0;
    padding-left: 0;
}
.nobullet
{
    list-style: none;
    list-style-image: none;
}

.hidden
{
    display: none;
}
.visible
{
    display: inherit;
}
body 
{
    background: #FFFFFF url(images/bg.jpg) fixed;
    color: #000000;
}
#wrapper
{
    position: relative;
    background: transparent url(images/side-bg.png) repeat-y right;
    width: 979px;
    float: left;
}
#wrapper div.buffer
{
    margin-right: 9px;
}
#header h1
{
    height: 191px;
    padding: 0;
    margin: 0;
}
#header h1 span
{
    display: none;
}
#header h1 a
{
    display: block;
    width: 100%;
    height: 100%;
}
#header h2
{
    font-family: "BankGothic Md BT", "Bank Gothic", Tahoma, Arial, Helvetica, "Trebuchet MS", "Lucida Sans Unicode";
     text-transform: uppercase;
    color: #D2D6DC;
    font-size: 1.55em;
    margin: 0;
}
#navigation
{
    float: left;
}
.PrettyMenu ul.AspNet-Menu 
{
    position: relative;
}
.PrettyMenu ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: #002C6E;
    display: block;
    font-family: "BankGothic Md BT", "Bank Gothic", Tahoma, Arial, Helvetica, "Trebuchet MS", "Lucida Sans Unicode";
    text-decoration: none;
    text-transform: uppercase;
}
.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span
{
    color: #0064C9;
}
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: #0064C9;
}
#content
{
    clear: both;
}
#footer
{
    clear: both;
    background: transparent url(images/footer-bg.png) no-repeat bottom;
    width: 979px;
    text-align: center;
    position: relative;
}
#footerBuffer
{
    padding: 20px 20px 29px 58px;
    font-size: .9em;
    color: #FFFFFF;
    text-align: left;
}
#footerBuffer a
{
    color: #4BC7ED;
}
#footerBuffer a:hover
{
    color: #9EE2F5;
}
#footerLogo
{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#content, .mceContentBody
{
    float: left;
    display: block;
    width: 850px;
    background: #FFFFFF url(images/content-bg.jpg);
    padding: 0 20px 20px 58px;
    color: #00416D;
}
.mceContentBody
{
    padding: 10px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5
{
    color: #B7006D;
    text-transform: uppercase;
    font-weight: normal;
}
.preload, .hidden
{
    display: none;
}
.PrettyPasswordRecovery
{
    width: 28em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery
{
    font-family: Verdana;
    font-size: 0.8em;
    padding: 4px; 
    color: #333333;
    border: solid 1px #284775;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery label,
.PrettyPasswordRecovery .AspNet-PasswordRecovery input
{
    color: #5D7B9D;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery input
{
    font-size: 1em;  /* lets the form element scale */
}

/* This rule is used when AutoAccessKey is true */
.PrettyPasswordRecovery .AspNet-PasswordRecovery label em
{
    text-decoration: underline;
    font-style: normal;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-InstructionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-InstructionPanel
{
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-TitlePanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-TitlePanel
{
    font-weight: bold;
    color: #F7F6F3;
    background: #5D7B9D;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-InstructionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-InstructionPanel
{
    color: #284775;
    background: #EEEEEE;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-FailurePanel
{
    color: #FF0000;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel
{
    padding: 0.25em 0.1em 0 0;
    text-align: right;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel
{
    padding-right: 1.1em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel label,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel span,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel span,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel label
{
    white-space: nowrap;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-AnswerPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input
{
    width: 12em;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-UserPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-QuestionPanel input
{
    border: none; 
    background: White;
    color: #333333;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-UserName-SubmitPanel input,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-Question-SubmitPanel input
{
    border: solid 1px #5D7B9D;
    background: #284775;
    color: #00FFFF;
}

.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-HelpPanel,
.PrettyPasswordRecovery .AspNet-PasswordRecovery .AspNet-PasswordRecovery-SuccessTextPanel
{
}

.PrettyLogin
{
    width: 18em;
}

.PrettyLogin .AspNet-Login
{
    font-family: Verdana;
    font-size: 0.8em;
    padding: 4px;
    border: solid 1px #284775;
}

.PrettyLogin .AspNet-Login label,
.PrettyLogin .AspNet-Login input
{
    color: #5D7B9D;
}

.PrettyLogin .AspNet-Login input
{
    font-size: 1em;  /* lets the form element scale */
}

/* This rule is used when AutoAccessKey is true */
.PrettyLogin .AspNet-Login label em
{
    text-decoration: underline;
    font-style: normal;
}

.PrettyLogin .AspNet-Login .AspNet-Login-TitlePanel
{
    font-weight: bold;
    color: #F7F6F3;
    background: #5D7B9D;
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-FailurePanel
{
    height: 4em;
    color: #990000;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding: 0.25em 0.1em 0 0;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    text-align:right;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel label,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel label
{
    white-space: nowrap;
}

.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel input,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel input
{
    width: 9em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel input
{
    background: #284775;
    color: #00FFFF;
    border: solid 1px #5D7B9D;
    height: 1.7em;
}

.PrettyLogin .AspNet-Login .AspNet-Login-InstructionPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-HelpPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.PrettyLogin .AspNet-Login .AspNet-Login-CreateUserPanel,
.PrettyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
}


