.table .listCheckHead,
.table .listCheck {
	width: 30px;
	vertical-align: middle;
	padding: 0 0 0 10px!important;
}
.listCheckHead .list-check,
.listCheck .list-check {
	position: absolute;
	margin: -12px 0 0 -1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.listCheckHead i,
.listCheck i {
	display: block;
}
.checkHide td {
	background-color: #E6E6E6 !important;
	color: #B9B9B9;
}
.checkHide a {
	color: #B9B9B9;
}
.checkHit td {
	background-color: #FFFEDB !important;
}