/* Page Background Colour */

body {
	background-color: transparent;
	color: #000000;
	font-family: Tahoma;
}

/* Background Colour of Header Title Boxes */

td.header {
	background-color: #000099;
}

/* Text only - wording in title Boxes such as Search for a Flight, Flight Location and Flight Details  */
/* Background Colour to match td.header above */

span {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/* Description Text such as Flight Identifier in Search */

span.details {
   	color: #425067 ;
	font-size: 11px;
	font-weight: normal;
 }

/* Box Titles within table - Background and Font */

div.details {
	color: #425067 ;
	font-size: 11px;
	font-weight: normal;
}

/* Hypertext links - Background Colour and Text */

a.linking {
	color: #425067 ;
	font-size: 11px;
}


/* Bold Heading in Tables such as Track a Random Flight - Background and Font Colour  */

td.section {
   	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

 /* Table Borders */

table.border {
	border: solid 1px #9CB2D3;
}

/* Thin spacer lines in Flight Details */

tr.row {
	background-color: #DDDDDD;
}

/* Table Background Colour & parts of Flight Details Table */

table.background {
	background-color: #FFFFFF;
	color: #000000;
	font: 11px Tahoma;
}

/* Font and Colours for Flight Details inset - Times and Temps  */

td.insetW {
	color: #000000;
	font-size: 11px;
}

td.inset {
   	color: #000000;
	font-size: 11px;
    padding-left: 4px;
   }

/* Font and Colours for displaying time left till refresh  */

input.SButton {
	background-color: #EEEEEE;
	border-bottom-color: #B9B9B9;
	border-bottom-style: solid;
	border-left-color: #B9B9B9;
	border-left-style: solid;
	border-right-color: #B9B9B9;
	border-right-style: solid;
	border-top-color: #B9B9B9;
	border-top-style: solid;
	clear: none;
	color: #425067;
	float: none;
	font-family: Tahoma, verdana;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	width: 130px;
}

/* Countdown Box */

input.button {
	background-color: #EEEEEE;
	border-bottom-color: #B9B9B9;
	border-bottom-style: solid;
	border-left-color: #B9B9B9;
	border-left-style: solid;
	border-right-color: #B9B9B9;
	border-right-style: solid;
	border-top-color: #B9B9B9;
	border-top-style: solid;
	clear: none;
	color: #425067;
	float: none;
	font-family: Tahoma, verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}