/*
 * Copyright (c) 2009 National Research Institute for Earth Science and
 * Disaster Prevention (NIED).
 * This code is licensed under the GPL 3.0 license, availible at the root
 * application directory.
 */

#areainfomap {
	padding: 0px;
	margin: 0px;
  min-width: 1px;
  min-height: 1px;
	width:99%;
  border: 1px solid #CCC;
	box-sizing: border-box;
}

.areainfomap--size_variable {
  height: 100%!important;
	width: 100%!important;
}

.popup_div
{
	font-size:11px;
	padding: 0px;
}

#areainfomap .olPopupCloseBox {
	background: url("images/close.png") no-repeat center center;
	width: 12px;
	height: 12px;
}


table.featureInfo {
	width: 100%;
}
table.featureInfo th {
	white-space: nowrap;
}
table.featureInfo,
table.featureInfo td,
table.featureInfo th {
	border:1px solid #ddd;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size: 90%;
	padding:.2em .1em;
}
table.featureInfo th {
	padding:.2em .2em;
	font-weight:bold;
	background:#eee;
}
table.featureInfo td{
	background:#fff;
}
table.featureInfo tr.odd td{
	background:#eee;
}
table.featureInfo caption{
	text-align:left;
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
	padding:.2em .2em;
}
