body {
  font-family: Arial, Helvetica, sans-serif;
}

img { border:none }

input.radioButtons{
	width: 20px; 
	height: 20px;
}

.header {
  margin: 5px; 
  background-color: #FFFFFF;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #000000;
}

.headerInput {
  background-color: #FFFFFF;
  font-size: 12px;
  color: #000000;  
}

.footer {
 /* padding-left: 10px; */
  background-color: #295C91;
  font-size: 9px;
  font-weight: bold;
  color: #FFFFFF;
  text-indent: 5px;
}

.footerAirIT {  
 /* padding-left: 10px; */
 /*  background-color: #140D5D;*/
  background-color: #295C91;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-indent: 0px;
}

.menu_1 {
  font-weight: bold;
  color: #000000;
}

.menu_2 {
  height: 20px;
  padding-left: 10px;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  color: #000000;  
}

.menu_3 {
  height: 20px;
  padding-left: 10px;
  background-color: #000000;
  font-size: 12px;
  font-weight: bold;
  color: #000000;  
}

.active {
  color: #CECFCE;
  text-decoration: none;
}

.searchDiv {
	overflow: hidden; 
	background-image: url("../images/HeaderBG.jpg"); 
	background-repeat: repeat-x;
	background-position: center top; 
	height: 180px; 
/*	width: 1024px;*/
	width: "100%";
//	background-color: #C7C7C7;
}

th.flightsHeader1 {
 background-color: #295C91;
  vertical-align: middle;
 /* padding-top: 3px; */
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF; 
}

tr.flightsHeader2 {
  background-color: #CECFCE;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  text-align: center;
  /*border-right-width: 1px;*/
  /*border-right-style: solid;*/
  height:16px;
}

tr.flightData1 {
  /*background-color: #615D5C; */
  /*background-color: #EFEFEF; */
  background-color: #DEE7EF;
  /*padding: 20px;*/
  font-size: 14px;

  overflow: hidden;
  text-align: center;
  color: #000000;
  height:33px;
}

tr.flightData2 {
  /*background-color: #383431; */
  background-color: #FFFFFF;
  /*padding-left: 10px;*/
  /*padding-top: 5px;*/
  /*padding-bottom: 5px;*/
  /*padding:20px;*/
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #000000;
  height:33px;
}

tr.hotelFlightData1 {
  background-color: #38FF31;
  padding: 20px;
  font-size: 12px;
  color: #000000;
  height:35px;
}

tr.hotelFlightData2 {
  background-color: #383431;
  /*padding-left: 10px;*/
  /*padding-top: 5px;*/
  /*padding-bottom: 5px;*/
  padding:20px;
  font-size: 12px;
  color: #000000;
  height:35px;
}

.flightDataFooter {
  padding-left: 10px;
  background-color: #FFFFFF;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: solid;
  font-size: 12px;
  font-weight: bold;
  color: #000000;  
}

td.flightData {
/*  border-width: 1px;
  border-style: solid;*/
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
}

.lastUpdate {
  margin-left: 0px;
  font-size: 12px;
}

table.message {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

td.message{
  font-size: 13px;
  color: red;
}

.searchMenu {
  font-size: 12px;
  font-weight: bold;
  color: #000000;

}
A:link.sort {
    color: #0000FF;
  text-decoration: none;
}

A:hover.sort {
    color: #0000FF;
  text-decoration: none;
}

A:active.sort {
    color: #0000FF;
  text-decoration: none;
}

A:visited.sort {
    color: #0000FF;
  text-decoration: none;
}
A:link.whiteLink {
  color: #FFFFFF;
  text-decoration: none;
}

A:visited.whiteLink {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bolder;
}

A:active.whiteLink {
  color: #FFFFFF;
  text-decoration: none;
}

A:hover.whiteLink {
  color: #FFFFFF;
  text-decoration: none;
}

A:link.blackLink {
  color: #000000;
  text-decoration: none;  
  font-weight: bold;
}

A:visited.blackLink {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

A:active.blackLink {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

A:hover.blackLink {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.miaMenu {
/*    margin-top: 5px;*/
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

/* status colors */
font.now {
	color: #000000;
    font-weight: bold;
}
font.arrived{
	color: #12780A;
    font-weight: bold;
}
font.delayed{
	color: #0A4E82;
    font-weight: bold;
}
font.cancelled{
	color: #FF961B;
    font-weight: bold;
}
font.default{
	color: #000000;
}