@import url(flights.css);
@import url(parking.css);
@import url(photolibrary.css);
@import url(usefullinks.css);
@import url(commonapps.css);

body {
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;*/
	vertical-align: top;
/*	border: 1px solid #DEDFDF;*/
}

.imagedetails{
	font-size: 130%;
	
}

.imagedetails th{
	text-align: right;
	padding-bottom: 15px;
}

.imagedetails td{
	padding-bottom: 15px;
}
a{
	color: #0E5CAB;
	text-decoration: underline;
}

a img{
	border: none;
}

a:active, a:link{
	color: #0E5CAB;
}


.topLink{
	margin-top: 20px
}

.results{
	border: 1px solid #DEDFDF;
	text-align: left;
	width: 100%;
}

.results th{
	font-weight: bold;
	background-color: #0E5CAB;
	color: #fff;
	padding: 4px;
}

.results td{
	/*border: 1px solid #DEDFDF;*/
	padding: 4px;
}


a:visited{
	color: #0E5CAB;
}

a:hover{
	color: #0E5CAB;
	text-decoration: none;
}


p,li{
	font-family: Arial, Helvetica, sans-serif;
}

td, td p, li li{
	text-align: left;
}

table{
	color: #000000;
	margin: 0px 0px 0px 0px;
	}

h1{
	font-weight: bolder;
	background: #fff8d9;
	padding-left: 5px;
	padding-top: 2px;
}

h1 img{
	margin: 0!important;
vertical-align: middle;
padding-right: 5px;
}


h1 a:hover{
	color: #0E5CAB;	
}

h2 a:hover{
	color: #00CCFF;
}

h2{
	color: #E60000;
	margin-bottom: 20px;
	
}

h3{
	
	color: #000;
	/*font-size: 1.1em;	*/
}

h4{
	color: #000000;
	font-size: 0.9em;
}

th.deptitles{
	background-image: url(../images/topBG.jpg);
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: thin solid #0E5CAB;
	background-color: #BCDBED;
	padding: 20px;
}


.deptitles .title{
	margin-left:243px;
	height: 71px;
}

.header th table th{
	background-color: transparent;
	vertical-align: top;
}


td.logo{
	vertical-align: top
}

.logo img,td.logo{
	border: none;
	margin: 0px;
	padding: 0px;
}



td.navLinks{
	width: 100%;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	padding-left: 15px;
}

td.navLinks a, td.navLinks a:visited, td.navLinks a:link{
	color: #000000;
}


.menu{
	float:left;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff8d9;
	background-position: bottom;
	/*padding-top: 15px;*/
	
}


.rootcaption a:link, .rootcaption a:visited{
	color:white;
	font-weight: bold;
	padding: 6px 0px 6px 6px;
	text-decoration:none;
	background-color: #0f5cac;
	display: block;
	width: 160px;
	margin-top: 2px;	
	
}

.button{
	margin-top: 2px;	
	display: block;
}

.button a:link,.button a:visited,.button a:active,.button a:hover, .button a{
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 0px 6px 6px;
	text-decoration: none;
	background-color: #E60000;
	display: block;
	width: 160px;
}
/* the Tan hack to make the menu the same width in ie5.5 and 6 */

* html .rootcaption a:link,* html .rootcaption a:visited{
	width: 160px;
	w\idth: 160px;

}
* html .button a:link,* html .button a:visited,* html .button a:active,* html .button a:hover,* html  .button a{
	width: 160px;
	w\idth: 160px;
}

* html .currentButton a:link,* html .currentButton a:visited,* html .currentButton a:active,* html .currentButton a:hover,* html  .currentButton a{
	width: 160px;
	w\idth: 160px;
}
/* End Tan hack */
.button a:hover{
	background-color:#D2EDFF;
	color: #0e5cab;
}

.currentButton a:link,.currentButton a:visited,.currentButton a:active,.currentButton a:hover, .currentButton a{
	
	color: #ffffff;
	font-weight: bold;
	background-color: #000;
	padding: 6px 0px 6px 6px;
	text-decoration: none;
	display: block;
	width: 160px;
}

.currentButton{
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
}

/* ------------------------------------------------------------------------------
	Formatting for general div's etc in the content area
-------------------------------------------------------------------------------------
*/

.main {
	margin: 0;
	padding: 0;
	background-image: url(../images/menu2.gif);
	background-repeat: repeat-y;
}

.content{
	margin-left: 165px;
	margin-bottom:0px;
	margin-right: 0px;
	padding: 10px 0px 0 13px;
	min-height: 300px;
	border-top: 1px solid transparent;
	height: 100%;
}
.content p{
	line-height: 1.5;
	padding:0;
	margin-top:0;
}

.content h1{
	font-size: 180%;
}


.content img{
	margin: 0!important;
}

.breadcrumb{
	background: #FFF8D9;
	border-bottom: 1px solid #DEDFDF;
	padding:7px 0 0 10px;
	height: 22px;
}

.welcometext{
	width: 300px;
}

.documents{
	margin: 12px 2px 12px 0px;
	text-align: center;
	margin-left: 20px;
}
.documents table{
	border: 1px solid #666666;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	
}
.documents th{
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #666666;
	padding: 4px 5px;
	background-color: #D2EDFF;
	color: #666666;
}
.documents td{
	background-color: #ffffff;
	color: #000000;
	padding: 4px;
	vertical-align: top;
	border: 1px solid #666666;
	font-size: 1.1em;
}

.dochead, .dochead a{
	font-weight: bold;
	font-size: 1.1em;
}
.documents a{
	letter-spacing: 0px;
}
.documents td div{
	padding: 2px 0px;
}
.searchresults table
{
  margin-left: 0px;	
  margin-top: 0px;
}

.searchresults th
{
  background-color: #0E5CAB;
  color: #fff;
  border-collapse: collapse;
  border-spacing: 0px;
}

.searchresults td
{
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: left;
   
}

.copyright{
	clear: both;
	font-size: 0.75em;
	margin-top: 20px;
}

/*                                   TABLES                           */

.balancesheet{
	border: 1px solid #666666;
	border-collapse: collapse;
	text-align: left;
	margin: 20px 20px;
}

.balancesheet thead th{
	padding: 3px 3px;
	border: 1px solid #000000;
	text-align: center;
	background-color: #D2EDFF;
	color: #0E5CAB;
}

.balancesheet tbody th{
	background-color: #D2EDFF;
	border: 1px solid #000000;
	padding: 3px 3px;;
}

.balancesheet td{
	border: 1px solid #000000;
	padding: 3px 3px;
}

.summary{
	border: 1px solid #666666;
	border-collapse: collapse;
	text-align: left;
	margin: 20px 20px;
}
.summary th{
	text-align:left;
	font-weight: bold;
	background-color: #D2EDFF;
	border: 1px solid #000000;
	color: #0E5CAB;
}

.summary td{
	border: 1px solid #666666;
	padding: 3px 2px;
}

/*
	**** CONTACT STYLE ****
*/

.contacts{
	width: 80%;
	border: 1px solid #666666;
	border-collapse: collapse;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
}
.contacts td, .contacts th{
	border: 1px solid #666666;
}

.panelimage{
	margin-top: 20px;
	
}

.contacts th.companyname{
	background-color: #0E5CAB;
	text-align: left;
	color: #fff;
}
.contacts th.departmentname{
	background-color: #D2EDFF;
	text-align: left;
	color: #666666;
}
.contacts th.detailheader{
	background-color: #D2EDFF;
	text-align: left;
	color: #0E5CAB;
}

/* Home Page */
.home td{
	vertical-align: top;
	padding: 10px;
}

table.homenotice,table.homenoticealternative{
	width:211px;
}

.homenotice td,.homenoticealternative td{
	color: #0E5CAB;
}

.homenotice th{
	background-color: #0E5CAB;
	color: #fff;	
	padding-left: 5px;
	
}

.homenotice td{
	background-color: #C9EAFB;	
	padding-top: 0px;
	padding-left: 5px;
}

.rightarrow{
	text-align: right;
}

.rightarrow img{
	vertical-align: middle;
}

.rightarrow a:link,.rightarrow img {
	border: none;
}

.homenoticealternative th{
	background-color: #fff;
	color: #E60000;
	text-align: center;
}

/*
	****	STYLE FOR NEWS PRESS RELEASES ****
*/

.news{
	margin-top: 20px;
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-left: 20px;

}

.news tbody th{
	text-align: left;
	background-color: #f4f4f4;
	padding: 3px 3px;
	font-size: 1.2em;
	border-left: 1px solid #000000;
}

.news thead th{
	background-color: #0e5cab;
	font-size: 1.5em;
	padding: 3px 3px;
	color: #FFFFFF;
	border-bottom: 3px solid #E60000;
}

.news tbody td{
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #000000;

}

#generalcopyright{
	clear: both;
}

/*
	IOMGOV TOOLBAR*/

#govnavbar {
	background-color: #fff;
	color: #fff;
}

#govnavedge {
	border-right-color: #fff; 
	border-bottom-color: #fff;
}
#govnavbar a {
	background-color: #fff;
	color : #000;
	border-bottom-style: none; 
	border-top-style: none;
	border-left-style: none;
	border-right: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: smaller;

}
#govnavbar a:hover {
	background-color: #fff;
	text-decoration: underline;
	color : #000;
	border-bottom-style: none; 
	border-top-style: none;
	border-left-style: none;
	border-right: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: smaller;
}


/*common styling for division headers if poss... */
#LogoContainer{
	float: right;
	height: 125px;
	/*background-color: black;*/
}
*:first-child+html #LogoContainer {
	height: 123px;
}

#header{
	background-color: #4967ad;
	background-position: left top;
	background-repeat: no-repeat;
	clear:both;
	min-height: 164px;	
	display: block;
	}
	
	/* and each division requires a different background image */
#header.airport{
		background-image: url(../images/Airport_header.jpg);
}

*html #header{
	min-height: 164px;
	height: auto !important;
	height: 164px;
	clear: both;
	display:inline-block;
	}
	
	.DepartmentCrest{
		margin-top:2px;
	}

#MenuContainer{
	display:block;
	clear:right;
	width: 100%;
	margin-top: 0;
}

* html #MenuContainer{
	clear: none;
	margin-top: -3.1em;
}

#MenuContainer ul{
margin: 0;
padding: 0;
padding-top: 7px;
text-align:left; 
text-transform: uppercase;
color: white;
}
 
#MenuContainer ul li{
float: left; 
font-family: arial, sans-serif;
border-left:3px solid white;
padding: 0;
margin:5px 0 0 -3px;
display:block;
width: 8em;
}

#MenuContainer a{
display: block;
padding: 0.6em 1.5em 0em 0em; 
font-size: 0.75em;
text-decoration:none;
color:white;
font-weight: bold;
line-height:1em;
text-transform: uppercase;
font-weight: bold;
height: 2em;
}

#MenuContainer .TabbedMenu{
background: url(../images/menus/airport.png) no-repeat top right;
/*padding:0.4em 1em 0.4em 0.2em;*/
padding: 0em 0.5em 0.4em 0.2em; 	
}

#TransportHome{
background: url(../images/menus/transport.png) no-repeat top right;
/*padding:0.4em 1em 0.4em 0.2em; */
padding: 0em 0.5em 0.3em 0.2em; 	
}

.TabbedMenu a:hover{
	color: #000000;
}

/* Styling for the different sections on the home page */
.MainTable td{
	vertical-align: top;
}

/* Left Panel with Arrivals */

#LeftSection{
	width: 32em;
	float: left;
	margin: 0 1em 0  0 ;
}

#LeftSection .flightresults, #ArrivalsLeftSection .flightresults
{
	font-size: 0.8em;
	color : #ffffff;
	text-align : left;
	border-collapse: collapse;
	empty-rows: show;
}

#ScheduleSection
{
	margin-top: 1em;
	border-top: 1px solid #ccc;
}


#ScheduleSection ul{
	margin-left: 12pt;
	padding-left:0;
}

#ScheduleSection li{
	list-style-image: url(../images/bullet_arrow.png) ;
}

#RightSection{
	padding: 0;
	margin: 0 0 1em 0;
	background: #fff;
}

.MiddleSection{
	width: 18em;
	float: left;
	padding: 0;
	margin: 0 1em 1em 1em ;
	padding: 0 1em 1em 1em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}

.WeatherSection{
	background-color: #d2edff;
	min-height: 17em;
}

.WeatherSection h1,  .UsefulLinksSection .usefullinks h1, .ArrivalsRightSection .usefullinks h1{
	background:  url(../images/infohead_bg.png) repeat-x left top;
	color: #fff;
	background-color: transparent;
	height: 2.4em;
	line-height: 2.4em;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#WeatherLeft{
	float: left;
	background-color: #d2edff;
	min-height: 17em;
	padding-top: 5px;
}

*html #WeatherLeft{
	min-height: 17em;
	height: auto !important;
	height: 17em;
	
}

#WeatherRight{
	background-color: #d2edff;
	min-height: 17em;
	padding-top: 5px;
}

*html #WeatherRight{
	min-height: 17em;
	height: auto !important;
	height: 17em;
}

#WeatherText{
	background-color: #f4f9ff;
	color: black;
	margin-right: 10px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.9em;
}

/*#WeatherText a{
	float: right;
}*/
.InfoBoxHeader {
	border-bottom: 2px solid #fff;
	margin: 0;
	padding: 0;
}

.BoxLeft {
	float: left;
}

.BoxRight {
	float: right;
}

.BaggageSection{
	margin-top: 1em;
	border-top: 1px solid #ccc;
	min-height: 10em;
}

/*.BaggageSection a{
	float: right;
}*/
.NewsSection{
	margin-top: 1em;
	border-top: 1px solid #ccc;
}

.NewsSection .newsdate{
	width: 32%;
}

.NewsSection a{
	float: right;
}

.NewsSection .newstext a{
	float: left;
}

.NewsSection li{
	list-style: none;
	margin-bottom: 0.5em;
	margin-left: 0pt;
}


#RightSection .UsefulLinksSection{
	padding: 0 0 0 1.2em;
	margin: 0 0 0 54em;
	
}



.disclaimer{
	font-weight: bold;
}
/** Arrivals & Departures Pages Specific Styling  **/

#ArrivalsLeftSection{

	float: left;
	width: 35em;
	margin-right: 2em;
}

	
.ArrivalsRightSection{
	margin-left: 37em;
}	
