a {
	color: 161B86;			
}
a:visited {
	color: 161B86;			
}
a:hover {
	color: A71813;			
	text-decoration: none;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.pageHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: A71813;
	font-size: 16pt;
	font-weight: bold;
}
.pageSubHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: A71813;
	font-size: 10pt;
	font-weight: bold;
}
#mapOverlay {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
		* I find setting the color in the css gives me more flexibility 
		* than the PNG solution.
		*/
	background-color: #333333;
	background-color:transparent !important;
	/* this hack is for opera support
		* you can uncomment the background-image if you don't care about opera.
		* this gives you the flexibility to use any bg color that you want, instead of the png
		*/
	background-image/**/: url("./images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;

	/*
	background-color: #ff0000;
	top: 0px;
	left: 200px;
	position: absolute;
	width: 280px;
	height: 30px;
	z-index: 80;
	*/
	text-align:center;
	display: none;
	float: left;
}
#updatingMap {
	position: absolute;
	z-index: 100;
	left: 125px;
	top: 170px;
	background-color: white;
	display: block;
}
#progressBar {
	width: 300px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid black;
}
#map1
{
	float: left;
	width: 550px;
	height: 400px;
	/* float: right; */
	z-index: 50;
	position:absolute;
	top: 0px;
	left: 0px;
	border: 1px solid black;
}
#filterForm {
	float: left;
	width: 212px;
	height: 400px;
	/* float: right; */
	z-index: 50;
	position:absolute;
	top: 0px;
	left: 560px;
}
#container {
	position: relative;
	width: 550px;
	height: 400px;
}
