/* 
    Document   : layout
    Created on : 20.04.2010., 10:14:18
    Author     : Damir Palinic
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
    margin:0px;
    padding:0px;
}

a:link, a:visited
{
    color:#04578D;
}

a:hover
{
    color:#cc0000;
}

h1
{
	font-family: "georgia, sans serif";
	font-size: 20px;
	text-align:left;
	font-weight: normal;
	text-decoration: none;
}

#container
{
    margin-left:auto;
    margin-right:auto;
}

#tableFlights
{
    width:100%;
}

#tableFlights .header
{
    width:auto;
    overflow:hidden;
    background-color:#cc0001;
    color:#FFFFFF;
    font-family:arial;
    font-size:8pt;
    font-weight:normal;
    text-align:left;
    height:16px;
    border-bottom:2px solid #ffffff;
}

#tableFlights .header div
{
    padding:1px;
    float:left;
}

#tableFlights .date
{
    background-color:#03588e;
    font-weight: bold;
    color:#ffffff;
    font-family: "arial";
    font-size:8pt;
    height:16px;
    border-bottom:2px solid #ffffff;
    padding-top:1px;
    /*text-align:center;*/
    /*height:25px;*/
}

.fade_me
{
    position:relative;
}

/*.fade_me tr
{
    position:absolute;
    top:0px;
    left:0px;
}*/
