﻿@charset "utf-8";
/*  (表格样式)3.10 */
.tb-data
{
    width: 100%;
    border-collapse: collapse;
}

    .tb-data th,
    .tb-data td
    {
        text-align: center;
        height: 22px;
        line-height: 22px;
    }

    .tb-data th
    {
        background: #89ACBF;
        color: #fffddd;
		font-weight:bold;
    }

    .tb-data td
    {
        border: 1px solid #cfdae0;
    }

       /* .tb-data td.first
        {
            border-left: none;
            text-align: left;
            padding-left: 26px;
        }

        .tb-data td.last
        {
            border-right: none;
        }


        .tb-data td.first a
        {
            color: #6B7074;
        }
		*/
		
table.stripe tr td{ height:28px; line-height:28px; text-align:center;background:#FFF;vertical-align:middle;}/* 默认背景被白色 */
table.stripe tr.alt td { background:#FFFFFF;}/* 默认隔行背景颜色 */
table.stripe tr.over td {background:#EEECEB;}/* 鼠标经过时候背景颜色 */

table{font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:18px;color:#333;max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
.table1{width:100%;margin-bottom:18px;border:1px solid #daecf5}
.table1 th{font-weight:bold;}
.table1 caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
.table1 tbody+tbody{border-top:1px solid #daecf5;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered1{border:1px solid #daecf5;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.table-bordered1 th,.table-bordered1 td{border-left:1px solid #daecf5;}
.table-bordered1 thead:first-child tr:first-child th:first-child,.table-bordered1 tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
.table-bordered1 thead:first-child tr:first-child th:last-child,.table-bordered1 tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px;}
.table-bordered1 thead:last-child tr:last-child th:first-child,.table-bordered1 tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;}
.table-bordered1 thead:last-child tr:last-child th:last-child,.table-bordered1 tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f4f9fc;}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th{background-color:#f4f9fc;}
table.tablesorter{margin:0 0 15px;width:100%;text-align:left;}
table.tablesorter thead tr th,table.tablesorter tfoot tr th{font-size:8pt;padding:4px 10px 4px 4px;}
table.tablesorter thead tr .header{padding-right:13px;background-image:url(../images/bg.gif);background-repeat:no-repeat;background-position:center right;cursor:pointer;}
table.tablesorter tbody td{padding:4px;background-color:#FFF;vertical-align:top;}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f1faff;}
.table1 tbody tr:hover td,.table1 tbody tr:hover th{background-color:#eee;}
a{
    color:#08c;
	text-decoration:none;
}
a:hover{
	color:#ee3424;
	text-decoration:none;
}

.dispTb {
    margin-top: 10px;
    border-collapse: collapse;
}

    .dispTb td {
        padding: 5px;
        color: #3b3b3b;
        font-size: 12px;
        font-family: 宋体;
        height-line: 130%;
        text-decoration: none;
    }


/* (右侧列表样式) 3.12 */
.mod-gw{
	border:1px solid #eee;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:0px 1px 1px rgba(0,0,0,0.075);
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
    margin-bottom:15px;
}
.mod-gw h2{
    font-size:14px;
	margin-left:10px;
	font-weight:bold;
	color:#f89406;
	line-height:22px;
	margin-top:5px;
	margin-bottom:5px;
}

.mod-gw ul, ol{
	padding:0;
	margin:0 0 9px 35px;
}
.mod-gw ul li{
	line-height:18px;
	cursor:pointer;
	background-position:center right;
}
.mod-gw ul li a{
	color:#08c;
}
.mod-gw ul li a:hover{
	color:#ee3424;
}