﻿ul, li {
    list-style: none;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}


body {
    /*color: #666;*/
    background-image: url(../images/body-bg.jpg);
    background-repeat: repeat;
    margin: 0 auto;
    padding: 0;
    font: 12px/1.5 verdana,arial,helvetica,clean,sans-serif;
    font-family: 'FreeSans', '思源黑体', 'Source Han Sans CN', 'Arial', 'sans-serif';
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
}

p {
    /*color: #b8b8b8;*/
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #FF0000;
    }

img {
    border: none;
}

.mouse-hand {
    cursor: pointer;
}

.line {
    background-color: #ececec;
    width: px;
    height: 1px;
    overflow: hidden;
}

h1 {
    font: Arial, Helvetica, sans-serif !important;
}

h1 {
    height: 24px;
    font-size: 182%;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}


input {
    padding-left: 4px;
}

textarea {
    padding: 4px;
    overflow: auto;
    font-size: 12px;
    /*color: #666666;*/
    border: 1px solid #DDDDDD;
    text-decoration: none;
}

select {
    padding-left: 4px;
    border: 1px solid #DDDDDD;
    width: 200px;
    height: 20px;
}

.shadowBox {
    background: #fff;
    opacity: 0.8;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
}


/**/

/***************查询列表相关样式*******************/
.searchTable {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px auto auto auto;
}

    .searchTable tr {
        height: 30px;
    }

    .searchTable td {
        padding-top: 15px;
    }

.searchFieldName {
    line-height: 20px;
    text-align: right;
    color: rgb(102,102,102);
}

.searchFieldValue {
    text-align: left;
}

/****************************列表样式******************************/
.dataList {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px auto auto auto;
    text-align: center;
}

    .dataList tr {
        height: 25px !important;
    }

    .dataList thead {
        color: #fff;
        background-color: #4d99d3;
        font-family: 'FreeSans', '思源黑体', 'Source Han Sans CN', 'Arial', 'sans-serif';
        font-size: 12px;
        font-weight: bold !important;
    }

        .dataList thead th {
            border: 1px solid rgb(223, 223, 223);
        }

    /*.dataList tbody tr:hover {
        background-color: #E8F2FF;
    }*/

    .dataList tbody td {
        border: 1px solid rgb(223, 223, 223);
        padding:5px;
    }

    .dataList tfoot {
        background-color: #f6f6f6;
        border: 1px solid rgb(223, 223, 223);
    }

        /*.dataList tfoot tr:hover {
            background-color: #f6f6f6;
        }*/

        .dataList tfoot td {
            border: none;
        }



.dataGrid {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2px auto auto auto;
    text-align: center;
}

    .dataGrid tr {
        height: 25px;
    }

    .dataGrid th {
        border: 1px solid rgb(223, 223, 223);
        background-color: #4d99d3;
        color: #fff;
        font-family: 'FreeSans', '思源黑体', 'Source Han Sans CN', 'Arial', 'sans-serif';
        font-size: 12px;
        font-weight: bold !important;
    }

    .dataGrid tbody tr:hover {
        background-color: #E8F2FF;
    }

    .dataGrid tbody td {
        border: 1px solid rgb(223, 223, 223);
    }

.dataGridFooter {
    background-color: #f6f6f6;
    border: 1px solid rgb(223, 223, 223);
}

    .dataGridFooter tr:hover {
        background-color: #f6f6f6;
    }

    .dataGridFooter td {
        border: none;
    }

/****************************列表样式******************************/

/***************查询列表相关样式*******************/

/***************表单样式*******************/
.tableForm {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

    .tableForm td {
        border-style: none;
        padding-top: 5px;
        padding-bottom: 5px;
        word-break: break-all;
    }

    .tableForm .fieldName {
        text-align: right;
        padding-left: 7px;
        padding-right: 7px;
    }

    .tableForm .fieldValue {
        text-align: left;
        padding-left: 7px;
        padding-right: 7px;
    }

    .tableForm tr {
        height: 30px;
    }
/***************表单样式*******************/

/*************************************分页控件*************************************/
.pagerControl {
    width: 95%;
    font-family: 'FreeSans', '思源黑体', 'Source Han Sans CN', 'Arial', 'sans-serif';
    margin: 0px 0px 15px 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e8ebf0;
    text-align: right;
    color: #606266;
    height: 35px;
}
.pagerControl td:nth-child(3){width:45px;}
.pagerControl td:nth-child(4){width:50px;}
.pagerControl td:nth-child(5){width:50px;}
.pagerControl td:nth-child(6){width:45px;}

    .pagerControl a {
        text-decoration: none;
        color: #606266;
    }
/*************************************分页控件*************************************/

/********************************** 半透明的遮罩层 **********************************/
#overlay {
    background: #000;
    filter: alpha(opacity=50); /* IE的透明度 */
    opacity: 0.5; /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; /* 此处的图层要大于页面 */
    display: none;
}
/********************************** 半透明的遮罩层 **********************************/
