@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5B5C5E;
	background-color:#ede6dc;
}

.title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BC1D10;
	margin-left: 36px;
	padding-top: 20px;
	padding-bottom: 4px;
	font-weight: bold
}

.tip {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BC1D07;
	margin-left: 36px;
	padding-top: 20px;
	font-weight: bold
}

.tab {
	background-color: #c2c2c2;
	width:800px;
	vertical-align:middle;
}
.tab th {
	background-color: #ffffff;
	text-align: center;
}
.tab td {
	background-color: #ffffff;
	text-align: center;
}


.pageDown {
	width: 480px;
	height: 20px;
	float:right;
}

.pageDown div {
	float: left;
	width: 400px;
	height: 20px;
	line-height: 20px;
}

#allP,#currentP {
	float: left;
	border: 1px solid #c2c2c2;
	padding: 0px 8px;
	width: auto;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	color: #000
}

.pageDown div div {
	padding: 0 5px;
	margin-left: 2px;
	width: auto;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #000;
	border: 1px solid #c2c2c2;
	font-weight: bold
}

.pageDown div div a {
	font-weight: 100;
	text-decoration: none
}

