@charset "iso-8859-1";
body {
	font-family: verdana, arial;
	font-size: 9pt;
	color:#000000;
	text-align: center;
}

h1,h2 {
	color:#0098B6;
}

h1 {
	font-size:1.6em;
}

h2 {
    display:none;
	font-weight: normal;
	font-size:1.1em;
}

table {font-size: 1em;}

body>table {
    margin: auto;
    text-align: right;
}

table.Fstatus {
	border: 2px solid #336699;
	padding: 5px;
	font-size:1em;
}

table.Fstatus th {
	width: 80px;
	background-color:#336699;
	color: #FFFFFF;
	font-size: 1em;
}

table.Fstatus td {
	text-align:center;
}

table tr.DEPARTED {background-color:#20BECC;}
table tr.LANDED {background-color:#0099CC;}
table tr.PLANNED {background-color:#7BAADB;}
table tr.DELAYED {background-color:#CC6C5F;}

