﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: .80em;
    font-family: Tahoma;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

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: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    min-width: 800px;
}


.header {
    background: #629ce3;
}

.MyHeader {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #7d4747;
    width: 100%;
}

    .MyHeader h1 {
        font-weight: bold;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 14px;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    max-width: 95%;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    text-align: left;
    line-height: normal;
    bottom: 0px;
    position: absolute;
    left: 0px;
    z-index: 1;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: White;
    width: 100%;
}

div.menu {
    padding: 4px 40px 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: #3a6bde;
            color: #dde4ec;
            display: block;
            line-height: 70px;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                color: #ffffff;
                text-decoration: none;
            }

.menu a.static.selected {
    background-color: #70a4d8 !important;
    color: #FFF !important;
    text-decoration: none !important;
}

div.menu ul li a:active {
    background-color: #3a6bde;
    color: #cfdbe6;
    text-decoration: none;
}

/*****/


div.vmenu {
    padding: 4px 4px 4px 8px;
}

    div.vmenu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.vmenu ul li:nth-child(odd) a, div.vmenu ul li:nth-child(odd) a:visited {
            background-color: #b3e0f1;
            color: black;
            display: block;
            line-height: 50px;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.vmenu ul li:nth-child(odd) a:active {
                background-color: #b3e0f1;
                color: black;
                text-decoration: none;
            }


        div.vmenu ul li:nth-child(even) a, div.vmenu ul li:nth-child(even) a:visited {
            background-color: #f6f6f6;
            color: black;
            display: block;
            line-height: 50px;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.vmenu ul li:nth-child(even) a:active {
                background-color: #f6f6f6;
                color: black;
                text-decoration: none;
            }


        div.vmenu ul li a:hover {
            color: #474a46;
            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 {
        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 {
    background-color: #dde7f1;
    text-align: center;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.MyTitle {
    display: block;
    float: right;
    text-align: left;
    width: auto;
    padding-right: 20px;
    font-size: 14px;
}

.ApplicationName {
    position: absolute;
    top: 5px;
    left: 40%;
    text-align: left;
    width: auto;
    padding-right: 20px;
    font-size: 14px;
}

.loginDisplay {
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: left;
    padding: 10px;
    color: White;
    text-decoration: none;
}

    .loginDisplay a:link {
        color: white;
        text-decoration: none;
    }

    .loginDisplay a:visited {
        color: white;
        text-decoration: none;
    }

    .loginDisplay a:hover {
        color: white;
        text-decoration: none;
    }

.failureNotification {
    font-size: 12px;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: center;
    padding-right: 10px;
}


table.Grid tbody tr:hover td {
    background-color: #c6e8f4;
}

.Grid tr:nth-child(odd) td {
    background-color: #b3e0f1;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}

.Grid tr:nth-child(even) td {
    background-color: #f6f6f6;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}


.Grid th {
    background-color: #70a4d8;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}


table.ChildGrid tbody tr:hover td {
    background-color: #c6c4c4 !important;
}

.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%;
}

table.MainTable {
    max-width: 1024px;
}

    table.MainTable tbody tr td {
        width: 33%;
        text-align: right;
        padding: 10px;
    }

    table.MainTable caption {
        line-height: 50px;
        font-family: Tahoma;
        font-size: 14px;
        color: Black;
    }

#Captcha_TB_I {
    background-color: #ffffff;
    height: 32px !important;
    line-height: 20px;
    width: 300px;
    font-family: Tahoma;
    font-size: 13px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 1px solid #c2c2c2;
    text-align: right;
}

.TextBox {
    background-color: #ffffff;
    height: 32px !important;
    line-height: 20px;
    width: 300px;
    font-family: Tahoma;
    font-size: 13px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 1px solid #c2c2c2;
    text-align: right;
}

.LeftTextBox {
    background-color: #ffffff;
    height: 32px !important;
    line-height: 20px;
    width: 300px;
    font-family: Tahoma;
    font-size: 13px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 1px solid #c2c2c2;
    direction: ltr;
}

.TextBoxCalendar {
    background-color: #ffffff;
    height: 30px;
    line-height: 25px;
    width: 300px;
    font-family: Tahoma;
    font-size: 13px;
    padding: 0px;
    border: 1px solid #c2c2c2;
    text-align: right;
}

.SmallTextBox {
    background-color: #ffffff;
    height: 30px;
    line-height: 25px;
    width: 252px;
    font-family: Tahoma;
    font-size: 13px;
    padding: 0px;
    border: 1px solid #c2c2c2;
    text-align: right;
}

.ComboBox {
    background-color: #ffffff;
    height: 30px;
    line-height: 25px !important;
    width: 300px;
    font-family: Tahoma;
    font-size: 13px;
    padding: 0px;
    border: none;
    text-align: right;
}

.LoginTextBoxes {
    color: #006599;
    height: 32px;
    line-height: 32px;
    width: 153px;
    font-family: Tahoma;
    font-size: 14px;
    padding-left: 7px;
    text-align: left;
    border: none;
}

.Button {
    width: 200px;
    font-family: Tahoma;
    font-size: 14px;
    height: 35px;
    background-color: #7d4747;
    color: #EEF8FC;
    border: none;
}

.ShortButton {
    width: 60px !important;
    font-family: Tahoma !important;
    font-size: 12px !important;
    height: 21px !important;
    line-height: 21px !important;
    background-color: #7d4747;
    color: #EEF8FC !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block;
}


.GreenShortButton {
    width: 60px;
    font-family: Tahoma;
    font-size: 12px;
    height: 21px;
    line-height: 21px !important;
    background-color: #36a827;
    color: #ffffff !important;
    border: none;
    text-decoration: none !important;
    display: inline-block;
}

.RedShortButton {
    width: 60px;
    font-family: Tahoma;
    font-size: 12px;
    height: 21px;
    line-height: 21px !important;
    background-color: #dc2323;
    color: #EEF8FC !important;
    border: none;
    text-decoration: none !important;
    display: inline-block;
}

select.caption {
    line-height: 40px;
}

.modalDiv {
    position: fixed;
    z-index: 10000;
    background-color: #000000;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: .80;
    filter: Alpha(Opacity=80);
}

.Labels {
    font-family: Tahoma;
    font-size: 13px;
    text-align: right;
    direction: rtl;
    border: 0px;
    background-color: transparent;
    color: #515151;
}

#dvAlert {
    z-index: 100001;
    height: 130px;
    width: 395px;
    background-color: transparent;
    font-family: Tahoma;
    font-size: 1em;
    position: fixed;
    top: 200px;
    margin: 5px;
    display: none;
}

#dvInnerAlert {
    z-index: 100002;
    height: 93px;
    width: 321px;
    background-color: #3c565a;
    font-family: Tahoma;
    position: absolute;
    top: 37px;
    left: 37px;
    padding-right: 37px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}


#dvConfirm {
    z-index: 100001;
    height: 150px;
    width: 395px;
    background-color: transparent;
    font-family: Tahoma;
    font-size: 1em;
    position: fixed;
    top: 200px;
    margin: 5px;
    display: none;
}

#dvHelp {
    z-index: 100001;
    height: 800px;
    width: 1000px;
    font-family: Tahoma;
    font-size: 1em;
    position: fixed;
    top: 50px;
    margin: 5px;
    display: none;
}

#dvInnerConfirm {
    z-index: 100002;
    height: 113px;
    width: 321px;
    background-color: #3c565a;
    font-family: Tahoma;
    position: absolute;
    top: 37px;
    left: 37px;
    padding-right: 37px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#dvLoginPopup {
    z-index: 100001;
    height: 100px;
    width: 160px;
    background-color: transparent;
    font-family: Tahoma;
    font-size: 1em;
    position: absolute;
    left: 21px;
    top: 112px;
    padding: 0px;
    display: none;
    border: 0px;
}

#dvInnerLoginPopup {
    z-index: 100002;
    height: 80px;
    width: 160px;
    background-color: #a71d20;
    font-family: Tahoma;
    font-size: 1em;
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 0px;
    border: 0px;
}

#dvDFUsersPopup {
    z-index: 100001;
    height: 75px;
    width: 160px;
    background-color: transparent;
    font-family: Tahoma;
    font-size: 1em;
    position: absolute;
    left: 21px;
    top: 60px;
    padding: 0px;
    display: none;
    border: 0px;
}

#dvInnerDFUsersPopup {
    z-index: 100002;
    height: 55px;
    width: 160px;
    background-color: #940c0c;
    font-family: Tahoma;
    font-size: 1em;
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 0px;
    border: 0px;
}

.hidden {
    display: none;
}

.MyCalendar {
    border: 0px !important;
    padding: 0 !important;
}

/***********************************************************************/
div.calendar {
    z-index: 1000000;
}

#dvMainContent {
    position: absolute;
    left: 22px;
    top: 183px;
    background-color: #eeeff0;
    right: 22px;
    height: 0px;
}

#dvHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #eeeff0;
    width: 100%;
    height: 296px;
    z-index: -100;
    background-image: url('../Images/Tile.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

#tabProvisions {
    position: absolute;
    right: 79px;
    top: 132px;
    background-image: url('../Images/Provisions.gif');
    width: 88px;
    height: 27px;
    line-height: 22px;
}

.btnSend {
    background-image: url('../Images/SendBtn.gif');
    width: 108px;
    height: 30px;
    cursor: pointer;
    right: -85px;
    top: 20px;
    position: relative;
    border: 0;
    background-color: transparent;
}

    .btnSend:hover {
        background-image: url('../Images/SendBtn01.gif');
    }
