﻿#location_map {
	margin: 10px 0 0 0;
	width: 670px;
	height: 350px;
}

fieldset label {
	padding: 0 20px 0 0;
	text-align: left !important;
	width: auto !important;
}

#field_locationtypes {
}

.infoWindow img {
	padding: 15px 5px 0 0;
	height: 40px;
	max-height: 40px;
	float: left;
}

.infoWindow .windowContent {
	margin: 0; padding: 0;
	display: block;
	float: left;
}

#listLocations {
	margin: 10px 0 30px 0;
	width: 670px;
	height: 200px;
	overflow: auto;
}

/* Table Data */
#listLocations table {
	padding: 0;
	width: 650px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border-collapse: collapse;
}

#listLocations table a, #listLocations table span {
	font-weight: normal;
}

#listLocations table tr {
	border: 1px solid #fff;
}

#listLocations table th {
	padding: 7px;
	font-weight: bold;
	background: #002e55;
}

#listLocations table td {
	padding: 2px 7px;
	color: #000;
	background: #eee;
}

#listLocations table tr.alternate td {
	color: #000;
	background: #ddd;
}

#listLocations table tr:hover td {
	color: #fff;
	background: #002e55;
}

#listLocations table tr:hover td a {
	color: #fff;
}
