html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
}

area {
	cursor: pointer !important;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h1 a, h2 a, h3 a, a  {
	color: #8c1200;
}
h1, h2, h3, h4, th {
	font-weight: bold;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	font-family: Arial,Helvetica,sans-serif;
}

h1, h1 a {
	font-size: 15pt;
	line-height: 20pt;
	margin-bottom: 14px;
}
h2, h2 a {
	font-size: 13pt;
	line-height: 17pt;
	margin-bottom: 10px;
}
h3, h3 a {
	font-size: 11pt;
	line-height: 14pt;
	margin: 10px 0 6px 0;
}

a, p {
	font: 8pt/13pt Verdana,Helvetica;
}
p {
	margin: 0;
	margin-bottom: 0.8em;
}

#map {
	height: 100%;
}

/**
 * More button
 */
 #lyrc {
	color: black;
	font: small Arial,sans-serif;
	border: 1px solid black;
	background: white;
}
.lyrc_b {
	color: black;
	font-size: 12px;
	text-align: center;
	width: 6.5em;
	cursor: pointer;
	border: 1px solid black;
	border-color: white #b0b0b0 #b0b0b0 white;
}
.lyrc_dd {
	border: 1px solid black;
	top: 18px;
	position: absolute;
	background: white;
	width: 10em;
	left: -1px;
}
.lyrc_ddj {
	width: 80px;
	height: 4px;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	color: white;
	left: -1px;
	top: -4px;
	position: absolute;
}
.lyrc_ddjb {
	border-left: 1px solid white;
	border-right: 1px solid #b0b0b0;
	font-size: 100%;
	height: 100%;
}
.lyrc_ddjd {
	border-bottom: 1px solid #ddd;
	font-size: 1px;
	height: 3px;
	margin: 0 4px;
}
.lyrc_ddb {
	border: 1px solid white;
	height: 100%;
	padding: 3px 8px 4px 6px;
}
.lyrc_lbl {
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	white-space: nowrap;
}
.lyrc_chkb {
	margin: 0 4px 0 0;
}
.lyrc_ddd {
	border-bottom: 1px solid #ddd;
	font-size: 1px;
	margin: 6px 0 1px;
}
.lyrc_ha {
	font-size: 0.85em;
	color: #bbb;
	cursor: default;
	text-decoration: none;
}

.lyrc_active .lyrc_b {
	border-color: #345684 #6c9ddf #6c9ddf #345684;
	font-weight: bold;
}
.lyrc_active .lyrc_ddj {
	height: 5px;
}
.lyrc_active .lyrc_ddjb {
	border-left-color: #345684;
	border-right-color: #6c9ddf;
}
.lyrc_active .lyrc_ddb {
	border-color: #345684 #6c9ddf #6c9ddf #345684;
}
.lyrc_active .lyrc_ha {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
