/* ---- ( iTunes CSS ) ---- */
table { 
	font: 75% Century Gothic, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CDCDCD;
		padding: 1;
	border-top: 1px solid #CDCDCD;
}
table a {
	text-decoration: underline;
}
table a:visited {
	text-decoration: none;
}
tr.odd {
	background-color: #ebf3ff;
}
tr a {
	color: #000000;
}
tr:hover a {
	color: #ffffff;
}
tr:hover, tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}
caption {
	height: 45px;
	line-height: 44px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	background: #ffffff url("http://www.findaircraft.com/admin/updates/css/captop.jpg") repeat-x;
	background-position: 50% top;
	border-left: 2px solid #CDCDCD;
	border-right: 2px solid #CDCDCD;
			border-top: 1px solid #CDCDCD;

}
thead th {
	font-size: 105%;
	color: #000;
	background: #ffffff url("http://www.findaircraft.com/admin/updates/css/tbar.gif") repeat-x;
	height: 33px;
}
thead th:hover {
	background: #ffffff url("http://www.findaircraft.com/admin/updates/css/tbov.gif") repeat-x;
	
}
tr {
	vertical-align: top;
}
tr,th,td {
	padding: .75em;
}
td {
	border-left: 1px solid #CDCDCD;
		border-top: 1px solid #CDCDCD;

}
tfoot tr {
	background: #fff url("http://www.findaircraft.com/admin/updates/css/bbar.gif") repeat-x;
}
tfoot td, tfoot th{
	color: #000;
	border: 0px;
}