﻿@import url('menu.css');
@import url('footer.css');

body {
    margin: 0;
    color: #333;
    background-color: #f1f1f1;
    font: normal 14px '微软雅黑', Arial, Helvetica, Sans-Serif;
}

em {
    display: inline-block;
    margin-right: 5px;
    color: red;
}

a {
    color: #417eb7;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img {
    border: 0;
}

ul, li, p {
    padding: 0;
    margin: 0;
}

input[type="text"], input[type="password"], select, textarea {
    padding: 4px;
    border: solid 1px #d1d1d1;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 4px 12px;
    margin: 0;
    font-weight: normal;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
    input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus,
    input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}

.hidden {
    display: none;
}

.red {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

td {
    font-size: 12px;
    text-align: left;
}

    td.right {
        text-align: right;
        font-weight: bold;
    }

    td.top {
        vertical-align: top;
    }

h1 {
    font-size: 20px;
    margin: 0 0 0 0;
}

h3 {
    margin-left: 15px;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    line-height: 32px;
}

hr {
    border: 0;
    width: 90%;
    color: #EEE;
    background-color: #EEE;
    height: 1px;
}

label {
    cursor: pointer;
}

span.large {
    font-size: 14px;
    font-weight: bold;
}

span.gray-text {
    color: #999;
}

ul.bullet {
    margin-top: 10px;
    margin-left: 10px;
    list-style-image: url( '/admin/images/list_arr.gif' );
}

ul.sitemap {
    margin-top: 10px;
    margin-left: 10px;
    list-style-image: url( '/admin/images/document.gif' );
}

.len20 {
    width: 20px;
}

.len80 {
    width: 80px;
}

.len200 {
    width: 200px;
}

.len400 {
    width: 400px;
}

.len550 {
    width: 550px;
}

.len600 {
    width: 600px;
}

.centerbox {
    text-align: center;
    margin: 0px auto;
    width: 100%;
}

.button {
    width: 100px;
}

.ErrorMessage {
    color: Red;
}
/***********Login**************/
#login {
    background-color: #005dad;
}

    #login .login-container {
        background: url(/admin/images/login-bg.png) no-repeat left top;
        width: 1053px;
        margin: 0 auto;
    }

        #login .login-container .login-content {
            width: 440px;
            margin: 0 auto;
            padding: 100px 0 0 0;
            text-align: center;
        }

            #login .login-container .login-content .title {
                font-size: 24px;
                font-weight: bold;
                margin-top: 50px;
                padding-bottom: 10px;
                color: #ff6a00;
            }

            #login .login-container .login-content .logintb {
                padding: 30px 20px;
                width: 340px;
                height: 180px;
                margin: 50px auto 100px auto;
                background: url(/admin/images/login-tb-bg.png) no-repeat left top;
            }

                #login .login-container .login-content .logintb table {
                }

                    #login .login-container .login-content .logintb table td {
                        text-align: right;
                        width: 70px;
                        height: 32px;
                    }

                        #login .login-container .login-content .logintb table td input {
                            width: 220px;
                        }

                            #login .login-container .login-content .logintb table td input.check-txt {
                                width: 80px;
                                float: left;
                            }

                        #login .login-container .login-content .logintb table td img {
                            float: left;
                            width: 65px;
                        }

                        #login .login-container .login-content .logintb table td input.loginbtn {
                            width: 88px;
                            height: 32px;
                            background: url(/admin/images/login-btn.png) no-repeat left top;
                            border: 0;
                            cursor: pointer;
                            margin-right: 20px;
                            margin-top: 10px;
                        }

                        #login .login-container .login-content .logintb table td span {
                            font-size: 12px;
                        }

                        #login .login-container .login-content .logintb table td + td {
                            text-align: left;
                            width: 240px;
                            padding-left: 10px;
                        }

            #login .login-container .login-content .login-copyright {
                color: #fff;
                padding-bottom: 15px;
            }

                #login .login-container .login-content .login-copyright a {
                    color: #fff;
                }
/***********Login**************/
/*************Left*****************/
.left-nav {
    width: 197px;
    background: url(/admin/images/sub-nav-bg.jpg) repeat-y left top;
    min-height: 640px;
}
/*************Left*****************/

#container {
    margin: 0 auto;
    width: 824px;
    text-align: left;
    height: 100%;
    background-color: #FFF;
}

#container_login {
    margin: auto;
    width: 384px;
    text-align: left;
    height: 100%;
    padding: 150px 0 0;
}

#content {
    width: 100%;
    margin: 0px;
    margin-left: 25px;
    margin-right: 25px;
    width: 774px;
}

#columns {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#tab_head {
    margin-top: 10px;
    margin-left: 0px;
    height: 30px;
}

    #tab_head div {
        float: left;
        width: 120px;
        height: 20px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        padding: 5px 0 1px 0;
        background: #eee;
        margin: 0 2px;
        border: 1px solid #ccc;
    }

#tab_content {
    background-color: #fff;
    text-align: center;
    margin: 0px;
    width: 800px;
    clear: both;
    border: 1px solid #ccc;
}

#tab_head div:hover {
    cursor: pointer;
}


.line_top {
    line-height: 46px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    margin-top: 10px;
    padding-left: 50px;
}

.dashboard {
    width: 100%;
    margin-top: 100px;
}

    .dashboard td {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 30px;
    }

.dashboard-search {
    margin-top: 10px;
    line-height: 46px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding-left: 50px;
}

.dashboard-search-condition {
    padding-left: 15px;
}

a.dashboard-add {
    background: url(/admin/images/add-ico.png) no-repeat left 2px;
    margin-top: 10px;
    padding-left: 20px;
    margin-left: 10px;
    height: 24px;
    display: inline-block;
}

table.content-list {
    border-collapse: collapse;
    margin-top: 10px;
    width: 98%;
}

    table.content-list thead tr, table.content-list tr th {
        font-weight: bold;
        background-color: #417eb7;
        border: solid 1px #2a669e;
        color: #fff;
    }

        table.content-list thead tr.white {
            border: solid 1px #2a669e;
            background: #fff;
        }

    table.content-list tbody tr {
        border-bottom: solid 1px #e5e5e5;
        border-left: solid 1px #e5e5e5;
        border-right: solid 1px #e5e5e5;
    }

    table.content-list th, table.content-list td {
        padding: 0 10px;
        height: 30px;
        margin: 0;
    }

        table.content-list td img {
            margin: 3px 3px;
        }

    table.content-list tr.white {
        background-color: #fff;
    }


    table.content-list tr:hover {
        background-color: lightyellow;
    }

    table.content-list thead tr:hover, table.content-list tr th:hover {
        background-color: #417eb7;
    }

tr.paging:hover {
    background-color: #f1f1f1;
}

tr.head:hover {
    background-color: #417eb7;
}

.paging td {
    border: none;
}

    .paging td.page-total {
        padding: 10px 20px;
    }

    .paging td.page-index {
        text-align: right;
        padding: 10px 20px;
    }

        .paging td.page-index a {
            margin: 0 2px;
            height: 20px;
            line-height: 20px;
            padding: 0px 5px;
            background-color: #fff;
            border: solid 1px #bbbbbb;
            -moz-border-radius: 3px 3px 3px 3px;
            -webkit-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
            behavior: url(PIE.htc);
            color: #000;
            display: inline-block;
            text-align: center;
        }

            .paging td.page-index a:hover {
                background-color: #417eb7;
                border: solid 1px #2a669e;
                color: #fff;
            }

            .paging td.page-index a.page_selected {
                background-color: #417eb7;
                border: solid 1px #2a669e;
                color: #fff;
            }

.successDivInfo {
    background-color: #7fc04c;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 0;
    margin: 20px 0;
    overflow: hidden;
    min-width: 200px;
}

    .successDivInfo ul {
        margin: 5px 40px;
        line-height: 22px;
    }

.errorDivInfo {
    background-color: #FAE4E4;
    color: #9B5A5A;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 0;
    margin: 20px 0;
    overflow: hidden;
    min-width: 200px;
}

    .errorDivInfo ul {
        margin: 5px 40px;
        line-height: 22px;
    }

.order {
    background: url(/Content/images/order-bg.png) no-repeat left top;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    margin-top: 20px;
}

    .order em {
        color: #f34541;
    }

.order_list {
    margin-top: 15px;
}
