/* Page Background Colour */

body {
  font-family: Tahoma;
  background-color: #FFFFFF;
}

/* Background Colour of Header Title Boxes */

td.header {
  background-color: #000066;
}

/* Title text Colour in Header Title Boxes */

span {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

/* Description Text such as Flight Identifier in Search - not shure? */

span.details {
  color: #425067;
  font-size: 11px;
  font-weight: normal;
}

/* 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 {
  font-size: 11px;
  color: #425067;
  font-weight: bold;
}

 /* Table Borders */

table.border {
  border: solid 1px #9CB2D3;
}

/* Highlight Lines in Flight Details Table */

tr.row {
  background-color: #EEEEEE;
}

/* Table Background Colour & parts of Flight Details Table */

table.background {
  background-color: #FFFFFF;
  font: 11px Tahoma;
  color: #425067;
}
/* Font and Colours for Flight Details inset - Times and Temps  */

td.insetW {
  font: 11px Tahoma;
  color: #425067;
}

td.inset {
  padding-left: 4px;
  font: 11px Tahoma;
  color: #425067;
}

/* Font and Colours for displaying time left till refresh  */

input.button {
  font-family: Tahoma, verdana, Tahoma;
  font-size: 11px;
  color: #425067;
  text-decoration: none;
  background-color: #FFFFFF;
  height: 18px;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
  font-weight: normal;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin: 0px;
  padding: 0px;
  clear: none;
  float: none;
}

/* Countdown Box */

input.SButton {
  font-family: Tahoma, verdana;
  font-size: 11px;
  color: #425067;
  text-decoration: none;
  background-color: #FFFFFF;
  width: 130px;
  height: 18px;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
  font-weight: normal;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  margin: 0px;
  padding: 0px;
  clear: none;
  float: none;
}