h1 {
    font-size: large;
    font-weight: bold;
    color: #FF6600;
    text-align: center;
}
h3 {
    font-size: medium;
    font-weight: bold;
    color: #FF6600;
}
.popperlink {
    position:absolute;
    visibility:hidden
}
.box {
	 border: solid 1px black;
	 padding-right: 2px;
	 padding-left: 2px;
	 margin: 0px;
}

.spinner{
	width: 16px;
	height: 16px;
	float: right;
	background-image: url(../../pictures/spinner.gif);
	display: block;
}

.hidden{
	display: none;
}

#map_container{
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.pager{
	text-align: center;
	border-style:none;
}

.pager td{
	padding-left: 2px;
	padding-right: 2px;
}

.pager a{
	text-decoration: none;
	color: #995555;
}

.pager .current_page{
	font-weight: bold;
}

table.noborder{
	border-style: none;
}

td.noborder{
	border-style: none;
}

img.button{
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	vertical-align: middle;
}
img.button:hover{
	border-style: outset;
	border-width: 1px;
}

