﻿body {
	background-color: #CCCCCC;
}
div.opts {
}
.abs {
	position: absolute;
}
div.cont {
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}
div.map {
	z-index: 1;
	margin: auto;
	width: 1024px;
	height: 768px;
	background-repeat: no-repeat;
	position: relative;
}
div.marker {
	z-index: 2;
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
}
div.tooltip {
	text-align: left;
	z-index: 3;
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	background-color: #CCCCCC;
}
div.tooltip > div {
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-right: 6px;
    padding-left: 30px;
}

div.detailed {
	text-align: left;
	border: 1px solid #CC6600;
	padding: 0px 6px 2px 6px;
	z-index: 4;
	visibility: hidden;
	background-color: #000000;
	color: #FFFFCC;
	font-family: Arial;
	font-size: 12px;
	position: absolute;
	min-width: 170px;
}
div.detailed .close {
	text-align: right;
}
div.detailed label {
	font-size: 13px;
}
div.detailed a {
	color: #FFFFFF;
}
div.detailed #d_name {
	margin: 2px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #E3B572;
	background-color: #A55A0A;
	width: 100%;
	top: 0px;
	right: 0px;
	left: -6px;
	position: relative;
	text-align: center;
	font-size: 15px;
}
div.detailed #d_type, #d_loc {
	position: relative;
	margin-left: 3px;
}
div.filtercont {
	left: 100px;
	background-color: #C0C0C0;
	border: 1px solid #000000;
	padding: 5px;
	z-index: 5;
	visibility: hidden;
	position: absolute;

}
div.filterpane {
	background-color: #E6E6E6;
	width: 100%;
	height: 100%;
	text-align: left;
}
div.filterpane table {
	width: 100%;
}
div.filterpane table tr {
	vertical-align: top;
	font-size: 12px;
}
div.filterpane #filter_head td {
	text-align: center;
	width: 140px;
}
div.filterpane #filter_main th {
	text-align: center;
}
div.filterpane #filter_main td {
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	width: 175px;
}
.semibutton {
	background-color: #C76D0C;
	border: 1px solid #E3B572;
	margin: 2px;
	padding: 0px 3px 0px 3px;
	width: 60px;
	height: 30px;
	text-align: center;
}
#about {
	background-color: #C0C0C0;
	border: 1px solid #808080;
	padding: 0px 3px 0px 3px;
	position: fixed;
	bottom: 2px;
	right: 2px;
	z-index: 4;
}
#aboutinf {
	background-color: #C0C0C0;
	visibility: hidden;
	border: 1px solid #808080;
	padding: 0px 3px 0px 3px;
	text-align: center;
	position: fixed;
	bottom: 2px;
	right: 2px;
	z-index: 5;
}
#copyright {
	font-size: 11px;
	text-align: center;
}
#copyright2 {
	font-size: 10px;
	padding: 3px 0px 0px 0px;
	text-align: center;
}
.ad728x90top {
	width: 728px;
	height: 90px;
	margin: auto;
	padding: 3px 0px 3px 0px;
	border: none;
	z-index: 0;
}
.ad728x90bottom {
	width: 728px;
	height: 90px;
	margin: auto;
	padding: 3px 0px 3px 0px;
	border: none;
	z-index: 0;
}
