div#map {
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	width: 800px;
	height: 400px;
	color: #363636;
	overflow: hidden; /* clearfix*/
	padding: 0;
	margin: 0;
}

div#map a {
	color: #1F527B;
}

div#map h2.header {
	background-color: #5a8ca5;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	display: none;
	margin: 0;
}

div#map.loaded h2.header {
	display: block;
}

div#map ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#map li input {
	margin: 0;
}

div#map ul.controls {
	background: #fff;
	border-width: 0;
	padding: 0;
	display: none;
} 

div#map ul.controls li {
	font-size: 1.1em;
	line-height: 1.1em;
	float: left;
	padding: 5px 6px;
	margin:0;
}

div#map ul.controls li label {
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float: left;
	padding-left:25px;
	padding-top:3px;
	background-position: left center;
	min-height: 29px;
	margin: 0;
}

* html div#map ul.controls li label {
	height:29px;
	padding: 0 0 4px 25px;
}

div#map ul.controls li input {
	margin-left: 3px;
	margin-top: 7px;
}

#map .date { border-bottom: 1px solid #dadad9; width: 100%; }
#map .date li label { padding: 0px !important; margin: 0px !important; width: 250px; }
#map .date label input { float: left; }
#map .date label div { float: left; padding-left: 6px; }

#map .date label div .active { font-weight: bold; }

div#map div.map-zoom {
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	padding: 4px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 75px;
	font-size: 1.1em;
	line-height: 1.3em;
	z-index: 1;
}

div#map div.map-zoom h3 {
	font-size: 1em;
}

div#map div.map-container {
	position: relative;
	float: left;
}

div#map div.map-container div.initialised {
	background: url("/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/ajax-loader.gif") 50% 50% no-repeat;
}

div#map.loaded div.map-container div.initialised {
	background: none;
}

div#map div#map-overlay {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
	z-index: 101;
}

div#map div.types {
	float: left;
	clear: left;
}

div#map div.types ul.types {
	float: left;
	width: 780px;
	clear: both;
	font-size: 1.1em;
}

div#map ul.types li {
	float: left;
}

div#map ul.types li label {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 27px;
	display: block;
	width: 88px;
	height: 40px;
	cursor: pointer;
	position: relative;
}

div#map ul.types li label.cluster {
	background-position:10px 50%;
	border-left:1px solid #CCCCCC;
	cursor:auto;
	padding-left:40px;
	cursor: auto;
}

div#map ul.types li label span {
	width: 45px;
	display: block;
	float: left;
	color: #666;
	margin-top: 10px;
}

div#map ul.types li label input {
	position: absolute;
	top: 10px;
	right: 15px;
}

/* Windows checkboxes have 3px whitespace around visible border */
/* Filters IE5-6 and IE7 respectively */
* html div#map ul.types li label input { top: 7px; }
*+html div#map ul.types li label input { top: 7px; }

div#map ul.types label.red { background-image: url("/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/icon-red.gif"); }
div#map ul.types label.green { background-image: url("/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/icon-green.gif"); }
div#map ul.types label.yellow { background-image: url("/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/icon-yellow.gif"); }
div#map ul.types label.blue { background-image: url("/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/icon-blue.gif"); }
div#map ul.types label.grey { background-image: url("/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/icon-grey.gif"); }

div#map div.types p {
	clear: left;
	font-size: 1.1em;
	line-height: 1.4em;
}

div#map div.add-comment {
	float: left;
	width: 300px;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: center;
	color: #666;
}

div#map div.add-comment a.add-comment {
	display: block;
	text-indent: -9999em;
	background: url("/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/add-comment.gif") 50% 0 no-repeat;
	height: 28px;
	outline: none;
	margin: 22px 0 10px 0;
}

#MSVE_obliqueNotification {visibility: hidden;}

#map .types .header { font-weight: bold; margin-top: 6px; padding-left: 8px; }
#map ul.types li label span { width: auto !important; padding-right: 20px; }
#map ul.types li input { float: right; }

#map .date, #map .header { display: none; }
.loaded .date, .loaded .header { display: block !important; }

.MSVE_PoweredByLogo, div#map div#map-canvas #MSVE_PoweredByLogo {
	display:none !important; /* Hide Microsoft logo - with permission */
}

#MSVE_navAction_View3DMapMode { display: none !important; }


/* Info Panels */

div.panel-anchor {
	z-index: 2;
	position: absolute;
	font-family: Verdana, Arial, sans-serif;
	width: 0;
}

div.irrelevant,
div.type-irrelevant {
	display: none;
}

div.focused-panel {
	display: block;
	z-index: 4;
}

div.panel-buffer {
	position: absolute;
	margin-top: -473px;
	height: 500px;
	left: 13px;
	width: 0;
}

div.comment-panel {
	z-index: 0;
}

div.panel-buffer div.panel-anchor {
	bottom: 0;
}

div.panel-anchor pre {
	margin: 0 0 5px -50px;
	padding: 6px;
	width: 100px;
	overflow: auto;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.75);
	font: 10px/1.4 Monaco, monospace;
}

/* PANEL STYLES */
/* A Kearns Jan 11th 2009 */

div.panel-anchor h1, div.panel-anchor h2, div.panel-anchor h3, div.panel-anchor h4, div.panel-anchor h5, div.panel-anchor p,  div.panel-anchor a, div.panel-anchor img {
	padding: 0;
	margin: 0;
	border-width: 0;
	text-decoration: none;
	color: #000;
}

div.panel-anchor h1, div.panel-anchor h2, div.panel-anchor h3, div.panel-anchor h4, div.panel-anchor h5 {
	font-weight: normal;	
}

div.panel-anchor .clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* Large panel styles */

.panel-anchor .large-panel {
	width: 233px;
	position: relative;
	margin-left: -96px;
}

.panel-anchor .large-panel .inner-panel {
	width: 135px;
	z-index: 1;
}

.panel-anchor .large-panel .lp-shadow {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 135px;
	height: 54px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-shadow.png) right bottom no-repeat;
	z-index: 0;
}

.panel-anchor .large-panel .lp-shadow2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 135px;
	height: 54px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-shadow2.png) right bottom no-repeat;
	z-index: 0;
}

* html .panel-anchor .large-panel .lp-shadow {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-shadow.png", sizingMethod="crop");
}

* html .panel-anchor .large-panel .lp-shadow2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-shadow2.png", sizingMethod="crop");
}

.panel-anchor .large-panel .lp-outer-panel {
	width: 191px;
	padding: 13px 13p 21px 13px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-op-repeat.gif) left top repeat-y;
	position: relative;
	z-index: 1;
}

.panel-anchor .large-panel .lip {
	position: relative;
	width: 191px;
	height: 13px;	
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-op-bottom.png) left top no-repeat;
	z-index: 1;
}

.panel-anchor .large-panel .lip2 {
	position: relative;
	width: 191px;
	height: 13px;	
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-op-bottom2.png) left top no-repeat;
	z-index: 1;
}

* html .panel-anchor .large-panel .lip {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-op-bottom.png", sizingMethod="crop");
}

* html .panel-anchor .large-panel .lip2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-op-bottom2.png", sizingMethod="crop");
}

.panel-anchor .large-panel .lp-outer-panel-top {
	width: 191px;
	height: 5px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-op-top.png) left top no-repeat;
	line-height: 1px;
	font-size: 1px;
	position: relative;
	z-index: 1;
}

* html .panel-anchor .large-panel .lp-outer-panel-top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-op-top.png", sizingMethod="crop");
}

.panel-anchor .large-panel .lp-outer-panel .lp-inner-panel {
	margin: 0 3px 0 3px;
	background: #fff url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/lp-ip-repeat.gif) left bottom repeat-x;
	padding: 8px 10px 8px 10px;
	z-index: 1;
}

.panel-anchor .large-panel .lp-outer-panel .lp-inner-panel .lp-image-holder {
	float: left;
	width: 66px;
	height: 49px;
	margin: 0 7px 0 0;
	position: relative;
	overflow: hidden;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/info-panels/image-loading.gif) center center no-repeat;
}

.panel-anchor .large-panel .lp-outer-panel .lp-inner-panel img.thumb {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(Opacity=0);
}


.panel-anchor .large-panel .lp-outer-panel .lp-inner-panel h3 {
	font-size: 14px;
	color: #303030;
	padding: 0 10px 5px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #d9dadb;
	margin: 0 0 11px 0;
	position: relative;
}

.panel-anchor .large-panel .lp-outer-panel .lp-inner-panel p {
	font-size: 12px;
	color: #303030;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	min-height: 50px;
}

* html .panel-anchor .large-panel .lp-outer-panel .lp-inner-panel p {
	height: 50px;	
}

.panel-anchor .large-panel .lp-outer-panel .lp-inner-panel a.more-link {
	padding: 0 0 0 24px;
	color: #616161;
	font-size: 12px;
	position: relative;
	z-index: 0;
	display: block;
	width: 60px;
}

* html .panel-anchor .large-panel .lp-outer-panel .lp-inner-panel a.more-link {
	height: 12px;
	display: block;
}

.panel-anchor .large-panel .lp-outer-panel .lp-inner-panel a.more-link:hover {
	color: #000;
}

.panel-anchor .large-panel .lp-outer-panel .lp-inner-panel a.more-link img.icon {
	position: absolute;
	display: block;
	left: 0;
	bottom: 1px;
}

.panel-anchor .large-panel a.close-panel {
	display: block;
	text-indent: -99999em;
	overflow: hidden;
	width: 20px;
	height: 18px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/close-panel-icon.gif) left top no-repeat;
	position: absolute;
	right: 11px;
	top: 8px;
	display: none;
}


/* MEDIUM PANEL STYLES */

.panel-anchor .medium-panel {
	width: 156px;
	position: relative;
	margin-left: -67px;
}

.panel-anchor .medium-panel .inner-panel {
	width: 135px;
	z-index: 1;
}


.panel-anchor .medium-panel .mp-shadow {
	position: absolute;
	right: 1px;
	bottom: 5px;
	width: 84px;
	height: 27px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-shadow.png) right bottom no-repeat;
	z-index: 0;
}

.panel-anchor .medium-panel .mp-shadow2 {
	position: absolute;
	right: 1px;
	bottom: 5px;
	width: 84px;
	height: 27px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-shadow2.png) right bottom no-repeat;
	z-index: 0;
}

* html .panel-anchor .medium-panel .mp-shadow {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-shadow.png", sizingMethod="crop");
}

* html .panel-anchor .medium-panel .mp-shadow2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-shadow2.png", sizingMethod="crop");
}

.panel-anchor .medium-panel .mp-outer-panel {
	width: 136px;
	padding: 13px 13p 21px 13px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-op-repeat.png) left top repeat-y;
	position: relative;
	z-index: 1;
}

* html .panel-anchor .medium-panel .mp-outer-panel {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-op-repeat.png", sizingMethod="scale");
}

.panel-anchor .medium-panel .lip {
	position: relative;
	width: 136px;
	height: 13px;	
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-op-bottom.png) left top no-repeat;
	z-index: 1;
}

.panel-anchor .medium-panel .lip2 {
	position: relative;
	width: 136px;
	height: 13px;	
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-op-bottom2.png) left top no-repeat;
	z-index: 1;
}

* html .panel-anchor .medium-panel .lip {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-op-bottom.png", sizingMethod="crop");
}

* html .panel-anchor .medium-panel .lip2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-op-bottom2.png", sizingMethod="crop");
}

.panel-anchor .medium-panel .mp-outer-panel-top {
	width: 136px;
	height: 4px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-op-top.png) left top no-repeat;
	line-height: 1px;
	font-size: 1px;
	position: relative;
	z-index: 1;
}

* html .panel-anchor .medium-panel .mp-outer-panel-top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-op-top.png", sizingMethod="crop");
}

.panel-anchor .medium-panel .mp-outer-panel .mp-inner-panel {
	margin: 0 3px 0 3px;
	background: #fff url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/mp-ip-repeat.gif) left bottom repeat-x;
	padding: 4px 8px 2px 8px;
}

.panel-anchor .medium-panel .mp-outer-panel a.title {
	font-size: 14px;
	color: #2783c5;	
	padding-right: 24px;
	display: block;
	position: relative;
}

.panel-anchor .medium-panel .mp-outer-panel a.title:hover {
	color: #000;
}

.panel-anchor .medium-panel .mp-outer-panel a.title img.icon {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: auto !important;
}

* html .panel-anchor .medium-panel .mp-outer-panel a.title img.icon {
	right: 10px;
	bottom: 8px;	
}

/* SMALL PANEL STYLES */

.panel-anchor .small-panel {
	position: relative;
	margin-left: -16px;
	width: 51px;
}

.panel-anchor .small-panel .sp-shadow {
	position: absolute;
	height: 27px;
	width: 46px;
	bottom: 0;
	right: 0;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-shadow.png) left top no-repeat;
	z-index: 0;
}

.panel-anchor .small-panel .sp-shadow2 {
	position: absolute;
	height: 27px;
	width: 46px;
	bottom: 0;
	right: 0;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-shadow2.png) left top no-repeat;
	z-index: 0;
}

* html .panel-anchor .small-panel .sp-shadow {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-shadow.png", sizingMethod="crop");
}

* html .panel-anchor .small-panel .sp-shadow2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-shadow2.png", sizingMethod="crop");
}

.panel-anchor .small-panel .sp-inner-panel {
	z-index: 1;
	cursor: pointer;
	margin: 0 18px 0 0;
}

.panel-anchor .small-panel .sp-top {
	height: 5px;
	position: relative;
	line-height: 1px;
	font-size: 1px;
	z-index: 1;
}

.panel-anchor .small-panel .sp-tl-corner {
	height: 5px;
	width: 5px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1px;
	font-size: 1px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-tl.png) top left no-repeat;
}

* html .panel-anchor .small-panel .sp-tl-corner {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-tl.png", sizingMethod="crop");
}

.panel-anchor .small-panel .sp-tr-corner {
	height: 5px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1px;
	font-size: 1px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-tr.png) top right no-repeat;
}

* html .panel-anchor .small-panel .sp-tr-corner {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-tr.png", sizingMethod="crop");
}

.panel-anchor .small-panel .sp-t-repeat {
	height: 5px;
	margin: 0 5px 0 5px;
	line-height: 1px;
	font-size: 1px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-t-repeat.png) top left repeat-x;
}

* html .panel-anchor .small-panel .sp-t-repeat {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-t-repeat.png", sizingMethod="scale");
}

.panel-anchor .small-panel .sp-content-container {
	position: relative;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-cl-repeat.png) left top repeat-y;
	z-index: 1;
}

* html .panel-anchor .small-panel .sp-content-container {
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-cl-repeat.gif) left top repeat-y;
}

.panel-anchor .small-panel .sp-content-container .sp-content-outer {
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-cr-repeat.png) right top repeat-y;
	z-index: 1;
}

* html .panel-anchor .small-panel .sp-content-container .sp-content-outer {
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-cr-repeat.gif) right top repeat-y;
	margin-right: 1px;
}

.panel-anchor .small-panel .sp-content {
	background: #fff url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-c-repeat.gif) bottom left repeat-x;
	margin: 0 2px 0 2px;
	padding: 3px 7px 3px 6px;
}

* html .panel-anchor .small-panel .sp-content {
	padding: 3px 0 3px 6px;
}

.panel-anchor .small-panel .sp-content {
	display: block;
}

.panel-anchor .small-panel .sp-content img {
	display: block;
}

.panel-anchor .small-panel .sp-bottom {
	height: 13px;
	position: relative;
	z-index: 1;
}

.panel-anchor .small-panel .sp-bl-corner {
	width: 5px;
	height: 13px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-bl.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

* html .panel-anchor .small-panel .sp-bl-corner {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-bl.png", sizingMethod="crop");
}

.panel-anchor .small-panel .sp-br-corner {
	width: 5px;
	height: 13px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-br.png) right top no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

* html .panel-anchor .small-panel .sp-br-corner {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-br.png", sizingMethod="crop");
}

.panel-anchor .small-panel .sp-b-repeat {
	height: 13px;
	margin: 0 5px 0 5px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-b-repeat.png) left top repeat-x;
}

* html .panel-anchor .small-panel .sp-b-repeat {
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-b-repeat.gif) left top repeat-x;
}

.panel-anchor .small-panel .sp-b-lip {
	height: 13px;
	width: 12px;
	margin: 0 auto 0 auto;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-b-lip.png) left top no-repeat;
	z-index: 1;
}

* html .panel-anchor .small-panel .sp-b-lip {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/marker-panels/sp-b-lip.png", sizingMethod="crop");
}

/* CUSTOM GLOW INFO PANEL STYLES */

.custom-glow-panel-map .infoPanel-pointerT, .custom-glow-panel-map .infoPanel-pointerL, .custom-glow-panel-map .infoPanel-pointerR {
	visibility: hidden;	
}

.custom-glow-panel-map .infoPanel-pointerT .c {
	height: 450px !important;
}

.custom-glow-panel-map h1, .custom-glow-panel-map h2, .custom-glow-panel-map h3, .custom-glow-panel-map h4, .custom-glow-panel-map h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.custom-glow-panel-map {
	font-family: Verdana, Arial, sans-serif;	
	color: #333;
}

.custom-glow-panel-map :focus {
	outline: 0;
}

.custom-glow-panel-map p {
	font-size: 12px;
	color: #303030;
}

.custom-glow-panel-map h3.map-title {
	font-size: 14px;
}

.custom-glow-panel-map h2.map-heading {
	font-size: 12px;
	padding-top: 6px;
}

.custom-glow-panel-map h4.map-date {
	font-size: 12px;
}

.custom-glow-panel-map .map-content-holder {
	border: 1px solid #e7e8e9;
	border-width: 1px 0 1px 0;
	margin: 8px 0 0 0;
	padding: 0 !important;
	position: relative;
}

.custom-glow-panel-map .map-content-report {
	height: 165px;
	margin: 8px 0 8px 0;
}

.custom-glow-panel-map .map-content-report p {
	font-size: 12px;
	margin: 0 0 15px 0;
}

.custom-glow-panel-map .map-footer {
	padding: 5px 0 3px 0;
}

.custom-glow-panel-map .map-footer p {
	margin: 0;
	color: #333;
	font-size: 12px;	
}

.custom-glow-panel-map .map-footer a {
	text-decoration: none;
	color: #1f537c;
	font-size: 12px;	
}

.custom-glow-panel-map .carousel-holder {
	position: absolute;
	width: 126px;
	right: 0;
	top: 10px;
}

* html .custom-glow-panel-map .carousel-holder {
	right: 10px;
}

.custom-glow-panel-map .carousel {
	position: relative;
	width: 126px;
	height:	115px;
	overflow: hidden;
}

.custom-glow-panel-map .carousel-content {
	width: 5000px;
	height: 115px;
	position: absolute;
	left: 0;
	top: 0;
}

.custom-glow-panel-map .carousel-item {
	width: 126px;
	height: 115px;
	float: left;
	overflow: hidden;
	position: relative;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/info-panels/image-loading.gif) center center no-repeat;
}

.custom-glow-panel-map .carousel-item img {
	display: block;
	position: absolute;
	opacity: 0;
	filter: alpha(Opacity-0);
}

.custom-glow-panel-map .carousel-controls {
	margin: 9px 0 0 0;
}

.custom-glow-panel-map .carousel-controls p {
	min-height: 18px;
	position: relative;
	text-align: center;
	width: 81px;	
	margin: 0 auto 0 auto;
	padding-top: 2px;
}


* html .custom-glow-panel-map .carousel-controls p {
	height: 18px;	
}

.custom-glow-panel-map .carousel-controls span.num-image-text {
	color: #333;
	font-size: 12px;
}

.custom-glow-panel-map .carousel-controls a.back {
	position: absolute;
	left: 0;
	top: 0;
	height: 19px;
	width: 19px;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/info-panels/controls.back.gif) left top no-repeat;
	text-indent: -99999em;
	text-decoration: none;
	overflow: hidden;
}

.custom-glow-panel-map .carousel-controls a.forward {
	position: absolute;
	right: 0;
	top: 0;
	height: 19px;
	width: 19px;
	text-indent: -99999em;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/info-panels/controls.forward.gif) left top no-repeat;
	text-decoration: none;
	overflow: hidden;
}

.custom-glow-panel-map .carousel-controls a:hover {
	background-position: left -19px;
	overflow: visible;
}

.custom-glow-panel-map .carousel-controls a span {
	position: absolute;
	font-size: 10px;
	color: #010101 !important;
	border: #bcbec0 solid 1px;
	display: block;
	text-indent: 0 !important;
	background: #fff4ea;
	padding: 0 2px 0 2px;
	font-family: Verdana;
}

.custom-glow-panel-map .carousel-controls a.forward span {
	left: 20px;
	top: -8px;
}

.custom-glow-panel-map .carousel-controls a.back span {
	right: 20px;
	top: -8px;
}

.custom-glow-panel-map .carousel-controls a:active {
	background-position: left -38px;
}

.custom-glow-panel-map .carousel-controls a.disabled {
	opacity: .5;
	filter: alpha(Opacity=50);
	cursor: default !important;
}

.custom-glow-panel-map .carousel-controls a.disabled span {
	display: none !important;
}


.custom-glow-panel-map .carousel-controls a.disabled:hover, .custom-glow-panel-map .carousel-controls a.disabled:active {
	background-position: 0 0 !important;	
}

/* TEXT SPECIFIC INFO PANEL STYLES */
.cgpm-text .map-content-report { 
	overflow: auto;
}

.cgpm-text .map-footer p {
	margin-top: 24px;
}

/* IMAGE SPECIFIC INFO PANEL STYLES */
.cgpm-image .map-content-report { 
	overflow: auto;
	width: 225px;
}

.cgpm-image .map-footer p {
	margin-top: 24px;
}

* html .cgpm-image .panel-anchor .medium-panel .mp-outer-panel a.title img.icon {
	right: 10px;
	bottom: 8px;
}


/* IMAGE - NO CONTENT INFO PANEL STYLE */

.cgpm-image-no-content .carousel-holder {
	width: 466px;
	position: static;
	margin: 0;
}

.cgpm-image-no-content .map-content-holder {
	border-width: 0; 
}

* html .cgpm-image-no-content .carousel-holder {
	position: relative;
	padding-bottom: 10px;
	left: 1px;
}

.cgpm-image-no-content .carousel-holder .carousel {
	width: 466px;
	height: 260px;
}

.cgpm-image-no-content .carousel-holder .carousel-content {
}

.cgpm-image-no-content .carousel-holder .carousel-item {
	width: 466px;
	height: 260px;
}

.cgpm-image-no-content p.carousel-summary {
	border: 1px solid #e7e8e9;
	border-width: 1px 0 0 0;
	padding: 8px 0 0 0;
	margin: 10px 0 5px 0;
}

.cgpm-image-no-content .carousel-controls {
	margin-bottom: 5px;
}

/* VIDEO SPECIFIC INFO PANEL STYLES */

.cgpm-video .map-footer {
	padding-top: 5px;
}

/* AUDIO SPECIFIC INFO PANEL STYLES */

.cgpm-audio .map-content-holder {
	border-width: 0;
	padding: 5px 0 6px 0 !important;
}

.cgpm-audio .map-content-report {
	height: 50px;
	padding: 0 0 8px 0;
	border-width: 0;
	margin-top: -5px;
	position: relative;
}

.cgpm-audio .au-p-thumb-holder {
	width: 66px;
	height: 49px;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.cgpm-audio .au-p-thumb-holder img {
	position: absolute;
	top: 0;
	left: 0;	
}

.cgpm-audio .au-p-summary {
	margin-left: 74px !important;
}


/* COMMENT SPECIFIC INFO PANEL STYLES */

.cgpm-comment .map-content-report {
	overflow: auto;
}

#map img.comment-icon {
	margin-left: -9px; /* This must be 50% of img's width */
	z-index: 0 !important; /* comments should appear at the back */
	display: block;
	cursor: pointer;
	position: relative;
}

#map .ie-comment-icon-holder {
	left: -9px; /* This must be 50% of img's width */
	z-index: 0 !important; /* comments should appear at the back */
	display: block;
	cursor: pointer;
	position: relative;
	background: transparent;
	width: 18px;
	height: 32px;
}

#map .ie-comment-icon-holder img {
	visibility: hidden;
	display: block;
	position: relative;
	cursor: pointer;
	width: 18px;
	height: 32px;
	zIndex: 0 !important;
}


#map img.incident-icon {
	z-index: 0 !important; /* Incidents should appear at the back */
	display: block;
}

#map .ie-incident-icon-holder {
	z-index: 0 !mportant;
}

#map .ie-incident-icon-holder img {
	visibility: hidden;
	display: block;
}

/* PREVIOUS NEXT PANEL CONTROL STYLES */
#map-next-prev-panel-control-holder {
	clear: both;
	display: none;
	margin-top: -6px;
}

* html #map-next-prev-panel-control-holder {
	margin-top:  -19px;
}

#map-next-prev-panel-control-holder div.mnpp-inner {
	height: 29px;
	background: #e4e4e4 url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/next-prev-panel/background.gif) left top repeat-x;
}

#map-next-prev-panel-control-holder .mnpp-button-holder {
	padding: 4px 60px 0 60px;
	margin: 0 auto 0 auto;
	position: relative;
	width: 224px;
}

#map-next-prev-panel-control-holder .mnpp-next-prev-button {
	width: 55px;
	height: 22px;
	display: block;
	text-indent: -999999em;
	overflow: hidden;
	position: absolute;
	top: 4px;
	outline: none;
}

* html #map-next-prev-panel-control-holder .mnpp-next-prev-button:hover {
	background-position: 0 -22px !important;
}

#map-next-prev-panel-control-holder .mnpp-next-prev-button:active {
	background-position: 0 -22px;
}

* html #map-next-prev-panel-control-holder .mnpp-next-prev-button:active {
	background-position: 0 0;	
}


#map-next-prev-panel-control-holder .mnpp-prev-button {
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/next-prev-panel/back-button.gif) left top no-repeat;
	left: 0;
}

#map-next-prev-panel-control-holder .mnpp-next-button {
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/next-prev-panel/forward-button.gif) left top no-repeat;
	right: 0;
}

#map-next-prev-panel-control-holder .mnpp-next-prev-button-disabled {
	background-position: 0 -44px !important;
	cursor: default !important;
}

#map-next-prev-panel-control-holder .mnpp-next-prev-button-disabled:hover {
	background-position: 0 -44px !important !important;
	cursor: default !important !important;
}

#map-next-prev-panel-control-holder .mnpp-next-prev-button-disabled:active {
	background-position: 0 -44px !important;
	cursor: default !important;
}

#map-next-prev-panel-control-holder .mnpp-num-button-holder a {
	display: block;
	height: 18px;
	width: 22px;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background: url(/nol/shared/bsp/hi/have_your_say/maps/airlock/3_0/ui/next-prev-panel/num-button.gif) left top no-repeat;
	padding: 4px 0 0 0;
	float: left;
	color: #666;
	font-weight: bold;
	overflow: hidden;
	margin: 0 5px 0 5px;
	display: inline;
	outline: none;
}

.browser-type-firefox-mac .mnpp-num-button-holder a {
	padding-top: 3px !important;
	height: 19px;
}

* html #map-next-prev-panel-control-holder .mnpp-num-button-holder a:hover {
	background-position: 0 -22px;
	color: #fff;
}

#map-next-prev-panel-control-holder .mnpp-num-button-holder a:active {
	background-position: 0 -22px;
	color: #fff;
}

* html #map-next-prev-panel-control-holder .mnpp-num-button-holder a:active {
	background-position: 0 0;
	color: #666;
}

#map-next-prev-panel-control-holder .mnpp-num-button-holder a.num-button-selected {
	background-position: 0 -22px !important;
	color: #fff !important;	
}

#map-next-prev-panel-control-holder .next-prev-disabled .mnpp-num-button-holder a, #map-next-prev-panel-control-holder .next-prev-disabled .mnpp-num-button-holder a.num-button-selected {
	cursor: default;
	color: #ccc !important;
	background-position: 0 -44px !important;
}

#map-next-prev-panel-control-holder .next-prev-disabled .mnpp-next-prev-button {
	cursor: default !important;
	background-position: 0 -44px !important;
}

* html #map-next-prev-panel-control-holder .next-prev-disabled .mnpp-next-prev-button:active, * html #map-next-prev-panel-control-holder .next-prev-disabled .mnpp-next-prev-button:hover  {
	cursor: default !important;
	background-position: 0 -44px !important;
}

/* COMMENT MAP CONTROLS STUFF */

.map-comment-controls {
	display: none;	
}

.map-comment-controls ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border-width: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
}

* html .map-comment-controls {
	margin-top: -10px;
}

.map-comment-controls ul li {
	font-size: 1.1em;
	line-height: 1.1em;
	float: left;
	padding: 0 10px;
	margin:0 0 5px 0;
}

* html .map-comment-controls ul li {
	width: 150px;
	height: 45px;
}

.map-comment-controls ul li label {
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float: left;
	padding-left:25px;
	padding-top:3px;
	background-position: left center;
	min-height: 29px;
	margin: 0;
}

* html .map-comment-controls ul li label {
	height:29px;
	padding: 0 1px 4px 25px;
	position: relative;
}

.map-comment-controls ul li input {
	margin-left: 3px;
	margin-top: 7px;
}

.map-comment-controls .map-comment-controls-clear {
	clear: both;
	height: 5px;
}

.browser-type-firefox-mac div#map ul.controls li {
	position: relative;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.browser-type-firefox-mac div#map ul.controls li label {
	padding-left: 45px !important;
	padding-top: 17px !important;
}

.browser-type-firefox-mac div#map ul.controls li input {
	position: absolute;
	left: 30px;
	top: 8px;
}

/* Comment Limiter Styles */
div#map div#mnpp-comment-limiter {
	display: none;
	padding: 2px 0 8px 0;
	border: 1px solid #dadad9;
	border-width: 0 0 1px 0; 
}

div#map div#mnpp-comment-limiter div.cl-holder label {
	font-size: 11px;
}

div#map div#mnpp-comment-limiter div.cl-holder span {
	font-size: 11px;
}

div#map div#mnpp-comment-limiter div.selected label {
	font-weight: bold;
	font-size: 11px;
}

div#map div#mnpp-comment-limiter div.selected label span {
 	font-weight: normal !important;
}

div#map div#mnpp-comment-limiter div.cl-holder {
	width: 220px;
	float: left;
	padding-top: 5px;
}


div#map div#mnpp-comment-limiter div.cl-show-extra-comments {
	width: 400px;
}


div#map div#mnpp-comment-limiter div.cl-clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}