/**
 * @name   		Template Style
 * @package   	Traveller Template
 * @version   	1.0.0
 * @author    	Colorz http://www.icolorz.com
 * @copyright 	Copyright (C) 2013 Open Source Matters, Inc. All rights reserved.
 */
 
/* Template Style - Global
----------------------------------------------------------------------------------------------------*/

body {
	background-color:#dedede;
	font-size:12px;
	line-height:14px;
	color:#333;
}
.listing-block ul {
    padding-left: 8px;
}
.listing-block ul li {
	padding:5px 10px;
	margin:0;
	/*background:url(../images/li-pointer.png) no-repeat left 12px;*/
}
.listing-block ul li a {
	/*text-decoration:underline;*/
}

#top-wrap {
	position:relative;
}
.header-wrap .header {
	margin:0 auto;
	width:955px;
	height:120px;
}
.logo-block {
	float:left;
	width:240px;
	height:58px;
	padding:8px 0 0 3px;
}
.logo-block h1 {
	margin:0;
	width:240px;
	height:50px;
	overflow:hidden;
}
.logo-block h1 a {
	margin:0;
	display:block;
	width:240px;
	height:50px;
	text-indent:-10000px;
}
.header .right-top {
	float:left;
	width:700px;
	height:66px;
}
.header .row-top {
	/*width:724px;*/
	height:40px;
}
.weather-block {
	float:right;
	width:121px;
	height:30px;
	overflow:hidden;padding:10px 0 0 29px;
}
.weather-block img {
	float:left;
	width:25px;
	/*height:21px;*/
	margin:0 7px 0 0;
}
.weather-block span {
	color:#333333;
	font-weight:bold;
	line-height:12px;
	padding-bottom:6px;
}
.weather-block span.weather-condition {
	font-weight:normal;
	color:#333333;
	font-size:8px;
	line-height:16px;
	text-transform:uppercase;
}
.nav-to-traveller {
	float:right;
	width:198px;
	height:40px;
}
.nav-to-traveller a {
	width:163px;
	height:16px;
	display:block;
	font-size:12px;
	line-height:12px;
	color:#e51937;
	text-transform:uppercase;
	padding:9px 0 0 35px;
}
.menu-block {
	float:right;
	width:153px;
	height:26px;
}
.menu-block ul {
	float:right;
	margin:0;
	width:129px;
	height:20px;
	padding:6px 0 0 24px;
}
.menu-block ul li {
	float:left;
	width:auto;
	padding: 0 6px 0 5px;
	height:11px;
	background:url(../images/sep.gif) no-repeat right top;
	font-size:10px;
}
.menu-block ul li.last {
	background:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.menu-block ul li.mobile a {
	background:url(../images/mobile.gif) no-repeat left top;
	padding: 0 0 0 9px;
}
.menu-block ul li a {
	color:#333333;
	line-height:8px;
	display:block;
	height:11px;
}
.search-block {
	float:right;
	width:195px;
	height:26px;
}
.search-block input.text {
	float:left;
	height:18px;
	width:165px;
	padding:2px 5px 0;
	border:none;
	background:url(../images/input-bg.gif) no-repeat left top;
	font-size:10px;
	color:#333333;
	line-height:16px;
}
.search-block input.image {
	float:left;
	width:20px;
	height:20px;
}
.global-navigation {
	width:955px;
	background:url(../images/navigation-bg.png) no-repeat left top;
	height:56px;
	clear:both;
}
.global-navigation li {
	float:left;
	width:191px;
	height:56px;
	position:relative;
	z-index:99;
}
.global-navigation li:hover li {
	background:url(../images/sub-menu-li-bg.png) no-repeat left bottom!important;
}
.global-navigation li:hover span {
	background:url(../images/hover-arrow.png) no-repeat center bottom;
}
.global-navigation li span span {
	display:inline;
}
.global-navigation li:hover span span {
	background:none;
}
.global-navigation li > a {
	padding-top:17px;
	display:block;
	width:190px;
	height:39px;
	text-align:center;
	text-transform:uppercase;
}
.global-navigation li.last-menu {
	/*width:178px;*/
}
.global-navigation li span {
	font-size:16px;
	color:#767676;
	padding-bottom:8px;
	text-shadow:8px 8px 8px #fff;
	display:block;
}
.global-navigation li span label {
	padding:0 0 0 4px;
	font-size:15px;
	color:#767676;
	background:none!important;
	display:inline;
}
.global-navigation li.red:hover span span, 
.global-navigation li.red:hover span label,
.global-navigation li.red .sub-menu ul li a:hover {
	color:#e31b38 !important;
	cursor:pointer;
}
.global-navigation li.blue:hover span span, 
.global-navigation li.blue:hover span label,
.global-navigation li.blue .sub-menu ul li a:hover {
	color:#006ca2 !important;
	cursor:pointer;
}
.global-navigation li.purple:hover span, 
.global-navigation li.purple:hover label,
.global-navigation li.purple .sub-menu ul li a:hover {
	color:#6700d8 !important;
	cursor:pointer;
}
.global-navigation li.violet:hover span, 
.global-navigation li.violet:hover label,
.global-navigation li.violet .sub-menu ul li a:hover {
	color:#cc0066 !important;
	cursor:pointer;
}
.global-navigation li.orange:hover span, 
.global-navigation li.orange:hover label,
.global-navigation li.orange .sub-menu ul li a:hover {
	color:#fa7e1a !important;
	cursor:pointer;
}
.submenu-glow {
	background:url(../images/glow-layer.png) no-repeat left top;
	width:101px;
	height:355px;
	position:absolute;
	right:46px;
	top:47px;
	display:none;
}
.global-navigation li.last-menu .submenu-glow {
	right:33px;
}
.sub-menu {
	display:none;
	width:546px;
	height:auto;
	position:absolute;
	right:0;
	top:47px;
	background:url(../images/sub-menu-bottom.png) no-repeat right bottom;
	padding-bottom:41px;
}
.sub-menu .bottom-block {
	background:url(../images/submenu-inside-top.png) no-repeat right top;
	padding-top:4px;
}
.sub-menu .inner-wrap {
	background:url(../images/submenu-inside-bottom.png) no-repeat right bottom;
}
.sub-menu .top-block {
	width:546px;
	height:54px;
	background:url(http://bahrainairport.com/templates/traveller/images/sub-menu-top.png) no-repeat left top;
}
.sub-menu .top-block span {
	background:url(../images/hover-arrow.png) no-repeat center bottom;
	padding-bottom:12px;
}
.sub-menu .top-block span span {
	background:none!important;
}
.sub-menu .left-block {
	float:left;
	width:264px;
	padding-left:18px;
	padding-top:26px;
}
.sub-menu ul {
	float:left;
	width:264px;
	margin:0;
}
.sub-menu ul li {
	float:none;
	width:254px;
	margin:0;
	background:url(../images/sub-menu-li-bg.png) no-repeat left bottom;
	height:30px;
}
.sub-menu ul li a {
	display:block;
	font-size:15px;
	padding:0;
	margin:0;
	text-align:left;
	width:247px;
	padding:7px 0 0 7px;
	height:25px;
	color:#666666;
}
.sub-menu .right-block {
	float:left;
	width:264px;
}
.sub-menu .image-block1 a {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
.sub-menu .image-block1 {
	padding-top:26px;
}
.sub-menu .image-block2 {
	padding-top:38px;
}
.left-menu .top-block {
	background:url(http://bahrainairport.com/templates/traveller/images/sub-menu-left-top.png) no-repeat left top;
	width:202px;
	height:50px;
	float:right;
}
.left-menu .sub-menu {
	right:-7px;
}
.right-menu .sub-menu {
	/*right:-358px;*/
	right:-355px;
}
.right-menu .bottom-block {
	background:url(../images/submenu-inside-top1.png) no-repeat right top;
}
.sub-menu .bottom-block {
	clear:both;
}
.pattern {
	position:absolute;
	background:url(../images/pattern.png) repeat left top;
	width:100%!important;
	height:100%;
}
#top-wrap .inner-container {
	margin:0 auto;
	width:955px;
	padding-top:182px;
	color:#fff;
	font-size:16px;
}
#top-wrap .home-container .inner-container {
	padding-top:144px;
}


.spotlight {
	width:100%!important;
}
#top-wrap .inner-container {
	margin:0 auto;
	padding-top:210px;
	width:955px;
	padding-top:182px;
}
#top-wrap .home-container .inner-container {
	padding-top:144px;
}
.spotlight .container {
    background: url(../images/inside-spot2.jpg) no-repeat scroll center top transparent;
    height: 391px;
}
.spotlight h2 {
	font-size:62px;
	color:#fff;
	height:80px;
	text-transform:uppercase;
	position:relative;
}
.spotlight .inner-container h2 {
	height:auto;
	font-size:45px;
	letter-spacing: 0;
	color:#fff;
	line-height:31px;
}
.spotlight .inner-container h2 img {
	margin:0 5px 0 2px;
	width:31px;
	height:31px;
}
.spotlight h2 span {
	font-size:44px;
	display:block;
	line-height:36px;
	padding-top:4px;
	letter-spacing:0;
	font-weight:normal;
	position:absolute;
	left:2px;
	top:42px;
}
.spotlight .inner-container h2 span {
	font-size:29px;
	display:block;
	line-height:29px;
	padding-top:4px;
	letter-spacing:0;
	top:32px;
}
.spotlight .inner-container p {
	padding-top:31px;
	line-height:26px;
	letter-spacing:0;
	color:#fff;
	margin:0;
	width:500px;
}

.inner-container h3{
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	}
.inner-container span{
	display:block;
	}

.content-wrap {
	margin:0 auto;
	width:942px;
	height:auto;
	padding-left:3px;
}

.left-block .top-bg {
	width:621px;
	height:10px;
	background:url(../images/inside-top-bg.png) no-repeat left top;
}
.left-block .listing-block {
	width:585px;
	padding:8px 20px 0 16px;
	min-height:200px;
	background:url(../images/inside-repeat-bg.png) repeat-y left top;
	padding-bottom:20px;
	display:block;
	overflow:hidden;
}
.left-block .bottom-bg {
	width:621px;
	height:11px;
	background:url(../images/inside-bottom-bg.png) no-repeat left bottom;
	/*margin-bottom:95px;*/
}

ul.listing {
	margin:0;
	float:left;
	width:640px;
}
ul.listing li {
	background:url(../images/listing-bg.png) no-repeat left top;
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	width:271px;
	height:121px;
	overflow:hidden;
	padding:15px;
	position:relative;
}
ul.listing h2 {
	margin:0;
	color:#ff6600;
	font-size:21px;
	line-height:20px;
	padding-bottom:7px;
	text-transform:uppercase;
}
ul.listing p {
	margin:0;
	color:#333333;
	font-size:12px;
	line-height:14px;
	width:260px;
}
ul.listing img {
	position:absolute;
	right:25px;
	bottom:20px;
}
.callout-block {
	display:block;
	overflow:hidden;
	clear:both;
}
.callout-block .callout {
	background:none;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	float:left;
	margin-right:20px;
	border-radius:6px;
}
.callout-block .callout span {
	position:absolute;
	right:0;
	bottom:10px;
}
.callout h3 {
	color:#ffffff;
	font-size:21px;
	line-height:20px;
	margin:0;
	text-transform:uppercase;
	width:145px;
	position:absolute;
	top:15px;
	left:15px;
	background:none;
	padding:0px;
}
.module-block {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}

.pager-block {
	background:url(../images/pager-end-pg.png) no-repeat right top;
	padding-right:5px;
	float:right;
	font-size:12px;
	text-transform:uppercase;
}
.pager {
	background:url(../images/pager-bg.png) no-repeat left top;
	float:left;
	height:25px;
	/*padding:5px 8px 0 9px;*/
	padding:3px 2px 2px 4px;
}

/*.pager .jump {
	float:left;
	display:inline-block;
	width:auto;
}
.pager .jump span {
	float:left;
}*/
input.jump {
	background:url(../images/text-bg.png) no-repeat;
	width:40px;
	height:20px;
	line-height:20px;
	border:none;
	margin:0 5px;
	text-align:center;
}
input.btns {
	margin:6px 0 0;
}
/*.pager a {
	float:left;
	color:#333;
	margin:6px 8px 0;
}
.pager span {
	float:left;
	margin:6px 0 0;
}
.pager a.current {
	color:#e61937;
}*/
 .ui-autocomplete {
	max-height: 200px;
	min-width:80px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.sort img {
	margin-left:5px;
}
.item-page th,
.item-page td {
	padding:5px;
}

.error-page {
	display:block;
	height:250px;
	padding-top:100px;
	background: url(../images/error_page_bg_flight.png) no-repeat right;
}
.error-page-link p a {
	color: #FFFFFF;
    font-size: 20px;
    height: 39px;
    line-height: 27px;
    text-transform: uppercase;
}

#searchForm div.word {
	display:block;
	overflow:hidden;
	width:auto;
	float:left;
}
#searchForm div.phrases {
	display:block;
	overflow:hidden;
	width:auto;
	float:left;
	margin-left:30px;
}
#searchForm div.searchintro {
	clear:both;
	display:block;
}

.rbutton {
    background: url(../images/red-button-right-cut.png) no-repeat scroll right top transparent;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 4px 22px 1px 3px;
    text-transform: uppercase;
}
.contact-form .rbutton {background: url(../images/blue-button.png) no-repeat scroll right top transparent !important;}
.orange-page .contact-form .rbutton {background: url(../images/orange-button.png) no-repeat scroll right top transparent !important; padding-left: 4px;}
.bbutton {
	background: url(../images/black-button-right-cut.png) no-repeat scroll right top transparent;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 22px 0 3px;
    text-transform: uppercase;
}
a.printlink{
    background: url(../images/image/print.png) no-repeat;
    text-indent: -9999px;
    display: block;
    padding: 10px;
}
.clr{
	clear: both;
}



#fancybox-outer {
    border-radius: 5px 5px 5px 5px;
    padding: 20px 10px !important;
}
.voteAnsWrap {
    border: 1px solid #CCCCCC;
    display: block;
    height: 75px;
    margin: auto;
    width: 285px !important;
}
.voteAnsWrap .answer {
    border: 1px solid #CCCCCC !important;
    display: block;
    float: left;
    height: 55px;
    padding: 10px;
    width: 73px;
}
.voteAnsWrap .answer div{position:relative !important; display:block; clear:both;}
.voteAnsWrap .answer div {
    clear: both;
    display: block;
    height: 10px;
    margin: 0 !important;
    padding: 8px 0 0;
    position: relative !important;
    width: 75px !important;
}
.answervote a {
    margin: 0 0 0 30px;
}
.answertext {
    display: block;
    text-align: center;
}
#fancybox-close {
    right: 1px!important;
    top: 3px!important;
}

.right-drawer-type {
    position: fixed;
    right: -48px;
    top: 50%;
	-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
writing-mode: tb-rl;
    transform: rotate(90deg);
}
.right-drawer-type .hidenFrame {
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px; color:#ffffff !important; font-size:14px;
}
.IMap, .hidenFrame{display:none;}
.switchDesktop{color:#ffffff!important;}

/*Annual report plug in*/
.aReportWrap .dropdown {
    width: 135px;
}
.aReportWrap .cat-dropdown {
    background: url("../images/aReportBg.png") repeat scroll 0 0 #FE6C0B !important;
    border-radius: 5px 5px 5px 5px;
} 
.aReportWrap .dd {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    height: 24px;
    overflow: hidden;
}
.aReportWrap .arrow{background: url("http://bahrainairport.com/templates/traveller/images/sele-arrow.png") no-repeat scroll center #FFFFFF; background-position:center !important;}
.dropdown.years {
    margin-left: 15px;
}
.aReportWrap ul {
    margin: 10px 0;
    padding: 0;
}
.aReportWrap li {
    border:none !important;display: block;
clear: both;width:460px;
}
.docIc {
    display: block;
    float: left;
    width: 15px;
}
.aReportWrap .docName {
    display: block;
    float: left;
    margin: 0 30px 0 5px; width: 347px;text-align: left;
}

.aReportWrap li:hover {
    background: #DEDEDE;
}
.aReportWrap .cat-dropdown{height: 34px !important;}
.introWrap {
    clear: both;
    display: block;
    line-height: 18px;
    margin: 0 0 13px;
}
.docLink{display:block; float:left;}
.loading {
  animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate; color:#FF6600;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}




.yearWrapper {
    display: block;
    float: right;
}
.itemsWrapper {
    display: block;
    float: left;
    width: 600px;
}

.itemsContainer{
    background: none repeat scroll 0 0 #E1E1E1;
    border: 1px solid #CCCCCC;
    float: left;
    width: 500px;
}
.statistcsItems {
    border-bottom: 1px solid #D3D3D3;
    padding: 130px 30px 30px ;
    text-align: center;
}





.statistcsItems.biColumn{
background: url("../images/dis.png") no-repeat scroll center 33px transparent;
}


.statistcsItems.biColumn.cargoContainer {
background-image:url("../images/cargo-stat.png") !important; background-position: center 18px; border-right: 1px solid #CCCCCC;
}

.statistcsItems.biColumn.cpassengersContainer {
background-image:url("../images/passenger-stat.png") !important; background-position: center 18px;
}



.statistcsItems.biColumn {
    display: block;
    float: left;
    width: 188px;
}
.statisticsContainer {
    background: url("../images/downloadbg.png") no-repeat scroll center center transparent !important;
    height: 81px;
    padding: 15px;
}	
.statistcsItems.biColumn.lastRow {
    border: medium none;
}
.disembarkingContainer, .joiningContainer {
    border-right: 1px solid #D3D3D3 !important;
}
.statistcsItems span {
    font-size: 36px;
    line-height: 20px;
}
.tP {
    font-size: 56px !important;
    line-height: 31px !important;
}
.yearWrapper {
    display: block;
    float: left;
    margin: 28px 0 0; width:70px;
}
ul.years {
    clear: both;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;border-top: 1px solid #C7C7C7;
}

.years	 li {
    border-bottom: 1px solid #C7C7C7;
    margin: 0;
    padding: 14px 10px 10px!important; text-align:center;
}
ul.years li a, ul.years li a:hover{color:#666666 !important; font-size:16px !important;}
.graphWrapper {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    margin: 30px 0 10px;
}
#graphContainer {
    margin-left: -22px;
}

.statisticsValue, .years li a, {color:#FF6600 !important;}	
.orange-page .left-block-inside  .prev_item a{color:#6B6B6B !important;} 
.pdflink, .pdflink:hover{color:#FFFFFF !important; text-transform:uppercase;  font-size: 20px;}	
.statistcsItems h3 {
    border-top: 1px solid #CFCFCF;
    display: block;
    padding-top: 8px;
}
.statistcsItems.totalPaxContainer h3 {
    border: medium none !important;
    padding-top: 0 !important;
}

ul.years li.currentItem a, ul.years li.currentItem a:hover{color:#FF6600 !important;}
.tablular td.at_user_field.special {
    visibility: hidden;
}
#active_language {
    display: none!important;
}
.feedbackpage iframe {
    height: 700px;
    width: 550px!important;
}
.aReportWrap .pager li {
    width: auto !important;
}
.customcertificate {
    display: block;
    float: right;
    margin: 0 12px 0 0;
}
.customcertificate .left-img {
    margin-right: 30px;
}
.feedbackpage dd.error.message {
display: none;
}