﻿@charset "utf-8";
/* 企泰科技 技术部 2012-10-01 */

/* 表格样式 */
/* table  
--------------------------------------------------------------------*/
table {/*margin-bottom: 10px;*/ text-indent:0px;}
table th,
table td {
	padding: 5px 10px;
	border: 1px solid #ddd;
	vertical-align:middle;
	text-align: center;
	font-weight: normal;
	background:#fff;
}
table th {/*标题背景*/
	/*background:#0f75ca;
	border:1px solid #eb6500;*/
	background:url("gui.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/gui.gif*/ repeat-x left -40px;
	color:#000;
	font-weight:bold;
	height:28px;
}
table .even td{/*隔行背景*/

	}
table .hover td{/*经过背景*/

	}

/*加网表格兼容*/
.jiathis_style table th, .jiathis_style table td  {
	border:none;
}












