* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
@media screen and (min-width: 1000px) { 
	* {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
}

@media screen and (max-width: 1000px) { 
	* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
} 
.body_padding {
	padding: 8px;
}
.menu_banner {
	background-color: #f8f8f8;
	height: 30px;
	border: 1px solid #c0c0c0;
	font-family: "����";
	font-size: 13px;
	color: #737373;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
}
.search_input {
	border: 1px solid #d5d5d5;
	line-height: 21px;
	height: 21px;
	width: 180px;
}
.search_btn {
	background-image: url(../images/search-btn.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 46px;
	position: absolute;
	font-family: "����";
	font-size: 13px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.search_btn_new {
	background-image: url(../images/search-btn-long.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 66px;
	position: absolute;
	font-family: "����";
	font-size: 13px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.search_btn_senior {
	margin-left: 60px;
	font-family: "����";
	font-size: 13px;
	font-weight: normal;
	color: #4281ad;
	text-decoration: none;
	background-image: url(../images/senior-search.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	padding-right: 17px;
	margin-top: 6px;
}
.table_info {
	margin-top: 8px;
	border-collapse:collapse;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d6d6d6;
	border-left-color: #d6d6d6;
}

.table_info tr th {
	height: 27px;
	font-family: "����";
	color: #FFF;
	line-height: 27px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3a91c9;
	border-bottom-color: #3a91c9;
	background-image: url(../images/table-tittle.jpg);
	background-repeat:repeat-x;
	background-position: right;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}
.table_info thead tr th {
	height: 27px;
	font-family: "����";
	color: #FFF;
	line-height: 27px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3a91c9;
	background-image: url(../images/table-tittle.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;
	padding-left: 5px;
}
.table_info tr td {
	font-family: "����";
	line-height: 20px;
	height: 26px;
	padding-top: 5px;
	padding-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #d6d6d6;
}
.table_info tr td a {
	color: #000;
	text-decoration: none;
}
.page_info tr td {
	font-family: "����";
	color: #3d3c3c;
}
.page_info {
	margin-top: 7px;
	margin-bottom: 3px;
}
.long_btn {
	background-image: url(../images/long-btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 65px;
	font-family: "����";
	font-size: 13px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-right: 7px;
}
.short_btn {
	background-image: url(../images/short-btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 45px;
	font-family: "����";
	font-size: 13px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-right: 7px;
}
.middle_btn {
	background-image: url(../images/middle-btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 56px;
	font-family: "����";
	font-size: 13px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-right: 7px;
}
.page_input {
	height: 22px;
	width: 34px;
	border: 1px solid #d8d8d8;
}

.form_banner {
	background-image: url(../images/form-banner.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
.form_btn {
	background-image: url(../images/form-btn-bg.jpg);
	background-repeat: repeat-x;
	height: 19px;
	border: 1px solid #8492A2;
	font-family: "����";
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer; 
}
.pageNum{text-align:center;height:20px;padding-top:2px;}