﻿*
{
    margin: 0;
}
html, body
{
    height: 100%;
    background-color: #FFFFFF;
    font-family: Helvetica;
}
#wrapper
{
    margin: 0 auto -100px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url('/images/splash05.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: center top;
}
#headerBackdrop
{
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #B26603;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
}
#headerContent
{
    position: relative;
    margin: auto;
    top: -100px;
    width: 960px;
    height: 100px;
}
#logo
{
    position: relative;
    top: 36px;
    left: -6px;
    width: 230px;
    height: 30px;
}
#bodyContent
{
    position: relative;
    margin: auto;
    width: 960px;
    height: 435px;
}
#signInBoxBackdrop
{
    position: relative;
    float: right;
    margin-right: 100px;
    width: 350px;
    height: 288px;
    background-color: #B26603;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
}
#signInBoxContent
{
    position: relative;
    float: right;
    margin-right: -350px;
    width: 350px;
    height: 375px;
}
#signInForm {
    margin-top: 90px;
}
#signInButtons {
    position: relative;
    float: right;
    width: 60%;
}
#formFields {
    position: relative;
    width: 100%;
    height: 275px;
}
#formLeftColumn
{
    position: relative;
    float: left;
    width: 40%;
    margin-top: 80px;
}
#formRightColumn
{
    position: relative;
    float: right;
    width: 60%;
    margin-top: 80px;
}
#titleBox0
{
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 5px; 
    width: 250px;
    height: 50px;
    text-align: right;
    line-height: 2.3em;
}

#welcomeTitle {
    text-align: right;
    line-height: 2.3em;
}
#titleBox1
{
    position: relative;
    width: 100%;
    height: 10px;
    text-align: center;
    line-height: 3em;
}
#shift
{
    position: relative;
    height: 100px;
}
#footer
{
    position: relative;
    height: 100px;
    border-top: 1px solid #242424;
    text-align: center;
    background-color: #FFFFFF;
}
.titleText {
    font-size: 2.6em;
    color: #A05C03;
    margin-top: -34px;
}

.welcomeText
{
    font-size: 0.75em;
    color: #737373;
    margin-top: 25px;
    margin-left: 140px;
    margin-right: 5px;
    font-weight: normal;
    line-height: 2.3;
    padding-top: 10px;
    padding-bottom: 3px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;    
}
.copyrightText
{
    font-size: 0.8em;
    color: #000000;
}
.linkAlign
{
    position: relative;
    float: left;
    margin-right: 1em;
    padding-bottom: 1em;
}
.whiteLinkText 
{
    font-size: 0.8em;
}
.redLinkText {
    font-size: 14px;
    height: 16px;
    font-family: Helvetica;
    color: #CC0000;
    text-decoration: underline;
}
    .redLinkText:hover {
        font-size: 14px;
        height: 16px;
        color: #CC0000;
        text-decoration: none;
    }
    .redLinkText:focus {
        font-size: 14px;
        height: 16px;
        color: #a50000;
        outline: 2px solid #2a91f0;
        text-decoration: none;
    }
    .redLinkText:active {
        font-size: 14px;
        height: 16px;
        color: #CC0000;
        text-decoration: none;
    }
.signInButtonAlign
{
    position: relative;
    float: left;
    clear: both;
    margin-top: 15px;
}
label.signInLabel {
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
    width: 125px;
    font-size: 1.3em;
    font-weight: normal;
    font-family: Helvetica;
    line-height: 1.4em;
    color: #000000;
}
input.signInInput
{
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
    color: #000000;
    border: 1px solid #636363;
    background-color: #C7C7C7;
    width: 180px;
}
a
{
    text-decoration: underline;
    color: #FFFFFF;
}
a:hover
{
    color: #126BC6;
}