body
{
  margin:   0px;
  width : 235px;
  height: 165px;
}

a
{
  position   : absolute;
  font-size  :      8pt;
  font-family:  Verdana;
  font-weight:     bold;
  color      :  #767B7F;
}

input
{
  position   : absolute;
  font-size  :      8pt;
  font-family:  Verdana;
  font-weight:     bold;
  color      :  #767B7F;
}

select
{
  position   : absolute;
  font-size  :      8pt;
  font-family:  Verdana;
  font-weight:     bold;
  color      :  #767B7F;
}

#background
{
  width      :    235px;
  height     :    165px;
  position   : absolute;
  z-index    :       -1; 
}

#gadgetContent
{
  left       :      0px;
  top        :      0px;
  position   : absolute;
  visibility :  visible;
}

#gadgetOptions
{
  left       :      0px;
  top        :      0px;
  position   : absolute;
  visibility :   hidden;
}

#gadgetMessage
{
  left       :      0px;
  top        :      0px;
  position   : absolute;
  visibility :   hidden;
}

#headerLink
{
  left      :     8px;
  top       :     2px;
  width     :   185px;
  text-align:  center;
  font-size :    10pt;
  color     : #010101;
}

#flightLink
{
  left:  8px;
  top : 30px;
}

#dateLink
{
  left       :   91px;
  top        :   30px;
  white-space: nowrap;
}

#airportLink
{
  left:  8px;
  top : 60px;
}

#terminalLink
{
  left      :  91px;
  top       : 123px;
  width     :  70px;
  text-align: right;
}

#gateLink
{
  left      :  91px;
  top       : 137px;
  width     :  70px;
  text-align: right;
}

#optionsLink
{
  left      :     8px;
  top       :     2px;
  width     :   185px;
  text-align:  center;
  font-size :    10pt;
  color     : #010101;
}

#airlineCodeLink
{
  left       :    8px;
  top        :   30px;
  white-space: nowrap;
}

#airlineCodeEdit
{
  left       :  140px;
  top        :   31px;
  width      :   55px;
}

#flightNumberLink
{
  left       :    8px;
  top        :   55px;
  white-space: nowrap;
}

#flightNumberEdit
{
  left       :  140px;
  top        :   56px;
  width      :   55px;
}

#airportCodeLink
{
  left       :    8px;
  top        :   80px;
  white-space: nowrap;
}

#airportCodeEdit
{
  left       :  140px;
  top        :   81px;
  width      :   55px;
}

#flightDateLink
{
  left       :    8px;
  top        :  106px;
  white-space: nowrap;
}

#flightDayEdit
{
  left       :   85px;
  top        :  106px;
  width      :   50px;
}

#flightMonthEdit
{
  left       :  140px;
  top        :  106px;
  width      :   55px;
}

#findFlightLink
{
  left       :    8px;
  top        :  134px;
  white-space: nowrap;
}

#cancelButton
{
  left       :   89px;
  top        :  134px;
  white-space: nowrap;
}

#doneButton
{
  left       :  157px;
  top        :  134px;
  white-space: nowrap;
}

#messageLink
{
  left      :     8px;
  top       :     2px;
  width     :   185px;
  text-align:  center;
  font-size :    10pt;
  color     : #010101;
}

#descriptionLink
{
  left       :   8px;
  top        :  30px;
  width      : 180px;
  height     : 150px;
}

#continueLink
{
  left       :   8px;
  top        : 135px;
  white-space: nowrap;

}

#divAirlineCode
{
  left       :     10px;
  top        :     45px;
  position   : absolute;
  visibility :  inherit;
}

#divFlightNumber
{
  left       :     45px;
  top        :     45px;
  position   : absolute;
  visibility :  inherit;
}

#divFlightDay
{
  left       :     91px;
  top        :     45px;
  position   : absolute;
  visibility :  inherit;
}

#divFlightMonth
{
  left       :    115px;
  top        :     45px;
  position   : absolute;
  visibility :  inherit;
}

#divScheduledHour
{
  left       :    151px;
  top        :     45px;
  position   : absolute;
  visibility :  inherit;
}

#divScheduledMin
{
  left       :    176px;
  top        :     45px;
  position   : absolute;
  visibility :  inherit;
}

#divAirportName
{
  left       :     10px;
  top        :     75px;
  position   : absolute;
  visibility :  inherit;
}

#divFlightStatus
{
  left       :     10px;
  top        :     95px;
  position   : absolute;
  visibility :  inherit;
}

#divExpectedHour
{
  left       :     10px;
  top        :    123px;
  position   : absolute;
  visibility :  inherit;
}

#divExpectedMin
{
  left       :     54px;
  top        :    123px;
  position   : absolute;
  visibility :  inherit;
}

#divTerminal
{
  left       :    165px;
  top        :    123px;
  position   : absolute;
  visibility :  inherit;
}

#divGate
{
  left       :    165px;
  top        :    137px;
  position   : absolute;
  visibility :  inherit;
}


