#flighttrack {
	font-size: 12px; border: 2px solid; display: none; position: absolute; left: 10%; top: 10%; right: 10%; bottom: 10%; z-index: 3;
}
#ft_header {
	font-weight: bold; padding: 10px;
}
#ft_infobox {
	display: none; border: 1px solid; white-space: nowrap; width: auto; position: absolute; right: 1em; top: 4em; z-index: 10; opacity: .83;
}
#ft_infobox p {
	margin: .7em 0;
}
#ft_infobox_body, #ft_infobox_header {
	padding: 1em;
	padding: 1em;
}
#ft_planespeed {
	display: none;
}
#ft_map_canvas {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 38px;
	left: 0;
	color: black;
}
#contentfade {
	display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; background-color: #cccccc; opacity: .7;
}


#hotel_info {
	padding: 3px;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	left: 50px;
	right: auto;
	top: 65px;
	width: 130px;
	background-color: white;
	display: none;
	margin-left: -200px;
}
#hotel_image_container {
	text-align: center;
}
#hotel_info, #hotel_info a {
	color: black;
}
#hotel_info a {
	text-decoration: underline;
}
#hotel_title {
	font-weight: bold;
}
#hotel_image {
	width: 100px;
	margin-bottom: 10px;
}
#hotel_header {
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	background-color: black;
	color: white;
}
#hotel_price {
	margin-top: 10px;
	font-weight: bold;
}

#stationwindowheader, #nwgnwindowheader {
	overflow: hidden;
	padding: .8em;
	font-size: 1em;
}
#stationwindowbigtext {
	font-size: 1.3em;
}
#stationwindow {
	white-space: normal;
	border: 2px solid;
	display: none;

	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 25%;
	right: 25%;

	z-index: 2;
}
#stationwindowbody {
	height: 100%;
}
.window_close_btn {
	font-weight: bold;
}
.window_close_btn img {
	vertical-align: middle;
}

#station_map_canvas {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 4em;
	left: 0;
}

#nwgnwindowiframe {
	width: 1100px;
	height: 630px;
	border: none;
}

div#nwgnwindow {
	white-space: normal;
	border: 2px solid;
	display: none;

	position: absolute;
	top: 50%;
	left: 50%;

	margin-top: -330px;
	margin-left: -550px;

	z-index: 2;
}

