@charset "utf-8";

/* Common Styles */

a, a img{
	outline:none;
	}

body{
	margin:0px auto;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	background:#004c7f;
	}
	
.fl{
	float:left;
	}
	
.fr{
	float:right;
	}

.clearFix{
	clear:both;
	height:0px;
	}
	
a, a img{
	border:0px;
	outline:none;
	outline-width:0px;
	}
	
.link, link:link, link:visited{
	font-size:13px;
	color:#0165a9;
	text-decoration:none;
	}
	
.link:hover{
	text-decoration:underline;
	}

/* Header */

.header{
	background:#0565a6 url(../images/bg_line.png);
	height:537px;
	}
	
.bannerBg{
	background:url(../images/banner_bg.jpg) repeat-x center top;
	height:537px;
	}

.bannerImg{
	background:url(../images/img_bg.jpg) no-repeat center top;
	height:537px;
	text-align:center;
	}

.bannerBgcustom{
	background:url(../images/custombanner_bg.jpg) repeat-x center top;
	height:537px;
	}

.bannerImgcustom{
	background:url(../images/customimg_bg.jpg) no-repeat center top;
	height:537px;
	text-align:center;
	}

.headerContent{
	width:1000px;
	height:537px;
	margin:0 auto;
	position:relative;
	}

/* Ramco Logo */
	
.ramcoLogo{
	width:105px;
	height:107px;
	float:left;
	margin:24px 0 0 30px;
	background:url(../images/ramco_logo.png) no-repeat;
	}
	
/* Client Logo */
	
.clientLogo{
	width:105px;
	height:107px;
	float:right;
	margin:24px 50px 0 0;
	/*background:url(../images/emirates.jpg) no-repeat;*/
	text-align:right;
	}
	
/* App Caption */	
	
.appName{
	width:185px;
	height:17px;
	float:right;
	margin:25px 52px 0 0;
	background:url(../images/ramco_aviation.png) no-repeat top left;
	}
	
.appNameSpacer{
	height:18px;
	}
	
/* Login Form */
	
.loginForm{
	float:right;
	width:369px;
	height:260px;
	background:url(../images/login_boxbg.png) no-repeat;
	margin:0px 28px 0 0;
	padding:0;
	}
	
.loginFrmTitle{
	color:#0564a5;
	font-size:24px;
	font-weight:bold;
	padding:15px 0 0 0;
	text-transform:uppercase;
	text-align:left;
	margin-left:35px;
	}

.loginFrmField{
	margin:0 auto;
	width:290px;
	text-align:center;
	padding:34px 0 0 22px;	
	}
	
.loginFrmField table tr td{
	font-size:14px;
	color:#232323;
	white-space:nowrap;
	text-align:left;
	}
	
.textField{
	width:153px;
	height:39px;
	background:url(../images/text_field.png) no-repeat;
	padding:0 8px 0 8px;
	margin:0 0 8px 0;
	}
	
.textField input{
	border:0px;
	background:none;
	width:152px;
	height:20px;
	outline-width: 0;
	margin-top:9px;
	}
	
.virtualKeyboard:link, .virtualKeyboard:visited{
	background:url(../images/ico_keyboard.png) no-repeat;
	display:block;
	width:26px;
	height:23px;
	cursor:pointer;
	}
	
.virtualKeyboard:hover{
	background:url(../images/ico_keyboard_hover.png) no-repeat;
		}
	
.appFeatureText{
	position:absolute;
	left:0px;
	bottom:0px;
	height:178px;
	width:604px;
	padding:0px 25px 0 25px;
	/*line-height:38px !important;*/
	text-align:left;
	}
	
.featureSmall, .featureBig{
	font-family:"Helvetica", Arial, sans-serif;
	}
	
.featureSmall{
	font-size:30px;
	color:#FFF;
	line-height:36px !important;
	}
	
.featureBig{
	font-size:44px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
	line-height:34px !important;
	padding-top:4px;
	}
	
/* Fotter */

.footer{
	height:62px;
	background:#004c7f;
	border-top:1px solid #013151;
	text-align:center;
	}
		
.footerContent{
	width:1000px;
	height:62px;
	margin:0 auto;
	}
	
/* Ticker */
	
.infoTicker{
	width:435px;
	height:50px;
	border-left:1px solid #4884ad;
	border-right:1px solid #4884ad;
	margin:6px 0 0 42px;
	position:relative;
	padding:0 13px 0 13px;
	float:left;
	}
	
.next, .previous{
	width:25px;
	height:25px;
	position:absolute;
	top:12px;
	right:-13px;
	background:url(../images/btn_next.png) no-repeat;
	cursor:pointer;
	}
		
.previous{
	left:-13px;
	background:url(../images/btn_previous.png) no-repeat;
	}

.infoTickerText{
	margin:0;
	padding:0 13px 0 13px;
	list-style:none;
	}

.infoTickerText li{
	padding-top:8px;
	}
	
.infoTickerText li .tickerIcon{
	width:32px;
	height:32px;
	background:url(../images/ico_alert.png) no-repeat;
	float:left;
	margin:4px 0 0 0;
	}
		
.infoTickerText li .tickerItem{
	width:340px;
	color:#fff4d1;
	font-size:15px;
	line-height:18px !important;
	float:left;
	margin:0 0 0 10px;
	text-align:left;
	}

/* Hide Ticker & Support Link*/
	
.infoTickerText li  .tickerIcon, .next, .previous, .supportLink{
	display:none;
	}
	
.infoTicker{
	border:none;
	margin:6px 0 0 0;
	position:relative;
	padding:0 13px 0 0px;
	}


/* Ticker */
	
.supportLink{
	width:110px;
	height:28px;
	float:right;
	margin:9px 30px 0 0;
	text-align:left;
	display:block;
	}
	
.supportLink .mailIcon{
	width:35px;
	height:28px;
	float:left;
	border-right:1px solid #4884ad;
	background:url(../images/ico_email.png) no-repeat 0 5px;
	display:none;
	}
	
.supportLink .mailIcon img{
	margin:6px 0 0 2px;
	}
	
.mailLinkText{
	float:left;
	padding:6px 0 0 10px;
	line-height:10px;
	text-decoration:none;
	}
	
.mailLink, .mailLink:link, .mailLink:visited{
	text-decoration:none;
	}
	
.mailLink:hover span{
	text-decoration:none;
	color:#ffd97e;
	}

.whiteText, .blueText{
	line-height:14px !important;
	}
		
.whiteText{
	font-size:14px;
	color:#fff;
	}
	
.blueText, .blueText:link, .blueText:visited{
	font-size:12px;
	color:#86ceff;
	text-transform:uppercase;
	text-decoration:none;
	}
	
.blueText:hover{
	text-decoration:underline;
	color:#ffd97e;
	}
	
.btnSubmit{
	margin-top:5px;
	}
	
.tdLabel{
	text-align:right !important;
	padding:12px 05px 0;
	}
	
/* Logout */

.headerStrip{
	background:#004c7f;
	border-bottom:1px solid #013151;
	height:6px;
	}

.logout{
	width:334px;
	margin:0 auto;
	padding-top:90px;
	}
	
.ramcoLogoWhite{
	width:190px;
	height:73px;
	margin:0 auto;
	background:url(../images/ramco_logo_white.png);
	}

.logoutBox{
	background:url(../images/logout_msg_bg.png) no-repeat left top;
	width:334px;
	height:226px;
	margin-top:15px;
	}
	
.logoutMsgBox{
	padding:51px 0 30px 30px;
	}
	
.logoutMsgIcon{
	width:39px;
	height:58px;
	background:url(../images/lock.png) no-repeat;
	float:left;
	padding-right:14px;
	}
	
.logoutMsgText{
	float:left;
	text-align:left;
	border-left:1px solid #b9b9b9;
	padding-left:14px;
	height:50px;
	color:#403333;
	font-size:19px;
	line-height:25px;
	}

.logoutRedText{
	color:#bb1e1e;
	font-weight:bold;
	font-size:24px;	
	}
	
.logoutBackBtn{
	padding-top:15px;
	text-align:center;
	}