/* --------------------------------- MAIN ---------------------------------- */
/* fleet list */
table.fleet-list {
	width: 519px;
	border-collapse: collapse;
	margin: 20px 0 0 1px;
	}
table.fleet-list th, table.fleet-list td {
	background: #f2f2f2;
	border: solid 1px #cccccc;
	text-align: left;
	line-height: 120%;
	padding: 3px 8px;
	}
table.fleet-list tr.subhdr th {
	color: #cc0000;
	background: #ffe5e5;
	white-space: nowrap;
	}
table.fleet-list .thumbnail {
	text-align: center;
	padding: 3px;
	}

p.fleet-list-notes {
	text-align: right;
	margin-top: 0.5em;
	}

/* --------------------------------- FLEET ---------------------------------- */#FLEET {
	width: 480px;
	}

/* heading */
#FLEET h1 {
	width: 100%;
	height: 45px;
	font-size: 16px;
	color: #000000;
	background: url(../images/fleet_list/fleet_hdr_back.jpg) top left no-repeat;
	text-align: left;
	line-height: 285%;
	padding: 0px 20px;
	}

/* photo */
#FLEET p.photo {
	line-height: 0;
	margin-top: 10px;
	}


body#POPUP ul.action {
	padding: 0px;
}
