/* 
    Document   : mini
    Created on : 20.04.2010., 10:13:57
    Author     : Damir Palinic
    Description:
        Purpose of the stylesheet follows.
*/

#container
{
    width:510px;
}

#tableFlights .odd, #tableFlights .even
{
    width:100%;
    overflow:hidden;
    color:#02578e;
    background-color:#cdecfe;
    font-family:arial;
    font-size:8pt;
    text-align:left;
    height:16px;
    border-bottom:2px solid #ffffff;
}

#tableFlights .odd div, #tableFlights .even div
{
    float:left;
    padding:1px;
}
