﻿body
{
	font-size: 12px;
	background-repeat: no-repeat;
	font-family: Verdana;
	margin: 0px;
	background-color: #333366;
}
.flights
{
	background-color: inactivecaptiontext;
}
.topTable
{
	background-color: #333333;
	left: 0px;
	width: 100%;
	position: relative;
	top: 0px;
	border-top: #ffffff 1px solid;
}
.footerTable
{
	left: 0px;
	width: 100%;
	position: relative;
	font-size: 9pt;
	text-align: center;
}
.languageSelector
{
	background-color: #333333;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
}
.whiteContent
{
	left: 0px;
	width: 35%;
	position: absolute;
	top: 266px;
	background-color: #ffffff;
	background-image: url(assets/whitebg.gif);
}
.purpleContent
{
	left: 35%;
	width: 65%;
	position: absolute;
	top: 266px;
	background-color: #333366;
	color: #ffffff;
	border-top: #ffffff 1px solid;
	background-image: url(assets/purplebg.gif);
}
