html {
	height: 100%;
}

body {
	color: #243859;
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

#nonfoot {
	position: relative;
	min-height: 100%;
}

* html #nonfoot {
	height: 100%;
}

th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link,a:active,a:visited {
	color: #4189DD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #4189DD;
}

a.inlinebutton {
	background: url(gfx/inlinebutton_bg2.png) no-repeat right;
	color: #fff;
	padding: 0 8px 1px 0;
	text-decoration: none;
}

a.inlinebutton span {
	background: url(gfx/inlinebutton_bg1.png) no-repeat;
	padding: 0 0 1px 8px;
}

a.inlinebutton:hover {
	background: url(gfx/inlinebutton_bg2mo.png) no-repeat right;
}

a.inlinebutton:hover span{
	background: url(gfx/inlinebutton_bg1mo.png) no-repeat;
}

p {
	max-width: 500px;
}

.footnote {
	color: #AAAAAA;
	font-size: 9px;
}

.footnote li {
	color: #AAAAAA;
	font-size: 9px;
	max-width: 500px;
}

a img {
	border: none;
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

tr {
	margin: 0px;
	padding: 0px;
	border: none;
}

td {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 10px;
}

input,textarea,select {
	font-size: 10px;
	font-weight: normal;
	color: #243859;
	background-color: #E1E1DC;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.number {
	text-align: right;
	white-space: nowrap;
}

#head {
	height: 117px;
	background: #0F2037 url(gfx/header_bg.jpg) no-repeat;
	margin: 0px;
}

#head div.logo {
	float: left;
	width: 33%;
	height: 113px;
	background: url(gfx/logo.jpg) no-repeat;
	font-size: 10px;
	padding: 2px;
	color: #eee;
}

#head table {
	width: 33%;
	float: left;
	border-collapse: separate;
	border-spacing: 3px;
	margin-top: 25px;
}

#head td {
	color: #FFFFFF;
	background: url(gfx/box_bg.png) repeat-x;
	border: #40405A solid 1px;
	padding: 8px;
	font-size: 11px;
	white-space: nowrap;
}

#head td.money {
	text-align: right;
}

#head ul {
	list-style-type: none;
	float: right;
	height: 100%;
	width: 20%;
	margin: 0px;
	margin-right: 2px;
	text-align: right;
}

#head li {
	display: inline;
	font-size: 10px;
	padding: 2px;
}

#head a {
	color: #FFFFFF;
}

#infoboxes {
	border-bottom: #4088DC solid 4px;
}

#infoboxes table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 3px;
	border-collapse: separate;
	background: #102037 url(gfx/infoboxes_bg.jpg) no-repeat;
}

#infoboxes td {
	text-align: center;
	border: 1px solid #40405A;
	background: url(gfx/infobox_bg.png) repeat;
	color: #C4C7CE;
	padding: 4px;
	white-space: nowrap;
}

#infoboxes a {
	color: #C4C7CE;
}

#infoboxes a:hover {
	color: #FFFFFF;
}

#nav {
	height: 26px;
	background: #0F2037 url(gfx/nav_bg.jpg) no-repeat;
	white-space: nowrap;
	width: 100%;
}

/* navigation functionality */
table.nav {
	height: 26px;
}

table.nav td>ul {
	display: none;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	width: 200px;
}

table.nav td:hover>ul {
	display: block;
}

/* navigation style */
.nav a {
	color: #FFFFFF;
	display: block;
}

.nav ul {
	list-style-type: none;
	overflow: hidden;
	width: 200px;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

.nav li {
	border-bottom: #FFFFFF solid 1px;
}

.nav ul li:hover {
	background-color: #4088DC;
}

table.nav {
	color: #AAAAAA;
	text-transform: uppercase;
}

table.nav td {
	height: 26px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 11px;
	line-height: 11px;
}

table.nav td:hover {
	background-color: #4088DC;
}

table.nav td.inactive:hover {
	background: none;
}

table.nav td ul {
	background-color: #0D2241;
	text-transform: none;
	margin-top: 7px;
	margin-left: -10px;
	min-width: 12.5%;
	border-top: #FFFFFF solid 1px;
}

table.nav td ul li {
	width: 100%;
	padding: 2px;
	padding-left: 12px;
	margin: 0px;
}

table.nav ul ul {
	display: block;
	position: relative;
	min-width: 100%;
	margin-top: 2px;
	margin-left: 0px;
	font-size: 10px;
	border: none;
	background-color: #6C747F;
}

table.nav ul ul li {
	padding: 1px;
	border: none;
}

table.nav ul ul li:hover {
	background-color: #0D2241;
}

#subhead {
	border-bottom: #4189DD solid 1px;
	margin-left: 30px;
	margin-top: 5px;
	font-size: 10px;
	color: #243859;
	padding-bottom: 3px;
	padding-top: 7px;
}

#subhead p {
	display: inline;
	margin-right: 40px;
}

#subhead a {
	color: #4189DD;
}

#content {
	margin-left: 30px;
	font-size: 10px;
	color: #243859;
	padding-bottom: 90px;
}

#content h2 {
	font-size: 15px;
	color: #233857;
	border-bottom: #4189DD solid 1px;
	padding-bottom: 2px;
}

#content h3 {
	font-size: 14px;
	color: #233857;
	border-bottom: #4189DD solid 1px;
	padding-bottom: 1px;
	margin-top: 25px;
}

#content ul h3 {
	font-size: 11px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 15px;
}

#foot {
	clear: both;
	position: relative;
	margin: -60px auto 0 auto;
}

#foot div {
	background: #0F2037 url(gfx/foot_bg.jpg) no-repeat;
	text-align: center;
	height: 50px;
	padding: 5px;
	padding-left: 25%;
	padding-right: 25%;
	font-size: 9px;
	color: #FFFFFF;
}

#foot a {
	color: #BCBB9F;
}

div#exception {
	width: 400px;
	padding: 3px 20px 3px 20px;
	color: #CC0000;
	border-top: 2px solid #FF3333;
	border-bottom: 2px solid #FF3333;
	background-color: #FFECEC;
}

div#exception h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	border: none;
}

div#note {
	width: 400px;
	padding: 5px 20px 5px 20px;
	margin-bottom: 20px;
	color: #000000;
	border-top: 2px solid #FFCC66;
	border-bottom: 2px solid #FFCC66;
	background: #FFFFCC;
}

div#note h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 0px;
	border: none;
}

div#mail {
	width: 500px;
}

div#mail div.head {
	background-color: #F5F5F5;
	padding: 5px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

div#mail div.head h3 {
	margin: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	border: none;
}

div#mail div.body {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}

div#mail div.foot {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
}

table.data th {
	background-color: #0F274C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	border: 1px solid #EEEEEE;
}

table.data th a {
	color: #CCCCCC;
}

table.data th.header {
	background-image: url(gfx/sort/updown.gif);
	background-repeat: no-repeat; 
    background-position: center right;
    padding-right: 20px;
	cursor: pointer; 
    font-weight: normal; 
}

table.data th.headerSortDown {
	background-image: url(gfx/sort/down.gif);
	font-weight: bold;
}

table.data th.headerSortUp {
	background-image: url(gfx/sort/up.gif);
	font-weight: bold;
}

table.data td {
	padding: 2px;
	border: 1px solid #EEEEEE;
}

td.dataa {
	background-color: #FAFAFA;
}

td.datab {
	background-color: #F5F5F5;
}

td.datac {
	background-color: #EEEEEE;
}

td.datadesc {
	background-color: #FFFFFF;
}

td.usage {
	text-align: center;
}

td.usage a {
	color: #333333;
}

table.data th.info {
	border: none;
	border-bottom: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	color: #243859;
	padding-right: 10px;
	vertical-align: top;
}

table.data td.info {
	border: none;
	border-bottom: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}

table.data td.infosubhead {
	color: #AAAAAA;
	font-size: 9px;
	border: none;
	border-bottom: 1px solid #EEEEEE;
	text-align: right;
	background-color: #FFFFFF;
}

table.data td.infosubheadl {
	color: #AAAAAA;
	font-size: 9px;
	border: none;
	border-bottom: 1px solid #EEEEEE;
	text-align: left;
	background-color: #FFFFFF;
}

table.data td.spacer {
	border: 0;
	background-color: #FFFFFF;
}

table.acdata {
	width: 350px;
	margin-bottom: 20px;
}

table.acdata th {
	background-color: #0F274C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
}

table.acdata td {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px;
	height: 15px;
}

table.acdata td.field {
	text-align: right;
	font-weight: bold;
	width: 45%;
}

table.form {
	background-color: #EEEEEE;
}

table.form th,table.form td {
	padding: 3px;
	border-bottom: 1px solid #FFFFFF;
}

table.form tr th {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	padding-left: 35px;
	padding-right: 15px;
}

ul.catnav li h3 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

div#contract {
	background-color: #EEEEEE;
	width: 500px;
	padding: 10px;
}

div#contract h3 {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 7px;
}

div#contract div.body {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
}

div#contract h4 {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
}

div#contract p {
	margin: 4px;
	margin-bottom: 15px;
}

div#contract div.sign {
	width: 47%;
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
	height: 45px;
	text-align: center;
}

.inactive {
	color: #999999;
}

.good {
	color: #008000;
}

.warning {
	color: #FFA500;
}

.bad {
	color: #EA0000;
}

table#acflightplan {
	background-color: #DDDDDD;
}

table#acflightplan th {
	background-color: #CCCCCC;
	text-align: left;
	padding: 2px;
	border: 2px solid #DDDDDD;
}

table#acflightplan td {
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
}

table#acflightplan table {
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 2px;
}

table#acflightplan table tr td {
	border: 0;
	overflow: hidden;
	color: #333333;
}

table#acflightplan table tr td a {
	color: #333333;
}

table#acflightplan table.time {
	margin: 0px;
}

table#acflightplan table tr td.timea {
	width: 4.16666%;
	text-align: center;
	background-color: #FAFAFA;
	padding: 0;
}

table#acflightplan table tr td.timeb {
	width: 4.16666%;
	text-align: center;
	background-color: #E5E5E5;
	padding: 0;
}

table#acflightplan table tr td.empty {
	background-color: #FCFCFC;
	margin: 0;
	padding: 0;
}

table#acflightplan table tr td.flight {
	background-color: #00DF00;
	border: 1px solid #999999;
	padding: 1px;
}

table#acflightplan table tr td.cargo {
	color: #ddd;
	background-color: #994F2A;
	border: 1px solid #999999;
	padding: 1px;
}

table#acflightplan table tr td.cargo a {
	color: #ddd;
}

table#acflightplan table tr td.flightError {
	color: #ddd;
	background-color: #DF0000;
	border: 1px solid #999999;
	padding: 1px;
}

table#acflightplan table tr td.flightError a {
	color: #ddd;
}

table#acflightplan table tr td.flightInactive {
	background-color: #FFCC66;
	border: 1px solid #999999;
	padding: 1px;
}

table.flightboard {
	background-color: #616161;
	font-size: 11px;
}

table.flightboard th {
	border: 1px solid #000000;
	font-size: 12pt;
	color: #FFBF00;
	text-align: left;
}

table.flightboard td {
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: #FFFF00;
}

.flightboard a {
	color: #FFFF00;
}

table.flightboard td.flightboardsub {
	color: #FFFFFF;
}

table.flightboard td.flightboarddots {
	background-color: #000000;
	padding: 0px;
	width: 19px;
}

table.flightboard tr.flightboardbottom td {
	height: 4px;
	font-size: 4px;
}

table.flightboard td.flightboardspacer {
	border: 0;
	background-color: #FFFFFF;
	height: 12px;
}

table.bank {
	width: 600px;
	border: 4px solid #75A0C2;
}

table.bank th {
	text-align: left;
	border-bottom: 4px solid #75A0C2;
	font-size: 16px;
	color: #124F88;
	padding-right: 3px;
}

table.bank td {
	padding: 2px;
}

table.bank td.banksub {
	font-weight: bold;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #75A0C2;
	border-top: 1px solid #75A0C2;
}

div.portalcolumn {
	border-right: 1px solid #DEDEDE;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-right: 8px;
	float: left;
}

div.portalcolumn table {
	width: 100%;
}

div.portalcolumn th {
	background-color: #0F274C;
	color: #FFFFFF;
	text-align: left;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
}

div.portalcolumn td {
	border: 0px;
}

div.portalcolumn tr.news {
	border-bottom: 1px solid #DEDEDE;
}

div.portalcolumn tr.news td {
	padding: 4px 2px 4px 3px;
}

div.portalcolumn tr.news td.fuelchart {
	padding: 4px 0px 4px 0px;
}

div.portalcolumn td.newsdate {
	white-space: nowrap;
	vertical-align: top;
}

div.portalcolumn td.ordertype {
	white-space: nowrap;
	font-weight: bold;
	padding-top: 4px;
	border-top: 1px solid #DEDEDE;
}

div.portalcolumn td.ordersub {
	color: #AAAAAA;
	font-size: 9px;
	border-bottom: 1px solid #DEDEDE;
	text-align: right;
}

div.offer {
	width: 350px;
	overflow: hidden;
	border: 2px solid;
	max-height: 200px;
	padding: 2px;
}

table.flightplan {
	width: 350px;
}

table.flightplan th {
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #0F274C;
	border-top: 1px solid #CCCCCC;
}

table.flightplan th a,table.flightplan th a:hover {
	color: #FFFFFF;
}

table.flightplan td.destination {
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table.flightplan td.linehead {
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

table.fleetlist {
	margin-bottom: 20px;
}

table.fleetlist th {
	background-color: #0F274C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
}

table.fleetlist td.headinfos {
	background-color: #0F274C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	font-weight: normal;
}

table.fleetlist td.headinfos a {
	color: #BBBBBB;
}

table.fleetlist td {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px;
	height: 15px;
}

table.fleetlist tr.colhead td {
	background-color: #FFFFFF;
	padding-top: 3px;
}

table.fleetlist td.spacer {
	background: none;
	border: none;
	height: 20px;
}

table.ors {
	background-color: #FFFFFF;
	border: 10px solid #EEEEEE;
}

table.ors th,table.ors td {
	border: 1px solid #EEEEEE;
}

table.ors th {
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: left;
}

table.ors td {
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}

table.ors td.spacer {
	background-color: #EEEEEE;
	height: 10px;
	padding: 0px;
	border: 0px;
}

table.ors td.foot {
	height: 6px;
	padding: 0px;
	font-size: 4px;
}

table.opscon {
	width: 97%;
	border: 2px solid #999999;
}

table.opscon th {
	background-color: #0F274C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	border: 1px solid #FFFFFF;
	border-bottom: 2px solid #999999;
}

table.opscon td.type {
	vertical-align: top;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	width: 40px;
}

table.opscon td.time {
	text-align: right;
	border: 1px solid #FFFFFF;
	border-right: 2px solid #999999;
	background-color: #CCCCCC;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
}

table.opscon td.timebar {
	vertical-align: middle;
}

table.opscon td.timebar div {
	overflow: hidden;
	float: left;
}

table.opscon td.timebar .past {
	background-color: #E7121B;
	color: #FFFFFF;
}

table.opscon td.timebar .future {
	background-color: #EEEEEE;
}

table.opscon td.ac {
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
	padding: 3px;
	width: 60px;
}

table.opscon td.flights {
	border: 1px solid #FFFFFF;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #EEEEEE;
	padding: 3px;
	padding-left: 0px;
	padding-right: 0px;
}

table.opscon td.flights a {
	color: #243859;
	text-decoration: underline;
}

table.opscon td.flights a:hover {
	text-decoration: none;
}

table.opscon .problem {
	background-color: #E7121B;
}

table.opscon .finished {
	background-color: #B9B09D;
}

table.opscon .inflight {
	background-color: #16B100;
}

table.opscon .ok {
	background-color: #20FE00;
}

table.apfp td.sub {
	color: #AAAAAA;
	font-size: 9px;
	border-bottom: 1px solid #DEDEDE;
}

table.apfp th {
	background-color: #0F274C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	border: 1px solid #EEEEEE;
}

table.apfp td {
	border: none;
	border-bottom: 1px solid #EEEEEE;
	padding: 1px;
	padding-right: 5px;
}

div#sidebar {
	float: left;
	width: 220px;
	margin-right: 15px;
	padding: 2px;
	background-color: #EEEEEE;
}

#sidebar h3 {
	margin: 0px;
	font-size: 13px;
	font-style: italic;
	background-color: #fff;
	padding: 1px;
	padding-top: 2px;
}

#sidebar h4 {
	margin: 0px;
	font-size: 10px;
	background-color: #fff;
	padding: 1px;
	padding-top: 4px;
	color: #233857;
	border-bottom: 1px solid #DEDEDE;
}

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

#sidebar ul li {
	padding: 1px;
	background-color: #fff;
	border-bottom: 1px solid #DEDEDE;
}

#sidebar select {
	background-color: #fff;
	border-color: #DEDEDE;
}

table.routeHead {
	width: 1000px;
}

#routeTabs {
	padding: 3px 0;
	padding-top: 10px;
	margin: 0;
	margin-left: -1px;
	border: 1px solid #eee;
	border-bottom: 3px solid  #0F274C;
	border-top: none;
	font-weight: bold;
	font-size: 10px;
	background-color: #f5f5f5;
	width: 999px;
}

#routeTabs li {
	list-style: none;
	margin: 0;
	display: inline;
}

#routeTabs li a, #routeTabs li span {
	padding: 3px 1em;
	margin-left: 10px;
	background: #E1E1DC;
	text-decoration: none;
	color: #243859;
}

#routeTabs li a:hover {
	background: #4189DD;
	color: #fff;
}

#routeTabs li.current a {
	background: #0F274C;
	color: #fff;
}

#routeTabs li.current a:hover {
	background: #4189DD;
	color: #fff;
}

#routeTabs li.disabled span {
	color: #aaa;
}

#routeBody {
	width: 980px;
	background-color: #B2C0D4;
	padding: 10px;
}

#routeBody .confirm {
	width: 968px;
	color: #008000;
	background-color: #BCE5BC;
	border: 1px solid #008000;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

#routeBodyNoSelection {
	width: 940px;
	background-color: #B2C0D4;
	font-weight: bold;
	padding: 30px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #0F274C;
	color: #243859;
	font-size: 10px;
	padding: 5px;
	padding-left: 26px;
	background: #fff url(gfx/information.png) no-repeat 5px 5px;
	width: 200px;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-size: 10px;
	font-weight: normal;
}

#fortschritt {
	background:#fcf9c8;
	height: 42px;
	width: 100%;
	font: normal 12px/15px arial, verdana, sans-serif;
	margin: 0 0 0 0;
}

#fortschritt ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#fortschritt ul li {
	width: 25%;
	float: left;
	height: 36px;
	margin: 0 0 0 -30px;
	padding: 6px 0 0 30px;
	background: url(gfx/pfeil_inactive.png) no-repeat right;
}

#fortschritt ul li.active,
#fortschritt ul li.done {
	background: url(gfx/pfeil_active.png) no-repeat right;
}

#fortschritt ul li a {
	text-decoration: none;
	display: block;
}

#fortschritt ul li p {
	margin: 0 0 0 10%;
	color: #b0ad95;
}

#fortschritt ul li.active p,
#fortschritt ul li.active p a {
	color: #000;
}

#fortschritt ul li.done p {
	color: #948138;
}

#fortschritt ul li p span {
	display: block;
	width: 32px;
	height: 33px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	font-size: 24px;
	padding: 9px 0 0 0;
}

#fortschritt ul li p span em {
	margin-right: 2px;
}

#fortschritt ul li p span {
	background: url(gfx/step2.png) no-repeat;
}

#fortschritt ul li p a:hover span {
	background: url(gfx/pfeil_hover.png) no-repeat;
}

#fortschritt ul li p a:hover span em {
	display: none;
}

#fortschritt ul li.active p span {
	background: url(gfx/step.png) no-repeat;
}
