* {
	margin: 0;
	padding: 0;
}

.xwtable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

.xwtable tr {
	background: #E6E6E6;
}

.xwtable thead td {
	font-size: 12px;
	color: #333333;
	text-align: center;
	/*background: url(table_top.jpg) repeat-x top center;*/
	border: 1px solid #ccc;
	font-weight: bold;
}

.xwtable tbody tr {
	background: #fff;
	font-size: 12px;
	color: #666666;
}

.xwtable tbody tr.alt-row {
	background: #f2f7fc;
}

.xwtable td {
	line-height: 20px;
	text-align: left;
	padding: 4px 10px 3px 10px;
	height: 18px;
	border: 1px solid #ccc;
	text-align: center;
}

.search {
	margin: 20px 0;
}

.search-div {
	float: left;
	margin: 10px;
}

input {
	height: 25px;
	padding-left: 10px;
	width: 160px;
}

.submit {
	float: left;
	margin-left: 20px;
	width: 80px;
	height: 25px;
	margin: 10px;
}
.clear {
	clear: both;
}

.submit,
.gotoSearch {
	cursor: pointer;
}

.pageNumber {
	width: 50px;
	text-align: center;
}

.frist-page,
.last-page,
.pre-page,
.next-page {
	cursor: pointer;
	color: blue;
}

.pagination {
	text-align: center;
	margin: 20px 0;
}
