﻿/*------------Global CTRLs------------*/
a
{
	text-decoration:none;
	}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
}

input[type="submit"]
{
	border:0;
	height:23px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	color:#ffffff;
	
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	
	text-align:center;
	background-color:#1ABCB9;
	}
input[type="text"]
{
	border:0;
	height:16px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:Normal;
	
	border:solid 1px #000000;
	background-color:#e4feaf
	}
input[type="password"]
{
	border:0;
	height:16px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:Normal;
	
	border:solid 1px #000000;
	background-color:#e4feaf
	}
textarea
{
	border:0;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:Normal;
	
	border:solid 1px #000000;
	background-color:#e4feaf
	}
input[type="radio"]
{
	border:0;
	
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#4d0000;
	
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;	
	}
select
{
	border:0;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:Normal;
	
	border:solid 1px #000000;
	background-color:#e4feaf;
	height:20px;
	}

/*------------||------------*/

/*---------Login.ascx---------*/
.divLogin
{
	background-color:#1ABCB9;
	position:relative;
	border:solid 1px #000000;
	min-width:560px;
	}

.loginHeader
{
	border-bottom:solid 1px #000000;
	text-align:center;
	}
	
.loginBody
{
	border-bottom:solid 1px #000000;
	background-color:#262626;
	height:150px;
	}
.loginInnerBody
{
	background-color:#d9d9d9;
	width:70%;
	height:50%;
	
	position:relative;
	top:23%;
	}
.loginInnerBody table
{
	width:100%;
	position:relative;
	top:10%;
	}
	
.imgStyle
{
	border:0;
	}
#imgAirplanLogo
{
	position:absolute;
	left:10px;
	top:175px;
	height:50px;
	width:50px;
	}
#imgAppLogo
{
	position:relative;
	left:-45px;
	height:25px;
	top:2px;
	}
/*---------End Login.ascx---------*/

/*---------Master Page---------*/
.divLogout
{
	display:inline;
	right:4px;
	top:4px;
	position:absolute;
	}

.header
{
	left:0px;
	top:0px;
	height:37px;
	width:100%;
	border-top:solid 1px #000000;
	border-bottom:solid 2px #000000;
	background-color:#1ABCB9;
	z-index:1;
	position:absolute;
	}

.footer
{
	left:0px;
	bottom:0px;
	height:30px;
	width:100%;
	border-top:solid 2px #000000;
	border-bottom:solid 1px #000000;
	background-color:#1ABCB9;
	position:fixed;
	z-index:2;
	}
.footerCopyRights
{
	padding-left:8px;
	text-align:left;
	}
.footerLoginInfo
{
	right:6px;
	top:0px;
	text-align:left;
	margin-top:6px;
	margin-right:6px;
	position:absolute;
	}
.footerLoginInfoPrt1
{
	display:inline;
	text-align:left;
	position:relative;
	}
.fontStyleFooter
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	}

.fontTitle
{
	font-family:Tahoma;
	font-size:20px;
	color:#ffffff;
	}
.lblStyle
{
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}
.fontStyle
{
	text-align:center;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}
.lblValStyle
{
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	}

.txtTitle
{
	position:absolute;
	padding-right:5px;
	top:5px;
	}
.divContent
{
    margin:45px 0px 0 0;
	}


/*---------End Of Master Page---------*/

/*---------Menu---------*/
#tbl_Menu
{
    margin:2% 0 10px 0;padding:0;text-align:center;width:50%;
    }
#tbl_Menu img
{
    width:150px;
    height:150px;
    }
/*---------End Of Menu---------*/
/*---------Constants--------*/
.top14
{
    top:14px;
    position:relative;
    }
.top8
{
    top:8px;
    position:relative;
    }
.top4
{
    top:4px;
    position:relative;
    }
.mt6
{
	margin-top:6px;	
	}
.mr6
{
	margin-right:6px;
	}
.mb10
{
	margin-bottom:10px;
	}
.height20
{
	height:20px;
	}
.White
{
	color:#FFFFFF;
	}
.Black
{
	color:#000000;
	}
.Maroon
{
	color:#4d0000;
	}
.Yellow
{
	color:#ffff00;
	}
.Center
{
	text-align:center;
	}

.RoundedCornors
{
	-moz-border-radius: 5px;
	border-radius: 5px;
    direction: ltr;
}
/*---------Content Pages--------*/

.lblResult
{
    border:solid 1px #0B4127;text-align:center;padding:5px;color:Red;font-weight:bold;
    }
