﻿body {
    font-family: Segoe UI, Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 1em;
    background-image: url(../APP_Images/background_gradient_60.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

.Master {
    border: thin solid #4682B4;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    -moz-box-shadow: 3px 3px 5px Gray;
    -webkit-box-shadow: 3px 3px 5px Gray;
    box-shadow: 3px 3px 5px Gray;
    padding: 0 5px 5px;
}

.TopNavigation {
    float: right;
    font-size: .8em;
    padding-top: 5px;
}

    .TopNavigation a {
        color: #000;
        text-decoration: none;
    }

.HeaderTitle {
    float: left;
    font-size: 1.2em;
    color: #036;
    font-weight: 700;
}

.Alert {
    background-color: #FFFACD;
    padding: 5px;
}

.HighlightedNote
{
    background-color: lightyellow; 
    border: thin solid lightcoral;
    color: Maroon; 
    font-size: small; 
    width: 50%; 
    padding: 1em;
}

.Disclaimer
{
    color: red; 
    font-style: italic;
}

.Information
{
    color: steelblue;
    font-style: italic;
}

.Menu {
    background-color: #036;
    color: #FFF;
    font-size: .9em;
    padding: 5px;
}

    .Menu a {
        color: #FFF;
        font-size: .9em;
        text-decoration: none;
    }

        .Menu a:hover {
            color: #B0C4DE;
        }

.LinkMenu {
    font-size: .8em;
    background-color: #F8F8FF;
    border-color: #036;
    border-style: none solid solid;
    border-width: thin;
    padding: 3px;
}

.LinkButton {
    padding: 3px 3px 6px;
}

.Linktd {
    vertical-align: top;
    padding-right: 10px;
}

.Content {
    padding-top: 5px;
    font-size: .9em;
}

.FeedBack {
    float: right;
}

.Clear {
    clear: both;
}

.HeaderImage, .CopyRight {
    float: left;
}

.TopNavigation a:hover, .LinkMenu a:hover, .Content a:hover, .Footer a:hover {
    color: Red;
}

.LinkMenu a, .Content a {
    text-decoration: none;
    color: Blue;
}

.Footer {
    margin-top: 15px;
    font-size: .8em;
}

    .Footer a {
        text-decoration: none;
        color: #000;
    }

.MasterVersion {
    text-align: right;
    color: GrayText;
    font-size: 0.6em;
}

.ValidationError {
    color: red;
    font-style: italic;    
}

.FieldLabel 
{
    color: gray;
}

.Highlight
{
    background-color: lightyellow; 
    font-weight: bold;
}