﻿.header
{
    background: url(/Content/images/header-banner.png) no-repeat;
    padding: 10px 0 30px 0;
    margin-top: 2px;
    height:118px;
}

.content
{
    font-family:Arial;
    font-size: 75%;
}

.footer
{
    font-family: Arial;
    font-size: 75%;
    color: #46494A;
}

.footer-left
{
    float: left;
    font-family: "DaxMedium";
    color: #004A99;
    font-size: 11px;
    padding: 15px 0 0;
    display: block;
    line-height: 70px;
}

.footer-right
{
    float: right;
    padding: 15px 0 0;
    list-style: none;
    display: block;
    color: #787E80;
}

.footer-right li
{
    float: left;
    padding: 0 0 0 20px;
    font-size: 80%;
    display: inline;
    vertical-align: middle;
    line-height: 46px;
    text-align: -webkit-match-parent;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.error {
    color: #f00;
}

.success {
    background: url(/Content/images/1435262677_tick.png) no-repeat left center;
    font-weight:bold;
    padding-left: 20px;
    color: #029600;
}

/* Style Status page */
.mu_title {
    clear: both;
    color: #fe6c03;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #fe6c03;
    margin-bottom: 10px;
}

.mu_title span {
    background: #FFF;
    padding: 0 6px 0 0;
    position: relative;
    bottom: -5px;
}