body { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	color: #000000;
	background-color: #808fa9;
}

#logo {
	height: 55px;
	background-color: #ffffff;
	text-align: center;
}

#logo img {
	margin-top: 20px;
}

#langCont {
	height: 17px;
	text-align: right;
	background-color: #ffffff;
}

#normalSite {
	text-align: left;
	padding-left: 10px;
}

#lang table {
	margin-right: 10px;
	border: 0;
}

#lang td {
	text-align: center;
	font-size: 
}

#lang td a {
	color: #323232;
	text-decoration: none;
}

#lang td.sel {
	background-color: #2852a4;
}

#lang td.sel a {
	color: #ffffff;
}

#greyLine {
	height: 3px;
	background-color: #d2d2d2;
}

.tabloTitle {
	background-image: url('/images/pda/tablo_tit.gif');
	background-repeat:repeat-x; 
	height: 35px;
	line-height: 35px;
}

.tabloTitle img {
	vertical-align: middle;
	margin-left: 11px;
}

.orangeLine {
	height: 1px;
	background-color: #f8931e;
}

#main {
	margin: 8px;
	background-color: #fff;
}

#contact {
	background-color: #fff;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 10px;
}

#contact .label {
	font-size: 9px;
	color: #2653a4;
	font-weight: bold;
	margin-left: 10px;
}

#contact .tel {
	font-size: 13px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}

#menu {
	list-style: none;
	margin:0px;
	padding:0px;
}

#menu li {
	height: 18px;
	line-height: 18px;
	background-color: #f8f8f8;
	background: url('/images/pda/arrow.gif') center right;
	background-repeat:no-repeat; 
	font-size: 13px;
	border-bottom: dotted 1px #373737;
	padding-left: 12px;
	padding-right: 7px;
}

#menu li.sel {
	background-color: #f5ec78;
}

#menu li a {
	color: #323232;
	text-decoration: none;
}

.submenu {
	list-style: none;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
}

.submenu li a {
	color: #323232;
	font-size: 13px;
}

.flightTab td {
	background: url('/images/pda/tablo_row.gif');
	background-repeat:repeat-x; 
	color: #ffffff;
	height: 26px;
	font-size: 10px;
	padding-left: 6px;
	border-right: solid 1px #0f2043;
	border-left: solid 1px #213968;
}

.flightTab td a {
	color: #ffffff;
}

.blackLine {
	height: 2px;
	background-color: #01030f;
}

.orange {
	color: #f99a12;
}

h1 {
	font-size: 13px;
	color: #323232;
}

#content {
	padding: 10px;
}

#detailFligts {
	border-bottom: solid 1px #bdbfbf;
	border-left: solid 1px #bdbfbf;
	border-right: solid 1px #bdbfbf;
	border-top: solid 1px #bdbfbf;
}

#detailFligts th {
	background-color: #f5ec78;
	padding: 0px;
	border: solid 1px #fff;
	color: #323232;
	font-weight: bold;
	font-size: 10px;
}

#detailFligts td {
	padding: 0px;
	font-size: 10px;
	border: solid 1px #fff;
	border-top: solid 1px #bdbfbf;
}

.bgGr {
	background-color: #e2e2e2;
}

.grey {
	color: #323232;
}

.normal {
	text-decoration: none;
	font-weight: normal;
}

.error {
	color: red;
}

