body {
	font-size: 14px;
}
div.header {
	height: 155px;
	clear: both;
}
img {
	margin: 0px;
	float: left;
	border: 0px;
}
h1 {
	padding: 0px;
	margin: 0px;
	padding-top: 40px;
}
table.malfunctions {
	border-spacing: 0px;
}
table.table {
	border-spacing: 0px;
	float: left;
	margin-bottom: 15px;
}
table.table th, table.malfunctions th {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #000000;
}
table.table td, table.malfunctions td {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px;
	text-align: center;
}
table.table td:first-child, table.malfunctions td:first-child {
	border-left: 1px solid #000000;
}
table.table td.take, table.table td.land, table.table td.takeland {
	background: #CCCCCC;
	padding-left: 15px;
	padding-right: 15px;
}
table.table td.off, table.table td.on, table.table td.offon {
	background: #999999;
	padding-left: 15px;
	padding-right: 15px;
}
table.table td.takeland {
	font-weight: bold;
}
	div.totals {
	background: #484848;
	color: #FFFFFF;
	position: absolute;
	top: 130px;
	left: 230px;
	border: 1px solid #000000;
}
span.flight {
	margin-right: 20px;
}
span.block {
	margin-right: 20px;
}
ul.months {
	list-style: none;
}
ul.months li a {
	margin-left: 15px;
}
ul.months li b {
	margin-left: 15px;
}

div.feedback {
	min-height: 40px;
	width: 900px;
}
fieldset {
	margin-left: 38px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 500px;
}
div.feedback a {
	color: #FF0000;
}
div.navigation {
	clear: both;
}
div.navigation a#prev {
	margin-right: 15px;
}
table.table td.takeland {
        font-weight: bold;
}
div.totals {
	background: #686868;
	color: #FFFFFF;
	position: absolute;
	top: 105px;
	left: 230px;
	border: 1px solid #000000;
}
div.totals table {
	border-collapse:collapse;
}
div.totals table td {
	padding: 0px 5px 0px 20px;
}
div.totals table th {
	text-align: left;
}
div.totals table tr.totals {
	background: #484848;
}
