#map {
	background-color: #043754;
	position:relative;
	margin-left:300px;
}
#button {
	font-size:75%;
	position:absolute;
	bottom: 3px;
	left: 325px;
}
.big {
	overflow-x: scroll;
	overflow-y: hidden;
}
.popup {
	position:absolute;
	top:-135px;
	left:-80px;
	background: url('../images/popup.png') no-repeat top center;
	width:145px;
	height:70px;
	padding:20px;
	color:white;
	font-style:italic;
	font-size:14px;
}
.popup p {
	line-height:1.2;
	color: #8abecd;
	margin-top:7px;
}
.popup h1 {
	font-size:20px;
	color:white;
	text-transform: uppercase;
	font-weight:bold;
	font-style:normal;
	font-family:verdana,sans-serif;
	margin-top:10px;
}
.popup .negative {
	color:#fecdcd;
}
#map a {
	position:relative;
}
#maptable, #maptable th, #maptable tr, table#maptable td {
	margin:0 ! important;
	padding:0 ! important;
	border:0 ! important;
	border-bottom:0 ! important;
	background-color:transparent;
	letter-spacing:normal;
	height:auto ! important;
	width: auto! important;
	line-height:0 ! important;
	font-size:0px;
}
#maptable {
	display:none;
}