
/* ****************** Subsidiaries and Portfolio ****************** */

.shares .allianceLogo img, .shares .companyLogo img {
	display: block;
}

.shares .allianceLogo {
	width: 23px;
	height: 23px;
	padding: 0;
}

.shares .companyLogo {
	width: 120px;
	height: 23px;
	padding: 0;
}

.shares .country {
	text-align: center;
}

.shares .rating {
	text-align: center;
}

.shares .symbol {
	text-align: center;
}

.shares .noStock {
	text-align: center;
	color: #999999;	
}

.shares .none {
	text-align: center;
}

/* ****************** ENTERPRISE LISTING PAGE ****************** */

table.enterprises {
	width: 100%;	
}

	table.enterprises .code {
		text-align: center;
	}

/* ****************** ENTERPRISE INFO PAGE ****************** */

.enterprise .left {
	width: 68%;	
}

.enterprise .right {
	width: 30%;
	float: right;
}

.enterprise .general table.datenblatt {
	width: 100%;
}

.enterprise .stats table.datenblatt .column1 {
	width: 50%;
}

.enterprise .companyInfo {
	padding: 15px;
	padding-bottom: 0px;
	background-color: #eee;	
	overflow: hidden;
}

.enterprise .companyLogo {
	margin: 0;
}

table.transportFactSheet {
	width: 100%;
}

table.transportFactSheet th, table.transportFactSheet td {
	width: 20%;
}

/* ****************** ENTERPRISE INFO PAGE - CONTRACTUAL PARTNERS ****************** */

table.partners td.country {
	text-align: center;	
}

table.partners td.types {
	width: 800px;
	position: relative;
}

	table.partners td.types .type {
		background-color: #eee;
		padding: 2px 5px;
		margin-right: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
		width: 85px;
		text-align: center;
		position: relative;
	}
	
	table.partners td.types .type.ALLIANCE {
		background-color: #ccffcc;
		left: 100px;
	}
	
	table.partners td.types .type.INTERLINING {
		background-color: #ccffff;
	}
	
	table.partners td.types .type.LESSOR {
		background-color: #ffff99;
		left: 200px;
	}
	
	table.partners td.types .type.LESSEE {
		background-color: #ffff00;
		left: 300px;
	}
	
	table.partners td.types .type.GH_PROVIDER {
		background-color: #99ccff;
		left: 400px;
	}
	
	table.partners td.types .type.GH_CUSTOMER {
		background-color: #00ccff;
		left: 500px;
	}
	
	table.partners td.types .type.LOGISTICS_PROVIDER {
		background-color: #ffcc99;
		left: 600px;
	}
	
	table.partners td.types .type.LOGISTICS_CUSTOMER {
		background-color: #ffcc99;
		left: 700px;
	}

/* CONTRACT PAGE */
.contractInfo td {
	width: 33%;
}

.contractInfo td.status, .contractInfo td.update {
	text-align: center;
}

.serviceAssignedFlights .booked, .serviceAssignedFlights .left {
    text-align: right;
    color: #777;
    font-style: italic;
}

