body {
	font-family: Arial,Verdana,Tahoma;
	font-size: 12px;
	margin: 0px;
}
.query_text_bg {
	width: 500px;
	height: 35px;
	background-image: url("images/query_middle.png");
}
.query_text {
	border: none;
	outline: none;
	width: 495px;
	font-weight: bold;
	font-size: 14px;
}
.toptable {
	width: 100%;
	height: 114px;
	background-color: #ffffff;
	background-image: url("images/header_top.jpg");
	background-repeat: no-repeat;
}
#btnsearch {
	position: absolute;
	z-index: 100;
	width: 148px;
	height: 43px;
	background-image: url("images/btn_search.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0px;
}
#btnsearch:hover {
	background-position: bottom;
}
#btnweb {
	width: 81px;
	height: 26px;
	background-image: url("images/btn_web.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0px;
}
#btnweb:hover,.active {
	width: 81px;
	height: 26px;
	background-image: url("images/btn_web.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	cursor: pointer;
	border: 0px;
}
#btnimg {
	width: 77px;
	height: 26px;
	background-image: url("images/btn_image.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0px;
}
#btnimg:hover,.active {
	width: 77px;
	height: 26px;
	background-image: url("images/btn_image.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	cursor: pointer;
	border: 0px;
}
#btnmap {
	width: 124px;
	height: 40px;
	background-image: url("images/btn_map.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0px;
}
#btnmap:hover {
	background-position: bottom;
}
.btnoption {
	margin-top:7px;
	width: 101px;
	height: 23px;
	background-image: url("images/btn_option.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0px;
}
.btnoption:hover {
	background-position: bottom;
}
.main_table {
	background-image: url("images/start_bg.jpg");
	background-repeat: repeat-x;
	height: 450px;
	text-align: center;
  color: #444444;
  font-size: 10px;
}
.main_table a {
  text-decoration: none;
  color: #444444;
}
.web_data {
	background-color: #ffffff;
	padding: 8px 2px;
	display: block;
	text-decoration: none;
}
.web_data:hover {
	outline-width: 1px;
	outline-color: #BFBFBF;
	outline-style: solid;
	background-color: #E5E5E5;
}
.zu_title {
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
.zu_content {
	color: #000000;
	font-size: 12px;
}
.zu_visibleUrl {
	color: #0033ff;
	font-size: 12px;
}
.zu_added {
	color: #4D4D4D;
	font-size: 12px;
	font-family: "Times New Roman";
	font-style: italic;
}
.zu_images {
	height: 260px;
	min-height: 260px;
	float: left;
	text-align: center;
	width: 180px;
	min-width: 180px;
	padding: 10px;
}
.zu_images .zu_visibleUrl,.zu_images .zu_added,.zu_images .zu_filename {
	overflow: hidden;
	width: 180px;
	height: 16px;
}
.zu_images img {
	padding: 2px;
	margin: 1px;
	border-color: #888888;
	border-width: 1px;
	border-style: solid;
	max-width: 160px;
	max-height: 160px;
}
.zu_images img:hover {
	padding: 2px;
	margin: 0px;
	border-color: #A020F0;
	border-width: 2px;
	border-style: solid;
}
#adv_block {
	background-color: #D9D4CC;
	display: none;
	position: absolute;
	left: 560px;
	z-index: 200;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	padding: 3px;
}
#suggest_area {
  visibility:hidden;
	position: absolute;
	z-index: 1000;
	width: 300px;
	border-width: 1px;
	border-style: solid;
}
#suggest_area div{
 	background:#fff;
 	color:#000;
 	padding-left:4px;
 	cursor:pointer;
 	text-align:left;
 	overflow: hidden;
}
#suggest_area div.over{
 	color:#fff;
 	background:#006600;
}
#suggest_list {
  width: 300px;
}
.page_normal {
	border: #000000 0px solid;
	padding: 7px 6px;
	background-color: #dcdcdc;
	color: #0033ff;
  text-decoration: none;
}
.page_normal:hover {
	border: #000000 0px solid;
	padding: 7px 6px;
	background-color: #999999;
}
.page_current {
	border: #000000 0px solid;
	padding: 7px 6px;
	background-color: #84cce2;
	font-weight: bold;
	color: #0033ff;
  text-decoration: none;
}
#bannerbox {
  border-left: #aaaaaa 1px solid;
  padding-left: 4px;
  width: 190px;
  font-size: 10px;
  color: #000000;
}
#bannerbox a {
	text-decoration: none;
}
#bannerbox #title {
	font-size: 14px;
	color: #006600;
}
#bannerbox #body {
	color: #000000;
	padding-left: 4px;
}
#bannerbox #link {
	color: #0033ff;
}

