﻿body {
}



.blueback
{
    background-color: #4B7789; /*height: 100px;*/
    width: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}

.tdwebsite
{
    width: 120px;
    text-align: center;
}

.tdprice
{
    text-align: center;
    width: 60px;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}


.headback
{
    background-color: #F5F5F5;
}

.progresspanel
{
    background-color: RED;
    color: White;
    top: 1px;
    color: white;
    position: absolute;
    right: 16px;
    z-index: 999;
}
.tdAirLine
{
    width: 100px;
    text-align: center;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #CCCCCC;

}
.depart
{
    width: 85px;
    text-align: left;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}
.arrive
{
    width: 85px;
    text-align: right;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}
.tdStops
{
    width: 75px;
    text-align: center;
}
.blackback
{
    background-color: #2B2B2B;
    color: #FFFFFF;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.tdflight
{
    width: 160px;
    padding-right: 5px;
    padding-left: 5px;
}
.tdsAirLine
{
    width: 70px;
    text-align: center;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}
.sdepart
{
    width: 60px;
    text-align: left;
    float: left;
    padding-left: 10px;
}
.sarrive
{
    width: 60px;
    text-align: right;
    float: right;
    padding-right: 10px;
}
.tdsStops
{
    width: 60px;
    text-align: center;
}
.tdsflight
{
    width: 120px;
    padding-right:0px;
    padding-left: 0px;
}
.tdGotosite
{
    width: 60px;
    text-align: center;
}
.grayback
{
    background-color: #DDE1C8;
    color: #717E2B;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.whiteback
{
    background-color: White;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.tdspace
{
    min-width:0px
}