@import url("wxcore.css");

html {
	max-height: 100%;
}

html, body {
	background-color: white;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header {
	background: white url("../images/airports-logo-125.png") no-repeat top left;
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 31px;
}

#header a {
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	position: absolute;
	top: 5px;
	left: 140px;
	text-indent: -5px;
	display: block;
}

#header a:hover {
	text-decoration: underline;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 12px;
	font-size: 10px;
	text-align: center;
	width: 100%;
}

#wx .tabcontent {
	margin: 0;
	overflow: auto;
	border: solid 1px #c1cbd6;
	border-top-width: 0;
	position: absolute;
	top: 60px;
	bottom: 13px;
	width: 100%;
}
.tab-ct .controls {
	position: absolute;
	right: 0;
	top: 31px;
	z-index: 1;
}
.tabcontent > ul {
	margin: 0 4px;
}
#wx .tabcontent .header {
	margin-top: 5px;
	clear: left;
	color: white;
	background: #3349a2;
	border-bottom: solid 1px #c1cbd6;
	font-weight: bold;
}
