﻿/* VERSION 4 */

@charset "UTF-8";
/* CSS Document */
body {
  background-color:#242424;
  margin:0;
  padding:0;	
  font-family: 'Titillium Web';
  overflow:hidden;
}
ul.VerticalStackPanel,
ul.HorizontalStackPanel {
  list-style-type:none; 
  padding:0; 
  margin:0;
}

ul.VerticalStackPanel li {
  padding:0; 
  margin:0;
}
ul.HorizontalStackPanel li {
  display:inline;
  padding:0; 
  margin:0;
}
.GridStyle,
.GridStyleFlight {
  font-size:16px;
  font-weight:normal;
  color:#AAAAAA;
}
.GridStyle td:first-child
{
  border-radius: 5px 0px 0px 5px;
}
.GridStyle td:last-child
{
  border-radius: 0px 5px 5px 0px;
}
.GridStyle td {
  
  background:#373737 url('RowBg2.png') repeat-x left top;  
  padding:5px 10px 5px 10px;
  white-space:nowrap;
  border:0px;
  text-align:left;
  border-bottom:1px solid #242424;
}
.GridStyle th {
  
}
.GridStyle th,
.HeaderStyleText {
  padding:0px 10px 0px 10px;
  font-size:12px;
  font-weight: bold;
}
.HeaderStyleCenter {
  text-align: center;
}
.GridStyleFlight td, 
.GridStyleFlight {
  color:#FFFFFF;
  background-image:none;
  background-color:transparent;
  padding:0px;
  white-space:normal;
  border:0;
}
.GridTextL {
  font-size:16px;
  color:#FFF;
  font-weight:bold;
  padding:0px 10px 0px 10px;
  white-space:normal !important; 
}
.GridTextL th {
  width:auto;
}
.GridTextLMinor {
  font-size:12px;
  color:#AAAAAA;
}
.GridInfoPanel {
  color:#00BFFF;
  width:auto;
  text-align:left;
  font-size: 16px;
  font-weight: normal;
  word-wrap: break-word;
  white-space:normal;
  border:0;
}
.GridStyle td.GridAirlineCell {
  vertical-align:middle;
  padding:5px 10px 5px 0px;
}
.GridStyle td.GridAirlineCell img {
  width: 80px;
}
.GridStyle td.GridGateCell,
.GridStyle td.GridGateCellActive {
  text-align:center;
  background-color:#5C5C5C;
  color:#000;
}
td.GridTimeCell {
  text-align:center;
}
td.GridStatusCell {
  text-align:center;
  border-left: 1px solid #242424;
  font-weight: bold;
}
td.GridSmallCell {
  text-align:center;
  border-left: 1px solid #242424;
}
td.GridFlightDateCell {
  text-align:left;
}
td.GridEstimateCell {
  font-weight:bold;
  text-align:center;
  color:#FFFFFF;
}
.GridStyle td.GridGateCellActive {
  background-color:#EEE;
}
.GridTitle {
  font-size:24px;
  color:#fff;
  white-space:nowrap;
  width:100%;
}
.TextSmall {
  font-size:12px;
  color:#666;
  white-space:nowrap;
}
.TextExtraSmall {
  font-size:12px;
  color:#666;
}
.CommentsGrid td {
  padding:0;
  border:0;
  background-image:none;
  white-space:normal;
}

.DayRow td,
.DayRow {
  color:#FFBB00;
  font-size:12pt;
  line-height:12pt;
  font-weight:bold;
  padding:5px 10px 5px 0px;
  background-color: transparent;
  background-image:none;
}


@media only screen and (max-width: 500px) {
  .GateColumn {
    display: none;
  } 
}