﻿
/********************************************************* General *********************************************************************************/
body {
    background-color: #ffffff;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 0px;
}

a {
    color: #222222;
}

    a:hover {
        color: #111111;
    }

hr {
    background: #aaaaaa;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.4em;
    border: none;
    width: 98%;
}

.lblLink {
    color: #222222;
    text-decoration: underline;
}

/********************************************************* Basic Layout *****************************************************************************/
#Container {
    margin: 0px;
    padding: 0px 27px 5px 25px;
}

#Header {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    height: 55px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #f6b506; /*#4175A4;*/
    -moz-box-shadow: 1px 1px 1px 1px #dedede;
    -webkit-box-shadow: 1px 1px 1px 1px #dedede;
    box-shadow: 1px 1px 1px 1px #dedede;
}

#Logo {
    float: left;
    padding: 5px 10px;
    width: 210px;
}

#DesktopAgent {
    float: left;
    padding: 3px 5px;
    width: 150px;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    margin-top: 16px;
}


    #DesktopAgent a {
        color: #222222;
        font-weight: bold;
    }
.app_logo{display:inline-block;padding-left:20%;padding-top:2px}
.app_logo img{max-height:50px}

#LoggedIN {
    float: right;
    padding: 5px 10px;
    width: 200px;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
}

    #LoggedIN a {
        color: #222222;
        font-weight: bold;
    }

#MainMenu {
    float: left;
    padding: 0px 0px;
    width: 100%;
    font-weight: bold;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    background-color: #222222;
}

#Menu1 {
    background-color: #222222;
}

#Nav {
    min-width: 500px;
    margin: 5px 0px 10px 5px; /** 240px;**/
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 1px silver;
}

#BodyContent {
    width: 100%;
}

#LeftCol {
    width: 200px;
    padding-right: 10px;
    min-height: 650px;
    float: left;
}

#RightCol {
    width: 100%;
    min-height: 600px;
    float: left;
    padding: 0px 10px;
}

#Footer {
    width: 100%;
    padding-top: 10px;
    border-top: solid 1px silver;
    background-color: #222222;
}

.breadCrumbs > a:first-child + span + span {
    display: none;
}

.breadCrumbs {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.breadCrumbsSelected {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#Menu_JCW1_treeviewMenu {
}

    #Menu_JCW1_treeviewMenu table {
        width: 195px !important;
        text-align: left !important;
        color: #02A3B5;
        font-weight: bold;
        padding: 6px 2px;
        margin-top: 1px;
        cursor: pointer;
        border-bottom: solid 1px #dddddd !important;
    }

#Menu_JCW1_treeviewMenun1Nodes, #Menu_JCW1_treeviewMenun2Nodes, #Menu_JCW1_treeviewMenun3Nodes, #Menu_JCW1_treeviewMenun4Nodes, #Menu_JCW1_treeviewMenun5Nodes {
    width: 195px !important;
    border-bottom: solid 1px #dddddd !important;
}


    #Menu_JCW1_treeviewMenun1Nodes table, #Menu_JCW1_treeviewMenun2Nodes table, #Menu_JCW1_treeviewMenun3Nodes table, #Menu_JCW1_treeviewMenun4Nodes table, #Menu_JCW1_treeviewMenun5Nodes table {
        width: 195px !important;
        padding: 1px 0px !important;
        border-bottom: none !important;
    }

#Menu_JCW1_treeviewMenu {
    text-align: left !important;
}

.treeMenu1, .treeMenu2, .treeMenu3 {
    text-align: left !important;
}

td.Menu_JCW1_treeviewMenu_2 {
    width: 178px;
}

td.treeMenu2 {
    padding-left: 15px;
    font-weight: normal;
    /*width:180px;*/
}

#treeviewMenu img {
    float: left;
}

/********************************************************* Page layout *******************************************************************************/

.actionMenu {
    width: 96%;
    text-align: left;
    float: left;
    clear: both;
    padding-bottom: 10px;
}

.actionLink {
    float: left;
    margin-right: 20px;
    font-weight: bold;
    color: #333333;
    /*padding: 3px 4px 3px 3px;
    border: solid .1em #01828F;
    border-radius: 3px;
    height: 16px;
    vertical-align:middle; */
}

.pageContent {
    width: 100%;
    text-align: left;
    clear: both;
}

.recordcountDiv {
    float: left;
    color: #808080;
    font-weight: bold;
    text-align: right;
    width: 97%;
    padding: 4px 0px;
}

.recordCount {
    font-weight: bold;
}

/******************************************************** Captions, Headings, Labels, etc ************************************************************/
.CopyRight {
    font-size: 9px;
    color: #ffffff;
    background-color: #222222;
    width: 100%;
    text-align: center;
}

    .CopyRight a {
        font-size: 9px;
        color: #ffffff;
    }

        .CopyRight a:hover {
            color: #f6b506;
        }

.failureNotification, .error {
    color: #ff0000;
}

.successMsg {
    color: #00BF00;
    border: solid 1px #00A100;
    padding: 4px;
    background-color: #D0FFD0;
    font-weight: bold;
}

.failMsg {
    color: #A10D00;
    border: 1px solid #A10D00;
    padding: 4px;
    background-color: #FFD0CC;
    font-weight: bold;
}

.SubHeading1 {
    color: #333333;
    font-weight: bold;
    font-size: 13px;
}

.SubHeading2 {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.SubHead {
    color: #222222;
    font-weight: bold;
    font-size: 13px;
}

.DetailHeading {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}

.Dashboard {
    font-weight: bold;
    font-size: 13px;
}

    .Dashboard a {
        color: #017B89;
        font-weight: bold;
        font-size: 13px;
    }


/********************************************************* Controls *********************************************************************************/

.NavButton {
    background-color: #222222;
    border: .1em solid #000000;
    border-radius: 3px;
    padding: 5px 3px;
    width: 120px;
    text-align: center;
}

    .NavButton a, .NavButtonLink {
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
    }

        .NavButton a:hover, .NavButtonLink:hover {
            color: #f6b506;
        }

/** Accordion **/
.EmptyHeader {
    width: 196px;
    color: #02A3B5;
    font-weight: bold;
    padding: 6px 2px;
    margin: 1px;
    cursor: pointer;
    border-bottom: solid 1px #dddddd;
}

    .EmptyHeader a {
        text-decoration: none;
        font-weight: bold;
    }

.accordionHeader {
    color: #02A3B5;
    font-weight: bold;
    padding: 6px 2px;
    margin: 1px;
    cursor: pointer;
    border-bottom: solid 1px #dddddd;
    background-image: url('../../Images/Icons/arrow_expand.png');
    background-position: right center;
    background-repeat: no-repeat;
}

    .accordionHeader a {
        text-decoration: none;
    }

.accordionHeaderSelected {
    color: #02A3B5;
    font-weight: bold;
    padding: 6px 2px;
    margin-top: 1px;
    cursor: pointer;
    border-bottom: solid 1px #dddddd;
    background-image: url('../../images/Icons/arrow_collapse.png' );
    background-position: right center;
    background-repeat: no-repeat;
}

    .accordionHeaderSelected a {
        text-decoration: none;
    }

.accordionContent {
    border-bottom: solid 1px #dddddd;
    padding: 1px 2px 1px 20px;
}


input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.dropdownlist {
    padding: 1px;
    color: #2E2E2E;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #F7F7F7;
    border: 1px solid #C3C3C3;
}

.AddButton {
    background-position: left center;
    background-image: url('../../Images/Icons/add.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}

    .AddButton:hover {
        text-decoration: underline;
    }

.ClearButton {
    background-position: left center;
    background-image: url('../../Images/Icons/clear.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

    .ClearButton:hover {
        text-decoration: underline;
    }

.CSVButton {
    background-position: left center;
    background-image: url('../../Images/Icons/download_csv.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

    .CSVButton:hover {
        text-decoration: underline;
    }

.FindButton {
    background-position: left center;
    background-image: url('../../Images/Icons/find2.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    color: #222222;
    font-weight: normal;
    text-decoration: underline;
}

    .FindButton:hover {
        text-decoration: underline;
    }

.Find_ClearButton {
    background-position: left center;
    background-image: url('../../Images/Icons/clear.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    color: #222222;
    font-weight: normal;
    text-decoration: underline;
}

    .Find_ClearButton:hover {
        text-decoration: underline;
    }

.PasswordButton {
    background-position: left center;
    background-image: url('../../Images/Icons/password.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    color: #222222;
    font-weight: normal;
    text-decoration: underline;
}

    .PasswordButton:hover {
        text-decoration: underline;
    }

.BackButton {
    background-position: left center;
    background-image: url('../../Images/Icons/back.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    color: #222222;
    font-weight: normal;
    text-decoration: underline;
}

    .BackButton:hover {
        text-decoration: underline;
    }

.SendMailButton {
    background-position: left center;
    background-image: url('../../Images/Icons/email_send.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    color: #222222;
    font-weight: normal;
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .SendMailButton:hover {
        text-decoration: underline;
    }

/*--------------------------------------*/
.CopyButton {
    background-position: left center;
    background-image: url('../../Images/Icons/page_copy.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.EditButton {
    background-position: left center;
    background-image: url('../../Images/Icons/edit.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.DeleteButton {
    background-position: left center;
    background-image: url('../../Images/Icons/delete.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
    color: #222222;
}

.SaveButton {
    background-position: left center;
    background-image: url('../../Images/Icons/save.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.CancelButton {
    background-position: left center;
    background-image: url('../../Images/Icons/cancel.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.AddButton2 {
    background-position: left center;
    background-image: url('../../Images/Icons/add.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.LinkButton {
    background-position: left center;
    background-image: url('../../Images/Icons/database_link.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.NextButton {
    background-position: left center;
    background-image: url('../../Images/Icons/next.png');
    padding-left: 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}


.PrintButton {
    background-position: left center;
    background-image: url('../../Images/Icons/printer.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.SendDoc_Button {
    background-position: left center;
    background-image: url('../../Images/Icons/quote_send.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.CreateOrder_Button {
    background-position: left center;
    background-image: url('../../Images/Icons/order_add.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.ViewOrder_Button {
    background-position: left center;
    background-image: url('../../Images/Icons/order_view.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.OrderAckSend_Button {
    background-position: left center;
    background-image: url('../../Images/Icons/orderAcknow.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.OrderAckUpload_Button {
    background-position: left center;
    background-image: url('../../Images/Icons/orderAcknow_upload.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.CompleteButton {
    background-position: left center;
    background-image: url('../../Images/Icons/tick.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}
.InCompleteButton {
    background-position: left center;
    background-image: url('../../Images/Icons/tick_red.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}
.ProcessButton {
    background-position: left center;
    background-image: url('../../Images/Icons/process.jpg');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.UpButton {
    background-position: left center;
    background-image: url('../../Images/Icons/thumbup.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.DownButton {
    background-position: left center;
    background-image: url('../../Images/Icons/thumbdown.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.ExportXL, .ExportXLButton {
    background-position: left center;
    background-image: url('../../Images/Icons/excel.png');
    padding: 3px 0px 3px 18px;
    background-repeat: no-repeat;
    margin-left: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.disabledImageButton {
    filter: alpha(opacity=40);
    opacity: .40;
    background-color: #ffffff; /* #C0C0C0; */
}


/********************************************************* Data Controls *******************************************************************************/
.GridView_Style {
}

.GridView_HeaderStyle {
    background-color: #222222;
    height: 24px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding-left: 5px;
}

    .GridView_HeaderStyle a {
        color: #ffffff;
        font-weight: bold;
        padding-left: 5px;
    }

        .GridView_HeaderStyle a:hover {
            color: #f6b506;
            font-weight: bold;
        }
.GridView_HeaderStyle .SubHeading2 {
	color: #fff !important;
}
.GridView_RowStyle {
    color: #000000;
    border-bottom: solid 1px #CCCCCC;
}

.GridView_AltRowStyle {
    color: #000000;
    border-bottom: solid 1px #CCCCCC;
}

.GridView_AltRowStyle2 {
    color: #000000;
    border-bottom: solid 1px #CCCCCC;
}

.GridView_RowStyle td, .GridView_AltRowStyle td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.GridView_AltRowStyle2 td {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #01636D;
    border-bottom: solid 1px #CCCCCC;
}

.GridView_AltRowStyle a, .GridView_RowStyle a {
    text-decoration: none;
}

    .GridView_AltRowStyle a:hover, .GridView_RowStyle a:hover {
        text-decoration: underline;
    }

.GridView_NoStyle table {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.GridView_NoStyle td {
    padding: 0px;
    margin: 0px;
}

/*-------------------------------------------*/
.FormView_Style {
    border: none;
}

    .FormView_Style .header {
        text-align: left;
        font-style: italic;
    }

    .FormView_Style table {
        border: none;
        border-collapse: separate;
        border-spacing: 3px;
        margin-bottom: 4px;
    }

        .FormView_Style table th, .FormView_Style table td {
            padding: 2px 3px;
        }

        .FormView_Style table th {
            font-weight: bold;
            color: #2E2E2E;
            border: 1px solid #C8C8C8;
            background-color: #F2F2F2;
        }

        .FormView_Style table td, .FormView_Style table td table td {
            font-weight: bold;
            color: #2E2E2E;
            border: 1px solid #C8C8C8;
            background-color: #FFFFFF;
        }

            .FormView_Style table td td {
                border: none;
            }

#tblfrmInsert td div {
    width: 50%;
    float: left;
}

    #tblfrmInsert td div table td {
        border: 0px;
    }
/*-------------------------------------------*/
.FormView_StyleR {
    border: none;
}

    .FormView_StyleR .header {
        text-align: left;
        font-style: italic;
    }

    .FormView_StyleR table {
        border: none;
        border-collapse: separate;
        border-spacing: 3px;
        margin-bottom: 4px;
    }

        .FormView_StyleR table th, .FormView_Style table td {
            padding: 2px 3px;
        }

        .FormView_StyleR table th {
            font-weight: bold;
            color: #2E2E2E;
            border: 1px solid #C8C8C8;
            background-color: #F2F2F2;
            text-align: right;
        }

        .FormView_StyleR table td {
            font-weight: bold;
            color: #2E2E2E;
            border: 1px solid #C8C8C8;
            background-color: #FFFFFF;
        }

.table_list th, .table_list td {
    border-bottom: 1px solid #C8C8C8;
}

.FormView_StyleNone table th, .FormView_StyleNone table td, .FormView_StyleNone table td table td, .FormView_StyleNone table td table th, .FormView_StyleNone td, .FormView_StyleNone th {
    border: none !important;
}


/********************************************************* Tabs  *******************************************************************************/

/* ajax__tab_lightblue-theme theme (images/lightblue.jpg) */
.ajax__tab_lightblue-theme .ajax__tab_header {
    border-bottom: solid 5px #f6b506; /*A5D7DE*/
}

    .ajax__tab_lightblue-theme .ajax__tab_header .ajax__tab_outer {
        background: #222222;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: bottom;
        border: solid 1px #a3a3a3;
        border-bottom-width: 0px;
    }

    .ajax__tab_lightblue-theme .ajax__tab_header .ajax__tab_tab {
        color: #ffffff;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

    .ajax__tab_lightblue-theme .ajax__tab_header .ajax__tab_tab:hover {
        color: #222222;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_lightblue-theme .ajax__tab_hover .ajax__tab_outer {
    background: url(../../Images/Layout/tab_bg.png) #f6b506 repeat-x left -1300px;
}

.ajax__tab_lightblue-theme .ajax__tab_active .ajax__tab_tab {
    color: #222222;
    font-weight: bold;
}

.ajax__tab_lightblue-theme .ajax__tab_active .ajax__tab_outer {
    background: url(../../Images/Layout/tab_bg.png) #f6b506 repeat-x left -1400px;
}

.ajax__tab_lightblue-theme .ajax__tab_body {
    padding: 0.25em 0.5em;
    background-color: #ffffff;
    border: solid 1px #808080;
    border-top-width: 0px;
    min-height: 200px;
    padding-top: 8px;
}


/********************************************************* Update Panel  *******************************************************************************/

.progressMsg {
    color: #FF7233;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
}

.progressDiv {
    height: 125px;
    width: 275px;
    z-index: 10000;
    position: fixed;
    left: 30%;
    top: 50%;
    visibility: visible;
    background-color: #F9F9F9;
    border-width: thin;
    border-style: solid;
    border-color: #CDCDCD;
    color: #FF7233;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
}

.CustomComboBoxStyle .ajax__combobox_textboxcontainer input {
    font-size: 11px;
    width: 100px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 1px 0px;
    border: 1px solid #CCCCCC;
    height: 18px;
    color: #5E5A5B;
}

.CustomComboBoxStyle_120 .ajax__combobox_textboxcontainer input {
    background-color: #FFFBEA;
    border-top: 2px solid #787878;
    border-bottom: 1px solid #C3C3C3;
    border-left: 2px solid #787878;
    border-right: 0px none;
    font-size: 11px;
    padding-left: 2px;
    width: 120px;
}

.CustomComboBoxStyle .ajax__combobox_itemlist, .CustomComboBoxStyle_120 .ajax__combobox_itemlist {
    background-color: #FFFBEA;
    font-size: 11px;
}

.CustomComboBoxStyle .ajax__combobox_buttoncontainer button, .CustomComboBoxStyle_120 .ajax__combobox_buttoncontainer button {
    border-top: 2px solid #787878;
    border-bottom: 2px solid #787878;
    border-right: 2px solid #787878;
    border-left: 1px solid #787878;
}

.CustomComboBoxStyle .ajax__combobox_textboxcontainer, .CustomComboBoxStyle .ajax__combobox_buttoncontainer, .CustomComboBoxStyle_120 .ajax__combobox_textboxcontainer, .CustomComboBoxStyle_120 .ajax__combobox_buttoncontainer {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    top: -4px;
    position: relative;
}

/********************************************************* Popup  *******************************************************************************/


.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popupForm {
    margin: 0px;
    min-width: 550px;
    min-height: 300px;
    padding: 3px;
    border: 2px outset #666666;
    background-color: #FFFFFF;
}


/****************************************************************************************************************/
#colorPicker table, #colorPicker2 table {
    border-collapse: separate;
    border-spacing: 1px;
}

#colorPicker td, #colorPicker2 td {
    padding: 0px;
    margin: 0px;
}

/****************************************************************************************************************/

#tblBorder table {
    border-collapse: collapse;
}

#tblBorder table, #tblBorder th, #tblBorder td {
    border: 1px solid #A3A3A3;
}

#tblBorder tr:first-of-type {
    background-color: #222222;
    color: white;
    vertical-align: top;
}

#tblBorder th {
    background-color: #222222;
    color: #ffffff;
    vertical-align: top;
}

    #tblBorder th div.small {
        color: #f6b506;
        font-size: 9px;
        font-style: italic;
    }

.txtPW {
    width: 60px;
}

.filetypeinfo {
    font-size: 10px;
    font-style: italic;
    font-weight: lighter;
    color: #3A7B89;
}
/*QB Status*/
.phQBImportStat {
    float: left;
    width: 350px;
    padding-left: 30px;
}

.qbstatus {
    background-color: red;
    border: 1px solid #920000;
    color: #fff;
    font-weight: bold;
    min-height: 26px;
    padding-top: 12px;
    text-align: center;
    vertical-align: middle;
}

.qbimported {
    border: 1px solid #000;
    float: left;
    width: 70px;
    height: 70px;
    background-image: url('../../Images/Icons/imported.png');
}

.qbpending {
    border: 1px solid #000;
    float: left;
    width: 70px;
    height: 70px;
    background-image: url('../../Images/Icons/pending.png');
    margin-left: 15px;
}

.qberror {
    border: 1px solid #000;
    float: left;
    width: 70px;
    height: 70px;
    background-image: url('../../Images/Icons/errors.png');
    margin-left: 15px;
}

.qbupdates {
    border: 1px solid #000;
    float: left;
    width: 70px;
    height: 70px;
    background-image: url('../../Images/Icons/updates.png');
    margin-left: 15px;
}

    .qbimported .qbcount, .qbpending .qbcount, .qberror .qbcount, .qbupdates .qbcount {
        padding-top: 40px;
        font-weight: bold;
        color: #333300;
    }

.btnImport {
    font-family: verdana,arial;
    font-size: 11px;
    font-weight: bold;
    width: 150px;
    color: #FFFFFF;
    background-color: #1E9AA8;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #1E9AA8;
    height: 25px;
}

.num_css_green {
    background-color: #1E9AA8;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 3px;
    min-height: 33px;
    min-width: 56px;
    padding: 19px 2px 4px;
    text-align: center;
}

.req {
    color: #c52329;
    font-size: 14px;
    font-weight: bold;
    padding-left: 4px;
}

table.chkVTop td input[type="checkbox"] {
    vertical-align: top;
}

.tblnobor td {
    border: 0px solid #999 !important;
}

td div .2colscenter {
    width: 50%;
    float: left;
}

.lfpadd {
    padding-left: 10px;
}

.rptweeklytr {
    border-bottom: 1px solid #BFBFBF;
    height: 24px;
    font-weight: bold;
    color: #1E9AA8;
}

.rptweeklytd {
    text-align: right;
    background-color: #DDD;
}

.pager-cont table{margin-top:15px}
.pager-cont td a,.pager-cont td span{margin-right:6px;border:solid 1px #333;border-radius:5px;padding:3px 7px}
.pager-cont td span{color:#aaa;border:solid 1px #aaa}

.breakword{word-break: break-all;}

ul.emaillist {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px
}

    ul.emaillist input[type=checkbox] {
        margin-right: 6px
    }