/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: 14px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

p {
    margin-bottom: 2px;
    line-height: 200%;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 2px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #2E5CB8;
    width: 100%;
}

    .header h1 {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 6px 0px 4px;
    margin: 4px 4px 4px 4px;
    min-height: 500px;
}

.leftCol {
    border: 0px solid #b6b7bc;
    padding: 1px 0px;
    margin: 2px 2px 2px 2px;
    width: 266px;
    min-height: 150px;
    text-align: center;
    height: 190px;
    _height: 150px;
}

.leftCol_MASTER {
    border: 0px solid #b6b7bc;
    padding: 1px 0px;
    margin: 5px 2px 2px 2px;
    width: 240px;
    min-height: 150px;
    text-align: center;
    height: 190px;
    _height: 150px;
}

.MidCol {
    border: 0px solid #b6b7bc;
    padding: 1px 0px;
    margin: 1px 2px 2px 2px;
    width: 400px;
    min-height: 200px;
    height: 200px;
    text-align: center;
    _height: 200px;
}

.MidCol_border {
    border: 1px solid #b6b7bc;
    padding: 1px 0px;
    margin: 8px 2px 2px 2px;
    text-align: center;
}

.ColWidth_220 {
    width: 220px;
}

.ColWidth_350 {
    width: 350px;
}

.ColWidth_400 {
    width: 400px;
}

.ColWidth_452 {
    width: 452px;
}

.ColHeight_175 {
    min-height: 175px;
    height: 175px;
    _height: 175px;
}

.ColHeight_200 {
    min-height: 200px;
    height: 200px;
    _height: 200px;
}

.ColHeight_225 {
    min-height: 225px;
    height: 225px;
    _height: 225px;
}

.ColHeight_305 {
    min-height: 305px;
    height: 305px;
    _height: 305px;
}

.ColHeight_355 {
    min-height: 355px;
    height: 355px;
    _height: 355px;
}

.ColHeight_350 {
    min-height: 350px;
    height: 350px;
    _height: 350px;
}

.content {
    padding: 6px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}



.timetext {
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    white-space: nowrap;
    font-family: Î¢ÈíÑÅºÚ;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset, .login {
    margin: 5px 0px 0px 0px;
    padding: 15px 15px 0px 15px;
    border: 0px solid #ccc;
    /*width: 230px;*/
}

    fieldset p, .login p {
        margin: 2px 10px 8px 10px;
        width: 200px;
    }

    .login label, .register label, .changePassword label {
    }

        fieldset label.inline, .login label.inline {
            display: inline;
        }

    legend, .login .login_title {
        font-size: 1.1em;
        font-weight: 600;
        padding: 2px 4px 4px 4px;
        color: #003399;
        font-family: Î¢ÈíÑÅºÚ, Arial, Helvetica, sans-serif;
    }

.textEntry {
    width: 130px;
    border: 1px solid #ccc;
}

.passwordEntry {
    width: 130px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 260px;
    padding-left: 0px;
    padding-top: 3px;
    margin-top: 7px;
    background-image: url('../image/login/login-6.gif');
    min-height: 198px;
    height: 198px;
    background-repeat: no-repeat;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

#bar {
    background-color: #6F9B64;
    height: 87%;
}


div.menu2 {
    padding: 4px 0px 4px 8px;
}

    div.menu2 ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu2 ul li a, div.menu2 ul li a:visited {
            background-color: #6F6A48;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 8px 20px 8px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu2 ul li a:hover {
                background-color: #F8F08F;
                color: #465c71;
                text-decoration: none;
            }

            div.menu2 ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

td.bannerbg {
    background: #2E5CB8;
}

td.repeat {
    background-repeat: repeat-y;
}

.td_page2 {
    background-color: #F4F4F4;
    font-family: "Tahoma";
    font-size: 12px;
    color: #000000;
    padding: 4px;
    border-collapse: collapse;
    border-top: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
}

.td_page {
    background: url('../image/toolbar/tool_793_40.png') no-repeat;
    width: 750px;
    height: 40px;
    font-family: "Tahoma";
    font-size: 12px;
    color: #000000;
    padding-left: 20px;
}



.bar_info {
    background-position: left -5px;
    background-image: url('../../../image/tools/userinfo.gif');
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-right: 15px;
}

.online_user {
    background-position: left top;
    line-height: 18px;
    font-weight: bold;
    background-image: url('../../../image/online_admin.gif');
    background-repeat: no-repeat;
    padding-left: 23px;
    background-attachment: scroll;
    display: inline-block;
}

.yh {
    margin-right: 15px;
}



.waiting_div {
    background-image: url('../../../image/loading/loading6.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
}

.zxrs {
    background-position: 0px center;
    background-image: url('../../../image/ico/03.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
    line-height: 15px;
    display: inline-block;
}

.msg_tip {
    background-position: left center;
    background-image: url('../../../image/ico/6.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    cursor: pointer;
    line-height: 24px;
}

.msg_nr {
    background-position: right center;
    background-image: url('../../../image/triangle2.gif');
    background-repeat: no-repeat;
    padding-right: 12px;
}

    .msg_nr:hover {
        text-decoration: none;
    }

.min-height-IE6 {
    height: auto !important;
    overflow: visible;
}

.news_content .datatable, .news_content table {
    border: 1px solid gray;
    border-collapse: collapse;
}

    .news_content .datatable td, .news_content .datatable th, .news_content table td, .news_content table th {
        border: 1px solid gray;
        text-align: left;
        padding: 0.2em;
    }

    .news_content .datatable th, .news_content table th {
        border: 1px solid #828282;
        background-color: Gray;
        font-weight: bold;
        text-align: left;
        padding: 0.2em;
    }

    .news_content .datatable caption, .news_content table caption {
        font: bold 120% "ËÎÌå";
        background-color: #B0C4DE;
        color: #33517A;
        padding: 0.4em 0 0.3em 0;
        border: 1px solid #789AC6;
    }

    .news_content .datatable tr:hover, .news_content table tr:hover {
        background-color: #DEF7F2;
        color: #000000;
    }


#message {
    filter: dropshadow(color=#666666,offx=3,offy=3,positive=2);
    border: #036 solid;
    border-width: 1 1 3 1;
    background-color: #fff;
    color: #036;
}

#message_close {
    background-position: center center;
    background-image: url('../../../image/triangle.gif');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    margin: 3px 5px 5px 2px;
    display: inline-block;
}

    #message_close:hover {
        border-style: solid;
        border-color: Gray;
        border-width: 1px;
        margin: 2px 4px 4px 1px;
    }

#message_set {
    background-position: center center;
    background-image: url('../../../image/msg_set.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin: 3px 2px 5px 5px;
    display: inline-block;
}

    #message_set:hover {
        border-style: solid;
        border-color: Gray;
        border-width: 1px;
        margin: 2px 1px 4px 4px;
    }

.msg_title {
    background-image: url('../../../image/headerBg.gif');
    background-repeat: repeat-x;
}

.msg_title_pic {
    background-position: 2px 2px;
    background-image: url('../../../image/popup/msgtitle.bmp');
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    width: 150px;
    color: Maroon;
}

#message_content {
    background-image: url('../../../image/module.png');
    background-repeat: no-repeat;
}

.news_tip {
    background-position: left center;
    background-image: url('../../../image/news.gif');
    background-repeat: no-repeat;
    padding-left: 45px;
    font-size: 12px;
    color: #1F3A87;
}

.adminright {
    background: rgba(0, 0, 0, 0) url("../../../image/Admin/bgline.gif") repeat-x scroll 0 0;
    height: 23px;
    padding-top: 0px;
    text-indent: 20px;
    padding-left: 3px;
}



.manage-left {
    width: 198px;
}

.HeaderStyle th {
    text-align: center;
}

.HeaderStyle img {
    display: inline;
}

.GridViewStyle img {
    display: inline;
}

.col-span {
    padding: 4px;
}
