﻿* {
    margin: 0;
    padding: 0;
}

#Logo {
    float: left;
    margin: 23px 0 0;
    width: 650px;
}

body {
    font-family: arial;
    background: #313131;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff600;
    }

div {
    display: block;
}

select, input, textarea {
    background-color: #FFFFFF;
    border: 1px solid #ADE5FF;
    border-radius: 2px;
    color: #000000;
    font-size: 13px;
    padding: 4px;
}

.checkbox input {
    margin-right: 5px;
}

.button {
    background-image: -moz-linear-gradient(center top, #FFFFFF, #FFFFFF 25%, #E6E6E6);
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#wapper {
    width: 100%;
    overflow: hidden;
}

#wapper-header {
    width: 100%;
    background: url(/Images/Login/bg_header.png);
    height: 150px;
}

#header {
    width: 1155px;
    margin: 0 auto;
    height: 105px;
}

#footer {
    width: 100%;
    height: 103px;
    background-color: #FFF;
    border-top: solid 1px #CCC;
    /*background: url(/Images/Login/body.png) left -59px;*/
}

    #footer p {
        text-align: center;
        display: block;
        margin: 35px 0 0 0;
        line-height: 20px;
        color: #fff;
    }

#content {
    width: 100%;
    overflow: hidden;
    background-color: #E6E6E6;
}

/* Header Detail */
#logo {
    float: left;
    margin: 23px 0 0;
    width: 550px;
}

#menu-wapper {
    width: 100%;
    overflow: hidden;
    /*border: solid #0d0d0d;
    border-width: 1px 0;*/
}

#menu {
    width: 99.9%;
    /*background: #4d4c4c;*/
    /*border: 1px solid #636262;*/
    height: 45px;
}

#menu {
    width: 99.8%;
    height: 45px;
}

    #menu ul {
        width: 1153px;
        overflow: hidden;
        padding-left: 20px;
        padding-top: 10px;
    }

        #menu ul li {
            list-style: none;
            line-height: 25px;
            padding-left: 10px;
            float: left;
        }

            #menu ul li a {
                font-size: 13px;
                text-transform: uppercase;
                font-weight: bold;
                padding: 8px;
                font-family: Tahoma;
            }

    #menu a.active {
        color: #FFF600;
    }

/*.split {
    width: 2px;
    height: 26px;
    margin: 9px 0;
    background: url(/Images/body.png) no-repeat -106px -29px;
    padding: 0 !important;
}*/

/* Account Info*/
#account-info {
    float: right;
    width: 550px;
    text-align: right;
    margin: 12px 0 0 0;
}

    #account-info ul li {
        display: inline;
        color: #fff;
        font-size: 14px;
        margin-right: 5px;
    }

        #account-info ul li a {
            padding: 5px 0;
        }

.help {
    background: url("/Images/Login/body.png") no-repeat scroll -638px -8px transparent;
    padding: 3px 25px 5px !important;
}

.about-us {
    background: url(/Images/Login/body.png) no-repeat -811px -4px;
    padding: 5px 0 5px 25px !important;
}

.header-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5CCE5A;
    float: left;
    margin-top: 30px;
}

/* Login */
.login-box {
    width: 590px;
    height: 395px;
    margin: 25px auto;
    background: url(/Images/Login/login.png) no-repeat;
}

.login-content {
    width: 510px;
    height: 193px;
    float: left;
    margin: 130px 0 0 50px;
}

    .login-content p {
        display: block;
        width: 100%;
        float: left;
        margin: 12px 0 0 0;
    }

        .login-content p span {
            display: block;
            width: 120px;
            text-align: left;
            color: #f6f5f5;
            font-weight: 500;
            float: left;
            margin: 5px 0 0 0;
        }

.input-login {
    display: block;
    width: 378px;
    padding: 0 0 0 5px;
    height: 30px;
    float: left;
    background: url(/Images/Login/body.png) no-repeat -219px -4px;
    border: none;
}

.remember-checkbox {
    width: 410px !important;
    margin: 0 0 0 120px !important;
}

.button-login {
    width: 103px;
    height: 35px;
    background: url(/Images/Login/body.png) no-repeat left -4px;
    float: right;
    border: none;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    margin-right: 20px;
}

/* Content */
.header-content {
    background: url("/Images/bg-bullet.png") no-repeat scroll 10px 10px ActiveCaption;
    float: left;
    height: 36px;
    width: 98%;
    padding-left: 20px;
}

#func {
    vertical-align: top;
    width: 18%;
    background-color: #F7F7FA;
    padding: 10px 15px;
}

    #func ul li {
        background: url("/Images/bullet.gif") no-repeat scroll 0 10px transparent;
        list-style: none;
        border-bottom: dotted 1px #222;
        padding-left: 10px;
        margin-bottom: 5px;
    }

        #func ul li a {
            color: #222222;
            font-family: tahoma;
            font-size: 14px;
            line-height: 24px;
            color: #222;
        }

            #func ul li a:hover, #func ul li a.active {
                color: #D56600;
            }

#main-content {
    vertical-align: top;
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 400px;
    overflow: hidden;
    padding: 10px;
    width: 80%;
    border-left: solid 1px #222;
}

#tblPager {
    padding-right: 20px;
    padding-top: 6px;
}

.main-info {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.title-content {
    line-height: 20px;
    color: #383838;
}

.header-content-left {
    background: url("/Images/body.png") no-repeat scroll 0 -168px transparent;
    float: left;
}

.header-content-right {
    background: url("/Images/body.png") no-repeat scroll right -204px transparent;
    float: left;
    padding: 0 20px 0 0;
}

#divBody .table-1 a, .popup-box a {
    color: #004F8B;
}

#divBody {
    font-size: 12px;
}

.main-table {
    margin-top: 0px;
    width: 100%;
}

.table-1 tr {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: left;
}

.table-1 th {
    background: none repeat scroll 0 0 #E5E5E5;
    text-align: center;
    font-weight: bold;
    font-family: Tahoma;
}

.table-1 th, .table-1 td {
    border: 1px solid #F0F0F0;
    margin: 0;
    padding: 5px;
}

.table-1 th, .table-1 td {
    border: 1px solid #F0F0F0;
    margin: 0;
    padding: 5px;
}

.footer-table {
    background: url("/Images/buttomTable-bg.png") repeat-x scroll left top transparent;
    height: 32px;
    width: 100%;
}

.button-link {
    color: #D56600 !important;
    font-weight: bold;
    line-height: 32px;
    padding-left: 10px;
}

#divBody a {
    color: blue;
    text-decoration: none;
}

/* Section */
.expand-section {
    background: url(/images/expand.png) 0 0 no-repeat;
    display: block;
    padding: 1px 0 1px 20px;
    line-height: 16px;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

.collapse-section {
    background: url(/images/collapse.png) 0 0 no-repeat;
    display: block;
    padding: 1px 0 1px 20px;
    line-height: 16px;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

/* Popup */
#overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.popup-box {
    position: fixed;
    display: none;
    z-index: 101;
    font-size: 12px;
    width: 700px;
    overflow: hidden;
    background-color: #FFF;
    border: solid 1px #222;
}

.table-2 thead {
    text-align: center;
    font-weight: bold;
    background-color: #DAEEF3;
}

.table-2 {
    font-size: 11px;
    border-style: solid;
    background-color: #eee;
    border-collapse: collapse;
}

    .table-2 tr {
        height: 24px;
    }

    .table-2 input {
        width: 100%;
        border-width: 0;
        font-size: 11px;
        padding: 4px 0 5px !important;
    }
