/* Minification failed. Returning unminified contents.
(912,61): run-time error CSS1038: Expected hex color, found '#f0f0f0f'
(912,69): run-time error CSS1019: Unexpected token, found ' '
(912,69): run-time error CSS1042: Expected function, found ' '
(912,69): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    height: 100%;
}

#bodyWrapper {
    min-height: 100%;
    width: 100%;
}

body {
    display: none;
}

html, body, * {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 11pt;
    margin: 0;
    color: #333333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    /*Opera Fix for Sticky Footer*/
    body:before {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }

#bodyContent, #headerContent, #subnavLinks, #copyright {
    width: 1080px;
    margin: 0 auto;
}

#bodyContent {
    padding: 12px 0px 81px 0px;
    overflow: hidden;
    position: relative;
}

div.clear {
    clear: both;
    height: 1px;
}

a {
    color: #6ec1dc;
    text-decoration: underline;
    cursor: pointer;
}

    .primary a.small, .secondary a.small, a.small {
        font-size: 8pt;
    }

.hidden {
    display: none;
}

.roundCorners {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.styledWrapper {
    border: 1px solid #e0e0e0;
    padding: 2px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
}

h1, h2, h3, h4, h5 {
    color: #003064;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 22pt;
    margin-bottom: 10px;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 13pt;
    color: #333333;
}

h5 {
    font-size: 12pt;
}

p {
    vertical-align: top;
    display: inline-block;
    margin: 0;
}

.primary, .primary a, .primary li, .primary strong {
    font-size: 10pt;
}

.secondary, .secondary a, .secondary li, .secondary strong {
    font-size: 9pt;
}

div.separator {
    border: 1px solid #f2f2f2;
    width: 2px;
}

div#header {
    width: 100%;
    background-color: rgb(0, 44, 90);
    height: 81px;
}

#headerContent {
    height: 81px;
    text-align: center;
}

#logoImg {
    padding-top: 16px;
    width: 200px;
    margin-left:30px;
}

#mainNav {
    display: inline;
}

#mainNavLinks {
    width:72%;
    position: absolute;
    padding: 0;
    display: inline;
    border-left: 1px solid #333333;
    margin-left: 28px;
    font-size: 0;
    margin-right:10px;
}

    #mainNavLinks li {
        display: block;
        float: left;
        height: 81px;
        border-right: 1px solid #333333;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12pt;
        cursor: pointer;
    }

        #mainNavLinks li a {
            font-size: 12pt;
            cursor: pointer;
            padding: 0 10px;
            color: #ffffff;
            text-decoration: none;
            display: block;
            float: left;
            margin-top: 33px;
        }

        #mainNavLinks li.selected {
            border-left: 1px solid #c37627;
            border-right: 1px solid #c37627;
            background-image: -ms-linear-gradient(top, #424242 0%, #1c1c1c 100%);
            background-image: -moz-linear-gradient(top, #424242 0%, #1c1c1c 100%);
            background-image: -o-linear-gradient(top, #424242 0%, #1c1c1c 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #1c1c1c));
            background-image: -webkit-linear-gradient(top, #424242 0%, #1c1c1c 100%);
            background-image: linear-gradient(to bottom, #424242 0%, #1c1c1c 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#1c1c1c');
        }

#subnav {
    width: 100%;
    background-color: #626262;
    height: 47px;
}

#subnavLinks {
    border-left: 1px solid #727272;
    height: 47px;
    padding: 0;
    font-size: 0;
    position: relative;
    width:max-content !important;
}

    #subnavLinks li, #subnavLinks li a {
        display: block;
        float: left;
        height: 46px;
        position: relative;
    }

        #subnavLinks li a {
            color: #ffffff;
            text-decoration: none;
            padding-top: 13px;
            font-size: 11pt;
            cursor: pointer;
            float: left;
        }

        #subnavLinks li.selected a {
            font-weight: bold;
            font-size: 12pt;
        }

    #subnavLinks li {
        border-right: 1px solid #727272;
        padding: 0 18px;
    }

        #subnavLinks li.selected::after {
            content: "";
            width: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #626262;
            position: absolute;
            padding: 0px;
            bottom: -9px;
            margin: 0 auto;
            right: 25%;
            left: 25%;
        }

#user {
    display: inline-block;
    text-align: right;
    float: right;
    padding-top: 40px;
    color: #b1b6b4;
    font-size: 9pt;
    vertical-align: middle;
    position: relative;
    margin-right:25px;
}

    #user span.userName,
    #user span.userName a {
        font-size: 9pt;
        color: #b1b6b4;
        text-decoration: none;
    }

#userImg {
    padding: 0;
    vertical-align: text-bottom;
    cursor: pointer;
}

#userOptions {
    width: 230px;
    list-style: none;
    padding: 2px 4px 4px 4px;
    display: none;
    background-color: #ffffff;
    border: 4px solid #888888;
    z-index: 150;
    position: absolute;
    right: 0px;
}

#userInfo {
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    margin-top: 3px;
}

    #userInfo span.userName {
        color: #003064;
    }

#userOptions::after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    height: 0;
    width: 0;
    position: absolute;
    top: -9px;
    right: 8px;
}

#userOptions::before {
    content: "";
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #888888;
    position: absolute;
    width: 0;
    height: 0;
    top: -14px;
    right: 4px;
}

#userOptions li {
    padding: 8px;
    border-top: 1px solid #f2f2f2;
    font-weight: bold;
    color: #0b3767;
    text-align: left;
    text-decoration: none;
    font-size: 8pt;
}

    #userOptions li:hover {
        background-color: #cbe0ed;
        cursor: pointer;
    }

    #userOptions li#userInfo {
        border-top: none;
    }

#userInfo a {
    color: #333333;
}

#viaHeader {
    height: 39px;
    width: 100%;
    background-color: #1d1d1d;
}

#viaHeaderInfo {
    vertical-align: middle;
    margin: 0 auto;
    width: 1080px;
    text-align: right;
    padding-top: 10px;
}

    #viaHeaderInfo, #viaHeaderInfo b {
        color: #ffffff;
        font-size: 9pt;
    }

#viaHeader button {
    border: 1px solid #7d7d7d;
    color: #ffffff;
    font-size: 9pt;
    padding: 4px 8px 4px 8px;
    background-image: -ms-linear-gradient(top, #7d7d7d 0%, #333333 100%);
    background-image: -moz-linear-gradient(top, #7d7d7d 0%, #333333 100%);
    background-image: -o-linear-gradient(top, #7d7d7d 0%, #333333 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7d7d7d), color-stop(1, #333333));
    background-image: -webkit-linear-gradient(top, #7d7d7d 0%, #333333 100%);
    background-image: linear-gradient(to bottom, #7d7d7d 0%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7d7d', endColorstr='#333333');
    margin-left: 8px;
    cursor: pointer;
}

footer {
    background-image: -ms-linear-gradient(top, #dbdbdb 0%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(top, #dbdbdb 0%, #f0f0f0f 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #f0f0f0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), color-stop(1, #f0f0f0));
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#f0f0f0');
    width: 100%;
    height: 81px;
    position: relative;
    clear: both;
    margin-top: -81px;
}

#footerNav {
    margin: 0;
    padding: 34px 0 0 0;
    vertical-align: middle;
    display: block;
    float: left;
}

    #footerNav li, #footerNav li a {
        display: block;
        float: left;
    }

        #footerNav li a {
            color: #0e2d53;
            text-decoration: none;
            font-size: 9pt;
        }

#footer {
    color: #7e7e7e;
    margin: 0 auto;
    width: 1080px;
}

#copyright {
    float: right;
    margin: 0;
    padding: 13px 0 0 0;
    width: 30%;
}

    #copyright p.secondary {
        font-size: 8pt;
    }

        #copyright p.secondary.shortCopy {
            padding-top: 25px;
            text-align: right;
            width: 100%;
        }

.infoIcon {
    vertical-align: text-bottom;
    margin: 0px 5px;
    cursor: pointer;
}

.success {
    background-color: #f2f2f2;
    background-image: url(/Content/Images/check_sml.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 35px;
}

.ajaxOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

img.loading {
    position: absolute;
    top: 50%;
}

#fileUploadField {
    position: relative;
}

#styledFileUpload {
    left: 0;
    line-height: 90%;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
}

#header #headerContent {
    text-align: left;
    width: 100%;
}

/*  This file should be blank on Production server. The below style is needed only on QA/UAT server.
    It provides a different color to the QA/UAT application*/
#header {
    width: 100%;
    background-color: #996699;
    height: 81px;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
    vertical-align: text-bottom;
}
input[type="password"], input[type="text"], input[type="file"], input[type="email"], textarea, select {
    border: 1px solid #8d8d91;
    border-bottom-color: #acadb1;
    border-right-color: #acadb1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 6px;
    padding-left: 20px;
}
input:focus, select:focus, textarea:focus {
    outline-color: #4ac3f8;
}
button, label.toggleView  {
    cursor: pointer;
    font-size: 9pt;
    font-weight: bold;
    padding: 10px;
}
button.primary, button.primary.disabled, button.primary.disabled:hover, button.primary.disabled:active,
label.toggleView.primary  {
    color: #ffffff;
    border: 1px solid #00366a;
    background-image: -ms-linear-gradient(top, #3f6c97 0%, #053b6f 100%);
    background-image: -moz-linear-gradient(top, #3f6c97 0%, #053b6f 100%);
    background-image: -o-linear-gradient(top, #3f6c97 0%, #053b6f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3f6c97), color-stop(1, #053b6f));
    background-image: -webkit-linear-gradient(top, #3f6c97 0%, #053b6f 100%);
    background-image: linear-gradient(to bottom, #3f6c97 0%, #053b6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f6c97', endColorstr='#053b6f');
}
button.primary:hover,
label.toggleView.primary:hover    {
    border: 1px solid #083d6f;
    background-image: -ms-linear-gradient(top, #1b5584 0%, #002a54 100%);
    background-image: -moz-linear-gradient(top, #1b5584 0%, #002a54 100%);
    background-image: -o-linear-gradient(top, #1b5584 0%, #002a54 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1b5584), color-stop(1, #002a54));
    background-image: -webkit-linear-gradient(top, #1b5584 0%, #002a54 100%);
    background-image: linear-gradient(to bottom, #1b5584 0%, #002a54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b5584', endColorstr='#002a54');
}
button.primary:active,
label.toggleView.primary.toggleChecked   {
    border: 1px solid #083d6f;
    background-image: -ms-linear-gradient(top, #002953 0%, #1b5584 100%);
    background-image: -moz-linear-gradient(top, #002953 0%, #1b5584 100%);
    background-image: -o-linear-gradient(top, #002953 0%, #1b5584 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #002953), color-stop(1, #1b5584));
    background-image: -webkit-linear-gradient(top, #002953 0%, #1b5584 100%);
    background-image: linear-gradient(to bottom, #002953 0%, #1b5584 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002953', endColorstr='#1b5584');
}
button.secondary, button.secondary.disabled, button.secondary.disabled:hover, button.secondary.disabled:active,
label.toggleView.secondary    {
    color: #003062;
    border: 1px solid #c7c7c7;
    background-image: -ms-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
    background-image: -moz-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #e7e7e7));
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e7e7e7');
}
button.secondary:hover,
label.toggleView.secondary:hover  {
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #cacaca 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #cacaca 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #cacaca 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f0f0), color-stop(1, #cacaca));
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #cacaca 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cacaca');
}
button.secondary:active,
label.toggleView.secondary.toggleChecked {
    background-image: -ms-linear-gradient(top, #c9c9c9 0%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(top, #c9c9c9 0%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #c9c9c9 0%, #f0f0f0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c9c9c9), color-stop(1, #f0f0f0));
    background-image: -webkit-linear-gradient(top, #c9c9c9 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #c9c9c9 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#f0f0f0');
}
button.disabled, button.disabled:hover, button.disabled:active {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}
button.static   {
    width: 105px;
}
button.left {
    float: left;
}
.errorMed {
    margin: 0 auto;
    background-color: #fae3d8;
    width: 94%;
    padding: 12px;
    padding-left: 42px;
    font-weight: bold;
    border: 1px solid #ea570a;
    color: #ea570a;
    background-image: url(/Content/Images/error_med.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    clear: both;
}
.validation-summary-valid {
    display: none;
}
.validation-summary-error {
    display: block;
}
.errorMed img  {
    vertical-align: text-bottom;
}
input.error, 
select.error,
input.input-validation-error, 
textarea.input-validation-error, 
select.input-validation-error {
    border: 1px solid #ea570a;
    background: url(/Content/Images/error_sml.png) no-repeat scroll 4px 6px #ffffff;
}
input.error:focus, select.error:focus, textarea.error:focus {
    outline-color: #ea570a;
}
.errorMed ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.errorMed ul li {
    color: #ea570a;
}
#ddErrorMed {
    margin-bottom: 10px;
}
section    {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    vertical-align: top;
    margin: 0;
    padding-top: 10px;
}
section div {
    display: inline-block;
}
.sectionInfo h3 {
    display: block;
}
section .sectionInfo    {
    width: 30%;
    padding-right: 18px;
    padding-left: 30px;
    vertical-align: top;
}
.sectionContent {
    width: 69%;
}
section .feesOverwrite {
    width: 100%;
}
section .feesOverwrite .sectionContent {
    width: 100%;
}
section.error .sectionInfo {
    background-image: url(/Content/Images/error_med.png);
    background-repeat: no-repeat;
    background-position: top left;
}
section.error .sectionInfo h3, 
section.error .sectionInfo p, 
section.error .sectionInfo,
.sectionContent.error p.repStatus,
.sectionContent.error p.repStatus strong {
    color: #ea570a;
}
.sectionContent.error .styledWrapper {
    border: 2px solid #ea570a;
}
section .invoice {
    text-align: center;
    font-size: 9pt;
    background-image: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff');
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    width: 100%;
}
section .invoice strong {
    color: #002c5e;
    font-size: 9pt;
    padding: 4px 0;
}
section .invoice img {
    padding: 4px 0;
}
section.noborder {
    border-top: none;
}
