@CHARSET "UTF-8";

.hidden
{
	display: none;
}

#mapWindow
{
	position: absolute;
	top: 30px;
	left: 70px;
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
}

#mapWindow div.titleBar
{
	display: block;
	width: 740px;
	padding: 0 0 10px 0;
	text-align: right;
	font: bold 11px/11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FB9C00;
	cursor: pointer;
}

#mapWindow div.flashObject
{
	width: 740px;
	height: 480px;
	background: #05587e;
	border: 1px solid #ccc;
}

