html,body {
    height: 100%;
}

body {
    margin: 0px;
	padding: 0px;
    font-family: arial,sans-serif;
    font-size: 0.9em;
}

table#table-content {
	height: 100%;
	width: 100%;
}

table#table-content tr#top-bar {
	height: 55px;
	width: 100%;
	background-image: url("../images/fnd.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

table#table-content tr#top-bar td {
	border-bottom: 1px solid #C1B6AC;
}

table#table-content tr#map-container {
	width: 100%;
	overflow: hidden;
}

table#table-content tr#map-container td {
	height: 100%;
	width: 100%;
}

div#top-bar-logo-container {
	height: 100%;
	padding: 10px;
	float: left;
	padding-right: 0px;
}

div#top-bar-search-container {
	height: 100%;
	overflow: hidden;
	float: right;
	padding: 10px;
	margin-top: 8px;
	padding-left: 0px;
}

input#hotspot-search-input {
	color: #999999;
	width: 500px;
}

#map {
	width: 100%;
	height: 100%;
}

#infowindow-container {
	color: #564A3B;
	font-family: "helvetica";
}

#infowindow-img {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 113px;
	width: 150px;
}

#infowindow-name {
	float: right;
	margin: 0px;
	padding: 20px;
	height: 73px;
	width: 110px;
	font-size: 1.2em;
	font-weight: bold;
	overflow: hidden;
}

#infowindow-name table {
	height: 100%;
	width: 100%;
}

#infowindow-name table td {
	vertical-align: middle;
	text-align: center;
}

#infowindow-msg {
	clear: both;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	width: 300px;
	overflow: hidden;
}

#infowindow-addresses {
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 280px;
	overflow: hidden;
}

#infowindow-addresses a {
	color: #A4C12D;
	text-decoration: none;
}

#infowindow-addresses a:hover, a:active {
	text-decoration: underline;
}
