@charset "utf-8";
/* CSS Document */

.image_card {
	
	padding: 0px 15px 0px 0px;
	width: 200px;
	height: 120px;
	margin: 0px;
}

.aircraft_title {
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	background-color: #0075BB;
	width: 200px;
	height: 20px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.block_head {
	color: #666;
	font-size: 12px;
	line-height: 14px;
	height: 28px;
	width: 30px;
	float: left;
	padding: 6px 15px;
}

.block_body {
	color: #090;
	font-size: 28px;
	line-height: 28px;
	width: 090px;
	height: 28px;
	float: left;
	padding: 6px 0px;
}

.block_sep {
	width: 1px;
	height: 40px;
	background-color: #999;
	margin: 0px;
	float: left;
}

.text_date {
	display: inline-block;
	font-family:"Courier New", Courier, monospace;
	font-weight: 600;
	line-height: 15px;
	font-size: 14px;
	margin-top: 0px;
}


table.tbl {
	
	font-family: 'Courier', 'Microsoft Yahei';
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	width: 100%;
	margin-top: 6px;
}

table.tbl tbody td{

	height: 40px;
	text-align: center;
	border-bottom: solid 1px #999;
	cursor: pointer;
	color: #666;
}

table.tbl thead td{

	text-align: center;
	height: 40px;
	color: #000;
	border-bottom: solid 2px #666;
	border-top: solid 2px #666;
}

.plot_div {
	width:215px;height:180px;font-size:14px;float:left;margin-left:10px;
}

.plot_div2 {
	width:194px;height:160px;font-size:14px;float:left;margin:0px 0px;
}

A.x {
	width: 110px; font-size:14px;
}