﻿body { padding-top: 0px;
       padding: 50px;
}    
    
table {
            border: 2px solid #666;   
            width: 80%;
            padding: 15px
            }
            td {
            background: #f8f8f8; 
            font-weight: bold;            
            padding: 15px;
            }
            th {
            background: #f8f8f8; 
            font-weight: normal;    
            padding: 15px;
            }
            tbody {
            background: #f8f8f8; 
            font-weight: normal;
            width: 80%;
            padding: 15px;
            }
    
            #tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 -15px 0 0;
}

#tabs a {
  float: left;
  position: relative;
  padding: 0 40px;
  height: 0; 
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #3D3D3D;
  border-bottom-color: #777\9;
  opacity: .3;
  filter: alpha(opacity=30);    
}

#tabs a:hover,
#tabs a:focus {
  border-bottom-color: #2ac7e1;
  opacity: 1;
  filter: alpha(opacity=100);
}

#tabs a:focus {
  outline: 0;
}

#tabs #current {
  z-index: 3;
  border-bottom-color: #3d3d3d;
  opacity: 1;
  filter: alpha(opacity=100);   
}
          
div.image {
    background: url("departure.jpg");
    background-size: 100%;
	background-repeat: no-repeat;
    height: 350px
    }

#date_time {
    float: right
    
}

.Cancelled{color: red;}
.Departed{color: green;}

.AK{
    background: url(AK.png);
    height: 30px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    text-indent: -9999px;
}

.BI{
    background: url(BI.png);
    height: 30px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    text-indent: -9999px;
}

.SQ{
    background: url(SQ.png);
    height: 30px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    text-indent: -9999px;
}


.MH{
    background: url(MH.png);
    height: 30px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    text-indent: -9999px;
}

.\35J{
    background: url(5J.png);
    height: 30px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    text-indent: -9999px;
}

.\38L{
    background: url(8L.png);
    height: 30px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    text-indent: -9999px;
}