.labelStyle {
	width: 20px;
	height: 20px;
	text-align: center;
}

.labelStyle p {
	color: #666;
	font-weight: bold;
}

.labelStyleGlobal {
	width: 30px;
	height: 30px;
	text-align: center;
}

.labelStyleGlobal p {
	color: #FFF;
	font-weight: bold;
	line-height:30px !important;
	padding:0 !important;
	display:block;
}

.jMapContainer {
	float: left;
	width: 808px;
	padding: 0 0 0 10px;
}

.jMapContainer h3 {
	font-size: 120%;
	color: #00aa77;
	margin: 10px 0 5px 0;
	font-weight: bold;
}

.jMap #controlsDiv {
	width: 100%;
	height: 30px;
}

.jMap #controlsDiv input.button {
	background:url(../images/btn_arrow.gif) 0 0 no-repeat;
	width:30px;
	height:20px;
	border:0;
	margin:0;
	padding:0;
	cursor: pointer;
}

.jMap #controlsDiv strong {
	width: 55px;
}

.jMap #controlsDiv .filter {
	margin-top: 5px;
	margin-left: 10px;
}

.jMap #contentDiv {
	width: 100%;
	height: 400px;
	border: 1px solid #009966;
}

.jMap #contentDiv #mapDiv {
	width: 500px;
	height: 400px;
	float: left;
	overflow: hidden;
}

.jMap #contentDiv #notInMapDiv {
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	color: #009966;
	text-align: center;
	padding: 2px;
	height: 16px;
}

.jMap #contentDiv #notInMapDiv #notInMapLink {
	text-decoration: underline;
	cursor:pointer;
	padding:2px;
	font-weight:bold;
}

.jMap #contentDiv #notInMapDiv #notInMapCount {
	padding:2px;
	font-weight:bold;
	cursor:pointer;
}

.jMap #contentDiv #notInMapDiv #notInMapResults {
	background:#FFFFFF none repeat scroll 0% 50%;
	border:1px solid #00966E;
	display:none;
	left:279px;
	overflow-x:hidden;
	overflow-y:auto;
	position:absolute;
	text-align:left;
	top:45px;
	width:230px;
	z-index:1000;
	max-height: 300px;
}

.jMap #contentDiv #helpDiv {
	width: 300px;
	height: 400px;
	float: left;
	padding: 5px 0px;
}

.jMap #contentDiv #helpDiv h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00966E;
	padding-left: 4px;
	padding-right: 4px;
}

.jMap #contentDiv #helpDiv p {
	color: #00966E;
	padding-left: 4px;
	padding-right: 4px;
}

.jMap #contentDiv #listDiv {
	width: 300px;
	height: 400px;
	float: right;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
}

.jMap .list {
	padding: 5px 3px !important;
	list-style: none;
	width: 100% !important;	
}

.jMap #list .entry a {
	color:#009966;	
}

.window {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 150px;
	width: 400px;
}

.window strong {
	font-size:14px;
	padding-left:4px;
}
	
.jMapContainer ul.IE6List li {
	padding-bottom: 4px;
}
