﻿body {
    margin: 0;
    font-size: 12px;
}

p {
    margin: 5px 0;
}

.bodyContainer {
    min-width: 1100px;
    _width: 1100px;
}

.header {
    height: 80px;
    position: relative;
    background: #4b6c9e;
    color: #fff;
}

.logo {
    position: absolute;
    font: 40px/2em arail;
    left: 50px;
    text-shadow: 0 0 5px #000;
}

.copyright {
    position: absolute;
    font: 14px/2em arail;
    right: 10px;
    bottom: 0;
    text-shadow: 0 0 5px #000;
}

.menu {
    height: 100%;
    overflow: hidden;
    background: #3a4f63;
    padding: 5px;
}

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        .menu ul li {
            float: left;
        }

            .menu ul li a {
                font-weight: bold;
                font-size: 14px;
                background: #465c71;
                border: 1px #4e667d solid;
                color: #fff;
                display: block;
                line-height: 1.35em;
                padding: 4px 20px;
                text-decoration: none;
                white-space: nowrap;
            }

                .menu ul li a:hover {
                    background: #bfcbd6;
                    border: 1px #bfcbd6 solid;
                    color: #fff;
                }

.submenu {
    height: 100%;
    overflow: hidden;
    background: #3a4f63;
    padding: 5px;
}

    .submenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        .submenu ul li {
            float: left;
        }

            .submenu ul li a {
                font-size: 12px;
                background: #465c71;
                border: 1px #4e667d solid;
                color: #dde4ec;
                display: block;
                line-height: 1em;
                padding: 4px 10px;
                text-decoration: none;
                white-space: nowrap;
            }

                .submenu ul li a:hover {
                    background: #bfcbd6;
                    border: 1px #bfcbd6 solid;
                    color: #465c71;
                }

.body {
}

.footer {
    height: 50px;
    line-height: 25px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #4b6c9e;
    color: #fff;
}

    .footer p {
        margin: 0;
        font-size: 12px;
    }

    .footer a {
        color: #fff;
        text-decoration: none;
    }

/****Manage Login Stylesheet****/
.login_page { /*background:#4b6c9e;color:#fff;*/
}

.manage_login_box {
    border: 1px solid #ccc;
    width: 300px;
    margin: 0 auto;
    padding: 10px 30px;
    margin-top: 150px;
}

    .manage_login_box label, .manage_addNew_box label {
        width: 80px;
        text-align: right;
        display: inline-block;
    }

    .manage_login_box p.error {
        color: #ff0;
        margin-left: 90px;
        margin-top: 5px;
    }

.m_l_txt {
    border: 1px solid #ccc;
    width: 180px;
    height: 25px;
    line-height: 25px;
}

.mbtnLogin {
    border: 1px solid #ccc;
    background: #465c71;
    color: #fff;
    padding: 5px 10px;
}

.manage_addNew_box {
    width: 300px;
}

.m_edit a {
    font-size: 12px;
    text-decoration: none;
}

.txt_field {
    border: 1px solid #999;
    width: 400px;
    height: 20px;
    line-height: 20px;
}

.txt_mfield {
    border: 1px solid #999;
    width: 800px;
    height: 100px;
    line-height: 20px;
}

.txt_cfield {
    border: 1px solid #999;
    width: 800px;
    height: 500px;
    line-height: 20px;
}

.txt_sfield {
    border: 1px solid #999;
    width: 800px;
    height: 260px;
    line-height: 20px;
}

.txt_ssfield {
    border: 1px solid #999;
    width: 400px;
    height: 100px;
    line-height: 20px;
}

.m_d_img {
    width: 150px;
    height: 120px;
}

.txt_replay {
    border: 1px solid #999;
    min-width: 260px;
    width: 100%;
    height: 80px;
    line-height: 20px;
}

.listAll {
    margin: 10px;
    border-collapse: collapse;
    min-width: 900px;
    max-width: 960px;
}

.news-list {
    margin: 10px 1%;
    border-collapse: collapse;
    min-width: 900px;
    width: 98%;
    max-width:98%;
}
.news-list td {
    text-align: center;
}

.listAll td {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.list_header {
    background: url(/images/l_title_bg.jpg) repeat-x;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

    .list_header td {
    }

.m_btn {
    border: 1px solid #ccc;
    background: #465c71;
    color: #fff;
    padding: 3px 5px;
}

.clearfloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

.txtright {
    text-align: right;
    padding-right: 5px;
}

.txtcenter {
    text-align: center;
}

.hidden {
    display: none;
}

.fltright {
    float: right;
}

.margin20 {
    margin: 20px;
}
