﻿
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
}

/* ------------------------ 表单的规范样式 ------------------------*/

/* 新增按钮 */
.btnNew {
    float: right;
    display: inline-block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background: url('../../images/form/btn_new.png') no-repeat;
    line-height: 36px;
    padding-left: 27px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

/* 编辑按钮 */
.btnEdit {
    float: right;
    display: inline-block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background: url('../../images/form/btn_edit.png') no-repeat;
    line-height: 36px;
    padding-left: 27px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.btnDelete {
    float: right;
    display: inline-block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background: url('../../images/form/btn_delete.png') no-repeat;
    line-height: 36px;
    padding-left: 27px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

@-moz-document url-prefix() {
    input .btnDelete, input.btnEdit, input.btnNew;

{
    padding-top: 8px;
}

}

.btnQuestion {
    float: right;
    display: inline-block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    background: url('../../images/form/btn_question.png') no-repeat 0px 2px;
    line-height: 36px;
    padding-left: 27px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

/*常规按钮*/
a.btnGeneral {
    display: inline-block;
    cursor: pointer;
    clear: both;
    padding: 0px 10px;
    margin: 0px 5px;
    height: 22px !important;
    line-height: 22px !important;
    border: 1px solid #889DAD;
    background: #DEE7ED url('../../images/repeat_x_all.gif') repeat-x 0 -488px;
}

.btnGeneral {
    display: inline-block;
    cursor: pointer;
    clear: both;
    padding: 0px 10px;
    margin: 0px 5px;
    height: 22px !important;
    line-height: 22px !important;
    border: 1px solid #889DAD;
    background: #DEE7ED url('../../images/repeat_x_all.gif') repeat-x 0 -488px;
}

/*常规输入框样式 : 使用textbox类,则能兼容低版本IE6 的浏览器 使用属性样式，支持IE6 以上版本*/
input.textbox {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
    padding-left: 2px;
    padding-right: 2px;
}

input[type=text], input[type=password] {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
    padding-left: 2px;
    padding-right: 2px;
}

/*大输入框 样式*/
input.bigTextBox {
    display: block;
    height: 32px;
    font-size: 13px;
    padding-left: 5px;
    border: 1px solid #666;
    color: #999;
}

select {
    border: 1px solid #ccc;
    height: 20px;
}

textarea {
    resize: none;
    border:1px solid #ccc;
}


/* ------------------------ 标题样式 ------------------------*/
/*顶部标题 样式*/
.topTitle {
    display: block;
    text-align: left;
    border-bottom: 1px solid #7F97AF;
    height: 30px;
}

    .topTitle .divTitle .spanTitle {
        float: left;
        height: 30px;
        line-height: 30px;
        margin: 0px 10px;
    }

    .topTitle .spanTitle {
        float: left;
        margin-left: 0px;
        width: 99px;
        font-size: 14px;
        font-weight: 800;
        margin-right: 20px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px;
        background: #DEE7ED url('../../images/no_repeat_all.gif') no-repeat 0 -108px;
    }

.userbar {
    float: right;
    text-align: right;
    /*width: 400px;*/
    height: 30px;
    line-height: 25px;
    padding-right: 20px;
}
/*搜索标题 样式*/
.searchTitle {
    display: block;
    text-align: left;
    border-bottom: 1px solid #DDEAF3;
    padding-left: 80px;
    height: 32px;
    line-height: 32px;
    background: url('../../images/left_all.gif') no-repeat 30px -318px;
    font-weight: 600;
    font-size: 14px;
    color: #415A70;
}

/*淡蓝表单表格 样式*/
table.lightBlueTable {
    border: 1px solid #F1F1F1;
    text-align: center;
    border-collapse: collapse;
}

    table.lightBlueTable thead {
        width: 100%;
    }

        table.lightBlueTable thead tr {
            height: 35px;
        }

            table.lightBlueTable thead tr td, table.lightBlueTable .tableTile {
                padding-left: 20px;
                height: 20px;
                color: #336699;
                background-color: #F2F6F9;
                text-align: left;
                font-weight: 700;
            }

    table.lightBlueTable tbody tr {
        border-bottom: 1px #F1F1F1 solid;
    }

        table.lightBlueTable tbody tr td {
            padding: 5px;
            font-size: 13px;
            line-height: 25px;
            text-align: left;
            border-bottom: 1px #F1F1F1 solid;
        }

.lightBlueTable .tdleft {
    text-align: right;
}

table.lightBlueTable input[type=text], table.lightBlueTable .textbox {
    height: 20px;
    border: 1px solid #ccc;
    padding-left: 2px;
    padding-right: 2px;
}

table.lightBlueTable span.require {
    background: url('../../images/right_all.gif') 100% -64px;
}

table.lightBlueTable span.label {
    display: inline-block;
    padding-right: 20px;
    overflow: hidden;
    height: 20px;
}

/*淡蓝表单DIV 样式*/
div.lightBlueDiv {
    border: 1px solid #F1F1F1;
    text-align: left;
    font-size: 13px;
}

    div.lightBlueDiv .title {
        height: 35px;
        line-height: 35px;
        padding-left: 20px;
        color: #336699;
        background-color: #F2F6F9;
        text-align: left;
        font-weight: 700;
    }

    div.lightBlueDiv div.item {
        line-height: 30px;
        border-bottom: 1px #F1F1F1 solid;
        padding: 5px 10px;
        clear: both;
    }

.lightBlueDiv .item .label {
    float: left;
    height: 25px;
    text-align: right;
    line-height: 25px;
    font-size: 13px;
    padding-right: 15px;
    overflow: hidden;
    padding-left: 100px;
}

.lightBlueDiv .item .itemText {
    display: inline-block;
    padding: 0px 10px;
}

.lightBlueDiv .item .require {
    background: url('../../images/org_star.gif') no-repeat 100% 10px scroll;
}

div.lightBlueDiv input[type=text] {
    height: 20px;
    border: 1px solid #ccc;
    padding-left: 2px;
    padding-right: 2px;
}


/*--------------------------- 链接样式 ---------------------------------*/
a {
    text-decoration: none;
}
    /*
a:link{ color:#336699; }
a:visited{}
a:hover{ color:#FF9900; }
a:active{}*/

    a:visited {
        color: #000000;
    }

/*link:blue; hover:orage*/
.link_blue {
    text-decoration: underline;
}

    .link_blue:link {
        color: #336699;
    }

    .link_blue:hover {
        color: #FF9900;
    }

.link_red {
    text-decoration: none;
}

    .link_red:link {
        color: #ff0000;
    }

    .link_red:hover {
        color: #FF9900;
    }

    .link_red:visited {
        color: #ff0000;
    }

/*------------------------- tab 选项卡样式 -----------------------------------*/

.verticalGrayTab {
    overflow: hidden;
}

    .verticalGrayTab .tab_menu .tabSelected {
        color: #BA0E0E;
        font-weight: bold;
        background-color: #fff;
        border-right: 1px #ccc solid;
        border-left: 1px #ccc solid;
    }

    .verticalGrayTab .tab_menu {
        height: 33px;
        padding-left: 8px;
        background: url('../../images/title/title_left.png') no-repeat left top;
    }

    .verticalGrayTab .tab_menu_right {
        height: 30px;
        padding-top: 3px;
        background: url('../../images/title/title_right.png') no-repeat right top;
    }

        .verticalGrayTab .tab_menu_right ul li {
            float: left;
            height: 30px;
            line-height: 30px;
            padding: 0px 10px;
            font-size: 15px;
            cursor: pointer;
        }

    .verticalGrayTab .tab_box {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 5px 10px;
        text-align: left;
    }

.verticalBlueTab {
    overflow: hidden;
    height: auto;
    zoom: 1;
    background: url('../../images/bluetab.gif') 0px 0px;
}

    .verticalBlueTab .tab_li_right {
        float: left;
        height: 32px;
        padding: 0 15px;
    }

    .verticalBlueTab .tabSelected .tab_li_right {
        color: #fff;
        font-weight: bold;
        background: url('../../images/right_all.gif') no-repeat 100% -118px;
    }

    .verticalBlueTab .tabSelected {
        background: url('../../images/left_all.gif') 0 -352px;
    }

    .verticalBlueTab .tab_menu {
        height: 32px;
        padding-left: 10px;
    }

    .verticalBlueTab ul li {
        float: left;
        height: 28px;
        line-height: 28px;
        font-size: 15px;
        cursor: pointer;
        margin-right: 5px;
        background: url('../../images/right_all.gif') right -146px no-repeat;
        margin-top: 4px;
    }

    .verticalBlueTab .tab_box {
        display: block;
        border-left: 1px solid #1D4E76;
        border-right: 1px solid #1D4E76;
        border-bottom: 1px solid #1D4E76;
        text-align: left;
    }

    .verticalBlueTab .tabText {
        float: left;
        margin: 0px 10px;
        line-height: 36px;
        height: 30px;
    }

.verticalGreyTitleTab {
    overflow: hidden;
}

    .verticalGreyTitleTab .title {
        float: left;
        height: 35px;
        line-height: 30px;
        color: #BA0E0E;
        font-size: 14px;
        font-weight: bold;
    }

    .verticalGreyTitleTab .tab_menu .tabSelected {
        color: #BA0E0E;
        height: 30px;
        font-weight: bold;
        background: #fff url('../../images/title/arrow_up.png') no-repeat center bottom;
        border-right: 1px #eee solid;
        border-left: 1px #eee solid;
        border-bottom: 2px solid #eee;
    }

    .verticalGreyTitleTab .tab_menu {
        height: 35px;
        padding-left: 30px;
        background: url('../../images/title/title_left.png') no-repeat left top;
    }

    .verticalGreyTitleTab .tab_menu_right {
        height: 35px;
        padding-top: 3px;
        background: url('../../images/title/title_right.png') no-repeat right top;
    }

        .verticalGreyTitleTab .tab_menu_right ul {
            float: right;
            padding-right: 20px;
        }

            .verticalGreyTitleTab .tab_menu_right ul li {
                float: left;
                height: 35px;
                line-height: 30px;
                padding: 0px 10px;
                font-size: 12px;
                color: #000;
                cursor: pointer;
            }

    .verticalGreyTitleTab .tab_box {
        background-color: #fff;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
        text-align: left;
    }



/*-------------------------  表格 样式 ---------------------------------*/

.blueTable {
    border-collapse: collapse;
    border: 1px solid #ccc;
    float: none;
}
    /* 合并单元格之间的边*/
    .blueTable th {
        height: 30px;
        background: #DEE7ED url('../../images/right_all.gif') no-repeat 100% -88px;
        color: #336699;
        font-weight: 800;
        font-size: 14px;
        text-align: left;
    }

    .blueTable td {
        margin: 0;
        height: 27px;
        border: 1px solid #ccc;
    }

.blueTable {
    width: 100%;
}

.fixLeftColumn {
    width: 300px;
}

/*------------------------- valid 验证样式 -------------------------*/
span.warn {
    zoom: 1;
    display: inline-block;
    border: 1px solid #ADD0E4;
    margin-left: 10px;
    padding-left: 25px;
    vertical-align: top;
    padding-right: 5px;
    background: #ECF6F9 url('../../images/left_all.gif') 0 -98px no-repeat;
    line-height: 20px;
    height: 20px;
    color: #555;
}

span.error {
    zoom: 1;
    display: inline-block;
    border: 1px solid #F3A696;
    margin-left: 10px;
    padding-left: 25px;
    vertical-align: top;
    padding-right: 5px;
    background: #FFEAE7 url('../../images/left_all.gif') 0 -128px no-repeat;
    line-height: 20px;
    height: 20px;
    color: #555;
}
/* span.success{ zoom: 1; display:inline-block; border:1px solid #9DC33A; margin-left:10px; padding-left:20px; vertical-align:top; padding-right:5px; background:#F3F7FC url('../../images/left_all.gif') 0 -154px no-repeat; line-height:20px; height:20px; color: #555; }*/
span.success {
    zoom: 1;
    display: inline-block;
    border: 0px;
    margin-left: 10px;
    padding-left: 20px;
    vertical-align: top;
    padding-right: 5px;
    background: url('../../images/left_all.gif') 0 -154px no-repeat;
    line-height: 20px;
    height: 20px;
    color: #555;
}
/*input.error{ border: 1px solid red !important; }*/

/*------------------------- 列表 样式 -------------------------*/

.selectlist {
    width: 200px;
}

    .selectlist * {
        padding: 0px;
        margin: 0px;
        border: 0px;
    }

    .selectlist ul {
        display: block;
        border-bottom: 1px solid #C4D5E7;
    }

        .selectlist ul li a {
            display: block;
            background: url("../../images/menber/bg_menber_icon02.gif") no-repeat scroll 10px center transparent;
            height: 26px;
            line-height: 23px;
            padding-left: 20px;
            padding-top: 2px;
            border: 1px solid #C4D5E7;
            border-bottom: 0px;
            color: #666;
        }

            .selectlist ul li a.hover, .selectlist ul li a:hover, .selectlist ul li a.selected {
                background-color: #EDF2F5;
                cursor: pointer;
                color: #336699;
            }

    .selectlist .title {
        display: block;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        border: 1px solid #C6D4E1;
        border-bottom: 1px solid #f1f1f1;
        color: #336699;
        font-size: 13px;
        font-weight: 700;
        background-color: #DDEAF3;
    }

    .selectlist ul li a a {
        display: inline-block;
        vertical-align: top;
        height: 18px;
        width: 18px !important;
        margin: 2px 2px 0px;
        border: 0px;
        padding: 0px;
    }

    .selectlist .littleEdit {
        background: url('../../images/hover/edit_hover.png') no-repeat -18px 0px transparent;
    }

        .selectlist .littleEdit:hover {
            background: url('../../images/hover/edit_hover.png') no-repeat -18px -18px transparent;
        }

    .selectlist .littleCancel {
        background: url('../../images/hover/edit_hover.png') no-repeat 0px 0px transparent;
    }

        .selectlist .littleCancel:hover {
            background: url('../../images/hover/edit_hover.png') no-repeat 0px -18px transparent;
        }

/*首页部分样式*/

/**/ /**/ /**/ /**/ /**/

/*  灰色Tab样式  */

ul, ol, li {
    list-style-type: none;
}

img {
    border: 0px;
}

/* 弹出框 登录注册 */
.thickbox {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10000002;
    text-align: left;
}

#thicktitler {
    background: none repeat scroll 0 0 #8DB7DC;
    border: medium none;
    color: #FFFFFF;
    padding: 0 11px;
}

.thicktitle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F3F3F3;
    border-color: #C4C4C4;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #333333;
    font-family: arial,"宋体";
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
}

#thickconr {
    border: 1px solid #8DB7DC;
}

.thickcon {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C4C4C4;
    overflow: auto;
    padding: 10px;
}

#thickcloser:link, #thickcloser:visited {
    background-position: 0 0;
    height: 17px;
    right: 9px;
    top: 6px;
    width: 16px;
}

.thickclose:link, .thickclose:visited {
    background: url("../../images/thickbox/bg_thickbox.gif") no-repeat scroll 0 -18px transparent;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 100px;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 7px;
    width: 15px;
    z-index: 100000;
}

.thickdiv {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    height: 100%;
    left: 0;
    opacity: 0.15;
    filter: alpha(opacity=15);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000001;
    zoom: 1;
}

.thickframe {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
    zoom: 1;
}



/*zhou*/
.entry-extra {
    padding-left: 50px;
    padding-top: 15px;
    background: #fff;
    border: 1px solid #ddd;
    color: #646464;
    font-size: 12px;
    position: relative;
}

    .entry-extra h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .entry-extra p {
        margin-bottom: 10px;
    }

    .entry-extra ul {
        padding-bottom: 50px;
    }


        .entry-extra ul li {
            color: #646464;
            line-height: 20px;
        }



            .entry-extra ul li span {
                display: inline-block;
                width: 90px;
                text-align: center;
                color: #1a6ec4;
                cursor: pointer;
            }

                .entry-extra ul li span:hover {
                    text-decoration: underline;
                }

    .entry-extra i {
        background: url('../../images/dns/global_sprite.png?v=5') no-repeat -162px -7px;
        width: 15px;
        height: 7px;
        display: block;
        position: absolute;
        top: -7px;
    }

    .entry-extra .noticeHelper {
        font-size: 14px;
        font-weight: bold;
        padding-left: 22px;
        background: transparent url('../../images/dns/what.png') no-repeat scroll center left;
    }

    .entry-extra .noEditHelper {
        position: absolute;
        bottom: 18px;
        right: 36px;
        color: #1a6ec4;
        cursor: pointer;
        line-height: 3px;
    }

        .entry-extra .noEditHelper i {
            background: url('../../images/dns/global_sprite.png?v=5') no-repeat -196px -2px;
            width: 18px;
            height: 18px;
            display: inline-block;
            margin-left: 5px;
            top: -3px;
        }
