﻿body {
    background: white;
    font-size: 0.9em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

a:link, a:visited {
    color: #696969;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    color: #333333;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.error {
    color: #c40000;
    font-size: 12px;
    font-weight: bold;
    min-height: 16px;
}

textarea, input, select {
    font-size: 10pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333333;
}

    input[type=submit], button {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #336699));
        background: -moz-linear-gradient(top, #7892c2 5%, #336699 100%);
        background: -webkit-linear-gradient(top, #7892c2 5%, #336699 100%);
        background: -o-linear-gradient(top, #7892c2 5%, #336699 100%);
        background: -ms-linear-gradient(top, #7892c2 5%, #336699 100%);
        background: linear-gradient(to bottom, #7892c2 5%, #336699 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#336699',GradientType=0);
        background-color: #7892c2;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 22px;
        border: 2px solid #336699;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 12px;
        padding: 4px 12px;
        text-decoration: none;
        text-shadow: 0px 0px 5px #283966;
    }

        input[type=submit]:hover, button:hover {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #336699), color-stop(1, #7892c2));
            background: -moz-linear-gradient(top, #336699 5%, #7892c2 100%);
            background: -webkit-linear-gradient(top, #336699 5%, #7892c2 100%);
            background: -o-linear-gradient(top, #336699 5%, #7892c2 100%);
            background: -ms-linear-gradient(top, #336699 5%, #7892c2 100%);
            background: linear-gradient(to bottom, #336699 5%, #7892c2 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#7892c2',GradientType=0);
            background-color: #336699;
        }

        input[type=submit]:active, button:active {
            position: relative;
            top: 1px;
        }


/* Scroll bars --------------------*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 6px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: grey;
    }

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
    background-color: white;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
    /*min-height: 600px;*/
}

.pageWrap {
    background-color: white;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
    /*min-height: 600px;*/
}

    .pageWrap div {
        display: inline-block;
        vertical-align: top;
    }

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #223754;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

.main {
    padding: 0px 8px;
    margin: 12px 8px 8px 6px;
    min-height: 600px;
}

/* Modal popup
    -----------------------------------------------------*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: fixed;
    top: 0px;
    left: 0px;
}

.modalPopup {
    background-color: #FFFFFF;
    border: 3px solid #005cb8;
    border-radius: 12px;
    padding: 0px;
    margin: 20px;
}

    .modalPopup .PopupHeader {
        background-color: #005cb8;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .modalPopup .PopupBody {
        min-height: 50px;
        font-weight: normal;
        max-height: calc(100vh - 100px);
        max-width: 100vw;
        overflow: auto;
        color: black;
    }

/* end Modal Popup -----------------------*/

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #223754;
    width: 100%;
}

div.menu {
    padding: 1px 0px 1px 1px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 10;
    }

        /*inactive*/
        div.menu ul li a, div.menu ul li a:visited {
            background-color: #6781a3;
            border: 1px #09315d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 3px 10px;
            text-decoration: none;
            white-space: nowrap;
            vertical-align: text-top;
            font-size: 13px;
            font-weight: 600;
            min-width: 100px;
        }

            div.menu ul li a:hover {
                background-color: #465c71;
                color: white;
                text-decoration: none;
            }

            /*On click*/
            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }



.menu ul li ul {
    display: none;
}

.menu a.static.selected {
    background-color: #345787 !important;
    color: white !important;
    text-decoration: none !important;
}


.clear {
    clear: both;
}



.TableHeader {
    font-size: 10pt;
    font-family: verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #345787;
    text-align: center;
}

.ColHeader {
    font-size: 8pt;
    font-family: verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: Black;
    background-color: #dde4ec;
    height: 16px;
    text-align: center;
}

.RowHeader {
    font-size: 8pt;
    font-family: verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: Black;
    background-color: #dde4ec;
    height: 16px;
    text-align: right;
}

.Greenbar {
    background-color: #ffffe0;
}



/* This imageless css button was generated by CSSButtonGenerator.com */
/*Header*/
.Tab .ajax__tab_header {
    color: #345787 !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background-color: #ffffff !important;
    margin-left: 0px !important;
    background-image: url("/common/Styles/tab_header.gif") !important;
    /*background-image: none !important;*/
}

.Tab .ajax__tab_header_verticalleft {
    color: #345787 !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    background-color: #ffffff !important;
    margin-left: 0px !important;
}
/*Body*/
.Tab .ajax__tab_body {
    border: 2px solid #345787 !important;
    padding-top: 0px !important;
}

.Tab .ajax__tab_body_verticalleft {
    border: 2px solid #345787 !important;
}

.Tab .ajax__tab {
    height: 26px !important;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    color: #ffffff !important;
    background: url("/common/Styles/tab_active.gif") repeat-x !important;
    height: 24px !important;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff !important;
    /*background: url("/common/Styles/tab_left_active.gif") no-repeat left !important; /* COMMENT OUT TO REMOVE GRAPHIC */
    background: none !important; /*UNCOMMENT TO REMOVE GRAPHIC*/
    padding-left: 0px !important; /*CHANGE TO 0px IF REMOVING GRAPHIC */
    height: 24px !important;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff !important;
    /*background:url("/common/Styles/tab_right_active.gif") no-repeat right !important; /* COMMENT OUT TO REMOVE GRAPHIC */
    background: none !important; /*UNCOMMENT TO REMOVE GRAPHIC*/
    padding-right: 0px !important;
    margin-right: 1px !important;
    margin-left: 5px !important;
    height: 24px !important;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: white !important;
    background: url("/common/Styles/tab_hover.gif") repeat-x !important;
    height: 24px !important;
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    color: #000000 !important;
    /*background:url("/common/Styles/tab_left_hover.gif") no-repeat left !important; /* COMMENT OUT TO REMOVE GRAPHIC */
    background: none !important; /*UNCOMMENT TO REMOVE GRAPHIC*/
    padding-left: 0px !important; /*CHANGE TO 0px IF REMOVING GRAPHIC */
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    color: #000000 !important;
    /*background:url("/common/Styles/tab_right_hover.gif") no-repeat right !important; /* COMMENT OUT TO REMOVE GRAPHIC */
    background: none !important; /*UNCOMMENT TO REMOVE GRAPHIC*/
    padding-right: 0px !important;
    margin-right: 1px !important;
    margin-left: 5px !important;
    height: 24px !important;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab {
    color: #dde4ec !important;
    background: url("/common/Styles/tab_inactive.gif") repeat-x !important;
    height: 24px !important;
}

.Tab .ajax__tab_inner {
    color: #000000 !important;
    /*background:url("/common/Styles/tab_left_inactive.gif") no-repeat left !important; /* COMMENT OUT TO REMOVE GRAPHIC */
    background: none !important; /*UNCOMMENT TO REMOVE GRAPHIC*/
    padding-left: 0px !important; /*CHANGE TO 0px IF REMOVING GRAPHIC */
    height: 24px !important;
}

.Tab .ajax__tab_outer {
    color: #000000 !important;
    /*background:url("/common/Styles/tab_right_inactive.gif") no-repeat right !important; /* COMMENT OUT TO REMOVE GRAPHIC */
    background: none !important; /*UNCOMMENT TO REMOVE GRAPHIC*/
    padding-right: 0px !important;
    margin-right: 1px !important;
    margin-left: 5px !important;
    height: 24px !important;
}
