﻿body {
	font-family: Tahoma, Arial, Verdana, "Times New Roman", sans-serif;
/*	font-family: Verdana, Arial, sans-serif;*/
	font-size: 1em;
	white-space: nowrap;
	height: 100%;
}
body#pda {
	font-size: 7pt;
	white-space: nowrap;
}
div {
	margin: 0px;
	padding: 0px;
}
.wide {
	width: 100%;
	/*margin: auto;*/
}
div#everything {
	width: 98%;
	margin: auto;
}

/* Tables */
table#header {
	font-size: 125%;
	margin-top: 2%;
	margin-bottom: 2%;
}
table#footer {
	margin-top: .5%;
	font-size: 65%;
}
table#flights {
	border-collapse: collapse;
	width: 100%;
}
#pagenav {
	text-align: right;
	font-size: 90%;
}
#googleweather {
	text-align: right;
}
td#type, td#gate {
	color: #ffffff;
	/*font-size: 175%;*/
	font-weight: bold;
	text-align: left;
	padding: 0;
	width: 45%;
	white-space: nowrap;
}
td#station {
	color: #ffffff;
	/*font-size: 175%;*/
	text-align: right;
	padding: 0;
	width: 15%;
	white-space: nowrap;
}
td#weather {
	font-size: 80%;
	text-align: left;
	padding: 0;
	width: 15%;
}
.weatherclass {
	font-size: 65%;
	text-align: left;
	padding: 0;
}
td#time, #flighttime {
	/*font-size: 175%;*/
	text-align: right;
	padding: 0;
}
tr.flight td {
	padding: .75%;
	padding-left: .5%;
	padding-right: .5%;
	margin: 1%;
	white-space: nowrap;
	/* To remove all row lines, comment this out */
	border-bottom: 1px solid #777777;
}
.textright {
	text-align: right;
}
td.subheader {
	border-bottom: 2px solid #aaaaaa;
	padding-top: 2%;
}
th {
	font-weight: normal;/* IE6 */
	font: inherit;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	/* padding: .75%; */
	/*padding-left: 1%;
	padding-right: 1%;*/
	margin: 1%;
	white-space: nowrap;
	border-bottom: 2px solid #aaaaaa;
}
td {
	font: inherit;
	vertical-align: middle;
}

.error {
	color: red;
}

/* Links */
a {
	color: #ffffff;
	text-decoration: none;
	font-size: inherit;
}
img {
	border: none;
	vertical-align: middle;
}
.weatherimg {
	width: 3em;
}
img#configbtn {
	width: 1.5em;
}
#firstbtn, #nextbtn, #prevbtn {
	height: .8em;
}
#prevbtn, #nextbtn {
	margin-left: .5em
}
#prevbtn {
	margin-right: .5em;
}
div#fullad {
	text-align: center;
	background-color: black;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
div#configpanel {
	text-align: center;
	background-color: black;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index:2;
}
 
img.bullet {
	width: 0.7em;
}
::-moz-selection{
	background: #55aa55;
	color: #ffffff;
}
input, select, textarea {
	font: inherit;
}
