﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.table {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    padding: 5px;
    border: 0px;
    vertical-align: central;
    margin-left: auto;
    margin-right: auto;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

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: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /* background: #4b6c9e;*/
    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: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #006699;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #336699;
            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: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    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;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* 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: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
/*Background Message*/
.bgmsg {
    background-image: url("../Images/bg_msg.jpg");
    background-repeat: no-repeat;
    color: #e61717;
    height: 32px;
}
/*BG white*/
.bgw {
    background-color: #FFF;
}
/*Message alignment*/
.msga {
    padding-left: 40px;
}

.gvs {
    padding-left: 20px;
    padding-top: 20px;
}
/*Datagrid header*/
.dgh {
    height: 20px;
    background-color: #f2f2f2;
    border: 1px solid e5e5e5;
}



/*Pager template previous next link styles in Report Div*/
.ptpnlsdiv {
    color: #5A5F63;
    text-align: center;
    background-position: center;
}

/*Datagrid item style in report*/
.rptdgi {
    padding-left: 10px;
    height: 25px;
    border: 1px solid #e5e5e5;
    color: #25637c;
    background-color: #ffffff;
}

/*Mandatory fields*/
.mf {
    color: #ff3c00;
}

/*Datagrid items*/
.dgi {
    padding-left: 10px;
    height: 25px;
    border: 1px solid #e5e5e5;
    color: #25637c;
}
    .dgialt {
    padding-left: 10px;
    height: 25px;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    color: #25637c;
}

/*Datagrid footer in report*/
.rptdgf {
    height: 20px;
    background-color: #f2f2f2;
    border: none;
    float: right;
    width: 100%;
}

/*Pager template previous next link styles in Report Div*/
.ptpnlsdiv {
    color: #5A5F63;
    text-align: center;
    background-position: center;
}

/*div lOADING Style*/
.divload {
    z-index: 101;
    position: absolute;
    left: 292px;
    background-color: #ffffff;
    color: Red;
    border: solid 2px #000;
    padding: 20px;
    display: none;
    font-size-adjust: none;
    float: left;
    text-align: justify;
    top: 249px;
    width: 95px;
}

/*Textbox*/
/ .txt {
    border: 1px solid #cccccc;
    color: #111111;
    font-family: Verdana;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    width: 200px;
}

/*Drop down list box control*/
.ddl {
    border: 1px solid #cccccc;
    color: #111111;
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    margin-right: 0px;
    margin-top: 7px;
}

/*Heading*/
.hdbg {
    background: #0099CC;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

/*Header Border*/
.hdbdr {
    /* border: thin solid #0099CC;*/
}

.hdright {
    width: 50px;
}

/*********************************** Classes for GAE ERP Menu*******************************************/

* {
    outline: none;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-left: 0px;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    height: 29px;
}

#header {
    background: url() no-repeat;
    width: 970px;
    height: 0px;
    float: left;
}

ul#topnav {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 29px;
    list-style: none;
    background: url(../Images/bg_mnu.png) repeat-x;
}

    ul#topnav li {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

        ul#topnav li a {
            float: left;
            text-indent: -9999px;
            height: 29px;
            /*color: #fff;*/
        }

            ul#topnav li:hover a, ul#topnav li a:hover {
                background-position: left top;
            }

    ul#topnav a.Dashboard {
        background: url(../Images/mnu_dashboard.png) no-repeat;
        width: 89px;
    }

    ul#topnav a.Company {
        background: url(../Images/mnu_company.png) no-repeat;
        width: 89px;
    }

    ul#topnav a.HR {
        background: url(../Images/mnu_hr.png) no-repeat;
        width: 89px;
    }

    ul#topnav a.Masters {
        background: url(../Images/mnu_masters.png) no-repeat;
        width: 89px;
    }

    ul#topnav a.Settings {
        background: url(../Images/mnu_settings.png) no-repeat;
        width: 89px;
    }

    ul#topnav a.Transactions {
        background: url(../Images/mnu_transactions.png) no-repeat;
        width: 89px;
    }

    ul#topnav a.Approvals {
        background: url(../Images/mnu_approvals.png) no-repeat;
        width: 89px;
    }

    ul#topnav a.Reports {
        background: url(../Images/mnu_reports.png) no-repeat;
        width: 89px;
    }

    ul#topnav a.Accounts {
        background: url(../Images/mnu_accounts.png) no-repeat;
        width: 89px;
    }

    ul#topnav li .sub {
        position: absolute;
        top: 29px;
        left: 0; /*background:url(../Images/popup.jpg) no-repeat #FFF;*/
        background-color: #185873;
        padding: 20px 20px;
        float: left;
        border: 1px solid #45c7fb; /*--Bottom right rounded corner--*/
        -moz-border-radius-bottomright: 5px;
        -khtml-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px; /*--Bottom left rounded corner--*/
        -moz-border-radius-bottomleft: 5px;
        -khtml-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        display: none;
    }

    ul#topnav li .row {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    ul#topnav li .sub ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 155px;
        float: left;
    }

    ul#topnav .sub ul li {
        width: 100%;
        color: #fff;
    }

        ul#topnav .sub ul li h2 {
            padding: 0;
            margin: 0;
            font-size: 10px;
            font-weight: normal;
        }

        ul#topnav .sub ul li h2 {
            padding: 5px 0;
            background-image: none;
            color: #00bfff;
            text-transform: uppercase;
            font-weight: bolder;
            font-size: 10px;
        }

        ul#topnav .sub ul li a {
            float: none;
            text-indent: 5px; /*--Reset text indent--*/
            height: auto;
            background: url(../Images/icon_popup.png) no-repeat 5px 12px;
            padding: 8px 7px 7px 13px;
            display: block;
            text-decoration: none;
            color: #fff;
        }

            ul#topnav .sub ul li a:hover {
                color: #000;
                background-position: 5px 12px;
            }

.Grid td {
    background-color: #F7FCFE;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}

.Grid th {
    background-color: #3AC0F2;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}

.ChildGrid td {
    background-color: #eee !important;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}

.ChildGrid th {
    background-color: #6C6C6C !important;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}

/*div Report Style*/
.divrpt {
    z-index: 101;
    position: fixed;
    left: 292px;
    background-color: #666666;
    color: #FFF;
    border: solid 2px #000;
    padding: 20px;
    padding-top: 5px;
    padding-right: 0px;
    display: none;
    font-size-adjust: none;
    float: left;
    text-align: justify;
    top: 249px;
    width: auto;
}

/*Pager template previous next link styles in Report Div*/
.ptpnlsdiv {
    color: #5A5F63;
    text-align: center;
    background-position: center;
}

/*div Search Style*/
.divsrch {
    z-index: 101;
    position: absolute;
    left: 292px;
    background-color: #666666;
    color: #FFF;
    border: solid 2px #000;
    padding: 20px;
    padding-top: 5px;
    padding-right: 5px;
    display: none;
    font-size-adjust: none;
    float: none;
    text-align: justify;
    top: 249px;
    width: 340px;
}

/*Div Smart search Text in Search */

.divsst {
    color: White;
    text-align: left;
    width: 320px;
    size: 18px;
    float: left;
    height: 25px;
    font-size: x-large;
    padding-left: 0px;
}

/*Div smart search X close Image  */

.divssx {
    float: right;
    width: 30px;
}

/*Div smart search text Align */

.divsstxt {
    padding-right: 30px;
    padding-left: 30px;
}

/*table inside pop up div*/
.divtbl {
    padding-top: 20px;
    cursor: hand;
}

/*div cancel image alignment*/
.divcimg {
    vertical-align: middle;
}

/*Hand signal*/
.handsig {
    cursor: hand;
}
/* Report Msg */
.rptmsg {
    display: none;
    height: 30px;
    vertical-align: middle;
}

/* Display Status none */
.disstatus {
    display: none;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #0DA9D0;
    border-radius: 12px;
    padding: 0;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}
