.FSDiv {
    margin-top: 3px;
    width: 500px;
    font-size: medium;
    font-family: 'Arial', Arial, monospace;
    font-style: italic;
    background-color: rgb(232, 235, 238);
     color: Black;
    border-width: thin;
    border-style: solid;
}

table {
    width: 500px;
    border-width: thin;
    border-style: solid;
    background-color: rgb(117, 152, 163);
    color: lightgray;
    font-size: small;
}


/* Title */
.TitleContent {
    /* background-color: #FFFFB2; */
    background-color: rgb(240, 244, 248);
    color: black;
    height: 50px;
    text-align: center;
    line-height: 50px;
}


/* Booking Table */
.BT {
    background-color: #FFFFB2;
    margin-top: 3px;
}

.BT_Tag {
    color: black;
}
.BT_Content {
    color: white;
}
.BT_HighLight {
    /*font-weight: bold;    */
    color: red;
}
.BT_Date {
    font-weight: bold;
    font-style: italic;
    color: red;
}

/* Flight Details Table */
.FDT {
    background-color: #FFFFE8;
    color: black;
}


/* FlightMate Table */
.FMT {
    background-color: #FFFFE8;
    color: black;
}

.FMT_Content {
    font-size: medium;
    color: Black;
}

.FMT_HighLight {
    font-size: medium;
    font-weight: bold;
    color: red;
}

.FMT_HighLight_Small {
    font-size: xx-small;
    font-weight: bold; 
    color: red;
}


/* Tail */
.TailContent {
    margin-top: 3px;
    background-color: rgb(240, 244, 248);
    color: black;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: small;
}

