﻿/* 表格数据显示
----------------------------------------------------------*/

.jstable-wrapper
{
	width: 100%;
}
.jstable
{
	font-size: 13px;
	border-collapse: collapse;
	width: 100%;
    border: 1px solid #d3d6dc;
    table-layout:fixed;
}


.jstable tbody tr td, .jstable thead tr th
{
	border-right: 1px solid #d3d6dc;
	height: 28px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.jstable th
{
	border-top: 0px;
}

.jstable thead tr th, .jstable tfoot tr td
{
	background: #ededed;
	border: 1px solid #d3d6dc;
}
.jstable thead tr th {
    background: #e4e9f0;
 }
.jstable .odd
{
	background: #fbfbfb;
}

.jstable .even
{
	background: #f2f2f2;
}

.jstable tr:hover
{
	background-color: #dbeffe;
}

.jstable .tr-selected
{
	background: #c1e3fc;
	color: #000;
}
.jstable .highlight
{
	background: #ff0;
}

.jstable-wrapper .tbody-container
{
	overflow:auto;
}
.jstable-wrapper .thead-container
{
	
}