﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    /*font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    /*color: #1D60FF;*/
    text-decoration: none;
}

a:hover {
    /*color: #1D60FF;*/
    text-decoration: none;
}

.error {
    color: Red;
    font-size: 10px;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 0px;
    margin-top: 0px;
}


.link, link:visited {
    color: #1D60FF;
    text-decoration: none;
    cursor: pointer;
}

    .link:hover {
        color: #1D60FF;
        text-decoration: none;
    }

hr {
    /*border: 1px solid #73879c;*/
    height: 1px;
    background-color: #73879c !important;
    border: none;
}

/* HEADINGS   
----------------------------------------------------------*/
.pageTitle {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

.DocumentTitle {
    font-size: 17px;
    font-variant: small-caps;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

    .DocumentTitle a {
        color: #43638F;
    }

.mGrid a {
    color: #43638F;
    font-weight: normal;
}

.PopupTitle {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    min-height: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #174458;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 10px 10px;
    margin: 0px 0px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
}

.footer {
    height: 30px;
    font-size: 11px;
    background: #174458;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
    text-align: center;
    line-height: normal;
}

    .footer a {
        cursor: pointer;
    }

        .footer a:hover {
            text-decoration: underline;
            color: #fff;
        }


/* TAB MENU   
----------------------------------------------------------*/
.activeLink a {
    color: #3a4f63 !important;
    font-weight: bold;
}

.normalLink {
    color: #000;
    font-weight: normal;
}

.PageSection {
    font-size: 21px;
    font-weight: bold;
    font-variant: small-caps;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    background-color: #73879c; /*#3a4f63;*/
    overflow: hidden !important;
    padding: 4px 0 4px 4px;
    width: 99.7%;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li {
            margin-right: 5px;
        }

            div.menu ul li a {
                background-color: #bde5ef;
                color: #164357;
                border: 1px #bde5ef solid;
                color: #164357;
                display: block;
                line-height: 1.35em;
                padding: 4px 20px;
                text-decoration: none;
                white-space: nowrap;
            }

                div.menu ul li a:visited {
                    background-color: #73879c; /*#4b6c9e;*/
                    border: 1px #4e667d solid;
                    color: #dde4ec;
                    display: block;
                    line-height: 1.35em;
                    padding: 4px 20px;
                    text-decoration: none;
                    white-space: nowrap;
                }

                div.menu ul li a:hover {
                    background-color: #73879c; /*#bfcbd6;*/
                    color: #fff;
                    text-decoration: none;
                }

                div.menu ul li a:active {
                    background-color: #D14E37;
                    color: #cfdbe6;
                    text-decoration: none;
                }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

div.accountInfo p {
    margin: 2px 2px 2px 2px;
}

div.FullaccountInfo p {
    margin: 2px 2px 2px 2px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    width: 400px;
}

input[type='text'] {
    width: 300px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 25px;
    padding-left: 4px;
    padding-right: 4px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    color: #696969;
}

input[type='password'] {
    width: 300px;
    border: 1px solid #ccc;
    height: 25px;
    padding-left: 4px;
    padding-right: 4px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    color: #696969;
}

select {
    width: 310px;
    border: 1px solid #ccc;
    height: 25px;
    padding-left: 4px;
    padding-right: 4px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    color: #696969;
}

textarea {
    width: 300px;
    height: 55px;
    border: 1px solid #ccc;
    padding-left: 4px;
    padding-right: 4px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    color: #696969;
}

input.passwordEntry {
    width: 300px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    padding-left: 4px;
    padding-right: 4px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    color: #696969;
}

div.accountInfo {
    width: 42%;
}

div.FullaccountInfo {
    width: 99%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 14px;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.inputButton {
    background-color: #73879c;
    border-radius: 8px;
    border: 0 solid black;
    color: white;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}

.GridinputButton {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    border: 0px solid black;
    padding: 0px 5px;
    padding-bottom: 5px;
    font-size: 12px;
    cursor: pointer;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    height: 20px;
}


.SmallinputButton {
    background-color: #D14E37;
    color: #cfdbe6;
    text-decoration: none;
    border: 0px solid black;
    padding: 1px 5px 1px 5px;
    cursor: pointer;
    font-size: 10px;
    height: 20px;
    padding-bottom: 5px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}

.listmenu ul {
    margin: 0 0 5px 0;
    padding: 0 0 2px 0;
    list-style-type: none;
    width: 185px;
}

.listmenu li a {
    color: black;
    display: block;
    font-size: 15px;
    font-variant: small-caps;
    padding: 6px 0 6px 4px;
    text-decoration: none;
}

.listmenu li:hover {
    /*background-color: #F5F4EE;*/
}

.listmenu li a:active {
    background-color: #F5F4EE;
}


.Notification {
    background: rgba(255, 241, 168, 1);
    vertical-align: middle;
    padding: 5px 10px;
    margin-bottom: 5px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}

    .Notification .fail {
        color: Red;
    }

    .Notification .success {
        color: Green;
    }

/**************** gridview css  *************************/
.GridEmpty table {
    padding: 0;
    width: 100%;
    background-color: #fff;
    margin: 0;
    border-collapse: collapse;
}

.GridEmpty .Header td {
    padding: 2px 5px;
    color: #fff;
    background: #6383AF repeat-x top;
    border: solid 1px #86A0C4;
    font-size: 0.9em;
    font-weight: normal;
    height: 30px;
}

.GridEmpty .DataRow {
    height: 100px;
    background: #fff repeat-x top;
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #73879c;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px 5px;
        border: solid 0px #c1c1c1;
        color: #332F2F;
        text-align: left;
    }

    .mGrid th {
        padding: 2px 5px;
        color: #fff;
        background: #73879c repeat-x top;
        border: solid 1px #73879c;
        font-size: 0.9em;
        font-weight: normal;
        height: 30px;
        text-align: left;
    }

        .mGrid th a {
            color: #fff;
        }

    .mGrid .alt {
        background: #dde9e9 repeat-x top;
    }

    .mGrid .pgr {
        background: #6383AF repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            color: #fff;
            line-height: 12px;
            height: 10px;
        }

        .mGrid .pgr a {
            color: #fff;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

/* Modal Pop-up */

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.modal-inner-wrapper {
    background-color: #CFD1D7;
}

    .modal-inner-wrapper .content {
        background-color: #FFFFFF;
        border: solid 0px Gray;
        z-index: 100;
        float: right;
        margin-top: 3px;
        margin-right: 3px;
    }

        .modal-inner-wrapper .content .close {
            float: right;
        }

        .modal-inner-wrapper .content .body {
            margin-top: 20px;
        }

.rounded-corners {
    /*FOR OTHER MAJOR BROWSERS*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; /*FOR IE*/
    behavior: url(border-radius.htc);
}

.rel {
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
}

.modal-bg {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.6;
    z-index: 999;
}

.modal {
    position: absolute;
}

.panelSetting {
    background-color: White;
    color: #43638F;
    border: solid 2px Gray;
    width: 150px;
    padding: 5px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}


.nodeStyle {
    padding: 5px 5px 5px 5px;
    color: #43638F;
    font-weight: normal;
}

    .nodeStyle a {
        color: #43638F;
    }

.SelectedNodeStyle a {
    font-weight: bold;
}

.ActiveDotButton {
    background-image: url(images/activedot.png);
    color: #cfdbe6;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-left: 3px;
    height: 15px;
    width: 15px;
}

.InActiveDotButton {
    background-image: url(images/Inactivedot.png);
    color: #cfdbe6;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-left: 3px;
    height: 15px;
    width: 15px;
}

.InActiveDotButton {
    background-image: url(images/Inactivedot.png);
    color: #cfdbe6;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-left: 3px;
    height: 15px;
    width: 15px;
}

.UnpaidDotButton {
    background-image: url(images/unpaiddot.png);
    color: #cfdbe6;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-left: 3px;
    height: 15px;
    width: 15px;
}

.Red {
    color: red;
}

.Green {
    color: green;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    /*border: 5px solid #67CFF5;*/
    /*width: 200px;
            height: 100px;*/
    display: none;
    position: fixed;
    background-color: White;
    /*opacity: 0.7;*/
    z-index: 999;
}

/*Hover Extender CSS*/
.popupMenu {
    background-color: #CFD1D7; /*#94D696;*/
    position: absolute;
    visibility: hidden;
    padding: 10px;
    border: solid 1px #000000;
    color: black;
    font-size: 12px;
}

    .popupMenu a {
        color: #000;
    }

.popupHover {
    cursor: pointer;
}

#MainContent_ddlSEarchOption {
    width: 150px !important;
}

.roundcss {
    /*background-color: yellow;
    border-radius: 5px;
    float: left;
    font-size: 10px;
    margin-left: -10px;
    padding: 2px;
    width: auto;*/
    background-color: red;
    border-radius: 5px;
    color: white;
    float: left;
    font-size: 10px;
    margin-left: -22px;
    margin-top: -9px;
    padding: 3px;
    position: absolute;
    width: auto;
    z-index: 1;
}

.pageFooterRecordCount {
    background-color: #fff;
    border-collapse: collapse;
    border-color: #73879c;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    height: 20px;
    margin: -10px 0 0;
}

td {
    padding: 3px;
}
