* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_body.png) repeat-x;
	font-size: 11px;
	color: #333;
}

a {
	text-decoration: none;
	color: #2c87a8;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;	
}

#bar {
	width: 100%;
	height: 38px;
	position: fixed;	
	background: url(images/bg_bar.png) repeat-x top;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	z-index: 1000;
}

	#nav_top_left {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#nav_top_right {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#bar img {
		border: 0;
	}
	
	#clock {
		font-style:italic;
		color: #fff; 
		height: 21px; 
		padding: 11px 10px 0 30px;
		position: relative;
	}
	
	#clock img {
		position: absolute;
		top: 9px;
		left: 10px;
	}
	
	#clock:hover {
		background: url(images/bg_bar_rightborder.png) no-repeat right top !important;
	}
	
	#clock strong {
		color: #b0b0b0;
	}	
	
	li.moreinfo {
		height: 25px;
		padding: 8px 15px 0 15px;
	}
	
	li.moreinfo ul li {
		color: #fff;
		width: 150px;
		height: 25px; 
		padding: 8px 10px 0 12px;
	}
	
	li.moreinfo ul li span.highlight {
		color: #B0B0B0;
		background: none;
	}
	
	li.moreinfo ul li span {
		color: #fff;
	}
	
	li.moreinfo ul li a {
		display: inline !important;
		color: #fff !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		text-decoration: underline !important;
	}
	
	li.moreinfo ul li a:hover {
		background: 0 !important;
		color: #CCC !important;
	}
	
	li.moreinfo ul li:hover {
		background: #070707 !important;
	}
		
		a#newmessages {
			width: 15px;
			height: 18px;
			padding: 4px 0 0 7px !important;
			position: absolute;
			top: 18px;
			left: 25px;
			background: url(images/icon_newmessage.png) no-repeat !important;
			color: #fff;
			font-weight: bold;
			z-index: 999;
			text-decoration: none
		}
		
		.bubble {
			width: 222px;
			background: url(images/bubble_top.png) no-repeat;
			padding-top: 15px;
			position: absolute;
			z-index: 999;
			float: none !important;
		}
		
		.bubble div {
			background: url(images/bubble_bottom.png) bottom no-repeat;
			padding: 0 15px 10px;
			width: 192px;
			font-size: 11px;
			float: none !important;
		}
		
		.bubble div a {
			color: #333 !important;
			font-size: 11px !important;
			padding: 0 !important;
			text-align: justify;
			height: auto !important;
			width: 100%;
		}
		
		#creditsBubble {
			top: 28px;
			right: 0px;
		}
		
		#addEnterpriseBubble {
			top: 22px;
			right: -20px;
		}
		
			#bar ul {
				padding: 0;
				margin: 0;
				list-style-type: none;
			}
	
				#bar ul li {
					float: left;
					position: relative;
				}
				

					#bar a {
						display: block;
						font-size: 12px;
						text-decoration: none; 
						color: #fff; 
						height: 25px; 
						padding: 8px 10px 0 12px;
						
					}	
					
					#nav_top_left li {
						background: url(images/bg_bar_rightborder.png) no-repeat right top;
					}
					
					#nav_top_left li:hover {
						background: #070707 url(images/bg_bar_rightborder.png) no-repeat right top;
					}					
					
					#nav_top_right li {
						background: url(images/bg_bar_rightborder.png) no-repeat left top;
					}
					
					#nav_top_right li:hover {
						background: #070707 url(images/bg_bar_rightborder.png) no-repeat left top;
					}					
					
					#nav_top_h:hover {
						background: url(images/bg_bar_rightborder.png) no-repeat right top !important;
					}	
					
					#bar li.dropdown.info {
						float: right;
						margin-right: 50px;
					}
					
					#bar li.dropdown a {
						cursor: default;
					}
					
						#bar a.credits {
							height: 23px;
							padding: 10px 15px 0 15px;
							color: #b0b0b0;
						}
						
							#bar a.credits .good {
								color: #a8d43e;
							}
							
							#bar a.credits .bad, #bar a.credits .zero {
								color: #e84f25:
							}
						
						#bar a.messages {
							height: 22px;
							padding: 11px 9px 0 12px;
						}
					
						#bar a.community {
							height: 26px;
							padding: 7px 10px 0 12px;
						}
						
						#bar a.account {
							height: 27px;
							padding: 6px 10px 0 12px;
						}
						
						#bar li.language {
							height: 25px;
							padding: 11px 10px 0 14px;
						}
						
							#bar li.language .dropdown_arrow {
								margin-bottom: 3px;
								margin-left: 5px;
							}
							
								#bar li.language ul li {
									text-transform: capitalize;
								}
							
									#bar li.language ul li a img {
										margin-right: 8px;
									}
					
						#bar a.logout {
							background: url(images/icon_logout.png) no-repeat 15px center;
							color: #b0b0b0;
							height: 23px;
							padding: 10px 15px 0 40px;
						}
						
							#bar a.logout:hover {
								color: #fff;								
							}
				
					#bar ul li ul {
						visibility: hidden;
						position: absolute;
						top: 33px;
						left: 0; 						
		
						z-index: 9999;
					}
					
					#bar ul li div ul {
						visibility: hidden;
						position: absolute;
						top: 27px;
						left: 15px; 						
	
						z-index: 9999;
					}
			
					* html #nav_top ul li ul {
						top: 25px;
					}					
					
						#bar ul li ul li {
							clear: both;
							background: #070707;			
						}	
						
							#bar ul li ul li a {
								color: #b0b0b0;
								display: block;
								height: 22px;
								width: 180px;	
								border-top: #494949 1px dotted;
								cursor: pointer !important;
							}	
							
							#bar ul li ul li.dropdownbtm {
								width: 197px;
								text-transform: uppercase;
								color: #919191;
								font-size: 9px;
								text-align: right;
								height: 15px;
								padding: 2px 5px 0 0;
								font-family: Arial, Helvetica, sans-serif;
								border-top: #494949 1px solid;
								background: #333;
							}
							
							#bar ul li div ul li a {
								color: #b0b0b0;
								display: block;
								width: 160px;	
								border-top: #494949 1px dotted;
								cursor: pointer !important;
							}
							
							#bar ul li ul li a:hover{
								color: #fff;
								background: #373737;
							}						
					
					#bar ul li.dropdown:hover ul,
					#bar ul a:hover ul,
					#bar ul li div.dropdown:hover ul {
						visibility: visible; 
					}	
			
		
		li.holding,
		li.company {
			padding: 5px 15px 5px 13px;
		}
		
		li.holding:hover,
		li.company:hover {
			background:url(images/bg_bar_rightborder.png) no-repeat right top !important;
		}
		
		li.holding div,
		li.company div {
			float: left;
		}

		
		.add {
			background: url(images/bg_companyleft.png) no-repeat !important;
			height: 17px;
			width: 14px;
			padding: 5px 0 0 7px;
		}
		
		.plus {
			background: url(images/bg_companyright.png) no-repeat !important;
			height: 22px;
			width: 23px;
		}
		
		.plus a {
			height: 16px;
			width: 15px;
			display: block;
			padding: 6px 0 0 8px !important;
			margin: 0 !important;
		}
		
		.companyname,
		.money {
			height: 12px;
			background: url(images/bg_company.png) repeat-x;
			color: #dfdfdf;
			padding: 5px 10px;
		}
		
		.companyname {
			border-right: #212121 1px solid;
		}
		
		.companyname a {
			padding: 0 !important;
			color: #dfdfdf !important;
		}
		
		.companyname a span {
			color: #dfdfdf;
			font-weight: normal;
			font-style: normal;
			margin-right: 0px;
		}
		
		.companyname span {
			font-weight: bold;
			color: #777;
			font-style:italic;
			margin-right: 5px;
		}
		
		.companyname span.noSelection {
			color: #a8d43e;
			font-weight: normal;
			font-style: italic;
			margin-right: 0;
		}
		
		.money {
			border-left: #383838 1px solid;
		}
		
			.money a {
				margin: 0 !important;
				padding: 0 !important;
			}
		
		.money .good {
			color: #a8d43e;
		}
		
		.money .bad {
			color: #e84f25:
		}

#menu {
	width: 500px;
	height: 33px;
	position: absolute;
	left: 300px;
	top: 32px;
	background: url(images/bg_menu.png) no-repeat -140px 0;
}

#menu ul {
	margin: 1px 0 0 30px;
	position: relative;
}

#menu ul li:hover {
	background: #070707 !important;
}

#menu ul li {
	border-right: #373737 1px solid;
	border-left: #1f1f1f 1px solid;
}

#menu ul li:first-child {
	border-left: 0;
}

#menu ul li:last-child {
	border-right: 0;
}

#menu ul li.borderRight {
	background: url(images/borderRight.png) no-repeat right;
	border-right: 0;
}

#menu ul li a { 
	padding: 0;
	height: 27px;
	width: 45px;
	text-align: center;
}

#menu ul li ul {
	position: absolute;
	top: 25px;
	left: -30px; 
}

#menu ul li ul li {
	border: 0;
}

#menu ul li ul li a {
	height: 22px;
	padding: 8px 10px 0 12px;
	border-left: 0;
	border-right: 0;
	text-align: left;
}

#header {
	width: 100%;
	height: 133px;
	background: url(images/bg_header.jpg) no-repeat;
	position: relative;
}

#badges {
	position: absolute;
	right: 32px;
	bottom: 35px;
}

	#badges .badge {
		position: relative;
		float: left;
	}
	
		#badges .badge img {
			width: 48px;
			height: 48px;
		}
		
		#badgeBubble {
			display: none;
		}
		
		#badges .badge:hover #badgeBubble {
			display: inherit;
			top: 45px;
			right: -21px;
		}

#breadcrumb {
	width: 850px;
	height: 17px;
	bottom: 0;
	left: 0;
	position: absolute;
	color: #666565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px 0 0 15px;
}

	#breadcrumb strong {
		font-style: italic;
		text-transform: uppercase;
	}
	
	#breadcrumb a {
		color: #666565;
		text-decoration: underline;
	}
	
	#breadcrumb a:hover {
		color: #333;
	}

#searchform {
	position: absolute;
	right: 0;
	bottom: 0;
}
fieldset.search {
	border: 0;
	width: 200px;
}
.search input, .search button {
	border: 0;
	float: left;
}
.search input.box {
	color: #333;
	font-size: 11px;
	width: 160px;
	height: 18px;
	padding: 5px 0 0 30px;
	background: url(images/bg_search.png) no-repeat;
	margin-right: 5px;
}
.search input.box:focus {
	background: url(images/bg_search_focus.png) no-repeat;
	outline: none;
}
.search button.btn {
	width: 40px;
	height: 23px;
	cursor: pointer;
	background: url(images/bg_searchbtn.png) no-repeat;
}
.search button.btn:hover {
	background: url(images/bg_searchbtn_mo.png) no-repeat;
}

#logo {
	width: 210px;
	height: 33px;
	background: url(images/logo.png) no-repeat;
	position: absolute;
	top: 54px;
	left: 45px;
	z-index: 1;
}

#container {
	min-width: 960px;
	margin: 10px;
}

.bigbox-content h3, .tab-panel h2, .tab-panel h3 {
	margin-bottom: 10px;
	font-size: 12px !important;
	color: #005D8C;
}

.bigbox-content p, .tab-panel p {
	margin-bottom: 15px;
	max-width: 700px;
}

.bigbox-content ul, .tab-panel ul {
	list-style: square;
	margin: 0 0 20px 20px;
}

.bigbox-content ul li, .tab-panel ul li {
	margin: 0 0 5px 0;
}

#container form {
	margin-bottom: 20px;
}

td.dataa form {
	margin: 0 !important;
}

#footer {
	text-align: center;
	width: 800px;
	margin: 0 auto;
	color: #999;
	border-top:#eee 1px solid;
	padding:15px 50px;
	clear: both;
}

#footer a {
	color: #666;
} 

.inactive {
	color: #999999;
}

.restricted {
	color: #999999;
	text-align: center;
	font-style: italic;
}

.good {
	color: #69a82c;
}

.warning {
	color: #FFA500;
}

.bad {
	color: #EA0000;
}

.footnote {
	color: #AAAAAA;
	font-size: 9px;
}

.footnote li {
	color: #AAAAAA;
	font-size: 9px;
	max-width: 500px;
}

.number {
	text-align: right;	
}

.flag {
	text-align: center;	
}

.companyLogo {
	margin-bottom: 15px;	
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #0F274C;
	color: #243859;
	font-size: 10px;
	padding: 5px;
	padding-left: 26px;
	background: #fff url(gfx/information.png) no-repeat 5px 5px;
	width: 200px;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-size: 10px;
	font-weight: normal;
}

a.inlinebutton {
	background: url(media/gfx/inlinebutton_bg2.png) no-repeat right;
	color: #fff;
	padding: 0 8px 0 0;
	text-decoration: none;
}

a.inlinebutton span {
	background: url(media/gfx/inlinebutton_bg1.png) no-repeat;
	padding: 0 0 1px 8px;
}

a.inlinebutton:hover {
	background: url(media/gfx/inlinebutton_bg2mo.png) no-repeat right;
}

a.inlinebutton:hover span{
	background: url(media/gfx/inlinebutton_bg1mo.png) no-repeat;
}

/* BUTTONS */
.button-good, .button-bad {
	border-width: 1px 1px 0 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: "lucida grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 3px 6px 4px 6px;
	text-align: center;
}

.button-good:active, button-bad:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-width: 0 1px 1px 1px;
}

.button-good {
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg,#63a62f, #7fbf4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
	border: 1px solid #63a62f;	
	box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	text-shadow: 0 -1px 0 #4c9021;	
}

.button-good:active {
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg,#7fbf4d, #63a62f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a62f), to(#7fbf4d));
}

.button-bad {
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg,#a6632f, #bf7f4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bf7f4d), to(#a6632f));
	border: 1px solid #a6632f;
	box-shadow: inset 0 1px 0 0 #ca966d;
	-moz-box-shadow: inset 0 1px 0 0 #ca966d;
	-webkit-box-shadow: inset 0 1px 0 0 #ca966d;
	color: #fff;
	text-shadow: 0 -1px 0 #904c21;	
}

.button-bad:active {
	background: #bf7f4d;
	background: -moz-linear-gradient(0% 100% 90deg,#bf7f4d, #a6632f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6632f), to(#bf7f4d));
}

/* BUTTONS */
.button {
	border-width: 1px 1px 0 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: "lucida grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 3px 6px 4px 6px;
	text-align: center;
}

.button:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-width: 0 1px 1px 1px;
}

.button:hover {
	text-decoration: none;
}

.button.good {
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg,#63a62f, #7fbf4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
	border: 1px solid #63a62f;	
	box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	text-shadow: 0 -1px 0 #4c9021;	
}

.button.good:active {
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg,#7fbf4d, #63a62f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a62f), to(#7fbf4d));
}

.button.bad {
	background: #7fbf4d;
	background: -moz-linear-gradient(0% 100% 90deg,#a6632f, #bf7f4d);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bf7f4d), to(#a6632f));
	border: 1px solid #a6632f;
	box-shadow: inset 0 1px 0 0 #ca966d;
	-moz-box-shadow: inset 0 1px 0 0 #ca966d;
	-webkit-box-shadow: inset 0 1px 0 0 #ca966d;
	color: #fff;
	text-shadow: 0 -1px 0 #904c21;	
}

.button.bad:active {
	background: #bf7f4d;
	background: -moz-linear-gradient(0% 100% 90deg,#bf7f4d, #a6632f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6632f), to(#bf7f4d));
}

div.statusAutoUpdate {
	width: 700px;
	text-align: right;
	padding-bottom: 5px;	
}

table.status {
	width: 700px !important;	
}

table.updates td.time {
	text-align: center;
}

table.ors td.caption {
	vertical-align: top;
}

.indicators {
	height: 29px;
	background: url(images/tab_bg.gif) repeat-x;
	border-bottom: #d8dcdf 1px solid;
}

.indicators .indicator {
	float: left;
	overflow: hidden;
	text-align: center;
	height: 21px;
	padding-top: 8px;
	color: #97aec4;
}

.indicators .indicator span.value {
	color: #005D8C;	
}

.quicklinks {
	float: right;
	padding-right: 10px;
}

.quicklinks h2 {
	font-size: 10px;
	font-weight: bold;
	color: #777;
	text-align: right;
	padding-right: 5px;
}

.quicklinks ul {
	list-style: none;
}

.quicklinks ul li {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	border-left: #777 1px solid;
}

.quicklinks ul li.first {
	border: none;
}

/* FLIGHT STATUS PANEL */
.flightStatusPanel span {
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

.flightStatusPanel.cancelled span {
	color: #2c87a8;	
}

.flightStatusPanel ul {
	display: none;
	position: absolute;
	
	list-style: none;
	margin: 0;
	margin-top: 2px;
	margin-left: 4px;
	padding: 4px;
	padding-left: 18px; 
	background: url(media/gfx/icons/bullet_error.png) no-repeat !important;
	background-position: 4px 4px !important;
}

	.flightStatusPanel ul li {
		text-align: left;
		margin: 0;
		padding: 1px 0px;
		border: none !important;
		float: none !important;
	}
	
		.flightStatusPanel ul li span {
			color: #333 !important;
			border: none !important;
		}

.flightStatusPanel:hover ul {
	display: block;
	background-color: #eee !important;
}

table.supportChannels tbody td {
	text-align: center;
}


