/*
//#################################################################################################################################
//#
//#	File		: google_maps.css
//#	Author		: Gene Dascher
//#	Created		: October 4, 2011
//#	Purpose		: Common CSS classes for screens using Google Maps API
//#
//#
//#################################################################################################################################
//#
//#	History
//#	=======
//#
//#	Date		Version		Name			Bug	Comments
//#	===========	============	=====================	===== 	============================================================
//#	04 Oct 2011	V1.0.GED.0.0	Gene Dascher		48125	Written from classes in fbo_locator.css and port_locate.css.
//##################################################################################################################################
*/

#map_canvas {
	width: 900px;
	height: 600px;
	text-align: center;
	border: 1px black solid;
	overflow: hidden;
}
#map_sidebar {
	width: 100px;
	height: 600px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding-left: 4px;
	overflow: auto;
}

#map_sidebar a {
	text-decoration: none;
	font-weight: bold;
}

#map_bottom {
	width: 900px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#map_legend {
	width: 900px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#map_legend p {
	clear: both;
	margin: 0px;
	width: 100%;
}

#map_legend img {
	vertical-align: top;
}

#map_legend_title {
	width: 60px;
}

#map_legend_item {
 	width: 25%;
}

#map_legend span {
	font-weight: bold;
}

.map_legend_list {
	list-style-type: none;
	float: left;
	padding-left: 10px;
	margin-left: 0px;
}

#tooltip {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 5.5px;
	padding-left: 4px;
	padding-right: 4px;
}

.cluster_label {
	color: white;
	font-weight: bold;
	background-color: transparent;
}

#loading { 
	position: absolute; 
	top: 0px; 
	border: 1px solid black; 
	border-radius: 7.5px; 
	background-color: white; 
	color: black; 
	padding: 5px; 
	visibility: hidden; 
}

#searching_label_p, #loading_label_p {
	display: none;
	font-size: 10pt;
	font-weight: bold;
}

#loading_img {
	height: 7px;
	width: 138px;
	background-image: url('/images/application/progress_bar.png');
	background-repeat: no-repeat;
}

#g_div { 
	border: none; 
	position: absolute; 
	width: 32px; 
	text-align: center; 
}

#g_div span { 
	color: white;
	font-weight: bold;
	font-family:helvetica;
	font-size: 14px;
	text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black;
}

#portinfo { 
	position: absolute; 
	background-color: white; 
	border: 1px solid black; 
	border-radius: 7.5px; 
	padding: 2px; 
	font-size: small; 
	color: black; 
}

#portinfo a { 
	color: black; 
	text-decoration: none; 
}

#reset {
	padding: 9px;
	cursor: pointer;
}

