﻿/* START formatierung der haupttabelle des Flugplans beim Abflung & Ankunft */
.flugplan_MainTable {
	background-color: #FFFFFF;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
.flugplan_InfoTXT {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 12px;
	padding: 2px 0;  
	display: block;   
}
.flugplan_SuchFeld {     
    margin: 0 12px;
}
/* START flugplantabelle welche auch nur die Flugdaten beinhaltet und nichtw weiteres */
.flugplan_allresults, .flugplan_searchresults {
	table-layout: fixed;
	width: 592px;
	margin: 0 auto;
}
.flugplan_allresults, .flugplan_allresults tr, .flugplan_allresults td,
.flugplan_searchresults, .flugplan_searchresults tr, .flugplan_searchresults td, .flugplan_MainTable th {
    border-width: 0;
    border-style: none;
    border-collapse: collapse;
    border-spacing: 0;
}
 .flugplan_allresults .flugplan_RowStyle td, .flugplan_allresults .flugplan_AlternativRowStyle td,
 .flugplan_searchresults .flugplan_RowStyle td, .flugplan_searchresults .flugplan_AlternativRowStyle td {
    border-bottom: 1px dotted #DDDAD9;
}
  .flugplan_allresults .flugplan_RowStyle td.flugplan_FlightStartedStyle, .flugplan_allresults .flugplan_AlternativRowStyle td.flugplan_FlightStartedStyle, 
  .flugplan_searchresults .flugplan_RowStyle td.flugplan_FlightStartedStyle, .flugplan_searchresults .flugplan_AlternativRowStyle td.flugplan_FlightStartedStyle {
    border-bottom: 1px dotted #E5E5E5;
} 
 .flugplan_allresults tr, .flugplan_searchresults tr {
	height: 22px;
}
.flugplan_allresults th, .flugplan_searchresults th, .flugplan_allresults td, .flugplan_searchresults td {
	padding: 0 6px;
}
.flugplan_headerStyle {
	background-color: #DDDAD9;
	color: #1a1919;
	text-decoration: none;
}
/* START flugplan zeilen formatieren */
.flugplan_RowStyle {
	background-color: #FFFFFF;
	color: #1a1919;
	border: 0px none #FFFFFF;
	height: 22px;
	text-align: center; 
}
.flugplan_AlternativRowStyle {
	background-color: #EDEBE9;
	text-decoration: none;
	color: #1a1919;
	border: 0px none #FFFFFF;
	height: 22px;
	text-align: center;
}
/* STOP flugplan zeilen formatieren */
/* START flugplan spalten formatieren */
.flugplan_SpalteTime {
	width: 36px;  
	text-align: left;
}
.flugplan_SpalteFlugnummer {
	width: 60px;
	text-align: left; 
}
.flugplan_SpalteFlugnummer a {
	text-decoration: none;
	color: #1a1919;
	padding-left: 2px;
}
.flugplan_CodeShareFlight {
	font-style: italic;
	text-align: left;
}
.flugplan_SpalteFlugnummer a:hover {
	text-decoration: none;
	color: #3e74b7;
}
.flugplan_SpalteFlugnummer_inhalt {
	width: 60px;
	text-align: left;
	white-space:nowrap; 
}
.flugplan_SpalteFlugnummer_inhalt a {
	width: 60px;
	color: #3e74b7;
}
.flugplan_SpalteFrom {
	width: 246px;
	text-align: left;
}
.flugplan_SpalteTo {
	width: 204px;
	text-align: left;
}
.flugplan_SpalteCheckIn {
	width: 60px;
	text-align: center;
}
.flugplan_SpalteCheckIn_inhalt {
	width: 60px;
	text-align: center;
}
.flugplan_SpalteCheckIn_inhalt a {
	color: #3e74b7;
}
.flugplan_SpalteCheckIn_inhalt a:hover {
	color: #3e74b7;
	text-decoration: underline;
}
.flugplan_SpalteGate {
	width: 30px;
	text-align: center;
	border: 1px solid White;
}
.flugplan_SpalteInfo {
	width: 82px;
	text-align: center;
}
.flugplan_SpalteHidden {
	display: none;
}
.flugplan_FlightStartedStyle {
	color: #000;
	background-color: #CFDF99;
	font-weight: bold;
}
/* STOP flugplan spalten formatieren  */
/* START infozellen einfärben & grösse setzen */
.flugplan_FlightLandedStyle { background-color: #CFDF99; font-weight: bold; width: 82px; }
.flugplan_FlightDelayedStyle { background-color: #FCD6A4; font-weight: bold; width: 82px; }
.flugplan_FlightGateStyle { background-color: #E8F0CF; font-weight: bold; width: 82px; }
.flugplan_FlightClosedStyle { font-weight: bold; width: 82px; }
.flugplan_FlightStartedStyle { background-color: #BAD26C; font-weight: bold; width: 82px; }
/* STOP infozellen einfärben & grösse setzen */
/* START formatierung der fussleiste in den Flugtabellen */
.flugplan_pagerStyle {
	background-color: #FFFFFF;
	color: #3e74b7;
	text-align: left;
	height: 20px;
	width: 32px;
}
.flugplan_pagerStyle table {
	width: 592px;
	margin: 12px 0 0;
	border-top: 1px solid #DDDAD9;
}
.flugplan_pagerStyle a {
	text-decoration: none;
	font-weight: normal;
	padding: 0 2px;
}
.flugplan_pagerStyle a:hover {
	text-decoration: underline;
	color: #3e74b7;
}
.flugplan_pagerStyle span {
	color: #1a1919;
	font-weight: bold;
	padding: 0 2px;
}
.flugplan_allresults tr.flugplan_pagerStyle td,
.flugplan_searchresults tr.flugplan_pagerStyle td {
	height: 20px;
	width: 18px;
	text-align: center;
	padding: 0;	
}
.flugplan_pagerStyle td td.flugplan_pagerStyle_separator {
    width: 3px;
    padding: 0;
    text-align: center;
}
.flugplan_pagerStyle td td.flugplan_footer_left {
    width: 330px;
    padding: 0;
    text-align: left;
	color: #1a1919;
}
.flugplan_pagerStyle td td.flugplan_footer_right {
    color: #1a1919;
}
.flugplan_pagerStyle td td.flugplan_pagerStyle_activeLinkLeft,
.flugplan_pagerStyle td td.flugplan_pagerStyle_activeLinkRight {
	padding: 0;
}
.flugplan_pagerStyle_activeLinkLeft a {
    display: block;
    width: 14px;
    height: 20px;
    background: transparent url(http://static.flughafen-zuerich.ch/portaldata/2/images/flugplan/links.gif) 50% 55% no-repeat;
    text-indent: -2000px;
}
.flugplan_pagerStyle_activeLinkRight a {
    display: block;
    width: 14px;
    height: 20px;
    background: transparent url(http://static.flughafen-zuerich.ch/portaldata/2/images/flugplan/rechts.gif) 50% 55% no-repeat;
    text-indent: -2000px; 
}
.flugplan_pagerStyle td td.flugplan_pagerStyle_activeLinkText {
    padding: 0 1px;
    width: 38px;
}
.flugplan_pagerStyle td td.flugplan_pagerStyle_inactiveLink {
	color: #999;
	font-weight: normal;
}
.flugplan_pagerStyle td td.flugplan_pagerStyle_inactiveLinkLeft {
    width: 14px;
    height: 20px;
    padding: 0 2px;    
    background: transparent url(http://static.flughafen-zuerich.ch/portaldata/2/images/flugplan/links_inactive.gif) 50% 55% no-repeat;
    text-indent: -2000px;  
}
.flugplan_pagerStyle td td.flugplan_pagerStyle_inactiveLinkRight {
    width: 14px;
    height: 20px;
    padding: 0 2px;
    background: transparent url(http://static.flughafen-zuerich.ch/portaldata/2/images/flugplan/rechts_inactive.gif) 50% 55% no-repeat;
    text-indent: -2000px;
}
.flugplan_pagerStyle td td.flugplan_pagerStyle_inactiveLinkText {
    color: #CCCCCC;
    padding: 0 3px;
    width: 38px;
}
/* STOP formatierung der fussleiste in den Flugtabellen */
