﻿/* CSS Document */
#imgframe{
position: relative;top: 0px;right: 0px;
}
.search {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #50701D;
	border-right-color: #50701D;
	border-bottom-color: #50701D;
	border-left-color: #50701D;
	background-color:#F0F0F0;
}
.citytable {
	font-size: 12px;
	line-height:15px;
	width:100%;
	height:auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position:absolute;
	z-index:1;
	visibility:hidden;
}
.citytable a{
	width:100%;
	padding:1px 0 1px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background:#FFFFFF;
	float:left;
	clear:none;
	text-decoration: none;
}
.citytable a:hover {
background:#CCCCCC;
text-decoration: none;
}
.citytable a:visited {
text-decoration: none;
}

