* {
	font-family: Verdana, Tahoma, "ËÎÌå", Arial;
	font-size: 13px;
}
body {
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
	word-break : break-all;
	line-height:150%;
}
input {
	font-size: 22px;
	color: #000000;
}
img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}
ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
p {
	text-indent:2em;
}
p.normal {
	text-indent:0em;
}
.menu_over{
	border:1px solid black; 
	cursor:pointer;
}
.menu_normal {
	border:none; 
	cursor:pointer;
}
.menu_disabled{
	filter:Gray();
	cursor:not-allowed;
}
.area_detail_over{
	border:8px dotted yellow;
	cursor:pointer;
}
.area_detail_normal{
	border:none;
	cursor:pointer;
}
.area_detail_found{
	border:5px solid red;
	cursor:pointer;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
a.index {
	text-decoration:none;
}
.suggestDiv{
	border:1px solid #000000;
	background:#319bf1;
	z-index:1000;
	text-align:left;
}
.suggestion{
	text-align:left;
	padding:2px 0px 2px 0px;
	margin:0px;
	text-indent:1em;
	height:23px;
	vertical-align : middle;
	cursor:pointer;
	border-bottom:1px solid black;
	zoom:100%;
	background:"";
}
.suggestion_over{
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-indent:1em;
	valign : bottom;
	cursor:pointer;
	border-bottom:1px solid black;
	font-weight:bold;
	zoom:150%;
	background:url('suggest_current.gif') no-repeat silver;
}
.suggestion_none{
	text-align:left;
	padding:3px 0px 3px 3px;
	margin:0px;
	vertical-align : middle;
	font-weight:bold;
	font-size:18px;
	color:red;
	background:silver;
	width:100%;
}
.suggestion_match{
	background:#f3aa2a;
}
.pop_up_div{
	border:1px solid #000000;
	background:#e3e3e3;
	text-align:center;
	width:230px;
	height:22px;
	position:absolute;
	color:red;
	font-weight:bold;
}