body {
    background-color: #D7DFE2;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    color: #416271;
}

.mastertitle {
    font-weight: bold;
    font-size: 18pt;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial;
    font-variant: small-caps;
    text-align:center;
    margin-top: 30px;
}

h1, h1 span {
    padding: 5px 0 5px 0;
    margin: 0px;
    font-size: 15px;
}

h2 {
    padding: 5px 0 5px 0;
    margin-top: 3px;
    font-size: 16px;
    color: white;
}

h3 {
    padding: 0 0 5px 0;
    margin: 0px;
    font-size: 14px;
    color: #59cef9;
}

h4 {
    padding: 0 0 10px 0;
    margin: 0px;
    font-size: 14px;
    color: #7ea743;
}

p {
    text-align: justify;
    padding: 2px 0 2px 0;
    margin: 0px;
}

    p.white {
        color: #FFFFFF;
    }

    p.green {
        color: #d4f0ba;
    }

    p.clear {
        clear: both;
        padding: 10px 0 0 0;
    }

img.left_img {
    border: 1px #cae6c6 solid;
    float: left;
    margin: 0 10px 0 0;
}

img.box_img {
    float: left;
    padding: 0 20px 0 0;
}

#main_container {
    width: 1000px;
    height: auto;
    margin: auto;
    background-color: #FFFFFF;
    margin-top: 5px;
}

#header {
    width: 1000px;
    height: auto;
    margin: auto;
    display: block;
}

#logo {
    float: left;
    background-color: #D7DFE2;
    background-image: url('../../Images/banner.jpg');
    background-repeat: no-repeat;
    width: 1000px;
    height: 104px;
}


#menu {
    width: 1000px;
    height: 42px;
    padding: 0px;
    clear: both;
    background-color: #416271;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

    #menu a {
        text-decoration: none;
    }

    #menu ul {
        list-style: none;
        padding-left: 0;
    }

        #menu ul.dropdown {
            display: inline-block;
            margin: 10px 0 0;
        }

            #menu ul.dropdown:hover {
                cursor: pointer;
            }

            #menu ul.dropdown li {
                font-weight: bold;
                display: inline-block;
                background: #416271;
                z-index: 100;
            }

                #menu ul.dropdown li:hover {
                    cursor: pointer;
                }

            #menu ul.dropdown a:hover {
                color: #000;
                cursor: pointer;
            }

            #menu ul.dropdown a:active {
                color: #AEE1F1;
            }

            #menu ul.dropdown li a {
                display: block;
                padding: 4px 8px;
                border-right: 1px solid #FFFFFF;
                color: white;
            }

            #menu ul.dropdown li:last-child a {
                border-right: none;
            }

            #menu ul.dropdown li.hover, #menu ul.dropdown li:hover {
                background: #F3D673;
                color: black;
                position: relative;
            }

                #menu ul.dropdown li.hover a {
                    color: black;
                }

            #menu ul.dropdown ul {
                width: 230px;
                visibility: hidden;
                position: absolute;
                left: 0;
                display: block;
            }

                #menu ul.dropdown ul li {
                    font-weight: normal;
                    background: #658884;
                    color: #000;
                    border-bottom: 1px solid #ccc;
                    width: 100%;
                    text-align: left;
                }

                    #menu ul.dropdown ul li a {
                        border-right: none;
                        width: 100%;
                        display: inline-block;
                        font-size: 12px;
                    }

                #menu ul.dropdown ul ul {
                    left: 100%;
                    top: 0;
                }

            #menu ul.dropdown li:hover > ul {
                visibility: visible;
            }


.blue_box {
    width: 1000px;
    height: 42px;
    clear: both;
    background: no-repeat left rgb(66, 117, 156);
    background-position: 50px 0px;
}

.titleBox {
    float: left;
    width: 350px;
    padding-left: 10px;
}

.userInfo {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    display: inline;
    text-align: right;
    font-size: 11px;
}

    .userInfo .homeIcon {
        width: 20px;
        height: 20px;
        background: url('../../Images/home.png') no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
        float: right;
    }

    .userInfo .infoIcon {
        width: 20px;
        height: 20px;
        background: url('../../Images/info-user.png') no-repeat;
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
        float: right;
    }

        .userInfo .infoIcon:hover {
            background-image: url('../../Images/info-user-hover.png');
        }

    .userInfo .helpIcon {
        width: 15px;
        height: 20px;
        background-image: url('../../Images/help-icon.png');
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
        float: right;
    }

        .userInfo .helpIcon:hover {
            background-image: url('../../Images/help-icon.png');
        }

#main_content{
    width: 100%;
    height: auto;
    clear: both;
    /*background: url(../../Images/left_content_bg.gif) repeat-x top;*/
}

#content{
    width: 960px;
    padding: 20px;
    float: left;
    min-height: 400px;
}


#userinfobox {
    width: 250px;
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    position: absolute;
    top: 193px;
    left: 868px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    display: none;
}

    #userinfobox .logout {
        background: #f5f5f5;
        border-top: 1px solid #ccc;
        border-color: rgba(0,0,0,.2);
        width: 100%;
        display: table;
        text-align: right;
    }

    #userinfobox .userdata {
        margin: 20px;
        display: block;
        text-align: left;
    }

    #userinfobox #fullname {
        font-weight: bold;
    }

    #userinfobox #govid {
        font-size: 13px;
    }

    #userinfobox #username {
        font-size: 13px;
    }

    #userinfobox #email {
        font-size: 13px;
    }

#funds_banner {
    width: auto;
    height: auto;
    clear: both;
    width: 960px;
    height: 120px;
    margin: 10px;
    background: url('../../Images/funds_banner.jpg') no-repeat center;
}


#wide_content {
    width: auto;
    padding: 10px 20px 10px 20px;
}


#footer {
    clear: both;
    width: auto;
    height: 37px;
    color: #fff;
    background-color: #416271;
}

.copyright {
    float: left;
    padding-left: 10px;
    padding-top: 8px;
    background-image: url('../../Images/dev_by_mita.gif');
    background-repeat: no-repeat;
    width: 200px;
    height: 25px;
    margin-left: 5px;
    margin-top: 5px;
}

.footer_links {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 12px;
}

    .footer_links a {
        text-decoration: none;
        color: #fff;
        padding-left: 10px;
    }

        .footer_links a:hover {
            text-decoration: underline;
            color: #fff;
        }

#logout {
    padding-top: 5px;
}

#username {
    padding-top: 2px;
}


.divider {
    height: 2px;
    width: 100%;
    background-color: rgb(66, 117, 156);
}



.data-form {
    font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 500px;
    margin: auto;
}

.input-container {
    padding: 2px 0px 3px 0px;
    border-bottom: 1px solid #ddd;
}

.label {
    padding: 2px 3px;
    font-size: 1.1em;
    color: #666;
}

.invisible {
    display: none;
}



.data-container {
    padding: 2px;
    width: 220px;
}

    .data-container input[type=text] {
        width: inherit;
    }

    .data-container input[type=password] {
        width: inherit;
    }

    .data-container input[type=checkbox] {
        width: inherit;
    }

    .data-container select {
        width: inherit;
    }

    .data-container textarea {
        width: inherit;
        resize: none;
    }

.row-holder {
    width: 500px;
    display: inline;
}

.button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background-color: #d4d4d4;
    border: 2px solid #dddddd;
    border-color: #d4d4d4;
    color: #525252;
    padding: .4em 1em;
    line-height: 1.4;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold !important;
    text-decoration: none !important;
    border-color: white;
    min-width: 100px;
}

    .button:hover {
        background-color: #66B3FF;
        text-shadow: none;
        color: white;
    }

    .button[disabled=disabled] {
        opacity: 0.6;
    }

        .button[disabled=disabled]:hover {
            opacity: 0.6;
            background-color: #d4d4d4;
            cursor: default;
            color: #525252;
        }

.errorStatus {
    /*
    width: 900px;
    margin: auto;
    margin-top: 1px;
    */
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: block;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    min-height: 30px;
    height: auto;
    border-radius: 5px;
    background-color: #F7D9D9;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

    .errorStatus .close {
        float: right;
        margin-right: 10px;
        margin-top: 3px;
        width: 15px;
        height: 20px;
        background-image: url('../../Images/close.png');
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
    }

        .errorStatus .close:hover {
            background-image: url('../../Images/close-hover.png');
        }


.infoStatus {
    width: 900px;
    border: 1px solid #ccc;
    margin: auto;
    margin-top: 1px;
    display: block;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    height: 30px;
    border-radius: 5px;
    background-color: #D9ECF7;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

    .infoStatus .close {
        float: right;
        margin-right: 10px;
        margin-top: 1px;
        width: 15px;
        height: 20px;
        background-image: url('../../Images/close.png');
        background-size: contain;
        cursor: pointer;
        margin-right: 5px;
        background-repeat: no-repeat;
    }

        .infoStatus .close:hover {
            background-image: url('../../Images/close-hover.png');
        }


#documentPop iframe {
    width: 1px;
    height: 1px;
}


#toPop {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    display: none;
    padding: 20px;
    border: 5px solid #ccc;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

    #toPop .popContent {
        word-wrap: break-word;
    }

    #toPop iframe {
        width:1000px;
        height:1500px;
    }

    #documentPop iframe {
        width:1px;
        height:1px;
    }


.b-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url('../../Images/close.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px;
}




table.inline input {
    width: 20px;
    display: inline;
    float: left;
}

table.inline label {
    width: 50px;
    display: inline;
    float: right;
}


.application-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: black;
    text-align: left;
}

    .application-table tr {
        cursor: pointer;
    }

        .application-table tr:first-child {
            background-color: #08C;
            cursor: default;
            color:white;
            height: 35px;
        }

.tblpayment tr td
{
    height: 60px;
    vertical-align: middle;
}

.custom-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: gray;
    margin-bottom: 0;
    text-align: left;
}
    .custom-table tbody tr th{
        text-align: center;
    }

    .custom-table tbody tr {
        cursor: pointer;
    }

        .custom-table tbody tr:first-child {
            background-color: #08C;
            cursor: default;
        }

            .custom-table tbody tr:first-child:hover {
                background-color: #08C;
                cursor: default;
            }

        .custom-table tbody tr:hover {
            background-color: #ddd;
        }


.rowselected {
    color: white;
    background-color: #A1DCF2;
}

.horizontalscroll {
    overflow-x:scroll;
    overflow-y:hidden;
}

#darkbanner {
    margin: 20px 0 0 -18px;
    padding: 8px 10px 10px 40px;
    background: #424242;
    position: relative;
    width: 320px;
    margin: auto;
    text-align: left;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

#darkbannerwrap {
    background: url(../../Images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin-left: 295px;
    position: relative;
}



.pager {
    font-size: 13px;
    text-decoration: none;
    border: 1px solid black;
    float: left;
    background-color: #5FA3EE;
}

    .pager td {
        background-color: #4C9CF5;
        margin: 3px;
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

        .pager td:hover {
            background-color: #88bbf5;
        }

        .pager td a {
            text-decoration: none;
            color: white;
        }

        .pager td .aspNetDisabled {
            background-color: #2d89ef;
            margin: 1px;
            padding: 5px 10px;
            text-decoration: underline;
            cursor: default;
        }


.borderdiv {
    border: 1px solid #999;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #F8F8F8;
}

.auditstats {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    height: 20px;
    color: white;
    padding: 3px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    background-color: #4C9CF5;
}

    .auditstats:empty {
        /*display: none;*/
    }

    .auditstats .audittext {
        font-size: 11px;
    }

.tabs input[type=radio] {
    position: absolute;
    left: -9999px;
}

.tabs {
    float: left;
    list-style: none;
    position: relative;
    padding: 0;
    width: 100%;
}

    .tabs li {
        float: left;
    }

    .tabs .tablabel {
        font-size: 12px;
        display: block;
        padding: 10px 10px;
        border-radius: 2px 2px 0 0;
        color: #08C;
        background: rgba(255,255,255,0.2);
        cursor: pointer;
        position: relative;
        top: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .tabs .tablabel:hover {
            background: #E5EDF1;
            border-radius: 2px 2px 0 0;
            top: 0;
        }

[id^=tab]:checked + .tablabel {
    background: #08C;
    color: white;
    top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}


.tab-content {
    z-index: 2;
    display: none;
    text-align: left;
    width: 100%;
    font-size: 20px;
    padding-top: 10px;
    padding: 15px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    border: 1px rgb(230, 230, 230) solid;
}

.tabsvertical input[type=radio] {
    position: absolute;
    left: -9999px;
}

.tabsvertical {
    float: none;
    list-style: none;
    position: relative;
    padding: 0;
}

    .tabsvertical li {
        float: none;
        width: 160px;
    }

    

.tab-verticalcontent {
    z-index: 2;
    display: none;
    text-align: left;
    width: 80%;
    font-size: 20px;
    padding-top: 10px;
    padding: 15px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    border: 1px rgb(241, 237, 237) solid;
    top: 0;
    left: 160px;
}



.buttonStack {
    width: 11%;
    float: right;
    display: block;
    margin-top: 50px;
    text-align: right;
}

    .buttonStack input[type=submit] {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
    }

.maintenancescrn {
    margin-top: 10px;
}

.error {
    width: 66%;
    margin: 0 auto;
    text-align: center;
}

    .error p {
        text-align: center;
    }




.expandable-panel {
    width: 100%;
    position: relative;
    min-height: 50px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #999;
}

.expandable-panel-heading {
    width: 100%;
    cursor: pointer;
    min-height: 50px;
    clear: both;
    background-color: #E5E5E5;
    position: relative;
}

    .expandable-panel-heading:hover {
        color: #666;
    }

    .expandable-panel-heading h2 {
        padding: 14px 10px 9px 15px;
        font-size: 18px;
        line-height: 20px;
    }

.expandable-panel-content {
    padding: 0 15px 0 15px;
    margin-top: -999px;
}

    .expandable-panel-content p {
        padding: 4px 0 6px 0;
    }

        .expandable-panel-content p:first-child {
            padding-top: 10px;
        }

        .expandable-panel-content p:last-child {
            padding-bottom: 15px;
        }

.icon-close-open {
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(icon-close-open.png);
    right: 15px;
}

.expandable-panel-content img {
    float: right;
    padding-left: 12px;
}

.header-active {
    background-color: #D0D7F3;
}

span {
    font-size: 12px;
}

.right {
    float: right;
    padding: 0 5px 0 0;
}

.left {
    float: left;
    padding: 0 0 0 5px;
}

textarea {
    resize: none;
}

.skipline {
    margin-bottom: 20px;
}


.modalBackground {
    background-color: black;
    filter: alpha(opacity='0');
    opacity: 0.7;
}

.popuppanel {
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    background-color: white;
}

.textalignleft {
    text-align: left;
}

.editablegridtext {
    border: none;
    width: 100%;
    height: 100%;
    text-align: right;
    font-family: inherit;
    background-color: inherit;
}

#tabbeddiv {
    width: 86% !important;
    float: left;
    margin-top: 10px;
}

#tabbeddiv .ajax__scroll_none {
    overflow: visible !important
}

#auditgrid {
    width: 14% !important;
    float:right;
    overflow-y:auto;
    text-align:center;
    margin-top:58px;
    min-height:300px;
    height:auto;
}

input[type=button] {
    cursor: pointer;
}

.arrowbottom1 {
    width: 30px;
    height: 30px;
    background: url('../../Images/1bottomarrow.png');
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

.arrowtop1 {
    width: 30px;
    height: 30px;
    background: url('../../Images/1toparrow.png');
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}


.arrowbottom2 {
    width: 30px;
    height: 30px;
    background: url('../../Images/2bottomarrow.png');
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}


.arrowtop2 {
    width: 30px;
    height: 30px;
    background: url('../../Images/2toparrow.png');
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

.fixradio input[type=radio] {
    position: relative;
    top: 0;
    left: 0;
}

td {
    vertical-align: top;
}

    td.verticalaligncentre {
        vertical-align: middle;
    }

    td.horizaligncentre {
        text-align: center;
    }

img[src*="OpType=ReportImage&ResourceStreamID=Blank.gif"]
{
    display: none;
}


.data-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: black;
    text-align: left;
}

    .data-table tr {
        cursor: pointer;
    }

        .data-table tr:first-child {
            background-color: #08C;
            cursor: default;
            color:white;
            height: 35px;
        }


textarea {
    font-family: inherit;
}


.ajax__tab_body {
    padding:10px;
    border: 1px rgb(230, 230, 230) solid;
    margin-top: 3px;
}

.ajax__tab_header {
    font-size: 12px;
    display: block;
    border-radius: 2px 2px 0 0;
    color: #08C !important;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ajax__tab_header .ajax__tab_active > span.ajax__tab_outer {
    background: #08C;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.ajax__tab_header .ajax__tab_active .ajax__tab_tab{
    color: white !important;
}

a.ajax__tab_tab {
    padding: 10px;
    color: #08C;
}

span.ajax__tab_inner {
    overflow: hidden;
}

span.ajax__tab_outer:hover {
    background: #E5EDF1;
    border-radius: 2px 2px 0 0;
    top: 0;
}


#tabbeddiv_app .ajax__scroll_none {
    overflow:hidden !important;
}

#tabbeddiv_app .ajax__tab_header {
    float:left;
}

#tabbeddiv_app .ajax__tab_body {
    margin-left:150px;
}

#tabbeddiv_app .ajax__tab_outer {
    display:block !important;
}

#tabbeddiv_app .ajax__tab_tab{
    width:135px;
    height:auto !important;
}



.clearfix {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fullwidth {
    width: 100%;
}

.subcontainer span {
    font-size: 11.5px;
}

.spansadj span, .spansadj label{
   position: relative;
   top: -2px;
}

.spanadj {
    position: relative;
    top: 2px;
}

.tbltwocol .tblcol1 {
    width: 20%;
}

.tblbtmspace {
    margin-bottom: 20px;
}

.tbltopspace {
    margin-top: 35px;
}

.cellpadding {
    padding: 5px 0;
}

.tblheadings {
    text-align: center;
}

.tblrecordsdisplay {
    width:100%;
    height:auto; 
    max-height:300px; 
    overflow:auto;
}

/*.tbltwocol .button{*/
.cellbtn.button{
    margin: 0;
    padding: 3px 5px;
    min-width: 0;
    width: 100%;
    position: relative;
    top: -2px;
}

#tblentitiespersons .tblcol1 {
    width: 15%;
}

#tblentitiespersons .tblcol2 {
    width: 32.5%;
}

#tblentitiespersons .button {
    float: right;
    width: auto;
}

#fupWorkaround {
    display: none;
}

.fup {
    width: 100%;
    border: 1px solid lightgrey;
}

.txtboxfulladj {
    width: 99.5%;
}

.txtboxwidthadj {
    width: 98.7%;
}

.txtboxoneline {
    width: 99%;
}

.txtboxmultiline {
    width: 99.1%;
}

.txtboxaslabel {
    background: inherit;
    border: none;
    width: auto
}

#outer {
    float: left;
    margin-top: 20px;
}

#treeviewdiv {
    width:25%; 
    float:left;
    font-size: 11px;
}

.htmleditor {
    width: 98%;
    height: 450px;
    margin: 0 auto;
}

#editorcontainer {
    float: left;
    width: 70%;
}
.buttonStackHorizontal {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.helpstatlabel {
    font-size:12px;
    color: red;
    font-weight: bold;
}

.checkboxlist {
    font-size: 12px;
}


/* NEW APPLICATION CSS */

.appform {
    margin: 0 auto;
    width: 90%;
}

    .appform h1 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

.appitem {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 5px
}

.applabel {
    float: left;
    width: 30%;
}

.apptextbox {
    float: left;
    width: 69%;
}

.appcontrol {
    float: left;
    width: 69%;
    font-size: 13px;
}

.appdropdown {
    float: left;
    width: 69.6%;
    font-size: 13px;
}

.appfieldset {
    width:96.4%;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .appfieldset legend {
        font-size: 13px;
    }

.selectiontxt {
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
}

.selectionbtn {
    width: 65px;
    margin-right: 5px;
    margin-left: 5px;
}

.selectiondiv {
    margin-top: 5px;
    margin-bottom: 5px;
}

.selectioncontainer {
    margin-top: 15px;
    padding: 5px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

#grdSelection .button {
    margin: 0;
}

appfixfont {
    font-size: 13px;
}

/* NEW APPLICATION CSS */


.tblrecordsdisplay {
    width: 100%;
    min-height: 120px;
    max-height: 300px;
    height: auto;
    overflow: auto;
    border: 1px solid rgb(169, 169, 169);
}

    .tblrecordsdisplay label {
        font-size: 0.8em;
        font-size: 13px;
    }



.forecast-table {
    border-spacing: 0;
    font-size: 12px;
    margin: auto;
    border-spacing: 2px;
    border-color: gray;
    margin-bottom: -1px;
    text-align: left;
}

    .forecast-table tbody tr {
        cursor: pointer;
    }

    .forecast-table tbody tr:first-child {
        background-color: #08C;
        cursor: default;
    }

    .forecast-table td {
        vertical-align: middle;
    }

    .forecast-table .aspNetDisabled {
    background-color: lightgray;
}

    .forecast-table tr:nth-child(3n+4) {
        border-bottom-style: solid
    }


.readonly {
    background-color: lightgray;
    border: solid lightgrey thin;
}

.reportercontainer{
    margin: 0 auto;
    margin-top: 10px;
    border: solid 1px grey;
    overflow: auto;
    padding-left: 6px;
}