body {
	text-align: left;
}

#map_canvas {
	 width: 769px; 
	 height: 550px;
	 cursor: crosshair;
	 margin-left: 181px;
}

#map-navigation {
	width: 170px;
	background-color: white;
	float: left;
}

#map-container {
	position: relative;
	width: 950px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#map_key {
	background-color: white;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	position: absolute;
	top: 10px;
	right: 10px;
}

#map_key {
	background-color: white;
	padding: 0px;
	border: none;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: auto;
	right: auto;
	width: 180px;
}

.key_item {
	height: 31px;
	padding-bottom: 5px;
}

.swatch-border {
	width: 12px;
	height: 12px;
	border: 3px solid red;
	margin: 0px 5px 5px 0;
	float: left;
}

.swatch {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.swatch input {
	margin: 0;
	border: 0;
	padding: 0;
	height: 12px;
	width: 12px;
}

.name, .label {
	margin-left: 20px;
	font-size: 11px;			
}

.label {
	color: #666;
}

.name {
	font-size: 13px;
	margin-bottom: 2px;
}

.map-toolbar {
	margin: 20px 0 20px 0;
}

#map-search {
	font-size: 14px;
	padding: 3px;
	width: 113px;
	margin: 0;
	color: #999;
}

#search-button {
	background-color: #2851A2;
	border: 0px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 5px;
	margin: 0;
	height: 27px;
	width: 45px;
}

#map-tools {
	margin: 20px 0 10px 0;
}

.hotspot {
	position: relative;
	z-index: 100;
}

.hotspot:hover, .hotspot.hover {
	width: 181px;
}

.hotspot-link {
	border-top: 1px dotted #ccc;
	padding: 9px 0 9px 5px;
	display: block;
	font-size: 14px;
	height: 16px;
}

.hotspot:hover .hotspot-link,
.hotspot.hover .hotspot-link {
	background-color: #2851A2;
	color: white;
	border-top: 1px dotted #ccc;
	border-bottom: none;
	padding-right: 10px;
}

.buffer {
	margin: 20px;
}

#map-release {
	/*
		width: 120px;
		left: 485px;
		padding: 9px;
	*/
	padding: 19px 9px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: white;
	
	text-align: center;
	
	position: absolute;
	bottom: 25px;
	display: none;
	width: 751px;
	left: 181px;
	border-left: none;
	border-right: none;
	cursor: pointer;
	background-image: url(http://cache.boston.com/universal/newsprojects/rank/images/light_gray_close.png);
	background-position: 745px 19px;
	background-repeat: no-repeat;
}

#map-release:hover {
	background-color: #2851A2;
	background-image: url(http://cache.boston.com/universal/newsprojects/rank/images/dark_blue_close.png);
	color: white;
}

#map-release:hover a {
	color: white;
}

.navigation-label {
	font-size: 14px;
	margin: 0 0 7px 0;
}

.note {
	color: #666;
	font-size: 10px;
	margin: 3px 0 5px 0;
	width: 155px;
	line-height: 12px;
}

.nav-triangle {
	border-color: #B7CDFF transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	border-top: 16px solid transparent;
	border-left: 16px solid #2851A2;
	border-right: 0px solid transparent;
	border-bottom: 16px solid transparent;
	height: 0;
	position: absolute;
	bottom: -21px;
	left: 181px;
	top: 2px;
	display: none;
}

.hotspot:hover .nav-triangle,
.hotspot.hover .nav-triangle {
	display: block;
}

.nav-triangle-border {
	position: absolute;
	display: block;
	content: "";
	border-color: white transparent transparent transparent;
	border-style: solid;
	border-top: 30px solid #B7CDFF;
	border-left: 35px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0;
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: -30px;
	left: 20px;
}

#map-disco {
	position: absolute;
	bottom: 0px;
}

#map_key_disclaimer {
	color: #666;
	font-size: 11px;
}

#tooltip {
	position: absolute;
	right: 150px;
	width: 150px;
	padding: 10px;
	top: 227px;
	background-color: #fffae1;
	border: 1px solid #666;
	box-shadow: 2px 2px 1px #999;
	-webkit-box-shadow: 2px 2px 1px #999;
}

.tooltip-image {
	float: left;	
}

.tooltip-text {
	margin: 0 0;
}

.tooltip-triangle {
	border-color: #B7CDFF transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	border-top: 16px solid transparent;
	border-left: 16px solid transparent;
	border-right: 16px solid #fffae1;
	border-bottom: 16px solid transparent;
	height: 0;
	position: absolute;
	display: block;
	left: -32.5px;
	top: 15px;
}

.tooltip-triangle-border {
	display: block;
	content: "";
	border-color: white transparent transparent transparent;
	border-style: solid;
	border-top: 18px solid transparent;
	border-left: 18px solid transparent;
	border-right: 18px solid #666;
	border-bottom: 18px solid transparent;
	height: 0px;
	width: 0px;
	position: absolute;
	left: -36.5px;
	top: 13px;
}