﻿html, body
{
    margin: 0px;
    font-family: Arial;
    font-size: 12pt;
    color: #010101;
    height: 100%;
}

/* BUTTONS */
.buttonUniformity
{
    width: 150px;
}

.buttonUniformity_Small
{
    width: 75px;
}

.buttonUniformity_Large
{
    width: 320px;
}

.button
{
    border: 1px solid #000;
    background: #475774;
    padding: 4px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 8px 0 0;
    text-align: center;
}

.button:hover
{
    border-top-color: #000;
    background: #CFCFCF;
    color: #000;
}

.button:active
{
    border-top-color: #1b435e;
    background: #1b435e;
}

/* TEXT */
.importantText
{
    font-weight: bold;
    color:Black;
    padding:5px;
}

.small
{
    font-size: small;
}

.medium
{
    font-size: medium;
}

.large
{
    font-size: large;
}

.watermarked
{
    color: gray;
    font-style: italic;
}

.ufpcLegal
{
    border: 1px solid #CCCCCC;
    padding: 15px;
    background-color: Gainsboro;
}

.ufpcLegal span
{
    font-size: 10pt !important;
}

.RequiredLabel
{
    font-weight: bold !important;
}

/* HEADERS */
.SiteHeader
{
    background-color: Gainsboro;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

.SectionHeader
{
    background-color: #475774;
    font-weight: bold;
    color: White;
    text-align: left;
    vertical-align: middle;
    padding: 2px;
}

.SectionHeaderRight
{
    background-color: #475774;
    font-weight: bold;
    color: White;
    height: 25px;
    text-align: right;
}

.SectionHeaderCenter
{
    background-color: #475774;
    font-weight: bold;
    color: White;
    height: 25px;
    text-align: center;
}

.SectionHeader a:link
{
    color: White;
}

.SectionHeaderRight a:link
{
    color: White;
}

.SectionHeaderCenter a:link
{
    color: White;
}

.AlternateSectionHeader
{
    background-color: #404040;
    font-weight: bold;
    color: White;
    text-align: left;
}

/* OTHER */
.sideBarArea
{
    background-color: #AFAFB1;
    float: left;
    width: 217px;
    padding-left: 5px;
}

.mainContentArea
{
    float: left;
    width: 600px;
}

.mainContentArea_Full
{
    width: 822px;
}

.mainContentWrapper
{
    width: 822px;
    margin: auto;
    background: #FFF no-repeat center bottom;
    padding-bottom: 50px;
}

.errorDisplayWrapper
{
    width: 822px;
    margin: auto;
    background: #FFF no-repeat center bottom;
}

.siteTitle
{
    font-size: large;
}

#legalAgreementButtons
{
    text-align: center;
}

.mainMenuClass
{
    /*float:right;*/
    height: 37px;
    vertical-align: middle;
    text-align: right;
}

.footerMain
{
    position: fixed;
    bottom: 0;
    width: 100%;
    vertical-align:middle;
    padding:4px 0px 4px 0px;
    background-color: #000000;
    z-index: 6;
    color:#FFF;
}

.footerCenter
{
    margin:0 auto;
    width: 60em!important;
    max-width: 60em!important;
}

.footerText
{
    color: #ffffff;
    text-align: left;
    float: left;
    width: 30em;
}

.footerLinks a, .footerLinks a:visited, .footerLinks a:link
{
    color: #ffffff;
}

.footerLinks a:hover
{
    color: #ffffff;
    text-decoration: none;
}

.formWrapper div
{
    margin-top: 5px;
}

#formCol1
{
    width: 50%;
    float: left;
}

#formCol2
{
    width: 50%;
    float: right;
    vertical-align: top;
}

.formLabel
{
    width: 42%;
    text-align: right;
    float: left;
    padding-top: 2px;
}

.formLabelNoPadding
{
    width: 42%;
    text-align: right;
    float: left;
}

#pageError
{
    padding-top: 15px;
    margin: 0 auto;
    padding-left: 35%;
}

.formIndention50
{
    padding-left: 50px;
}

.formIndention100
{
    padding-left: 100px;
}

#franchiseeChooser
{
    overflow-y: auto;
    width: 100%;
    height: 250px;
    border: 1px solid Gainsboro;
}

.scrollWithBorder
{
    border-style: solid;
    border-width: 1px;
    border-color: Gainsboro;
    height: 200px;
    overflow: auto;
}

.modalBackground
{
    FILTER: alpha(opacity=70);
    BACKGROUND-COLOR: #000;
    opacity: 0.7;
}

.modalPopup
{
    PADDING: 3px;
    BORDER: 1px solid #f15a29;
    WIDTH: 600px;
    BACKGROUND-COLOR: #fff;
}
.dropShadow
{
    background: gainsboro;  
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#000000);
}  