div.portal_map_container
{
	height: 400px;
	border: 1px solid #bbb;
}

div.portal_map_progress
{
	position: absolute;
	display: none;
	background: #fff;
	border: 1px solid #aaa;
	z-index: 1000;
	padding: 3px 10px;
	font-size: 14px;
	color: #999;
}

div.portal_map_navigation a.portal_map_zoom_fit
{
	font-size: 12px;
	padding: 0 6px;
}

div.portal_map_info
{
	max-width: 300px;
	max-height: 200px;
	padding-right: 20px;
	overflow: auto;
}

div.portal_map_info ul
{
	list-style: none;
	margin: 0px;
	padding: 0;
}

div.portal_map_info li
{
	padding-bottom: 4px;
}

p.portal_map_address
{
	color: #999;
	font-style: italic;
	margin: 0px 0 10px;
	font-size: 9px;
}

div.portal_map_navigation
{
	border: 1px solid #ddd;
	background: #fafafa;
	border-top: none;
	font-size: 0;
	height: 20px;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
}

div.portal_map_navigation a
{
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	height: 12px;
	line-height: 20px;
	height: 20px;
	min-width: 6px;
	padding: 0 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #ddd;
}

div.portal_map_navigation a.portal_map_zoom_in, div.portal_map_navigation a.portal_map_zoom_out
{
	font-size: 18px;
}

span.portal_map_maps
{
	position: absolute;
	right: 0;
	top: 0;
}

span.portal_map_maps a
{
	padding: 0 7px;
	font-size: 12px;
	border-right: none;
	border-left: 1px solid #ddd;
}

a.portal_map_selected
{
	background: #eee;
	font-weight: bold;
}

div.portal_map_navigation a:hover
{
	background: #eee;
}