/* CSS Document */

.search_result {
	padding: 10px;
	height: auto;
	width: 550px;
	margin-bottom: 10px;
}

.map_dist {
	height: auto;
	width: 296px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	position: relative;
}
.map_ins {
	height: auto;
	width: 250px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	position: relative;
	float: right;
}
.district_col {
	width: 175px;
	float: left;
	height: auto;
	padding-left: 15px;
}
.district_col p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.search_result img {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 5px;
	margin-bottom: 20px;
	border: 2px solid #009EDD;
	margin-top: 5px;
}
.search_result p {
}
.search_result a {
	padding-top: 2px;
	margin-top: 2px;
}
.search_result h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #85B900;
	width: auto;
}
.search_result img {
	height: 67px;
	width: 100px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	top: -10px;
	position: relative;
}
#result_table table {
	width: 100%;
	margin: 10px 0;
	border-style: hidden;
	border-collapse: collapse;
	border-width:1px;
	border-style:solid;
	border-color: #999999;
}
#result_table table th {
	font-size: 14px;
	height: 25px;
	border-left: 1px solid #999999;
	border: none;
}

#result_table table td {
	border-style:solid;
	border-color: #999999;
	text-align: center;
}
#result_table table td.activity {
	width: 100px;
	padding: 1px;
}

#result_table table td.description {
	padding: 2px 8px;
}

#result_table table th.facility {
	width: 100px;
}

#result_table .icon {
	height: 25px;
	width: 25px;
	padding: 1px;
}
#result_table .search_photo {
	margin-top: 0px;
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 10px;
	padding-top: 5px;
}
#result_table .search_photo img {
	width: 75px;
	border: 1px solid #666666;
	float: left;
	height: auto;
	position: relative;
	margin-right: 5px;
}
#result_table .search_photo h5 {
	text-align: left;
	position: relative;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.fees {
	background-color: #f6f4f4;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
.sitename {
	width: 350px;
}
#result_table .search_photo p {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	margin-right: 10px;
	text-align: justify;
}
.feep {
	font-size: 90%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}


     
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #ECE9D8;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}


.search_result h3 {
	border-bottom-color: #016332;
}

.paginator {
margin: 0 auto;
text-align: center;


}

.map {
	height: auto;
	width: 155px;
	float: right;
	margin-left: 15px;
}
.map p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

/* end GOOGLE MAP Styles */

