
/*----------------------------------------------------------------------------*/
/* For the big map */
#ymap {
	
	width: 587px;
	height: 384px;
	border: 1px solid #194e84;
	margin-bottom: 1em;
	overflow: auto;
}

#content div.ymap_key img, #content div.text #ymap img { float: none; margin: 0; padding: 0; border: 0; display: inline; }
 
#ymapysmw {
	width: 300px;
}
#ymapysmw img {
	float: right;
	margin-left: 10px;
}
#ymapysmw p {
	font-size: 80%;
	text-align: left;
}
#ymapysmw table td {
	margin: 0;
	padding: 0px;
	border: none;
}


#ymap-disclaimer {
	padding: 10px;
}
#ymap-disclaimer img {
	border: 0;
}


#ymap-confirm, #ymap-search {
	margin: 1em;
	text-align: center;
}
#ymap-confirm-button {
	padding: 0;
	margin: 0;
}


#ymap-search-city, #ymap-search-street {
	width: 110px;
}
#ymap-search-zip {
	width: 50px;
}



div.ymap_key {
	margin-top: 1em;
}
div.ymap_key p {
	font-size: 80%;
	display: block;
	float: left;
	width: 280px;
}
div.ymap_key p img {
	float: left;
	margin-right: 5px;
}
#mapicons li.orangeicon { list-style-image: url(../i/mapicons/sex-offender-multiples.gif); }
#mapicons li.yellowicon { list-style-image: url(../i/mapicons/sex-offender-icon.gif); }


/* For the itty-bitty map: */

#ymap-tiny {
	width: 198px;
	height: 217px;
}
iframe {
	width: 198px;
	height: 217px;
	border: 0;
	margin-left: 1px;
}
#rightcol div.box div.ymap-panel img {
	border: none;
}
img.ymap-icon {
	float: right;
	border: none;
	background: transparent;
}
img.ymap-road-icon {
	float: left;
	margin: 0 4px 4px 0;
}
.ymap-panel {
	width: 198px; 
	height: 250px;
	overflow: auto;
	margin-left: 1px;
}

.ymap-item {
	border-bottom: 1px solid #a1b4cd;
	padding: 0 4px;
}
.ymap-item h5 {
	color: #194e84;
	font-weight: bold;
	font-size: 80%;
}
.ymap-item p {
	clear: both;
	font-size: 80%;
}
img.ymap-credit {
	margin: 0.5em auto;
}

.ymap-highlight {
	background-color: #d8e9ff;
}

#ymap-accordion panelContent {
	border-bottom: 1px solid #a1b4cd;
	width: 198px; 
	height: 250px;
	overflow: auto;
}

.ymap-empty-list {
	text-align: center;
	font-size: 18px;
	color: #cccccc;
	font-weight: bold;
	padding: 10px;
}
#ymap-loading-icon {
	padding: 89px 0 0 89px;
}
div.ymap-clickable {
	cursor: pointer;
}
#ymap-tinyyzscale {
	display: none;
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	z-index: -5000;
}

#parks {
	height: 200px;
	overflow: auto;
	border-top: 1px solid #a1b4cd;
}
#parks p {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #a1b4cd;
	margin: 0;
	cursor: pointer;
}
#ymap-tiny img {
	border: none !important;
}
#ymap-parks-block {
	margin-left: 1px;
}

#ymap-parks-block span {
	display: none !important;
	border : 300px solid #345678;
}







