﻿/* Layout */

.HeaderCenter {
    background: #436187 url(../Images/masterLeft.png) repeat-y bottom left;
}

.textarea {
    border: none;
    border-style: none; 
    border-color: Transparent; 
}

.HeaderMain {
    background: #436187;
}

.HeaderBottom {
    background: #BCD2EE url(../images/menuleftfiller.jpg) no-repeat;
    height: 20px;
}

.Footer {
    background: url(../Images/footerGradient.png) bottom left no-repeat;
}

/* (END) Layout (END) */

/* Master Navigation */

#MasterNavigationContainer ul {
    list-style-type: none;
    width: 100%;
    position: relative;
    height: 30px;
    font-family: Verdana,Arial;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 4px 0 0 0;
    top: 0px;
    left: 0px;
}

    #MasterNavigationContainer ul li {
        float: left;
        margin: 0 0 0 3px;
        height: 30px;
    }

        #MasterNavigationContainer ul li a {
            display: block;
            float: left;
            color: #fff;
            background: #7094B8;
            line-height: 25px;
            text-decoration: none;
            padding: 0px 15px 5px 15px;
            height: 32px;
            border-top: 1px solid #ffffff;
        }

            #MasterNavigationContainer ul li a:hover {
                color: #003366;
                background: #BCD2EE;
            }

            #MasterNavigationContainer ul li a.current {
                color: #003366;
                background: #BCD2EE;
                font-weight: bold;
            }

/* (END) Master Navigation (END) */

/* Labels */

.Asterick {
    font-weight: bold;
    color: red;
}

.Label, .LabelBlack, .LabelBold, .LabelLarge, .LabelMedium, .Link, .LinkBlue, .LinkWhite, .FooterLabel, .LinkButton {
    font-size: 12px;
    font-family: Verdana, Arial;
    font-weight: normal;
    color: #ffffff;
}

.LabelBlack, .LabelBold, .LabelLarge, .LabelMedium {
    color: #000000;
}

.LabelBold, .LabelLarge {
    font-weight: bold;
}

.LabelLarge, .LabelMedium {
    font-family: Arial;
}

.LabelLarge {
    font-size: 20px;
}

.LabelMedium {
    font-size: 17px;
}

.LinkBlue {
    color: #0000ff;
}

    .LinkBlue a:link, .LinkBlue a:visited {
        color: #0000ff;
    }

.LinkWhite {
    color: #fff;
}

    .LinkWhite a:link, .LinkWhite a:visited {
        color: #fff;
    }

.FooterLabel {
    font-size: 11px;
}

.PoweredByLabel {
    font-size: 9px;
    font-weight: bold;
    color: #333333;
}

/* (END) Labels (END) */

/* Text */

.DisabledText {
    font-weight: bolder;
}

/* (END) Text (END) */

/* Validation */

.Error {
    font-size: 10px;
    font-family: Verdana, Arial;
    color: #BD1A00;
}

/* (END) Validation (END) */

/* List */

.BulletedListIcon {
    font-size: 12px;
    color: #436187;
}

/* (END) List (END) */