<!--

.flight h2 {
    margin: 25px 0px 2px 0px;
    }

.flight table {
    width: 100%;
    }

.flight th {
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    background-color: #ACCADD;
    color: #000;
    padding: 3px;
    } 
    
.flight td {
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding: 3px;
    }
    
.flight td.noright {
    border-right: 0px;
    }
    
    
.time {
    margin-top: 3px;
    }
    
.time th {
    width: 25px;
    border: 1px solid #EDEDED;
    background-color: #EEEFF0;
    color: #000;
    padding: 3px
    }    
    
.time td {
    width: 75px;
    border: 1px solid #EDEDED;
    padding: 3px;
    }    

.noconnect h2 {
    margin: 25px 0px 2px 0px;
    }
    
.noconnect .message {
    width: 95%;
    color: #333;
    border: 1px dashed #E1DCDF;
    background-color: #F5F5F5;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    }
    
.error {
    width: 95%;
    color: #BF0E16;
    border: 1px solid #E1DCDF;
    background-color: #F5F5F5;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    }    

/* -------- formular ------ */

.formular 
	{
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    margin-bottom: 20px;
	}
	
.formular table 
	{
	width: 250px;
	}

.formular th 
	{
	font-weight: bold;
	color: #fff;
	text-align : center;
	border-bottom: 2px solid #aaa;
	padding: 5px;
	background-color: #20538c;
	}

.formular td 
	{
	background-color: #f5f5f5;
	color: #20538c;
	padding: 2px 4px 2px 4px;
	}

.formular td.nadpis 
	{
	font-weight: bold;
	color: #282062;
	text-align: left;
	}

.formular td.poznamka 
	{
	color: #555555;
	text-align : center;
	}

.formular td.button 
	{
	border-top: 2px solid #aaa;
	background-color: #fff;
	text-align : center;
	}
	
.formular .btn 
	{
	color: #20538c;
	font: 10px "Helvetica CE", Tahoma, Arial, sans-serif;
	font-weight: bold;
    text-align : center;
	padding: 1px 5px 1px 5px;
	background-color: #eee;
	border: 2px solid #20538c;
	margin: 8px 0px 5px 0px;

    
-->