﻿/* -- flights table -- */
.RightSide h3 {
    border-bottom: 1px solid #f04e22 !important;
    font-size: 21px !important;
    color: #f04e22 !important;
    text-align: right !important;
}

.margintopcell {
    margin-top: 8px !important;
}

.flightstable {
    width: 630px;
    min-height: 100px;
    font-family: Arial;
    font-size: 13px;
}

    .flightstable .toptext {
        width: 96%;
        margin-right: 10px;
        text-align: right;
        vertical-align: top;
        display: block;
        padding-top: 10px;
        padding-bottom: 3px;
    }

        .flightstable .toptext span {
            color: #262626;
            font-size: 13px;
            display: block;
        }

    .flightstable .flightinfotbl {
        width: 96%;
        margin-right: 10px;
        display: table;
        text-align: right;
        vertical-align: top;
        margin-top: 2px;
    }

        .flightstable .flightinfotbl .cell {
            display: table-cell;
            min-height: 20px;
            vertical-align: middle;
        }

            .flightstable .flightinfotbl .cell .daydiv {
                width: 44px;
                height: 27px;
                border: 1px solid #e1e1e3;
                border-radius: 5px;
            }

            .flightstable .flightinfotbl .cell .daydivselected {
                width: 44px;
                height: 27px;
                border: 1px solid #e1e1e3;
                border-radius: 5px;
                background: url('../images/Airplane_Red_Icon.png') center center no-repeat;
            }

            .flightstable .flightinfotbl .cell span.title {
                color: #003f62;
                display: block;
                font-size: 13px;
                font-weight: bold;
            }

            .flightstable .flightinfotbl .cell span.contentext {
                color: #262626;
                display: block;
                font-size: 12px;
                font-weight: normal;
            }

        .flightstable .flightinfotbl .c01, .c02 {
            width: 8%;
        }

        .flightstable .flightinfotbl .c03, .c04, .c05, .c06, .c07, .c08, .c09 {
            width: 8%;
            text-align: center !important;
        }

        .flightstable .flightinfotbl .c10 {
            width: 18%;
            text-align: center;
        }

        .flightstable .flightinfotbl .c11 {
            width: 10%;
            text-align: center;
        }