/**
 * 表格css文件
 * by ghj 2010-09-14
 */
@CHARSET "UTF-8";

.tableStyle{
	line-height: 15px;
	border: 0;
	color: #585858;
	width: 100%;
	
	
}
.tableStyle td{
	padding-left:4px;
	padding-right:6px;
}

.portlet_article .hardNews{
	color: red;
}
.portlet_article .hot{
	background: url("../images/hot.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 16px;

	width: 21px;
	z-index: 10;
}
.portlet_article .new{
	background: url("../images/new.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 16px;
	
	width: 21px;
	z-index: 10;
}