﻿
@font-face {
    font-family: 'Helvetica';
    font-weight: normal;
    /*src: url('/admin/Content/css/fonts/Helvetica.eot');
    src: url('/admin/Content/css/fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('/admin/Content/css/fonts/Helvetica.woff') format('woff'),  url('/admin/Content/css/fonts/Helvetica.ttf') format('truetype');*/
}

@font-face {
    font-family: 'Helvetica';
    font-weight: lighter;
    /*src: url('/admin/Content/css/fonts/helvetica-light.eot');
    src: url('/admin/Content/css/fonts/helvetica-light.eot?#iefix') format('embedded-opentype'),  url('/admin/Content/css/fonts/helvetica-light.woff') format('woff'),  url('/admin/Content/css/fonts/helvetica-light.ttf') format('truetype');*/
}

@font-face {
    font-family: 'Helvetica';
    font-weight: bold;
    /*src: url('/admin/Content/css/fonts/Helvetica-Bold.eot');
    src: url('/admin/Content/css/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  url('/admin/Content/css/fonts/Helvetica-Bold.woff') format('woff'),  url('/admin/Content/css/fonts/Helvetica-Bold.ttf') format('truetype');*/
}


body {
    font-family: Helvetica, sans-serif, "Helvetica";
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

* {
    margin: 0;
    background-repeat: no-repeat;
}

.menu * {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}

.wrapper {
    width: 920px;
    padding: 0 20px;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.header,
.menu,
.footer {
    width: 960px;
    display: block;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.header {
    height: 137px;
    border-top: 4px solid #3a3a3a;
    background-image: url(../../Images/header_bg.jpg);
    background-position: bottom;
}

    .header .submenu {
        background-image: url(../../Images/header_submenu.png);
        height: 20px;
        width: 140px;
        display: block;
        float: right;
        padding: 0px 20px 2px 50px;
        color: #FFF;
        font-size: 12px;
        font-weight: lighter;
    }

        .header .submenu a {
            font-size: 12px;
            display: block;
            float: right;
            color: #FFF;
            margin-right: 10px;
        }

            .header .submenu a:hover {
                text-decoration: underline;
            }

        .header .submenu span {
            float: right;
            margin-right: 10px;
        }

    .header .logo {
        display: block;
        overflow: hidden;
        float: left;
        margin: 40px 0 0 20px;
    }

        .header .logo img {
            border: 0;
        }

.menu {
    height: 40px;
    background-color: #3a3a3a;
    color: #FFF;
    overflow: visible;
    line-height: 20px;
    font-size: 14px;
}

    .menu > .mainNav {
        /*padding: 0 20px;*/
        float: left;
        display: block;
    }

        .menu > .mainNav > li {
            padding: 0;
            margin-right: 5px;
            float: left;
            position: relative;
            display: block;
        }

            .menu > .mainNav > li.ui-state-active {
                background-color: #bd2331;
            }

                .menu > .mainNav > li.ui-state-active ul {
                    z-index: 99;
                }

                .menu > .mainNav > li.ui-state-active li {
                    margin: 0;
                    padding: 0;
                }

                    .menu > .mainNav > li.ui-state-active li a {
                        margin: 0;
                    }

            .menu > .mainNav > li a {
                display: block;
                color: #FFF;
                background-image: url(../../Images/arr_menu.png);
                background-position: 92% 55%;
                padding: 10px 25px 10px 20px;
            }

            .menu > .mainNav > li ul {
                position: absolute;
                top: 40px;
                left: 0;
                background-color: #bd2331;
                display: none;
                width: 280px;
            }

                .menu > .mainNav > li ul:last-child {
                    width: 280px;
                }



                .menu > .mainNav > li ul > li {
                    border-bottom: 1px solid #be525c;
                    padding: 0;
                    margin: 0;
                    display: block;
                    position: relative;
                    float: left;
                    width: 280px;
                }

                .menu > .mainNav > li ul:last-child > li {
                    width: 280px;
                }

                .menu > .mainNav > li ul > li a {
                    padding: 8px 20px;
                    display: block;
                    background-image: none;
                    overflow: hidden;
                    line-height: 20px;
                    margin: 0;
                }

                    .menu > .mainNav > li ul > li a:hover {
                        background: #7a222a;
                        margin: 0;
                    }

                .menu > .mainNav > li ul > li ul {
                    position: absolute;
                    left: 280px !important;
                    top: -1px !important;
                    border-top: 1px solid #be525c;
                }

                    .menu > .mainNav > li ul > li ul a {
                        margin: 0;
                    }

                        .menu > .mainNav > li ul > li ul a:hover {
                            margin: 0;
                        }

    .menu .NavUser {
        display: block;
        float: right;
        height: 40px;
    }

        .menu .NavUser > li {
            padding: 0;
            float: left;
            position: relative;
            display: block;
            line-height: 20px;
            font-size: 14px;
            padding-left: 55px;
            background: #616161 url(../../Images/nav_user_bg.jpg) left top no-repeat;
        }

            .menu .NavUser > li.ui-state-active {
                background: #bd2331 url(../../Images/nav_user_bg.jpg) left bottom no-repeat;
            }

                .menu .NavUser > li.ui-state-active a {
                    margin: 0;
                }

            .menu .NavUser > li a {
                color: #FFF;
                padding: 10px 10px;
                display: block;
            }

                .menu .NavUser > li a span {
                    display: block;
                    padding-right: 20px;
                    background: url(../../Images/arr_menu.png) right center no-repeat;
                    margin-right: 15px;
                }

            .menu .NavUser > li ul {
                position: absolute;
                top: 40px;
                right: 0;
                background-color: #bd2331;
                display: none;
            }

                .menu .NavUser > li ul li {
                    clear: both;
                    border-top: 1px solid #be525c;
                    padding: 0;
                    margin: 0;
                    display: block;
                    position: relative;
                }

                    .menu .NavUser > li ul li a {
                        display: block;
                        background-image: none;
                        padding: 8px 20px;
                        width: 186px;
                    }

                        .menu .NavUser > li ul li a:hover {
                            background: #7a222a;
                            margin: 0;
                        }

.breadcrumb {
    font-size: 12px;
    font-weight: lighter;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px 0 0 0;
}

    .breadcrumb a,
    .breadcrumb span,
    .breadcrumb p {
        display: block;
        overflow: hidden;
        float: left;
        padding: 0;
        margin-right: 3px;
    }

    .breadcrumb p {
        margin-bottom: 0;
        margin-top: 0;
    }

    .breadcrumb a,
    .breadcrumb span {
        color: #bd2331;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

.forms {
    display: block;
    overflow: hidden;
}

    .forms dl {
        margin-bottom: 10px;
        clear: both;
        font-weight: normal;
        line-height: 40px;
        display: block;
        overflow: hidden;
    }

        .forms dl dt,
        .forms dl dd {
            float: left;
            font-size: 14px;
            display: block;
            overflow: hidden;
        }

        .forms dl dt {
            width: 130px;
            font-weight: bold;
        }

            .forms dl dt span.wrapinput {
                color: #e6001c;
            }

        .forms dl dd {
            font-weight: 100;
        }

            .forms dl dd span.wrapinput {
                display: block;
                overflow: hidden;
                width: 320px;
                padding: 4px 10px;
                border: 1px solid #898989;
                height: 25px;
                /*margin-bottom: 10px;*/
                margin-right: 5px;
                float: left;
                clear: both;
            }

                .forms dl dd span.wrapinput input[type="text"] {
                    width: 100%;
                    line-height: 25px;
                    height: 25px;
                    display: block;
                    border: 0;
                    font-size: 14px;
                    font-family: Helvetica, sans-serif;
                }

            .forms dl dd p {
                display: block;
                overflow: hidden;
                float: left;
                line-height: 18px;
                font-weight: 100;
                font-size: 14px;
                width: 100%;
                margin-bottom: 5px;
            }

            .forms dl dd a.datepicker {
                display: block;
                overflow: hidden;
                width: 35px;
                height: 35px;
                float: left;
                background: url(../../Images/icon_datepicker.png) center no-repeat;
                text-indent: -9999px;
            }

            .forms dl dd input[type="submit"] {
                display: block;
                float: left;
                margin-right: 10px;
            }

ul.Operating {
    padding: 0px;
}

.Operating {
    display: block;
    overflow: visible;
    margin-bottom: 10px;
    height: 35px;
}

    .Operating > li {
        display: block;
        float: left;
        width: 450px;
        margin-right: 10px;
    }

        .Operating > li label {
            display: block;
            float: left;
            margin-right: 5px;
            line-height: 35px;
            font-weight: bold;
        }


        .Operating > li p.wrapinput {
            display: block;
            overflow: hidden;
            border: 1px solid #898989;
            padding: 3px 4px;
            line-height: 27px;
            width: 250px;
        }

            .Operating > li p.wrapinput input[type="text"] {
                width: 100%;
                line-height: 25px;
                border: 0;
            }

        .Operating > li p {
            display: block;
            overflow: hidden;
            float: left;
            /*padding: 4px 9px;*/
            line-height: 25px;
        }

            .Operating > li p input[type="text"] {
                width: 100%;
                line-height: 25px;
                border: 0;
            }

        .Operating > li .dropDown {
            border: 1px solid #898989;
        }

            .Operating > li .dropDown > a {
                background-image: url(../../Images/select_dropdown_arrow.png);
                border: 1px solid #898989;
                border-left: 0;
            }

            .Operating > li .dropDown ul {
                border: 1px solid #898989;
                border-top: 0;
            }

.buttonHolder {
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

.dataTable {
    width: 100%;
    border-collapse: collapse;
    /*margin-bottom: 40px;*/
    line-height: 18px;
}

    .dataTable tr th {
        text-align: left;
        background: #4e4e4e;
        color: #FFF;
        font-weight: normal;
        padding: 10px 5px;
        text-align: center;
        line-height: 15px;
        border: 1px;
        border-style: solid;
        border-color: white;
    }

        .dataTable tr th a {
            display: block;
            width: 8px;
            height: 20px;
            overflow: hidden;
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -10px;
            background: url(../../Images/icon_sort.png) center no-repeat;
        }

        .dataTable tr th.alignLeft {
            text-align: left;
        }

    .dataTable tr td {
        padding: 5px 5px;
        vertical-align: top;
        text-align: left;
        line-height: 25px;
        border: 1px;
        border-style: solid;
        border-color: white;
    }

        .dataTable tr td.alignLeft {
            text-align: left;
        }

        .dataTable tr td.uppercase {
            text-transform: uppercase;
        }

    .dataTable tr:nth-child(odd) td,
    .dataTable tr.redBg td {
        background: #fbf8f8;
    }

    .dataTable tr.redBg td {
        background: #fbf8f8;
    }

    .dataTable tr td > p.wrapinput {
        display: block;
        overflow: hidden;
        float: left;
        border: 1px solid #898989;
        padding: 4px 9px;
        line-height: 25px;
        width: 160px;
        background-color: #fff;
    }

        .dataTable tr td > p.wrapinput input[type="text"] {
            width: 100%;
            line-height: 25px;
            border: 0;
        }

/*Add color by Liu Kun*/
.detailsblue {
    color: blue;
}

.pagination {
    position: relative;
    margin-bottom: 10px;
}

    .pagination ul {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

        .pagination ul li {
            list-style: none;
            display: inline;
            color: #cf3240;
            font-size: 14px;
            margin: 0 5px;
        }

            .pagination ul li a {
                color: #cf3240;
            }

                .pagination ul li a.thisPage {
                    color: #4e4e4e;
                    font-size: 24px;
                }

                .pagination ul li a:hover {
                    text-decoration: underline;
                }

    .pagination .resultDisplay {
        display: block;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 14px;
        top: 50%;
        height: 20px;
        margin-top: -10px;
        color: #000;
    }

        .pagination .resultDisplay span {
            font-size: 24px;
        }

.NFI-wrapper {
    width: 341px;
    display: block !important;
    margin-bottom: 10px;
    overflow: hidden;
    height: 35px;
    float: left;
}

    .NFI-wrapper .NFI-filename {
        display: block;
        overflow: hidden;
        float: left;
        width: 245px;
        border-left: none;
        height: 33px;
        line-height: 33px;
        background: #fff;
        color: #333;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-weight: 100;
        font-family: Helvetica, sans-serif;
        font-size: 14px;
        border: 1px solid #898989;
        border-right: 0;
    }

    .NFI-wrapper .NFI-button {
        float: right !important;
        background-color: #616161;
        color: #fff;
        width: 75px;
        line-height: 35px;
        height: 35px;
        font-weight: 100;
        font-size: 14px;
        font-family: Helvetica, sans-serif;
    }

.footer .topFooter {
    display: block;
    overflow: hidden;
    background: #f7f9fb;
    padding: 10px 0 10px 29px;
}

    .footer .topFooter li {
        display: block;
        overflow: hidden;
        float: left;
        margin-right: 43px;
    }
	.footer .topFooter li img {
            display: block;
        }

        .footer .topFooter li:last-child {
            margin-right: 0;
        }

.footer .bottomFooter {
    display: block;
    overflow: hidden;
    background: #3a3a3a;
    color: #b4b4b4;
    padding: 20px;
    font-size: 14px;
}

    .footer .bottomFooter ul {
        display: block;
        overflow: hidden;
        float: left;
    }

        .footer .bottomFooter ul li {
            display: block;
            overflow: hidden;
            float: left;
        }

            .footer .bottomFooter ul li span {
                display: block;
                margin: 0 25px;
            }

            .footer .bottomFooter ul li a {
                color: #FFF;
            }

                .footer .bottomFooter ul li a:hover {
                    text-decoration: underline;
                }

    .footer .bottomFooter p {
        display: block;
        float: right;
    }

/*.popUp {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/Admin/Images/mask_gray.png);
    background-repeat: repeat;
    z-index: 10;
}*/

.popUp_main {
    width: 600px;
    background-color: #FFF;
    position: relative;
}

    .popUp_main a.close {
        width: 32px;
        height: 32px;
        background-image: url(../../Images/popUp_close.png);
        position: absolute;
        right: -15px;
        top: -15px;
    }

.popUp_main > p {
    margin: 20px 0;
}

.popUp_main > p button {
    background: #999;
}

.popUp_main dl {
    width: 100%;
    float: left;
    line-height: 35px;
    overflow: visible;
    padding-bottom: 10px;
    clear: both;
}

.popUp_main dl dt {
    float: left;
    font-size: 14px;
    /*line-height: 35px;*/
}

.popUp_main dl dd {
    width: 75%;
    float: right;
    padding: 0;
    /*line-height:3;*/
}

/*.popUp_main dl dd select {
        width: 95%;
    }*/

.popUp_main dl dd > input[type="text"] {
    width: 82%;
    height: 35px;
    padding: 0 5px;
    border: 1px solid #d9d9d9;
    line-height: 35px;
    max-width: 435px;
}

.popUp_main dl dd textarea {
    width: 82%;
    height: 60px;
    padding: 10px 5px;
    border: 1px solid #d9d9d9;
    font-family: Helvetica, sans-serif, "Helvetica";
    font-weight: normal;
    font-size: 14px;
    resize: none;
    line-height: 20px;
    max-width: 435px;
    float: left;
}

.popUp_main dl dd .dropDown {
    width: 85%;
    float: left;
    max-width: 395px;
}

.popUp_main dl dd .errorMessage {
    display: block;
    font-size: 14px;
    margin: -5px 0 -30px 15px;
    float: left;
    max-width: 435px;
}

.popUp_main select {
    width: 85% !important;
}

.uploadpopUp {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../../images/mask_gray.png);
    background-repeat: repeat;
    z-index: 10;
}

.uploadpopUp .uploadpopUp_main {
    width: 600px;
    min-height: 50%;
    padding: 30px;
    background-color: #FFF;
    position: relative;
    left: 50%;
    margin: 50px 0;
}

.uploadpopUp .uploadpopUp_main a.close {
    width: 32px;
    height: 32px;
    background-image: url(../../images/popUp_close.png);
    position: absolute;
    right: -15px;
    top: -15px;
}

.uploadpopUp .uploadpopUp_main > p {
    margin: 20px 0;
}

    .uploadpopUp .uploadpopUp_main > p button {
        background: #999;
    }

.uploadpopUp .uploadpopUp_main dl {
    width: 100%;
    float: left;
    line-height: 35px;
    overflow: visible;
    padding-bottom: 35px;
    clear: both;
}

.uploadpopUp .uploadpopUp_main dl dt {
    width: 20%;
    float: left;
    font-size: 14px;
}

.uploadpopUp .uploadpopUp_main dl dd {
    width: 75%;
    float: right;
    padding: 0;
}

.uploadpopUp .uploadpopUp_main dl dd select {
    width: 95%;
}

.uploadpopUp .uploadpopUp_main dl dd > input[type="text"] {
    width: 90%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #d9d9d9;
    line-height: 35px;
    max-width: 435px;
}

.uploadpopUp .uploadpopUp_main dl dd textarea {
    width: 90%;
    height: 60px;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    font-family: Helvetica, sans-serif, "Helvetica";
    font-weight: normal;
    font-size: 14px;
    resize: none;
    line-height: 20px;
    max-width: 435px;
    float: left;
}

.uploadpopUp .uploadpopUp_main dl dd .dropDown {
    width: 90%;
    float: left;
    max-width: 395px;
}

.uploadpopUp .uploadpopUp_main dl dd .errorMessage {
    display: block;
    font-size: 14px;
    margin: -5px 0 -30px 15px;
    float: left;
    max-width: 435px;
}

.right {
    float: right !important;
}



.zindex {
    z-index: 99;
}

.pagination {
    color: #4e4e4e;
    font-size: 24px;
    line-height: 40px;
}

    .pagination a {
        display: inline-block;
        font-size: 14px;
        margin: 0 5px;
        color: #cf3240 !important;
    }

        .pagination a[disabled] {
            text-decoration: none;
            color: gray !important;
            cursor: default;
        }

    .pagination span {
        display: block;
        position: absolute;
        right: 0;
        font-size: 14px;
        top: 30%;
        height: 20px;
        margin-top: -10px;
        color: #000;
    }

select.large {
    height: 35px;
    width: 260px;
    padding-left: 5px;
    padding-right: 0px;
}

.total {
    text-align: right;
    font-size: 14px;
    line-height:40px;
}

.td_left {
    text-align: left !important;
}

.td_right {
    text-align: right !important;
}

.page_main {
    width: 100%;
    background-color: #FFF;
    position: relative;
}

    .page_main a.close {
        width: 32px;
        height: 32px;
        background-image: url(../../Images/popUp_close.png);
        position: absolute;
        right: -15px;
        top: -15px;
    }

    .page_main > p {
        margin: 20px 0;
    }

        .page_main > p button {
            background: #999;
        }

    .page_main dl {
        width: 100%;
        float: left;
        /*line-height: 35px;*/
        overflow: visible;
        padding-bottom: 10px;
        clear: both;
    }

        .page_main dl dt {
            float: left;
            font-size: 14px;
            line-height: 35px;
        }

        .page_main dl dd {
            width: 75%;
            float: right;
            padding: 0;
            line-height: 35px !important;
        }

            /*.page_main dl dd select {
                    width: 95%;
                }*/

            .page_main dl dd > input[type="text"] {
                width: 98.5% !important;
                height: 35px;
                padding: 0 5px;
                border: 1px solid #d9d9d9;
                line-height: 35px;
            }

            .page_main dl dd textarea {
                width: 92% !important;
                height: 60px;
                padding: 10px 15px;
                border: 1px solid #d9d9d9;
                font-family: Helvetica, sans-serif, "Helvetica";
                font-weight: normal;
                font-size: 14px;
                resize: none;
                line-height: 20px;
                float: left;
            }

            .page_main dl dd .dropDown {
                width: 100%;
                float: left;
            }

            .page_main dl dd .errorMessage {
                display: block;
                font-size: 14px;
                margin: -5px 0 -30px 15px;
                float: left;
                max-width: 435px;
            }

    .page_main select {
        width: 100% !important;
    }

    .page_main input[type="text"] {
        width: 80% !important;
        height: 35px;
        padding: 0 5px;
        border: 1px solid #d9d9d9;
        line-height: 35px;
    }

#listSubGrpTable input[type="text"] {
    width: 40% !important;
}

.page_login {
    width: 100%;
    background-color: #FFF;
    position: relative;
}

    .page_login a.close {
        width: 32px;
        height: 32px;
        background-image: url(../../Images/popUp_close.png);
        position: absolute;
        right: -15px;
        top: -15px;
    }

    .page_login > p {
        margin: 20px 0;
    }

        .page_login > p button {
            background: #999;
        }

    .page_login dl {
        width: 100%;
        float: left;
        /*line-height: 35px;*/
        overflow: visible;
        padding-bottom: 10px;
        clear: both;
    }

        .page_login dl dt {
            float: left;
            font-size: 14px;
            line-height: 35px;
        }

        .page_login dl dd {
            width: 75%;
            float: right;
            padding: 0;
            line-height: 35px !important;
        }

            /*.page_main dl dd select {
                    width: 95%;
                }*/

            .page_login dl dd > input[type="text"], input[type="password"] {
                width: 60% !important;
                height: 35px;
                padding: 0 5px;
                border: 1px solid #d9d9d9;
                line-height: 35px;
            }

            .page_login dl dd .dropDown {
                width: 100%;
                float: left;
            }

            .page_login dl dd .errorMessage {
                display: block;
                font-size: 14px;
                margin: -5px 0 -30px 15px;
                float: left;
                max-width: 435px;
            }
