html, body, form {
    width: 100%;
    height: 100%;
}

@media print /*--This is for Print--*/
{
    body {
        font-family: proxima-nova, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.1em;
    }

    .shadow {
        font-style: normal;
    }

    button, input[type="button"], input[type="submit"] {
        display: none;
    }

    .ui {
        display: none;
    }

    .prn {
        -webkit-print-color-adjust: exact;
    }
}

body * {
    font-family: proxima-nova, sans-serif;
}


@media screen /*--This is for Screen--*/
{
    body {
        font-family: proxima-nova, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4em;
    }

    .shadow {
        -moz-box-shadow: 0 0 1em #000000;
        -webkit-box-shadow: 0 0 1em #000000;
        box-shadow: 0 0 1em #000000;
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
    }

    .ui {
        font-style: normal;
    }

    .prn {
        display: none;
    }
}

h1 {
    color: #333;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}

    h1 a {
        color: #333;
    }

        h1 a:hover {
            text-decoration: none;
        }

h2 {
    font-size: 18px;
    color: #333;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    color: #333;
    font-family: proxima-nova, sans-serif;
    font-style: italic;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    color: #006699;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

h5 {
    font-size: 16px;
    color: #006699;
    font-family: proxima-nova, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4em;
}

h6 {
    font-size: 16px;
    color: darkred;
    font-family: proxima-nova, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4em;
}

ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

a {
    text-decoration: none;
    color: #366092;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

input[readonly] {
    background: #eee;
    color: #666;
}

em {
    font-style: italic;
}
/* Common */
.r {
    text-align: right;
}

.w {
    color: white;
}
.fr {
    float: right;
}

.l {
    text-align: left;
}

.fl {
    float: left;
}

.c {
    text-align: center;
}

.b {
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

.vb {
    vertical-align: bottom;
}

.vm {
    vertical-align: middle;
}

.vt {
    vertical-align: top;
}

.nw {
    white-space: nowrap;
}

/* Buttons */
.btn {
    background-color: lightblue !important;
    border-color: black !important;
}

/* Tables */
.tbl {
    border: 0;
    width: 100%;
}

    .tbl .border {
        border: 1px solid #dedede;
    }

    .tbl tr td {
        padding: 2px 2px 2px 2px;
    }
.tbl-striped tr:nth-child(even) {
    background-color: #f2f2f2;
}
.brdr {
    border: 1px solid #cecece;
}

.brdr_t {
    border-top: 1px solid #cecece;
}

.brdr_b {
    border-bottom: 1px solid #cecece;
}

.brdr_T {
    border-top: 1px solid #000000;
}

.brdr_B {
    border-bottom: 1px solid #000000;
}

.tbl th {
    background-color: #dedede;
    font-weight: bold;
    padding: 3px;
}

/* Header */
.hdrLogon {
    text-align: right;
    color: #666666;
    font-weight: bold;
    font-size: 0.9em;
}

    .hdrLogon a {
        color: #666666;
    }

    .hdrLogon input {
        height: 1.5em;
        font-size: 1em;
    }
/* Home Page Body */
.lrnMore:hover, .lrnMore {
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #111111;
    font-family: "Calibri", Arial, sans-serif;
}

.lrnMore:hover {
    text-decoration: underline;
}

.inset {
    margin: 15px 15px 15px 15px;
}

/* footer */
.ft {
    vertical-align: top;
    color: White;
    padding: -5px 5px -15px 5px;
}

.ftLh {
    line-height: 2em;
}

.ftLink:hover, .ftLink {
    text-decoration: none;
    color: White;
}

.ftLink:hover {
    text-decoration: underline;
}

.ftCrumb:hover, .ftCrumb, .crumb {
    text-decoration: none;
    color: #111111;
}

    .ftCrumb:hover {
        text-decoration: underline;
    }
/* Telerik mod's */
.mpTab {
    width: 100%;
}

.mpPg {
    padding: 5px 5px 5px 5px;
    border-left: 1px solid #919B9C;
    border-right: 1px solid #919B9C;
    border-bottom: 1px solid #919B9C;
    position: relative;
    vertical-align: top;
}

.rmRootGroup {
    border: 0 !important;
}

.RadMenu_Vista .rmRootGroup {
    border: 0 !important;
    background-image: none !important;
    background-color: transparent !important;
}

.RadComboBox .rcbInput {
    margin: 0;
}

.rcbScroll ul {
    position: static;
}
/* Left Nav Rounded Box */
.rbroundbox {
    background: url(/images/nav/nt.gif) repeat;
}

.rbtop div {
    background: url(/images/nav/tl.gif) no-repeat top left;
}

.rbtop {
    background: url(/images/nav/tr.gif) no-repeat top right;
}

.rbbot div {
    background: url(/images/nav/bl.gif) no-repeat bottom left;
}

.rbbot {
    background: url(/images/nav/br.gif) no-repeat bottom right;
}

    .rbtop div, .rbtop, .rbbot div, .rbbot {
        width: 100%;
        height: 7px;
        font-size: 1px;
    }

.rbcontent {
    margin: 0 7px;
}

.rbroundbox {
    width: 94%;
    margin: 1em auto;
}

.rtWrapperContent {
    padding: 10px !important;
}

* .rtsTxt {
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #006699;
}
.RadUpload .ruFakeInput {
    width: 25em !important;
}

.calc {
    background-color: #ffffcc;
}

.dgRowHilite {
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
}

.hide {
    display: none;
}

/* Callout / ie. Left/Right Navigation pane */
.callout {
    font-weight: bold;
}

    .callout ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .callout ul ul {
            list-style-type: disc;
            margin-left: 25px;
        }

.mpTab {
    width: 100%;
}

.mpPg {
    padding: 5px 5px 5px 5px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
    vertical-align: top;
}

.riSingle input.riTextBox, * + html .RadForm.rfdTextbox .riSingle input[type='text'].rfdDecorated, .RadInput .riTextBox, .RadInputMgr {
    height: inherit !important;
}

.RadWindow .rwContent {
    border-width: 0 !important;
}

.overlay {
    background-image: url("/images/loading_lg.gif");
    background-size: 90px;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2901;
    top: 0;
    left: 0;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
}
label{
    font-weight: bold;
}
#ctl00_cphBody_msg {
    font-weight: bolder;
    font-size: larger;
    color: #006699;
}