
.aircraftHead{
	height: 20px;
	width: 100%;
	position: absolute;
	background-color: #424528;
	opacity: 0.7;
}

.aircraftInfo{
	width: 100%;
	height: 220px;
	overflow-y: auto;
	position: absolute;
	top:20px;
	line-height: 16px;
}


.aircraftInfoLeft {
	position: absolute;
	width: 133px;
	left: 11px;
	padding-top:5px;
}

.aircraftInfoRight {
	position: absolute;
	left: 143px;
	width: 133px;
	padding-top:5px;
}

.history{
	height: 395px;
	overflow-y: auto;
}

.historyWrap {
	width: 678px;
	height: 688px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.historyContent {
	width: 616px;
	height: 686px;
	position: absolute;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #F0EDC9;
	background-image: url(../images/content-bkgnd.png);
}


.historyRow {
	position: relative;
	top: 40px;
	width: 580px;
	height: 610px;
	overflow: auto;

}


.historyText {
	font-size: 12px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: justify;
  	text-indent: 20px;
  	margin: 0 auto;
  	padding: px, 20px, 20px, 20px;
}
