body {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #DAD9C4;
	width: 530px;
}

.accessFooter {
	z-index: 100;
	/*position:absolute;*/
	position:fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	padding-top: 5px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #fff;
}

/*
	For guideline purposes only!
	Goal is to fit #monitorCanvas inside the #monitorBoundary
	To turn off boundary, set "display" property to 'none'.
	To turn on boundary, set "display" property to 'block'.
*/
#monitorBoundary {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 720px;
	border: 1px dashed red;
}

/* For Monitor text appearance in general. */
div.monitorResult {
	font-size: 10px;
	color: #000;
}

/* For Airline and Airport tables. */
div.monitorResult td.code {
	color: #fff;
}

div.monitorResult td.divider {
	color: #fff;
}

div.monitorResult td.label {
	color: #fff;
}

/*
	Extended List
	(when user clicks "More Airlines" or "More Airports")
*/
div.monitorExtended {
	background-color: #34a;
	color: #ccc;
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
}

/* Header */
div.monitorExtended h1 {
	font-size: 12px;
	color: #fe6;
	margin: 0px;
	margin-bottom: 3px;
}

/* The "Close" button. */
div.monitorExtended p {
	margin-top: 2em;
}

div.monitorExtended a:link {
	color: #fff;
}

div.monitorExtended a:visited {
	color: #fff;
}

/*
	Monitor Canvas
	(Fit this inside the Monitor boundary.)
*/
/* Positioning. */
div.monitorCanvas {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	/*height: 710px;*/
	height: 700px;
}

/* Title Bar */
div.monitorTitleBar {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 25px;
	padding-top: 2px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #ddd;
	border: 1px solid #000;
}

/* Logo */
/* "Logo Canvas" */
div.monitorLogo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 166px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #000;
}

/* Logo image placement _inside_ "logo canvas" */
div.monitorLogo img {
	position: absolute;
	top: 1px;
	left: 7px;
	/*width: 150px;
	height: 80px;*/
	width: 166px;
	height: 96px;
}

/* Monitor Map */
/* "Map Canvas" */
div.monitorMap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 400px;
	background-color: #fff;
	border: 1px solid #000;
}

/* Map image placement _inside_ "map canvas" */
div.monitorMap img {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 400px;
	border: none;
}

/* Info blocks */
/* Monitor general info block */
div.monitorInfo {
	background-color: #fff;
	border: 1px solid #000;
	padding: 2px;
}

/* Colors of links in info blocks. */
div.monitorInfo a:link {
	color: #00a;
}

div.monitorInfo a:visited {
	color: #00a;
}

/* FlightView branding */
div.monitorFVBranding {
	position: absolute;
	top: 598px;
	left: 0px;
	width: 166px;
	height: 80px;
	text-align: center;
	z-index: 2;
}

/* Status bar */
div.monitorStatus {
	position: absolute;
	top: 402px;
	left: 0px;
	width: 530px;
	height: 34px;
	padding-top: 5px;
}

/* Legend blocks */
/* Monitor general legend block */
div.monitorLegend {
	padding: 2px;
	background-color: #007;
	color: #fff;
	border: 1px solid #000;
	position: absolute;
	top: 576px;
	left: 164px;
	width: 166px;
	height: 70px
}

/* Links in legend blocks. */
div.monitorLegend a:link {
	color: #fff;
}

div.monitorLegend a:visited {
	color: #fff;
}

/* Legend headers. */
div.monitorLegend h1 {
	font-size: 12px;
	color: #ccf;
	margin: 0px;
	margin-bottom: 3px;
}

/* Flight Icon Legend */
/* Positioning. */
div.monitorFlightIconLegend {
	position: absolute;
	top: 436px;
	left: 0px;
	width: 166px;
	height: 73px;
	z-index: 0;
}

/* Airline Legend */
/* Positioning. */
div.monitorAirlineLegend {
	position: absolute;
	top: 436px;
	left: 166px;
	width: 166px;
	height: 134px;
	z-index: 3;
}

/* Airport Legend */
/* Positioning */
div.monitorAirportLegend {
	position: absolute;
	top: 436px;
	left: 332px;
	width: 198px;
	height: 242px;
	z-index: 5;
}

/* Weather Legend */
/* Positioning */
div.monitorWeatherLegend {
	position: absolute;
	top: 508px;
	left: 0px;
	width: 166px;
	height: 90px;
	z-index: 1;
}

/* Color of text. */
div.monitorWeatherLegend td {
	color: #fff;
}

/* Flight Info Legend */
/* Positioning */
div.monitorFlightInfoLegend {
	position: absolute;
	top: 570px;
	left: 166px;
	width: 166px;
	height: 108px;
	z-index: 4;
}
