@charset "utf-8";
/* CSS Document */
/*
maincontainer
	contentwrapper
		| * this file
		map-wrapper
			mapleftcolumn
					sidebar
							weather_widget
					alert
			mapcolumn
					map
footer
*/
/*
#map-wrapper DIV{ border: #006666 1px groove;}
*/
#map-wrapper {
	position: relative;
	height: 100%;
	color: #7bbacd;
	margin-top: 70px;
	width: 700px;
}

#mapleftcolumn	{
	position: relative;
	display: block;
	float: left;
	width: 230px;	 /* Width of left column */
	margin-left: 0px;	 /* Set left margin to -(MainContainerWidth) */
	margin-top: -10px;
	clear: none;
	text-align: left;
}

#mapcolumn	{
	position: relative;
	margin-left: 250px;		 /* Set left margin to LeftColumnWidth */
	/*	margin: 0 20px 0 26%; 	*/	
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. 	*/
	clear: none;
	width: 700px;
}
#map-static	{
	position: relative;
	border: none;
	margin-top: 0px;
	margin-left: 20px;
	width: 675px;
	height: 724px;
	clear: none;
	/*
	width: 100%;
	height: 100%;
	*/
}
#map	{
	position: relative;
	border: 5px solid #fff;
	margin-top: 0px;
	width: 740px;
	height: 440px;
	clear: none;
	/*
	width: 100%;
	height: 100%;
	*/
}
#map_help	{
	position: relative;
	float: left;
	margin: 20px 200px 5px 20px;
	text-align: justify;
}

#sidebar {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	height: 100%;
	/* overflow: visible; */
	clear: none;

}
#sidebar a {
	color: #FFFFFF;
}
.centaur {
	text-align:center;
	margin: 0px 0px 0px 0px;
}
.tiny	{
	line-height: normal;	
}
.close {
	display: block;
	width: 250px;
	border-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-color: #000;
	text-align: center;
}

#alert {
	position: relative;
	top: 75%;
	left: 100%;
	width: 100%;
	text-align: center;
	display: none;
}
#alert p {
		display: none;	/*	STATIC MAP */
	width: 150px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: red;
	border: 1px solid #FF0000;
}
#standby {
	position: relative;
	top: 75%;
	left: 100%;
	width: 100%;
	text-align: center;
	display: none;
}
#standby p {
	width: 150px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: white;
	color: #CC3300;
	border: 1px solid #FF0000;
}
body.loading #alert { display: block; }
body.standby #standby { display: block; }
/* body.standby DIV { border: #fff thin solid; } */
