@CHARSET "UTF-8";

.banner {
	width: 100%;
	height: 325px;
	text-align: center;
	min-width:1000px;
	background:url(../images/v3/banner_all.png) no-repeat center 0;
}

.htitle {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
	padding-left: 5px
}

.htitle a {
	float: left;
	font-size: 16px;
}

.htitle .total {
	float: right;
	font-size: 14px;
}

.main {
	width: 1000px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	text-align: center;
	min-height: 350px;
	padding: 0 5px
}

.main table {
	border-collapse: collapse;
	font-size: 14px;
}

.main table th {
	border-bottom: 1px solid #c3c3c3;
	line-height: 50px;
}

.main table td {
	height: 36px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
}

.main table td p {
	width: 94px;
	text-align: center;
	margin: 0 auto;
}

.main table td a {
	display: block;
	width: 94px;
	height: 36px;
	background: url(../images/status.png) no-repeat;
	margin: 0 auto;
}

.main table td a.report {
	background-position: 0 0;
}

.main table td a.disreport {
	background-position: 0 -55px;
	cursor: default
}

#page {
	padding: 20px 0 0 380px;
	text-align: center;
}

#page a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/page_btn.png) no-repeat;
}

#page a,#page span {
	float: left;
	margin: 0 5px;
}

#page .page_top {
	background-position: 0 0;
}

#page .page_up {
	background-position: -35px 0;
}

#page .page_down {
	background-position: -67px 0;
}

#page .page_end {
	background-position: -103px 0;
}

#page input {
	width: 35px;
	height: 17px;
	border: 1px solid #CCC;
}

#search_btn {
	cursor: pointer;
	float: right;
	height: 22px;
	margin: 6px 5px 0 0;
	width: 22px;
	z-index: 6;
}

.foot {
	text-align: center;
	position: relative;
	padding-top: 15px;
	bottom: 15px;
}