
/* WebFIDS */
/* www.dii.com.au */
/* edit commented classes below for webfids display with customised colors */
a:visited, a:link, a:active { text-decoration:none;}

/* schedule - column title row */
.fidstable { border: 0; padding: .25em; width: 100%; margin: 0 0 .5em 0; background: #fff; float:left; border: 1px solid #9ADBFE; font-size:.7em; font-family:Arial, Helvetica, sans-serif;}
.schedulehead {

	font-weight: bold;
	color: #666;
	background: #EFF3F7;
	text-align: left;

	text-transform: uppercase;
	padding: 2px 0px 2px 6px;
}

/* schedule - day summary divider */

.summaryhead {

	color: #fff;
	text-align: left;


	background: #3796D5;
	text-transform: uppercase;
	padding: 1em;
}

/* schedule - alternating row colors */

.schedulerow {
	background: #fff;
}
.schedulerow td {
	background: #fff;
	/*border-bottom: 1px solid #CCC;*/	
}
.schedulerowtwo {
	background: #fff;
}
.schedulerowtwo td {
	background: #d5effe;
	/*border-bottom: 1px solid #CCC;*/		
}

/* airline logo cell */

.airline {
	text-align: left;


}
.airlinetext {

	/* color: #000; */
	text-align: center;
	text-transform: left;

}

/* schedule flight details row */

.city, .time, .estimated, .status {
	
	/* color: #000; */
	text-align: center;
	text-transform: uppercase;

}

.flight {

	font-weight: bold;
	/* color: #000; */
	text-align: center;
	text-transform: uppercase;

}

/* status cells - status codes defined in perl script */
/* Diverted DI statustwo */
/* Delayed DE statustwo */
/* Departed DP statustwo */
/* Landed LA statusone */
/* Cancelled CA statustwo */
/* Closed FZ statusthree */
/* Final Call FC statusone */
/* Boarding BO statusone */


.statusone {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #CC0000;
	text-align: left;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
}
.statustwo {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #1879AD;
	text-align: left;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
}
.statusthree {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #cc0099;
	text-align: left;
	text-transform: uppercase;
	padding: 2px 4px 2px 4px;
}

/* text for data updated time */

.updatedtime {
	font: bold 10px/19px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
}

/* text for disclaimer */

.disclaimer {
width: 100%;
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #555;
	text-align: left;
	padding: 12px;
	margin: 0 0 .5em 0; float:left;
}

/* box and text for search with no matches */

.noresult {

	/* color: #000; */
	text-align: center;
	text-transform: uppercase;
	/*background: #F0F0F0;*/
	padding: 22px 12px 22px 12px;
}

/* menu color when on arrivals page */

.mainmenuarrivals {

	color: #313063;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background: #C6D7E7;
	/*border-bottom: 1px groove #C6D7E7;
	border-top: 1px solid #C6D7E7;*/
	padding: 2px;
}

/* menu color when on departures page */

.mainmenudepartures {

	color: #313063;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background: #C6D7E7;
	/*border-bottom: 1px groove #C6D7E7;
	border-top: 1px solid #C6D7E7;*/
	padding: 2px;
	
}
.menudivider {
	border-left: 1px solid #fff;
	height: 18px;
	background: transparent;
}

/* dropdown menu for airlines and destination or origin */

.airlinedrop {

	width: 140px;
	cursor: pointer;
}

/* button for updates */

.update {

	text-transform: uppercase;
	text-align: center;
}
label {
	cursor: pointer;
	display: block;
}

/* arrivals tab - when inactive */

.arrivals {

	font-weight: bold;	color: #104765;font-size:1.25em;text-align: center;	height: 22px;	width: 110px; background:url(http://www.mackayairport.com/images/webfids/arrive.png) no-repeat left bottom;padding:.75em 0 0 1em; float:left; }
	


/* departures tab - when inactive */

.departures {font-weight: bold; background:url(http://www.mackayairport.com/images/webfids/depart.png) no-repeat left bottom;	color: #104765;	height: 22px;	width: 110px;	padding:.75em 0 0 1em;font-size:1.25em; float:left;}


/* arrivals tab - when active */

a.arrivals:link, a.arrivals:visited {color: #0875c4;	width: 110px;	height: 22px;	display: block;	text-align:center;	font-weight:bold; font-size:1.25em;}

/* arrivals tab - rollover */

a.arrivals:active, a.arrivals:hover {color: #AFD8EF;}

/* departures tab - when active */

a.departures:link, a.departures:visited  {	color: #0875c4;	font-weight:bold;	width: 110px;	height: 22px;	display: block;	text-align: center;	font-size:1.25em;}

/* departures tab - rollover */

a.departures:active, a.departures:hover {	color: #AFD8EF;}
caption { text-transform:uppercase;}

#fidscontainer { width:95%; background:url(http://www.mackayairport.com/images/webfids/bg.png) repeat-x #4f8eb5; float:left; padding:1em; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:.6em;}