.header {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.aircraftList {
    position: absolute;
    width: 500px;
    max-height: 95%;
    overflow-y: scroll;
    overflow-x:hidden;
    z-index: 99;
}
.normaltext {
	font-family: 'Calibri', sans-serif;
	font-size: 16px;
	font-weight: lighter
	color: #3b3b3b;
}
.tabletext {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}
.highlight {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.title {
	font-family: 'Lato Black', sans-serif;
	font-size: 24px;
	color: #3a3a3a;
}
.pagetitle {
	font-family: 'Lato Black', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #3a3a3a;
}
.subtitle {
	font-family: 'Lato Black', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #3a3a3a;
}
.infotext {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #3a3a3a;
}
.thumbnailtitle {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}
.thumbnailtext {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #0000FF;
}
.highlight {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.button 
{
	background-color: #4169E1;
	color: White;
	height: 35px;
}
.backbutton 
{
	background-color: #778899;
	color: White;
	height: 35px;
}
.specialbutton 
{
	background-color: #4169E1;
	color: White;
	height: 35px;
}
.highlighttext {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: normal
	color: #333399;
}
.countdown {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #404040;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #333399;
}
.newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #333399;
}
.newscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #333399;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #ff4500;
}
.currentNode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F008A;
}
.historyNode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D2BDE3;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #D2BDE3;
}
.outerpair1
{
	background: url(img/upperrightfade.png) right top no-repeat;
}
.outerpair2 {
background: url(img/lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}
.shadowbox {
background: url(img/shadow.png) bottom right;
}
.innerbox {
position: relative;
left: -8px;
top: -8px;
}
.infoBox { /* Again, absolute positioning causes shrinkwrapping. */
position: absolute;
}

.aircraftList { /* Again, absolute positioning causes shrinkwrapping. */
position: absolute;
left: 700px;
top: 46px;
}
