/* Outside in map */
	#outsidein_container{padding:5px 0 1px 10px; position: relative;}
	div.oi_map_header{background-color:#3a3a52; color:#fff;} /*Explore navigation*/
	#oi_explore_neighborhoods{}
	#oi_explore_neighborhoods span{font-weight:bold;color:#fff;font-size:13px;}
	#oi_map_container{}  /*Map container(map and float)*/
	#oi_footer_frame{}
	#oi_map_container #oi_float {} /*map container's click pins container*/
	#oi_map{} /*only the map display region*/
	#oi_story_listing_container{margin-top:0;}
	.oi_story_listing_featured, .oi_story_listing_other{margin-top:10px;} /*News List-featured and others*/
	#oi_story_listing_container h1{} /*heading of news list*/
	.oi_story_list_item{margin:0 0 10px;padding:10px;width:250px;border-bottom:1px solid #CCCCCC;background-color: #fff;} /*news list item*/
	#oi_story_listing_container h2{margin-bottom:3px;}/* news list item h2*/
	#oi_story_listing_container h3{margin-bottom:5px;}
	.oi_story_list_item p{text-align:justify;}
	#oi_story_listing_container h2 a, #oi_story_listing_container h2 a:link, #oi_story_listing_container h2 a:visited, 					#oi_story_listing_container h2 a:hover, #oi_story_listing_container h2 a:active {font-weight:bold;} /* news list item h2 a*/
	#oi_story_listing_container a, #oi_story_listing_container a:visited, #oi_story_listing_container a:active {color:#095A97;font-weight:bold;text-decoration:none;} /*any a in news list */
	#oi_story_ad{} /*Ad region below map(verticle)*/

	
	#loading {
		width: 100px;
		height: 100px;
		background:url("http://media.miamiherald.com/smedia/2009/09/23/16/ajax-loader.standalone.prod_affiliate.56.gif") top left no-repeat;
		margin: 20px auto;
	}

/**********************/
/* tab content */	
	.tab-content {background:#f5f6f8;width:470px;}
	.tabContent{}
	.tabContent div.x {display:block;visibility:visible;}
	div.img_spill{float:none;}
	.hide {display:none;}
/**********************/
/* Other map*/
#showing { 
	width: 430px;
	float: left;
	font-size: 1.2em;
	padding: 10px 20px;
	line-height: 150%;
	}
	#showing h3 {
		font-size: 1.4em;
		font-weight: bold;
		padding: 15px 10px 5px 10px;
		border-bottom: 1px dotted #eee;
		margin-bottom: 10px;
	}
	
#topSection{margin-bottom:20px;padding:5px;}
#mapOptions{
	font-size:14px;
	height:30px;
	line-height:30px;
	text-indent:8px;
	background-color:#3A3A52;
	width:470px;
	float:left;
	margin-bottom:10px;
	}
#mapOptions li{
	color:#FFFFFF;
	float:left;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	padding-right:30px;
	}	
#mapOptions li select{
	color:#666666;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
	}
#mapOptions li select .active-option { font-weight: bold; }

#results{ background-color:#f4f4f4; }

#results #currently-showing {
	background-color: #3A3A52;
	color: #eee;
	padding: 0 10px;
	border-bottom: 1px solid #999;
	float: left;
	width: 450px;
	}
	
#results .dataRow { 
	font-size: 0.9em;
	padding: 5px 10px;
	border-bottom: 2px solid #999;
	border-right: 1px solid #ccc;
	float: left;
	width: 450px;
	}
	
div.dataRow ul, div.dataRow li {list-style-type:none; list-style: none;	}
div.dataRow li span { color: #666; }
#results div.dataRow li.schoolname span.label, #results div.dataRow li.title span.label, #results div.dataRow li.call span.label { display: none; }
div.dataRow li.schoolname, div.dataRow li.title, div.dataRow li.call { 
	width: 100%; 
	text-align: center; 
	border-bottom: 1px dotted #ccc;
	padding: 4px 0 2px 0;
	margin-bottom: 5px; 
	font-size: 13px;
	}
div.dataRow li.call {
	padding: 2px 0 1px 0;
	margin-top: -3px;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #777;
	}
	
div.dataRow li.row-grid { border-left: 1px solid #ccc; clear: both; margin: 10px 0 10px 5px; float: left; }
div.dataRow .dataRow-column {width: 144px; float: left; border-right: 1px solid #ccc; }
div.dataRow .dataRow-column li, div.dataRow ul.halfwidth li { border-bottom: 1px solid #ccc; padding: 2px 5px; }

div.dataRow ul.halfwidth { width: 215px; float: left; margin: 4px 5px; }
/*div.dataRow span.label{font-weight:bold; padding-right:10px;text-transform:capitalize;}*/

#results .dataRow span.label {
	font-weight: bold;
	padding-right: 10px;
	text-transform: capitalize;
	display: block;
	width: 80px;
	float: left;
	}

#results .hidden {
		display: none;
		}

#map .dataMarker {
	display: block;
	font-size: 0.8em;
	overflow-x: hidden;
	margin: 0 0 15px;
	}
	#map .dataMarker h4 {
		font-size: 13px;
		color: #666;
		font-weight: bold;
		padding-left: 5px;
		text-transform: capitalize;
	}
	#map .dataMarker li {
		list-style-type: none;
		line-height: 18px;
		padding-left: 8px;
		width: 325px;
		}
	#map .dataMarker li span.label {
		display: block;
		float: left;
		width: 80px;
		padding-right: 10px;
		text-transform: capitalize;
		font-weight: bold;
		color: #666;
		}
	li.id, li.lat, li.lon, li.distance { display: none; }

#map {
	border:1px solid #999999;
	float:left;
	height:350px;
	margin:5px 0 15px;
	padding:0;
	width:460px;
}
/**********************/

	
#paginator {
	float: left;
	width: 460px;
	padding: 2px 5px;
	background-color: #eee;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #999;
	}
	#paginator ul {
		float: right;
		width: auto;
		}
	#paginator li {
		float: left;
		width: auto;
		display: block;
		padding: 0 5px;
		}
	#paginator li a {
		cursor: pointer;
		float: left;
		display: block;
		padding: 2px 7px;
		font-weight: bold;
		font-size: 12px;
		color: #333;
	}
	#paginator li a.active-page {
		background-color: #888;
		color: #eee;
	}
	
	#paginator li a:hover {
		background-color: #666;
		color: #fff;
		}
	
	
/* error page */

.category-listing-column {
	width: 225px;
	float: left;
	padding-left: 10px
}

#listing-broward {
	padding-right: 0;
}

#error-index h2 { padding: 20px 40px 10px 10px; font-size: 18px; }

#error-index h3 {
	border-bottom: 1px dotted #999;
	}

#error-index h5 {
	font-size: 13px;
	font-weight: bold;
	color: #454545;
	padding: 8px 5px;
	}
	
.category-listing-column ul, .category-listing-column li, .category-listing-columnthin li {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	font-size: 11px;
	}

.category-listing-row, #category-listing-maplink {
	float: left;
	padding: 0 10px 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	width: 455px;
}

#category-listing-maplink { color: #666; padding-bottom: 10px; }

.category-listing-columnthin {
	width: 135px;
	float: left;
}

.category-listing-column li a, .category-listing-columnthin li a, #category-listing-maplink a {
	color: #09c;
	text-decoration: none;
	padding: 3px 5px;
	}

.category-listing-column li a:hover, .category-listing-columnthin li a:hover, #category-listing-maplink a:hover {
	text-decoration: underline;
	background-color: #eee;
}
