/* 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: 510px;
	height: 600px;

	border: 1px dashed red;
}

html>body #monitorBoundary {
	
	width: 510px;
	height: 600px;

}


.accessFooter {
	position:absolute;
	top: 550px;
	left: 0px;
	width:510px;

	z-index:99;
	color:#000;
	background-color: #fff;
	margin-top:0px;
}




/* For Monitor text appearance in general. */
div.monitorResult {
	font-size: 11px;
	background-color: #000;
	color:#000;
}


/* For Airline and Airport tables. */
div.monitorResult td.code {
	color: #000;
}

div.monitorResult td.divider {
	color: #000;
}


div.monitorResult td.label {
	color: #000;
}

div.monitorResult td.monitorLegendColumn 
{
	width:120px;
}

div.monitorResult td.monitorLegendColumn td 
{
	padding:1px;
}




/*************************
 * Extended List
 * (when user clicks "More Airlines" or "More Airports")
 *************************/
 
div.monitorExtended {
	background-color: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
}

/* Header */
div.monitorExtended h1 {
	font-size: 12px;
	color: #FFE57F;	
		

	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: 510px;
	height: 600px;

}




/*
 * Title Bar
 */
div.monitorTitleBar {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 455px;
	height: 29px;
	
	padding-top: 7px;
	
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #142032;
	background-color: #E9E7E8;
	border: none;
}

html>body div.monitorTitleBar {
	
	height: 22px;
}
 



/*
 * Monitor Map.
 */
 
/* "Map Canvas" */
div.monitorMap {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 510px;
	height: 445px;
	
	background-color: #E9E7E8;
}


/* Map image placement _inside_ "map canvas" */
div.monitorMap img {
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 510px;
	height: 445px;
	
	border: none;
}




/***************/
/* Info blocks */
/***************/

/*
 * Monitor general info block.
 */
 
div.monitorInfo {
	background-color: #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 {
	display:none;
	position: absolute;
	z-index:99;
	bottom: 0px;
	right: 0px;

	width: 189px;
	height: 50px;

	padding: 3px;
	text-align: center;
}


	
html>body div.monitorFVBranding {
	width: 183px;
	height: 44px;
}

div.monitorFVBranding a{
	display:none;
}

/*
 * Status bar.
 */
div.monitorStatus {
	display: none;
	position: absolute;

	bottom: 0px;
	left: 0px;

	width: 455px;
	height: 34px;

	padding-top: 5px;
}




html>body div.monitorStatus {
	width: 455px;
	height: 25px;

}









/*****************/
/* Legend blocks */
/*****************/

/*
 * Monitor general legend block.
 */
 

div.monitorLegend {
	padding: 5px;
	background-color: #fff;
	color: #000;
	border-bottom: none;

}

html>body div.monitorLegend {

}


/* Links in legend blocks. */
div.monitorLegend a:link {
	color: #000;
}

div.monitorLegend a:visited {
	color: #000;
}

/* Legend headers. */
div.monitorLegend h1 {
	font-size: 13px;
	color: #CC3300;	

	margin: 0px;
	margin-bottom: 3px;
}




/*
 * Flight Icon Legend
 */


/* Positioning. */
div.monitorFlightIconLegend {
	position: absolute;
	top: 445px;
	left: 150px;
	height: 100px;

}


/*
 * Airline Legend
 */
 
/* Positioning. */
div.monitorAirlineLegend {
	position: absolute;
	top: 445px;
	left: 0px;
	
	height: 120px;
	width: 100px;
}


html>body div.monitorAirlineLegend {

}

div.monitorAirlineLegend p {
	bottom:10px;
	left:10px;
	position:absolute;
}

/* 
 * Weather Legend 
 */

/* Positioning. */
div.monitorWeatherLegend {
	position: absolute;
	top: 445px;
	right: 0px;
	
	height: 100px;
	width: 215px;
	border: none;
	
}

html>body div.monitorWeatherLegend {
	
	width: 205px;
}

/* Color of text. */
div.monitorWeatherLegend table {

	margin:0px;
}

div.monitorWeatherLegend td.precip {
	width:30px;
}

div.monitorWeatherLegend td {
	color: #000;
}

div.monitorWeatherLegend img {
	width:120px;
	height:12px;
}



/*
 * Flight Info Legend
 */
 
/* Positioning. */
div.monitorFlightInfoLegend {
	position: absolute;
	bottom: 0px;
	right: 0px;

	height: 110px;
}


html>body div.monitorFlightInfoLegend {

	height: 90px;
}

/*
 * Custom Chooser
 */
#customChooser {
	position: absolute;
	top:368px;
	left: 0px;

	height: 100px;
	width: 140px;
}

html>body #customChooser {
	height: 100px;
	width: 130px;
}


#customChooser table {
	color: #000;
}

#customChooser table td.chooserLabel {
	width: 65px;
	
}

#customChooser table td.chooserUI {
	width: 20px;
	text-align: center;
}


#customChooser img {
	border: none;
	position:relative;
	top: 3px;
	left: 4px;
}

html>body #customChooser img {
	top: 5px;
	left: 5px;
}


#customDelay {
	position:absolute;
	top: 0px;
	right: 0px;
	width:	189px;
	height: 29px;
	background-color: #7D95D5;	
	z-index:99;
}

#customDelay img {
	border: none;
	position:relative;
	left:2px;
	top:2px;
}
