/* amenity styles */

h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	line-height: 2em;
}

h3 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 2em;
}

#amenity-map {
	clear: both;
	height: 300px;
	background-color: #CCC;
}

.amenityTypes {
	border-collapse:separate;
	}


#amenity-table {
	margin-top: 20px;
	margin-bottom: 20px;
	border-spacing: 5px;
	border-collapse:separate;
	font-size: 13px;

}


#amenity-table th {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #454E73;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding: 5px;
		font-size: 13px;
}



#amenity-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
			border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding: 5px;
		font-size: 13px;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	}
	


td.amenity-cell {
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	padding: 5px;
		font-size: 13px;
	}

td.amenity-cell-left {
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	padding: 5px;
	}

#amenity-map h2 {
	margin: 0; padding: 0;
	line-height: 16px;
	color: #fff;
}
#amenity-map p {
	margin: 10px 0;
	padding: 0;
}

#council-table {
	background-color: #454E73;
	}

/* links on the map to amenities */

#amenity-links {
	float: right;
	width: 660px;
	height: 30px;
	display: inline;
	clear: both;	
}

#amenity-links ul {
	margin:0;
	padding:0;
}

#amenity-links li {
	float: left;
	list-style:none;
}

#amenity-links li a {
	background: #172350;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	text-decoration:none;
	display:block;
	font-size: 13px;
	height: 30px;
	line-height: 2.2em;
	text-align: center;
	width: 162px;
	border-radius: 5px 5px 0px 0px;
	behavior: url(/js/PIE.htc);
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}

#amenity-links li a:hover {
	color: #fff;
	background-color: #454E73;
}

#amenity-links li a.active {
	color: #fff;
}

/* links on the map to amenities */
