body
{
    background: #FBEDAB;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 11px;
    color: #4c1011;
}

#popup
{
    width: 344px;
    margin: 16px 12px 16px 12px;
}

#popup .topHeader
{
    color: #801b1d;
    margin: 0 0 0 0;
}

#popup .topHeader .title,
#popup .pageHeader .title
{
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 8px 0;
}

#popup .pageText .label
{
    font-weight: bold;
    text-decoration: underline;
    margin: 16px 0 8px 0;
}

#popup .flightsTable {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #F9F1CA;
    vertical-align: top;
    border-top: 1px solid #E0CD82;
    border-bottom: 1px solid #E0CD82;
    border-left: 1px solid #E0CD82;
}

#popup .table {
    border-top: 1px solid #E0CD82;
    border-right: 1px solid #E0CD82;
    padding: 4px;
}

#popup .table a,
#popup .table a:visited {
    color: #338DC5;
    text-decoration: none;
    font-weight: bold;
}

#popup .table a:hover {
    color: #338DC5;
    text-decoration: underline;
}

#popup .tabletop {
    background-color: #FCF8E6;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #E0CD82;
}