@CHARSET "UTF-8";
/**表格title通用样式 开始*/
.tbl_Comment {
	border-collapse: collapse;
	font: 12px arial;
}

.tbl_Comment .tbl_empty {
	height: 100px;
	text-align: center;
}

.tbl_Comment .title {
	width:762px;
	border: 1px solid #ced3d7;
}

.tbl_Comment th {
	width:762px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	background: url(../images/tablebg.jpg) repeat-x;
}

.tbl_Comment td {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #d9e6f7;
}

.tbl_Comment .chk {
	width: 30px;
	text-align: center;
	border: 0;
	/*border-bottom: 1px solid #d9e6f7;*/
}

.tbl_Comment .tdOperate {
	width: 80px;
}

.tbl_Comment a {
	text-decoration: underline;
}

.tbl_Comment .tdtitle {
	height: 18px;
	line-height: 18px;
}

.thfocus {
	cursor: pointer;
}

.tddiv1 {
	width: 85px;
	padding-left: 2px;
	text-align: left;
	line-height: 20px;
	margin: 0 auto;
	word-break: break-all;
	word-wrap: break-all;
}

.tddiv2 {
	width: 90px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	line-height: 20px;
	margin: 0 auto;
	word-break: break-all;
	word-wrap: break-all;
}

.tddiv3 {
	width: 85px;
	padding-right: 2px;
	text-align: right;
	line-height: 20px;
	margin: 0 auto;
	word-break: break-all;
	word-wrap: break-all;
}

.tddiv4 {
	width: 80px;
	text-align: center;
	line-height: 20px;
	margin: 0 auto;
	word-break: break-all;
	word-wrap: break-all;
}

.tddiv5 {
	width: 100px;
	padding-right: 2px;
	text-align: right;
	line-height: 20px;
	margin: 0 auto;
	word-break: break-all;
	word-wrap: break-all;
}

.tddiv6 {
	text-align: left;
	height: 20px;
	line-height: 20px;
	padding-left: 3px;
	word-break: break-all;
	word-wrap: break-all;
}

/**表格title通用样式 结束*/