﻿@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #edecec;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.spacer {
    clear: both;
    font-size: 0;
    line-height: 0;
}

p {
    line-height: 20px;
    text-align: justify;
}

.header {
    width: 100%;
    height: 168px;
}

.header1 {
    width: 1250px;
    height: 168px;
    margin: 0 auto;
}

.logo {
    width: 312px;
    height: 168px;
    float: left;
}

.red_stripe {
    height: 30px;
    width: 100%;
    background: url(images/line_bg.png) #f00;
    margin-top: 104px;
    position: absolute;
    z-index: -1;
}

    .red_stripe span {
        float: right;
    }

.sadow {
    background: url(images/sadow_bg.png) no-repeat;
    height: 66px;
    position: absolute;
    right: 0;
    left: 260px;
    top: 134px;
}

.login_info {
    width: 365px;
    height: 84px;
    margin-top: 20px;
    float: right;
    color: #333333;
    font-size: 12px;
    margin-right: 20px;
}

.login_person {
    text-align: right;
    width: 300px;
    float: left;
    padding-right: 5px;
    color: #19359a;
    font-weight: bold;
}

    .login_person a {
        text-decoration: underline;
        font-weight: bold;
        color: #f00;
    }

        .login_person a:hover {
            color: #19359a;
            font-weight: bold;
            text-decoration: none;
        }

.logout {
    text-align: center;
    font-weight: bold;
    width: 55px;
    float: right;
}

    .logout a {
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        color: #19359a;
    }

        .logout a:hover {
            color: #f00;
            text-decoration: underline;
        }
/* header finished */

.menu_bg {
    float: left;
    position: relative;
    width: 900px;
    z-index: 1;
    height: 30px;
}

    .menu_bg ul { /*position:absolute;*/
        margin: 0;
        padding: 0;
    }

        .menu_bg ul li {
            margin: 0px 0 0 0;
            font-weight: bold;
        }

            .menu_bg ul li p {
                text-align: center;
                margin-top: 5px;
            }

            .menu_bg ul li span {
                text-align: center;
                width: 150px;
                float: left;
                border-left: 0px;
                border-right: 0px;
                border-top: 1px solid #fff;
                border-bottom: 0px;
            }

                .menu_bg ul li span a {
                    color: #fff;
                }

                    .menu_bg ul li span a:hover {
                        color: #000;
                    }

.bread_crum {
    background: url(images/breadcrums_bg.png) no-repeat;
    font-size: 12px;
    color: #666666;
    padding-bottom: 5px;
    width: 1186px;
    height: 47px;
    margin: 0 auto;
}

    .bread_crum ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .bread_crum ul li {
            background: url("images/arow.png") no-repeat scroll right top rgba(0, 0, 0, 0);
            float: left;
            height: 36px;
            line-height: 36px;
            margin-top: 2px;
            padding: 0 36px 0 15px;
            text-align: center;
        }

            .bread_crum ul li a {
                color: #666666;
                display: block;
                font-weight: bold;
                height: 36px;
                line-height: 36px;
                text-decoration: none;
            }

                .bread_crum ul li a:hover {
                    color: #d5001c;
                }

.login_box {
    width: 563px;
    height: 509px;
    margin: 0 auto;
    background: url(images/login_bg.png);
}

.login_title {
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px #333;
    margin: 0 auto;
    width: 170px;
    text-align: center;
    padding-top: 33px;
    font-weight: bold;
}

.login_input {
    width: 450px;
    height: auto;
    min-height: 50px;
    margin: 80px auto;
}

.username {
    width: 100px;
    float: left;
    height: 52px;
    line-height: 52px;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.userinput {
    width: 300px;
    float: left;
    height: 52px;
    line-height: 52px;
    margin-bottom: 20px;
}

.inputbg {
    background: url(images/input.png);
    width: 260px;
    height: 38px;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
    color: #666666;
    text-shadow: 0px 1px #fff;
    font-size: 16px;
    padding-top: 8px;
    font-weight: bold;
}

user agent stylesheetin

.login_input ul {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0px 1px #fff;
}

textarea:focus, input:focus {
    outline: 0;
}

.sub_box {
    width: 300px;
    float: left;
    height: 52px;
    line-height: 52px;
    text-align: right;
}

.sub_button {
    background: url(images/login_button.png);
    width: 131px;
    height: 60px;
    border: 0;
    font-weight: bold;
    text-shadow: 0px 1px #000;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 10px;
    margin-right: 5px;
}

.sub_button2 {
    background: url(images/login_button2.png);
    width: 300px;
    height: 60px;
    border: 0;
    font-weight: bold;
    text-shadow: 0px 1px #000;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    padding-bottom: 10px;
    margin-right: 5px;
}

.forgot {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

    .forgot a {
        text-shadow: 0px 1px #fff;
        text-decoration: none;
        color: #666666;
    }

        .forgot a:hover {
            color: #FF0000;
            text-shadow: 0px 1px #fff;
        }

.title_head {
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 15px;
}

.br_containt {
    height: auto;
    margin-top: 5px;
}

    .br_containt ul {
        margin: 0;
        padding: 0;
    }

        .br_containt ul li {
        }

.red_arow {
    background: url("images/arow1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 47px;
    padding-top: 8px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 161px;
}

.grey_arow {
    background: url("images/arow2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 47px;
    margin-left: -20px;
    width: 344px;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 10px;
    padding-left: 27px;
}

.text_field {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 0 0 -20px;
    padding: 20px;
    width: 1140px;
}

.contain_box {
    width: 1140px;
    height: auto;
    margin: 0 auto;
    min-height: 400px;
    padding-bottom: 60px;
}

.contain_box1 {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 20px;
    min-height: 400px;
    border: 1px solid #cccccc;
    background: #fff;
    margin-left: -20px;
    padding: 20px;
    /*float: left;*/
}

/*.footer {
    width: 1180px;
    height: auto;
    margin: 0 auto;
}

.footer1 {
    float: left;
    width: 1140px;
    height: auto;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #11174d;
    background: #2A295C;
    padding: 20px;
    margin-top: -5px;
    margin-bottom: 3px;
    position: relative;
    z-index: -1;
    color: #fff;
}*/

.left-content {
    float: left;
}

.right-content {
    float: left;
}

.select_cotation {
    float: left;
    margin-right: 10px;
    margin-top: -8px;
}

    .select_cotation span {
        height: 30px;
        width: 30px;
        background: url(images/edit_button.png);
        cursor: pointer;
        float: left;
        margin-right: 0px;
        margin-top: -5px;
    }

    .select_cotation p {
        margin: 0px;
        padding: 0px;
        text-align: left;
        width: 280px;
        float: left;
        height: 45px;
        overflow-x: hidden;
        overflow-y: auto;
    }

#feedback {
    font-size: 1.4em;
}

.CotationSelectable .ui-selecting {
    background: #fecfcf;
}

.CotationSelectable .ui-selected {
    background: #fdbcbc
}

.sub_scrol {
    color: #000;
}

.CotationSelectable .ui-hover {
    background: #F39814;
    color: #000;
}

.CotationSelectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 93%;
}

    .CotationSelectable li {
        font-size: 14px;
        /*height: 18px;*/
        margin: 5px;
        padding: 8px;
        text-align: left;
        width: 100%;
    }

.left-content .blockMsg {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA !important;
    border-radius: 6px 6px 6px 6px;
    color: #000000;
    cursor: wait;
    height: 97% !important;
    left: 11.5px;
    margin: 14px 14px 0 0 !important;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0 !important;
    width: 96% !important;
    z-index: 1011;
}

.blockMsg {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA !important;
    border-radius: 6px 6px 6px 6px;
    color: #000000;
    cursor: wait;
    min-height: 10% !important;
    left: 11.5px;
    margin: 14px 14px 0 0 !important;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0 !important;
    width: 96% !important;
    z-index: 1011;
}

.mCustomScrollBox {
    max-height: 580px !important;
}

.scrol_head {
    border-bottom: 1px solid #EEEEEE;
    color: #D5001C;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 10px 0 10px 20px;
    text-align: left;
}

.scrol_scrol {
    border-bottom: 1px solid #EEEEEE;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 10px 0 10px 5px;
    text-align: left;
}

.sub_scrol {
    float: right;
    margin-right: 30px;
    text-align: right;
    width: 96%;
    padding-top: 14px;
}

    .sub_scrol span {
    }

.scrol_sub {
    background: none repeat scroll 0 0 #AA0218;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 75px;
    border: 1px solid #da031f;
}

.SearchBOX {
    background: url(images/search.png);
    background-repeat: no-repeat;
    width: 92%;
    height: 40px;
    padding-left: 10px;
    border: none
}

.title_head1 {
    /*border: 1px solid #CCCCCC;*/
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 30px;
    float: right;
    width: 400px;
}

    .title_head1 li {
        float: left;
        width: 175px;
        border: 1px solid #ddd;
        padding-left: 10px;
    }
/*border: 1px solid #CCCCCC;
color: #666666;
font-size: 13px;
font-weight: bold;
line-height: 22px;
margin-bottom: 30px;
float: right;
width:400px;
}*/
.clock_butt {
}

    .clock_butt .sub_button {
        background: url(images/login_button.png);
        width: 131px;
        height: 60px;
        border: 0;
        font-weight: bold;
        text-shadow: 0px 1px #000;
        font-size: 16px;
        color: #FFFFFF;
        cursor: pointer;
        padding-bottom: 10px;
        margin-right: 5px;
    }

.YesNoButton {
    background: url(images/yes_no.png) no-repeat;
    width: 153px;
    height: 52px;
    margin-right: 190px;
    float: left;
    margin-top: -6px;
}

.B2BB2CButton {
    background: url(images/b2b_b2c.png) no-repeat;
    width: 153px;
    height: 52px;
    margin-right: 190px;
    float: left;
    margin-top: -6px;
}

.YesNoButton_Switch {
    background: url(images/button.png) no-repeat;
    width: 82px;
    height: 38px;
    margin-left: 6px; /*76*/
    float: left;
    margin-top: 6px;
    cursor: pointer;
}

.B2BB2C_Switch {
    background: url(images/button.png) no-repeat;
    width: 82px;
    height: 38px;
    margin-left: 8px; /*76*/
    float: left;
    margin-top: 6px;
    cursor: pointer;
}

.calculated_result {
    float: left;
    width: 100%;
}

.calculated_heading {
    font-weight: bold;
    padding: 5px 5px 0px 5px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

    .calculated_heading ul {
    }

        .calculated_heading ul li {
            background: #fff;
            padding: 5px;
            margin-bottom: 5px;
            font-weight: normal;
            border: 1px solid #eee;
        }

.clock_butt {
}

.selectboxpopup {
    float: left;
    margin: 15px 15px 15px 45px;
}

    .selectboxpopup ul {
        float: left;
    }

        .selectboxpopup ul li {
            float: left;
            text-align: left;
            padding: 3px 0 3px 12px;
        }

            .selectboxpopup ul li select {
                padding: 4px;
                border: 1px solid #ccc;
                width: 180px;
            }

            .selectboxpopup ul li input {
                padding: 5px;
                border: 1px solid #ccc;
                width: 168px;
            }

#popupdiv label {
    float: right;
    margin: 0;
    position: absolute;
    background: #f00;
    padding: 4px 8px 4px 8px;
    border-radius: 56px;
    font-weight: bold;
    right: -32px;
    margin-top: -22px;
    color: #fff;
    cursor: pointer;
}

.litext {
    line-height: 33px;
    width: 60px;
    text-align: left;
    float: left;
    font-weight: bold;
}

.liinput {
    line-height: 33px;
    width: 285px;
    float: left;
}

.selectboxpopup li:nth-child(1) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
}

.selectboxpopup li:nth-child(2) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

.selectboxpopup li:nth-child(3) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

.selectboxpopup li:nth-child(4) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

.selectboxpopup li:nth-child(5) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

.selectboxpopup li:nth-child(6) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-left: 0;
}

.selectboxpopup li:nth-child(7) {
    background: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.selectboxpopup li:nth-child(8) {
    background: #fff;
}

.selectboxpopup li:nth-child(9) {
    background: #fff;
}

.selectboxpopup li:nth-child(10) {
    background: #fff;
}

.selectboxpopup li:nth-child(11) {
    background: #fff;
}

.selectboxpopup li:nth-child(12) {
    background: #fff;
    border-right: 1px solid #e1e1e1;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.selectboxpopup li:nth-child(13) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
}

.selectboxpopup li:nth-child(14) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

.selectboxpopup li:nth-child(15) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

.selectboxpopup li:nth-child(16) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

.selectboxpopup li:nth-child(17) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
}

.selectboxpopup li:nth-child(18) {
    background: #eee;
    border: 1px solid #e1e1e1;
    border-left: 0;
}

.selectboxpopup li:nth-child(19) {
    background: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
}

.selectboxpopup li:nth-child(20) {
    background: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
}

.selectboxpopup li:nth-child(21) {
    background: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
}

.selectboxpopup li:nth-child(22) {
    background: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
}

.selectboxpopup li:nth-child(23) {
    background: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
}

.selectboxpopup li:nth-child(24) {
    background: #fff;
    border-left: 0;
    border-right: 1px solid #e1e1e1;
    border-top: 0;
    border-bottom: 1px solid #e1e1e1;
}

.submitbutton {
    background: url(images/submit_button.png) no-repeat;
    border: 0px !important;
    width: 71px !important;
    color: #fff;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0px !important;
    float: right;
    margin: 3px 21px 4px 0;
    cursor: pointer;
}

.UDAMtab {
    width: 1050px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

    .UDAMtab tr {
        padding: 0px;
        margin: 0px;
    }

        .UDAMtab tr td {
            padding: 7px 0 7px 17px;
            margin: 0px;
            text-align: left;
            font-weight: bold;
        }

            .UDAMtab tr td input {
                padding: 5px 10px;
                margin: 0px;
                border: 1px solid #ccc;
                width: 185px;
            }

            .UDAMtab tr td select {
                padding: 5px 10px;
                margin: 0px;
                border: 1px solid #ccc;
                width: 207px;
            }

        .UDAMtab tr:nth-child(odd) {
            background: #eee;
            border: 1px solid #e1e1e1;
        }

        .UDAMtab tr:nth-child(even) {
            background: #fff;
            border: 1px solid #e1e1e1;
        }

.help {
    float: right;
    height: 30px;
    line-height: 30px;
}

    .help li {
    }

        .help li a {
            color: #fff;
            text-decoration: none;
            padding: 8px;
            text-shadow: 0px 0px 1px #000;
        }

            .help li a:hover {
                background: #fff;
                color: #f00;
                text-shadow: 0px 0px 1px #fff;
            }

.aml-cft {
    float: right;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    font-style: italic;
    font-family: arial;
    margin-top: 39px;
}