﻿/*
''' <summary>
''' File:  main.css.  
''' <remarks>Session Variables</remarks>
''' This module provides for the base system styles.  Do not rename a style with out 
''' coordinating with the others first.  Debugging styles is the duller than watching 
''' zero player golf!
'''
''' Remember if you cascade styles and move an element the resulting style will adjust.
''' What does this mean?  Your screen will look like it was hit by a train.
'''
''' </summary>
''' <remarks>  
'''   4-28-09: grosch - Initial release.
'''   5-03-09: grosch - Updating panel 2 
''' </remarks>
*/

html, body {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    background-color: white;
    height: 800px;
    margin: 0;
    padding: 0;
}

.pnl1,
.pnl2,
.pnl3,
.pnl2Collapsed,
.pnl3Expanded,
.pnlTop {
    top: 0px;
}

.tv1 {
    z-index: 2;
    width: 160px;
    height: 360px;
    left: 5px;
    top: 0px;
    position: absolute;
    background-color: #FFF;
    font-size: 8pt;
}

    .tv1 a {
        color: #666;
        font-weight: bold;
    }

.div-master {
    border-style: none;
    padding: 2px 2px;
}

.pnl1 {
    z-index: 1;
    width: 195px;
    height: 100%;
    min-height: 100%;
    left: 0px;
    position: absolute;
    background-color: #FFF;
    overflow: hidden;
}

panel fieldset {
    border: solid 1px #CC6633;
}

.pnltv1 {
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
    background-color: white;
    overflow: auto;
    top: 700px;
}

.pnl3Expanded {
    z-index: 1;
    width: 80%;
    height: auto !important; /* real browsers */
    left: 195px;
    overflow: hidden;
    position: absolute;
    background-color: white;
    border-left-color: gray;
    border-left-style: inset;
    border-left-width: thin;
    min-height: 100%; /* real browsers */
}

.pnl3NotLogged {
    z-index: 1;
    width: 80%;
    height: auto !important; /* real browsers */
    left: 0px;
    overflow: hidden;
    position: absolute;
    background-color: white;
    min-height: 100%; /* real browsers */
}
.pnlOrange legend {
    font-weight: bold;
}

.pnlOrangeLeft fieldset {
    left: 10px;
    position: relative;
}

.imglogo {
    top: 20px;
    text-align: center;
}

.pnl3table {
    z-index: 20;
    left: 0px;
    top: 0px;
    position: relative;
}

.pnlDoc {
    max-height: 280px;
}

.pnlDocXL {
    max-height: 650px;
}

.btn,
.btnLarge,
.btnXLarge,
.btnSmall,
.btnSmaller,
.btnMedium,
.btnMaster,
.btnPopup,
.btnNoSize {
    z-index: 20;
    color: #666;
    background-color: #f7f7f7;
    font-weight: bold;
    vertical-align: middle;
}

.btn {
    width: 120px;
    height: 24px;
    margin-left: 0px;
}

.btnMaster {
    font-size: 10px;
    width: 140px;
    height: 24px;
    margin-left: 0px;
}

.btnLarge {
    width: 160px;
    height: 24px;
}

.btnXLarge {
    width: 180px;
    height: 24px;
}

.btnSmall {
    font-weight: bold;
    width: 80px;
    height: 24px;
}

.btnSmaller {
    font-weight: bold;
    width: 68px;
    height: 20px;
}

.btnMedium {
    font-weight: bold;
    width: 100px;
    height: 24px;
}

.btnPopup {
    font-weight: normal;
    font-size: 10px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.txtOnly {
    font-size: 12px;
}
.lblLargeOnly {
    font-size: 14px;
}
.lblAnnouncement {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: gray;
}

.txt,
.txtDate,
.txtUsrMgmt
.txtReadOnly
.txtReadOnlyCenter
.txtReadOnlyDate
.txtReadOnlyAmt
.txtReadOnlyLarge
.txtGrdAmt
.txtCenter
.txtMedium {
    /*font-family: Tahoma;*/
    margin-bottom: 0px;
    text-align: left;
    width: 150px;
    vertical-align: middle;
    z-index: 20;
    color: black;
}

.txt {
    font-size: 12px;
    width: 170px;
}

.txtShort {
    font-size: 12px;
    height: 16px;
    width: 120px;
}

.txtShorter {
    font-size: 12px;
    height: 16px;
    width: 100px;
}

.txtMedium {
    font-size: 12px;
}

.txtLong {
    font-size: 12px;
    width: 300px;
}

.txtLongReadOnly {
    font-size: 12px;
    width: 300px;
    background-color: #F0F0F0;
}

.txtXL {
    font-size: 12px;
    width: 400px;
}

.txtUsrMgmt {
    width: 200px;
}

.txtDate {
    font-size: 12px;
    width: 85px;
    text-align: center;
}

.txtReadOnly {
    font-size: 12px;
    background-color: #F0F0F0;
}

.txtReadOnlyDate {
    font-size: 12px;
    background-color: #F0F0F0;
    width: 75px;
}

.txtReadOnlyAmt {
    font-size: 12px;
    background-color: #F0F0F0;
    text-align: right;
}

.txtReadOnlyCenter {
    font-size: 12px;
    background-color: #F0F0F0;
    text-align: center;
}

.txtReadOnlyLarge {
    width: 400px;
    background-color: lightgray;
}

.txtGrdAmt {
    font-size: 12px;
    width: 60px;
    text-align: right;
}

.txtCenter {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
    width: 150px;
}

.txtFontOnly {
    font-size: 12px;
}

.txtMultiLine {
    font-family: Tahoma;
    font-size: 12px;
}

.lblDate {
    font-size: 12px;
    background-color: White;
    border: Black 1px solid;
}

.txtPhone {
    background-color: #dcdcdc;
    border: #3532ff 1px solid;
    color: #000000;
    cursor: default;
}

.lbl,
.lblLst,
.lblRed {
    margin-bottom: 0px;
    vertical-align: middle;
    z-index: 20;
}

.lbl,
.lblRed {
    font-weight: bold;
    text-align: right;
    float: right;
    margin-left: 0px;
}

.lblRed {
    color: Red;
}

.lblJust {
    font-weight: normal;
    text-align: justify;
    float: left;
    margin-left: 0px;
}

.lblLeft, .lblLeftHeader, .lblLargeOnly {
    font-weight: bold;
    text-align: left;
    float: left;
}
.lblCenter {
    font-weight: bold;
    text-align: center;
}

.lblBrn, .lblBrnLg, .lblRptHdr {
    font-weight: bold;
    text-align: left;
    float: left;
    color: #333300;
}

.lblBrnLg {
    font-size: 20px;
}

.lblRptHdr {
    color: #5a5858;
    font-size: 20px;
}

.lblMain {
    font-weight: bold;
    text-align: justify;
    vertical-align: middle;
    float: left;
}

.lblErr {
    font-weight: bold;
    color: Red;
    text-align: left;
    float: left;
}

.lblErrCenter {
    font-weight: bold;
    color: Red;
    text-align: center;
}

.lblErrRight {
    font-weight: bold;
    color: Red;
    text-align: right;
    float: right;
}

.lblErrXL {
    font-size: 14px;
    font-weight: bold;
    color: Red;
    text-align: center;
    float: inherit;
}

.lblPayGroup {
    font-size: 12px;
    font-weight: bold;
    color: #CC6633;
    text-align: left;
    float: left;
}

.lblCenter {
    font-weight: bold;
    text-align: center;
    width: 100%;
    float: inherit;
}

.lblLst {
    font-weight: bold;
    text-align: left;
    float: left;
    font-size: 14px;
}

.lblFooterLink {
    font-weight: bold;
    text-align: left;
    float: left;
    text-decoration: none;
    color: #A7A7A7;
}

.lblFooterItalic {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    text-align: left;
    float: left;
    color: Black;
}

.lblFooterOrange {
    font-weight: bold;
    text-align: left;
    float: left;
}

.lblLink {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    float: left;
    color: #666;
    text-decoration: none;
}

.lblConn {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

.lblPageTitle {
    font-size: 24px;
    font-weight: bold;
    color: gray;
}

.lblTitle {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    float: none;
    font-size: 14px;
    z-index: 20;
}

.lblMessage {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    vertical-align: middle;
    float: left;
}

.lblLink {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    float: left;
    text-decoration: none;
}

.lblFooterItalic {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    text-align: left;
    float: left;
}

.lblMenuCustomText {
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    float: left;
    padding: 10px;
}
.lblPageHeader, .lblPageHeaderGray {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    float: left;
}
.lblPageHeaderGray {
    color: gray;
}
.lblGridRED {
    color: Red;
}

.grdPage {
    white-space: nowrap;
}

    .grdPage td {
        border-style: solid;
        border-color: white;
        border-width: 2px;
    }

.grdHdr {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: gray;
    position: sticky;
    top: 0;
}

    .grdHdr a {
        color: white;
        text-decoration: none;
    }

    .grdHdr th {
        border-style: solid;
        border-color: white;
        border-width: 2px;
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }


.grdRow, .grdAltRow, .grdSelRow, .grdRowSmall, .grdRowInner, .grdAltRowInner {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    color: black;
}

.grdRowRed, .grdAltRowRed {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: red;
}

.grdRowInner {
    background-color: lightblue;
}

.grdAltRowInner {
    background-color: cadetblue;
}

.grdRow, .grdRowRed, .grdRowSmall {
    background-color: white;
}

.grdAltRow, .grdAltRowRed {
    background-color: lightgray;
}


    .grdRow td, .grdSelRow td, .grdAltRow td, .grdRowRed td, .grdAltRowRed td {
        border-style: solid;
        border-width: 2px;
        border-color: white;
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .grdRowSmall td {
        border-style: solid;
        border-width: 2px;
        border-color: white;
        padding: 2px;
    }

.grdRowInner td, .grdAltRowInner td {
    border-style: none;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.grdRow a, .grdAltRow a, .grdSelRow a, .grdRowSmall a, .grdRowInner a, .grdAltRowInner a {
    color: black;
}

.grdRow11 td,
.grdSelRow11 td,
.grdAltRow11 td,
.grdFtr td {
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

.grdRowNew
.grdAltNew {
    font-size: 12px;
}

.grdAltNew {
    background-color: lightgray;
}

.grdRow11,
.grdAltRow11,
.grdSelRow11,
.grdRow11RED {
    font-size: 11px;
}

.grdSelRow11 {
    font-weight: bold;
}

.grdFtr {
    text-align: center;
    font-weight: bold;
    vertical-align: bottom;
}

.grdRow11RED {
    color: Red;
}

.grdHdrAmt {
    text-align: right;
    font-weight: bold;
    background-color: #CCCCCC;
    width: 50px;
}

.grdRowAmt {
    text-align: right;
}

.grdRowDate {
    text-align: center;
}

.grdHdrScroll {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: white;
    background-color: gray;
    position: absolute;
    resize: none;
}

    .grdHdrScroll a {
        color: white;
        text-decoration: none;
        resize: none;
    }

    .grdHdrScroll th {
        border-style: solid;
        border-color: white;
        border-width: 2px;
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        resize: none;
    }

.grdPageScroll, .grdPageScrollShort {
    white-space: nowrap;
    position: absolute;
    resize: none;
}

.grdPageScroll td {
    border-style: solid;
    border-color: white;
    border-width: 2px;
    resize: none;
    height: 85px;
    vertical-align: bottom;
    background-color: white;
}

.grdPageScrollShort td {
    border-style: solid;
    border-color: white;
    border-width: 2px;
    resize: none;
    height: 55px;
    vertical-align: bottom;
    background-color: white;
}

.divHdrScroll {
    position: fixed;
    resize: none;
}

.tvSelected {
    color: #FFF;
    font-weight: bold;
    background-color: #CCCCCC;
}

.tvNonselected, .tvAccess, .tvAccess_0 {
    color: #FFF;
    font-weight: normal;
}

.lblLeft, .lblLst, .lbl, .lblMain, .lblJust, .lblCenter, .lblLeftHeader {
    color: #666;
}

.tvAccess_1 {
    color: #666;
    font-weight: bold;
    border-style: none;
}

th3 {
    text-align: left;
}

.grdAltRow,
.grdAltRow11,
.grdAltRowSmall {
    text-align: left;
    background-color: lightgray;
}

.grdRow,
.grdRowSmall {
    background-color: white;
    text-align: left;
}

.lst,
.lstNarrow,
.lstWide {
    text-align: left;
    vertical-align: top;
    z-index: 20;
}

.lst {
    font-size: 12px;
    width: 250px;
}

.lstNarrow {
    font-size: 12px;
    width: 150px;
}

.lstWide {
    font-size: 12px;
    width: 350px;
}

.ddl, .ddlPay, .ddlVendor {
    font-family: Tahoma;
    font-size: 12px;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    z-index: 20;
}

.ddlPay {
    width: 105px;
}
.ddlVendor {
    width: 250px;
}
.rad {
    font-size: 12px;
    text-align: left;
    z-index: 20;
    color: #666;
    font-weight: bold;
}

    .rad td {
        border-style: none;
        vertical-align: middle;
    }

.chk, .chkRed, .chkBlack {
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    z-index: 20;
    color: #666;
    font-weight: bold;
}

.chkRed {
    color: Red;
}

.chkBlack {
    color: black;
}

.searchLabels {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.statusLabel {
    font-size: 16px;
    font-weight: bold;
    background-color: Silver;
    text-align: left;
}

.titleApplication {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.titlePage {
    font-size: 28px;
    font-weight: bold;
}

.splash {
    background-color: #FF5B00;
}

.logonButton {
    width: 100px;
    height: 20px;
    font-weight: bold;
}

/*inactive tab*/
.tab .ajax__tab_tab  {
    font-size: 14px;
    color: darkgray;
}

/*active tab*/
.tab .ajax__tab_active .ajax__tab_tab  {
    font-size: 14px;
    font-weight: bold;
    color: #D73D00;
}

/*.ajax__tab
.ajax__tab_header {
    font-size: 12px;
    border-bottom: solid 1px #999999
}

.ajax__tab
.ajax__tab_outer {
    padding-right: 4px;
    height: 21px;
    background-color: #C0C0C0;
    margin-right: 2px;
    border-right: solid 1px #666666;
    border-top: solid 1px #aaaaaa
}

.ajax__tab
.ajax__tab_inner {
    padding-left: 3px;
    background-color: #C0C0C0;
}

.ajax__tab
.ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0
}

.ajax__tab
.ajax__tab_hover .ajax__tab_outer {
    background-color: #cccccc
}

.ajax__tab
.ajax__tab_hover .ajax__tab_inner {
    background-color: #cccccc
}

.ajax__tab
.ajax__tab_hover .ajax__tab_tab {
}

.ajax__tab
.ajax__tab_active .ajax__tab_outer {
    background-color: #fff;
    border-left: solid 1px #999999;
}

.ajax__tab .ajax__tab_active .ajax__tab_inner {
    background-color: #fff;
}

.ajax__tab .ajax__tab_active .ajax__tab_tab {
    font-weight: bold;
}

.ajax__tab
.ajax__tab_body {
    font-size: 12px;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}*/

.modalPopup, .modalPopupError {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    padding: 10px;
    left: 70px;
    top: 120px;
}

.modalPopupError {
    z-index: 1000002 !important;
}

.modalBackground {
    background-color: Transparent;
}

.modalBg {
    background-color: #cccccc;
    *-ms-filter: alpha(opacity=80);
    *-ms-opacity: 0.8;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modalPopupTitleBar {
    background-color: Gray;
    border-width: 0px;
    border-style: outset;
    border-color: Gray;
    padding: 3px;
    height: 15px;
    color: White;
    font-weight: bold;
    border-bottom: outset 2px;
}

.modalPopupFixed {
    position: fixed;
    left: 0;
    top: 0;
}

.nowrap {
    white-space: nowrap;
}

.accordionPaneHeader {
    background-color: #F0F0F0;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
}

.ajax__tabPnl2
.ajax__tab_header {
    margin-left: 40px;
    font-size: 12px;
    white-space: normal !important;
    color: #e6e6ef;
    border-color: White;
}

.ajax__tabPnl2
.ajax__tab_outer {
    padding-right: 4px;
    height: 21px;
    background-color: #002042;
    margin-right: 0px;
    border-color: White;
    border-right: solid 2px #666666;
    border-top: solid 2px #aaaaaa
}

.ajax__tabPnl2
.ajax__tab_inner {
    padding-left: 3px;
    background-color: #002042;
    border-color: White;
}

.ajax__tabPnl2
.ajax__tab_tab {
    font-size: 12px;
    height: 13px;
    padding: 3px;
    margin: 0;
    width: 90px;
}

.ajax__tabPnl2
.ajax__tab_hover .ajax__tabPnl2_outer {
    background-color: #002042
}

.ajax__tabPnl2
.ajax__tab_hover .ajax__tabPnl2_inner {
    background-color: #002042
}

.ajax__tabPnl2
.ajax__tab_hover .ajax__tabPnl2_tab {
}

.ajax__tabPnl2
.ajax__tab_active .ajax__tabPnl2_outer {
    border-left: solid 1px #999999;
}

.ajax__tabPnl2 .ajax__tab_active .ajax__tab_inner {
}

.ajax__tabPnl2 .ajax__tab_active .ajax__tab_tab {
    font-weight: bold;
}

.ajax__tabPnl2

.ajax__tab_body {
    font-size: 12px;
    padding: 0px;
    background-color: #002042;
}

.ajax__tabPnl2 .ajax__tab_disabled {
}

.textIndicator_poor, .textIndicator_weak, .textIndicator_good,
.textIndicator_strong, .textIndicator_excellent {
    background-color: #f0f0f0;
    padding: 2px;
}

.textIndicator_poor {
    color: Red;
}

.textIndicator_weak {
    color: black;
}

.textIndicator_good {
    color: blue;
}

.textIndicator_strong {
    color: green;
}

.textIndicator_excellent {
    color: #00ffdd;
}

.pnl {
    max-height: 1200px;
    overflow: auto;
}

.hide {
    position: absolute;
    visibility: hidden;
}

.show {
    position: absolute;
    visibility: visible;
}

.PageNumber {
    font-size: 12px;
    color: White;
    font-weight: bold;
}

.PagerStyle {
    width: 686px;
    height: 36px;
    background-image: url(Images/photonav.gif);
    background-repeat: no-repeat;
    margin-bottom: 5px;
    text-align: center;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.progressContent {
    background-color: #FFFFFF;
    text-align: center;
    position: absolute;
    width: 200px;
    left: 50%;
    top: 25%;
    padding: 40px;
    margin-top: -100px; /* make this half your image/element height */
    margin-left: -100px; /* make this half your image/element width */
    border-style: none;
    z-index: 1000002 !important;
}

.progressBackground {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -20px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #CCCCCC;
    filter: alpha(opacity=80);
    opacity: 0.8;
    *-ms-filter: alpha(opacity=80);
    *-ms-opacity: 0.8;
    z-index: 1000002 !important;
}

.slider_rail {
    position: relative;
    background: url(graphics/slider_h_rail.gif) repeat-x;
    height: 22px;
    width: 150px;
}

.slider_handle {
    position: absolute;
    height: 22px;
    width: 10px;
}

.conn-simp {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 2.5;
    text-align: right;
}

.tbl0, .tbl0w100 {
    border-collapse: collapse;
    padding: 0px;
    border-spacing: 0;
}

.tbl0w100 {
    width: 100%;
}

.tbl0w100c {
    text-align: center;
}

.tbl4 {
    border-collapse: separate;
    padding: 0px;
    border-spacing: 4px;
}

.tbl2 {
    border-bottom-color: #452c13;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.tbl3 {
    border-style: none;
}

.tblPop {
    border-collapse: separate;
    padding: 0px;
    border-spacing: 4px;
}

.tbl12 {
    border-collapse: separate;
    padding: 0px;
    border-spacing: 12px;
}

.tbl18 {
    border-collapse: separate;
    padding: 0px;
    border-spacing: 18px;
}

.tbl8, .tbl8w100 {
    border-collapse: separate;
    padding: 0px;
    border-spacing: 8px;
}
.tbl8w100 {
    width: 100%;
}
.tbl12, .tbl12w100 {
    border-collapse: separate;
    padding: 0px;
    border-spacing: 12px;
}
.tbl12w100 {
    width: 100%;
}
.tblBorder {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: white;
}
.tblRoute {
    padding-bottom: 12px;
    padding-top: 12px;
    border-style: none;
}
    .tblRoute tr {
        line-height: 24px;
        vertical-align: middle;
    }
    .tblRoute td {
        height: 24px;
        vertical-align: middle;
    }
.tblRouteBorder {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: white;
}
    .tblRouteBorder tr {
        line-height: 24px;
        vertical-align: middle;
    }
    .tblRouteBorder td {
        height: 24px;
        vertical-align: middle;
    }

.style3 {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

.tblLogin {
    border-width: 2px;
    border-style: solid;
}

.cell1 {
    top: 3px;
}

.lbtnDisabled {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    border-style: none;
}

.accordianHeaderLight {
    font-size: 10px;
    font-weight: normal;
    color: gray;
    height: 15px;
}

.accordianHeader {
    font-size: 12px;
    font-weight: bold;
    height: 24px;
}

.accordianContent {
    font-size: 12px;
}

.hoverMenu {
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    z-index: 25;
    text-decoration: none;
    text-align: left;
    border: none;
    width: 100px;
    border-width: thin;
}

.hoverItem {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100px;
}

.hoverPanel {
    display: none;
    padding: 12px;
}

.tblSignIn {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/login/background.png)
    /*background-size: cover;*/
    /*background-image: url(../Images/login/background.jpg)*/
}

.tblSignInUser {
    padding: 20px;
    border-radius: 25px;
    border-style: solid;
    border-width: 1px;
    background-color: white;
}

.tblFooter {
    height: 100px;
    width: 100%;
    padding: 10px;
}

.tblInput {
    border-radius: 25px;
    border-style: solid;
    border-width: 2px;
    border-color: darkgray;
    background-color: white;
}
.tblInputErrorQ {
    border-collapse: separate;
    border-spacing: 8px;
    border-radius: 25px;
    border-style: solid;
    border-width: 2px;
    border-color: darkgray;
    background-color: white;
    padding: 10px;
}

.lblSignIn, .lblSignInRight, .lblFooterHeader {
    font-weight: bold;
    z-index: 20;
    height: 16px;
    margin-bottom: 0px;
    vertical-align: middle;
    color: gray;
}

.lblFooterHeader {
    font-weight: normal;
    text-align: left;
    float: left;
    color: white;
}

.lblSignInRight {
    text-align: right;
    float: right;
}

.lnkSignIn, .lnkFooter {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.lnkSignIn {
    font-style: italic;
    color: #9D9D9D;
}

.lnkFooter {
    color: black;
}

.lnkForgot {
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    font-style: italic;
    color: darkgray;
}

.lnkTitle {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.btnSignIn, .btnRegister {
    font-weight: normal;
    font-size: 14px;
    padding-right: 16px;
    padding-left: 16px;
    height: 32px;
    vertical-align: middle;
    color: white;
}

.btnRegister {
    background-color: darkgray;
}

.txtSignIn {
    font-size: 12px;
    height: 16px;
    margin-bottom: 0px;
    text-align: left;
    z-index: 20;
    width: 150px;
}

.grdNone {
    z-index: 20;
    border-style: none;
}

.popupHeader {
    font-weight: bold;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 4px;
    white-space: nowrap;
}

.lnkPage {
    font-weight: bold;
    color: gray;
}

.lnkPageExport {
    font-weight: bold;
    color: black;
}

.tblPopMsg {
    width: 100%;
    text-align: center;
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.lblPopMsgHdr {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: gray;
}

.lblPopMsgTxt {
    font-size: 12px;
    text-align: center;
    color: gray;
}

.tblPayerMaster {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    background-color: white;
}

.maxWidthGrid {
    max-width: 400px;
    overflow: hidden;
}


.pnlMenuMain {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.btnMenuTabs, .btnMenuTabsGray, .btnMenuTabsSelect {
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    margin-left: 0px;
    z-index: 20;
    font-family: Tahoma, Arial;
    font-size: 14px;
    border-top: solid 2px !important;
    border-left: solid 2px !important;
    border-right: solid 2px !important;
    height: 32px;
    width: 190px;
}

.btnMenuTabs {
    background-color: white;
    /*color:#1B75BC;*/
}

.btnMenuTabsGray {
    font-weight: normal;
    background-color: lightgray;
}

.btnMenuTabsSelect {
    font-weight: bold;
    color: white;
}

.btnMenuTabsGray, .btnMenuTabsSelect {
    border-top-color: black !important;
    border-left-color: black !important;
    border-right-color: black !important;
}

.btnMenuTabsSelect {
    background-color: black !important;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}