﻿/* kwikfly_pos.cs */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	background-color: #fff;
	text-align: center; 
}

form {
	display:block;
	margin: 0px;
	padding: 0px; 
	height:100%;
	min-height: 100%;
}
form:after { 
	/** .NET FORM FIX  **/
	display: block; 
	height: 100%; 
	clear: both; 
}


p {
	padding: 7px 0 7px 0;
}

.clear { clear: both; }

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#D7E6FE;
	border-width:1px;
	border-style:solid;
	border-color:#10147e;
	padding:3px;
}
/*
#mainContainerMain, #mainContainer {
	width: 980px; 
	margin: 0 auto; 
	min-height: 100%;
	text-align: left; 
}
#mainContainerMain{
	background: #d7e6fe; 
}
#mainContainer {
	background-image:url('../imgs/bg_content.gif');
}
* html #mainContainerMain, * html #mainContainer {
	height: 100%;  
}
*/

.mainContainerMain, .mainContainer {
	width: 880px; 
	margin: 0 auto; 
	min-height: 100%;
	text-align: left; 
}
.mainContainerMain{
	background: #d7e6fe; 
}
.mainContainer {
	background-image:url('../imgs/bg_content.gif');
}
* html .mainContainerMain, * html .mainContainer {
	height: 100%;  
}

/**************************
HEADER
**************************/
#header h1 a, #header h2 {
	color: #ffffff;
}
#header h1 a {
	display:block;
	height: 83px;
	width:223px;
	background-image: url('../imgs/logo.gif');
	background-repeat: no-repeat;
}
#header h2 {

}

#header {
	background: white;
	width: 717px;
	height: 83px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 179px;  
}
* html .outer {
	padding-right: 163px; 
}

.inner {
	width: 701px; 
	padding-bottom: 90px; /** **/
}
* html .inner {
	width: 100%;
}
.innerMain {
	width: 701px; 
	padding-bottom: 123px; /** **/
}

* html .innerMain {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 717px; /** **/

	margin-left: -179px; 
}
* html .float-wrap {
}
#content {
	float: right;
	width: 553px; /** **/
}
* html #content {
	position: relative;  /*** IE needs this  ***/
}
.contentWrap {
	/*padding: 5px;*/
	background-image: url('../imgs/bg_sub.gif')!important;
	background-repeat: repeat-y!important;
}
.contentWrapMain{
	/*padding: 5px;*/
}
.contentWrap ol, .contentWrap ul, .contentWrapMain ol, .contentWrapMain ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}

.contentPadding {
	padding: 10px;
}
.contentPaddingSmall {
	padding: 5px;
	background-color: #d7e6fe;
}

.contentPaddingSmall a 
{
	color: #10147E;
	font-size: 1em;
	font-weight: bold;
}
.contentPaddingSmall a:hover 
{
	text-decoration: none;
	color: #FF0000;
}

#content h2, #contentMain h2{
	background-color: white;
	background-image: url('../imgs/bg_topmodule_wide.gif');
	background-repeat:no-repeat;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #10147E;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 0px 10px;
	height: 18px;
}

#mainFlightSearchBox{
	background-color: #90bbfd; 
	height: 263px; 
	width: 100%;
	/*padding: 10px;*/
}

.contentMargins 
{
	 padding: 4px 4px 10px 10px; 
	 width: 537px;
}
.resultsBox 
{
	width: 529px; 
	color: #10147E!important;
}

.resultsBoxTable 
{
	padding: 0;
	border: 0;
	width: 529px;
}

.resultsBoxTable td,
.resultsBoxTable th 
.tableFooter td
{
	padding-right: 5px!important;
	padding-left: 5px!important;
}

.resultsBoxTable th 
{
	padding-bottom: 3px!important;
	font-weight: bold;
	border-bottom: solid 2px #10147e!important;
}

td.tableFooter 
{
	padding-top: 3px!important;
	font-weight: bold;
	border-top: solid 2px #10147e!important;
}
.resultsBox h2
{
	font-size: 1.2em!important;
	font-weight: bold;
	font-style:normal!important;
	background-color: #c8ddfe!important;
	background-image: none!important;
	margin: 0px -8px 0px -3px!important;
	padding: 3px 3px 3px 3px!important;
}

.resultsBox h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.resultsBoxFooter 
{
	height: 35px; 
	width: 528px;
	background-color:#10147e; 
	vertical-align:middle; 
	color: white; 
	padding: 13px 5px 0px 5px!important; 	
	margin: 0px 3px 0px -3px!important;
}
/**************************
LEFT COLUMN
**************************/
#left {
	background: white;
	float: left;
	width: 164px; /** **/
}
* html #left {
	position: relative;  /*** IE needs this  ***/
}
#left ul {
	list-style: none;
	padding-bottom: 4px;
}
#left li {
	padding-bottom: 2px;
}

#leftLanguage {
	height: 25px;
	width: 100%;
}
#leftLanguage ul {
	list-style: none;
}
#leftLanguage li {
	color: gray;
	width: 22px;
	display: block;
}
#leftMenu {
	background-image: url('../imgs/bg_menu.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 260px;
	min-height: 260px;
}

#leftMenuLinks {
	float: left; 
	width: 90px;
}

#leftMenuLinks ul {
	list-style: none;
	margin: 10px 0px 10px 10px;
}

#leftMenuLinks li {
	color: #90BBFD;
	margin-bottom: 15px;
	font-size: 1.1em;
}

#leftMenuLinks li a {
	color: #FFFFFF;
}

#leftMenuLinks li a:hover {
	color: #F00;
}

#leftMenuImgs {
	float: right; 
	width: 59px;
}

#leftMenuImgs img {
	border: 0px;
	margin: 0px;
	padding:0px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
	background-image:url('../imgs/bg_rightHome_small.gif');
	float: right; 
	width: 163px; /** **/
	min-height: 300px;
	margin-top: -83px;
}
* html #right {
	position: relative;  /*** IE needs this  ***/
	margin-right: -163px; /*** IE gets this margin. ***/
	margin-top: -90px;
}
#right ul {
	list-style: none;
	padding-bottom: 4px;
}
#right li {
	padding-bottom: 2px;
}

#mainFooterExtra {

	width: 880px; /** **/
	height: 33px;
	margin: 0 auto;
	text-align: center;
	background-image:url('../imgs/bg_bottom.gif');
}
/**************************
FOOTER
**************************/
#footer {
	width: 880px; /** **/
	height: 90px; /** **/
	margin: 0 auto;
	margin-top: -90px; 
	text-align: center;
	background-color: white; /*yellow;*/
}

#footerMain {
	width: 880px; /** **/
	height: 123px; /** **/
	margin: 0 auto;
	margin-top: -123px; 
	text-align: center;
	background-color: white; /*yellow;*/
}

#footerMainBottom {
	width: 880px; 
	background-color: white;
}