/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*html, body {
    font-family: 'Open Sans', sans-serif;
    color: #454545;
    font-weight: 400;
    font-size: 12.5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: -moz-linear-gradient(top,rgba(0,92,161,1) 0%,rgba(214,214,214,.84) 14%,rgba(214,214,214,.8) 17%,rgba(206,206,206,.65) 100%);
    background: -webkit-linear-gradient(top,rgba(0,92,161,1) 0%,rgba(214,214,214,.84) 14%,rgba(214,214,214,.8) 17%,rgba(206,206,206,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,92,161,1) 0%,rgba(214,214,214,.84) 14%,rgba(214,214,214,.8) 17%,rgba(206,206,206,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005ca1',endColorstr='#a6cecece',GradientType=0);
    background-repeat: no-repeat;
    background-position: 100%;
    line-height: 22px;
}*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:active, *:focus {
        outline: none;
    }

#divMain {
    border-top: 3px solid #f36523;
    border-left: 3px solid #f36523;
    border-right: 3px solid #7fbd2e;
    border-bottom: 3px solid #7fbd2e;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    height: calc(100% - 35px);
    height: expression(100% - 35px);
    background: #3f4c6b;
}

.outercontainer {
    margin: 10px;
    overflow-y: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    height: calc(100% - 10px);
    width: calc(100% - 20px);
    width: expression(100% - 10px);
    height: expression(100% - 20px);
}

#divHeader {
    background: #FFF;
}

.TopManu_Link {
    font-size: 11px;
    color: #800000;
    text-decoration: none;
}

    .TopManu_Link:hover {
        font-size: 11px;
        color: #800000;
        text-decoration: underline;
        font-weight: bold;
    }

.PageHeader {
    color: #8b0000;
    font-size: 11px;
    padding-right: 10px;
}

.unregistred {
    font-size: 16pt;
    color: #3cb371;
}

#divTitle {
    padding: 0;
    margin: 0;
    color: #ffc;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    background-color: #666;
    height: 25px;
}

#divTitle_Left {
    width: 45%;
    float: left;
    padding-top: 2px;
    padding-left: 5px;
}

#divTitle_Right {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: normal;
    font-style: italic;
    padding-top: 2px;
    padding-right: 5px;
}

#divContent {
    width: 98%;
    position: relative;
    margin: 10px auto;
}

#divContent_Left {
    width: 82.2%;
    float: left;
}

#divContent_Right {
    width: 17.7%;
    float: left;
    text-align: right;
}

.MasterTable_Caption {
    font-size: x-large;
    text-align: left;
}

.Home_Title {
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    height: 25px;
}







.tblMain_PAY {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: collapse;
    background: #FFF;
    box-shadow: 0 1px 2px 0 #DCDCDC;
}

    .tblMain_PAY > tbody > tr:first-child > td {
        background: #FAFAFA;
    }

    .tblMain_PAY .tblMain_PAY > tbody > tr:first-child > td {
        background: #FFF;
    }

    .tblMain_PAY .tblMain_PAY tbody tr td.GroupHeader {
        background: #ececec;
    }

.tblHeader_PAY {
    padding: 10px 13px;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}

.tblMain_PAY .tblRounded {
    width: 95%;
    margin: 15px auto;
    border: 1px solid #EEE;
    border-radius: 3px;
}

    .tblMain_PAY .tblRounded > tbody > tr:first-child > td {
        background: #FAFAFA;
        padding: 5px 15px;
    }

    .tblMain_PAY .tblRounded td {
        padding: 5px 15px;
    }

.tblMain_PAY .tdCaption_PAY {
    font-weight: 600;
}

td.seperater {
    padding: 0 !important;
    text-align: center;
    line-height: 2px;
    height: 2px;
}

    td.seperater hr {
        margin: 5px auto;
        border: 0;
        width: 95% !important;
        background: #F5F5F5 !important;
    }