body {
	margin: 0;
	padding: 0;
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #DDDDDD;
  font-size: 12px;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	position: relative;
	left: 2px;
}

a[target="_blank"]{
   background: transparent url(/static/elink.gif) center right no-repeat;
   padding-right: 16px;
}

.sd_d2 {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
}

.sd_note {
	height: 9px;
	text-align: right;
	line-height: 9px;
	font-size: 9px;
	font-weight: normal;
}

.sd_red {
	color: #BB0000;
}

.sd_bold {
	font-weight: bold;
}

#pindicator {
	width: 350px;
	height: 25px;
	margin: 0;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	float: left;
}

#setting {
	position: absolute;
	top: 0px;
	left: 350px;
	width: 440px;
	height: 25px;
	margin: 0;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
	float: left;
}

#limit_recs {
	width: 100px;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-size: 12px;
}

#box_type {
	width: 796px;
	height: 100px;
	border: solid 2px #BB0000;
	overflow-x: hidden;
	overflow-y: auto;
}

.highlight {
	color: #FFFFFF;
	background-color: #BB0000;
}

.button_type {
	width: auto;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	border: 1px solid #000000;
	background-color:#CCCCCC;
	color: #000000;
}

#box_poi {
	width: 796px;
	height: 171px;	/* 14 + 14*10 + 17 */
	margin: 0;
	padding: 0;
	border-right: solid 2px #BB0000;
	border-bottom: solid 2px #BB0000;
	border-left: solid 2px #BB0000;
	overflow-x: scroll;
}

#table_poi {
	width: auto;
	height: 154px;	/* 14 + 14*10 */
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
}

.table_poi_td{
	width: auto;
	height: 154px;	/* 14 + 14*10 */
	line-height: 14px;
	margin: 0;
	padding: 0 5px;
	vertical-align: top;
	border-left: solid 1px #BB0000;
}


#g_map_area {
	width: 796px;
	height: 598px;
	margin: 0;
	padding: 0;
	border-right: solid 2px #BB0000;
	border-bottom: solid 2px #BB0000;
	border-left: solid 2px #BB0000;
}

