/* ****************** ALLIANCES PAGE ****************** */

table.alliances {
	width: 100%;
}

table.alliances td.status {
	text-align: center;
	font-weight: bold;
}

/* ****************** ALLIANCE INFO PAGE ****************** */

.left {
	width: 68%;	
}

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

.alliance .companyLogo {
	margin: 0;
}

.alliance div.members ul {
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	width: 431px;
}

.alliance div.members li.caption {
	padding: 3px 10px 2px 10px;
	background: url(../images/thead_bg.gif) repeat-x;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

.alliance div.members ul li {
	padding: 8px;
	border-bottom: 1px solid #eee;
	margin: 0;
} 

.alliance div.members ul li .logo {
	float: left;
	width: 120px;
	margin-right: 10px;
	height: 23px;
	background-color: #eee;
}

.alliance div.members ul li .enterprise {
	display: block;
}

.alliance div.members ul li .flag {
	float: right;
}

.alliance div.members ul li .director {
	display: block;
	color: #999999;
	font-style: italic;
	margin-left: 130px;
}

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

.alliance div.apply .portlet-content {
	padding: 15px;	
}

.alliance div.apply .portlet-content textarea {
	width: 100%;	
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

/* ****************** ALLIANCE MEMBERSHIP APPLICATIONS ****************** */

ul.applicants {
	list-style: none;
	margin: 0;
}

ul.applicants li {
	background-color: #eee;
	overflow: hidden;
	padding: 10px 10px 0 0;
}

ul.applicants li strong {
	display: block;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 3px;
	text-align: right;
	float: left;
	clear: both;
}

ul.applicants li a, ul.applicants li div {
	margin-bottom: 10px;
}

ul.applicants li > a, ul.applicants li > div.statement {
	background-color: #fff;
	display: block;
	float: none;
	margin-left: 121px;
	padding: 3px;
}

ul.applicants li > div.poll {
	margin-left: 121px;
	float: none;
}

.pollPanel {
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
}

.pollPanel .votes {
	border: 1px solid #eee;
	overflow: hidden;
}
.pollPanel .votes div {
	float: left;
	overflow: hidden;
	margin: 0;
	text-align: center;
	color: #fff;
}

.pollPanel .votes div.good {
	background-color: #69A82C;
}

.pollPanel .votes div.warning {
	background-color: #eee;
	color: #999;
}

.pollPanel .votes div.bad {
	background-color: #EA0000;
}

.pollPanel .voted {
	text-align: center;
	font-style: italic;
}

.pollPanel .voteLink {
	width: 150px;
	padding: 0px 5px;
	margin: 0;
	text-align: center;
	display: block;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pollPanel .voteLink:hover {
	text-decoration: none;
}

.pollPanel .votePro {
	background-color: #69A82C;
	float: left;
}

.pollPanel .votePro:hover {
	background-color: #58971B;
}

.pollPanel .voteContra {
	background-color: #EA0000;
	float: right;
}

.pollPanel .voteContra:hover {
	background-color: #D90000;
}


/* ****************** MANAGEMENT PAGE ****************** */

.managers .demote {
	text-align: center;
}

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

table.members td.logo {
	padding: 0;
	width: 120px;
	height: 23px;
}

table.members td.logo img {
	display: block;
}

table.members td.code, table.members td.flag {
	text-align: center;
}

table.members td.remarks {
	font-style: italic;
}

.hubsMap {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.allianceSchedule .settings {
	margin-bottom: 20px;
}

.allianceSchedule .type {
	margin-bottom: 10px;
}

.allianceSchedule .country {
	float: left;
	width: 250px;
	margin-right: 15px;
}

.allianceSchedule .country label {
	display: block;
}

.allianceSchedule .country select {
	width: 250px;
}

.allianceSchedule .airport label {
	display: block;
}

.allianceSchedule .airport select {
	width: 250px;
}

.allianceSchedule .noFlights {
	text-align: center;
	font-weight: bold;
	color: #FFA500;
}

table.transportFactSheet {
	width: 100%;
}

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

