﻿.AdminPage
{
}

	.AdminPage .Background
	{
		position:absolute; 
		left:0px; 
		bottom:0px;
		top:-47px; 
		margin-top:45px;
		right:0px; 
		z-index:9; 
		background-color:White; 
		border:solid 1px #c6c6c6;	
		filter: alpha(opacity=70);
		opacity: 0.7;		
	}

.AdminPage .AdminContainer
{
	width: 990px;
	height: 750px; overflow:auto;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #fdf9e8; /*background-color:#f4f0c4;*/ /*background-color:#fdf9e8;*/
	border: solid 1px #c6c6c6;	
}

.AdminPage .AdminContainer .TopNavigatie
{
	height: 80px;
	border-bottom: solid 1px #c6c6c6; /*background-color:#eff3fb; */
	background-color: #ddeffa;
}

	.AdminPage .AdminContainer .TopNavigatie .Buttons
	{
		display: block;
		width: 400px;
		margin: 0 auto;
		margin-top: 0px;
	}

		.AdminPage .AdminContainer .TopNavigatie .Buttons td
		{
			display: block;
			
			/*text-align: center;*/
		}

		.AdminPage .AdminContainer .TopNavigatie .Buttons .MenuItemSelected
		{
			display:block;
			text-decoration: none;
			border: solid 1px #c6c6c6;
			color: White;
			background-color: Green;
			font-weight: bolder;
		}

		.AdminPage .AdminContainer .TopNavigatie .Buttons .MenuItemUnSelected
		{
			display: block;
			text-decoration: none;
			border: solid 1px #c6c6c6;
			color: #666666;			
			font-weight: bolder;
		}
		
		.AdminPage .AdminContainer .TopNavigatie .Buttons #mainMenu-menuItem000
		{
			width: 140px;
			text-align:center;
		}
		
		.AdminPage .AdminContainer .TopNavigatie .Buttons #mainMenu-menuItem001
		{
			width: 100px;
			text-align:center;
		}
		
		.AdminPage .AdminContainer .TopNavigatie .Buttons #mainMenu-menuItem002
		{
			width: 160px;
			text-align:center;
		}		
		
		.AdminPage .AdminContainer .TopNavigatie .Buttons #mainMenu-menuItem003
		{
			width: 160px;
			text-align:center;
		}		

.AdminPage .ContentContainer
{
	background: url( "Images/bgTrans300Grey.png" ) repeat-y right;
	height: 669px;
}

.AdminPage .AdminProgressDiv
{
	position: absolute;
	filter: alpha(opacity=40);
	opacity: 0.7; /*width:100%; 			height:100%; */
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #6d94bd;
	z-index: 10;
}

.AdminPage .LoaderDiv
{
	position: absolute;
	margin-left: 325px;
	margin-top: 35px;
	font-weight: bolder;
}

.PriceField
{
	text-align:right;
	padding-right:5px;
	font-style:italic;
}
/*--------------------------------------------------------------
Airport Taxes Page
--------------------------------------------------------------*/

.AirportTax
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;	
}

	.AirportTax .CreateEditTaxWindow
	{
		position:absolute; 
		left:0px; 
		bottom:0px;
		top:-2px; 
		right:0px; 
		z-index:10; 
	}
	
.AirportTax .MenuTitle
{
		position: absolute;
		display: block;			
		left:30px;
		top:50px;
}	

	.AirportTax .OverviewPanel
	{
		position: relative;
		display: block;
		width: 540px;
		height: 300px;
		border: dotted 1px #c6c6c6;
		background-color:#fdfcf5;
		margin:0 auto;		
		margin-top:30px;
	}

		.AirportTax .OverviewPanel .GridTaxContainer
		{
			position: relative;
			display: block;
			overflow-y:auto;
			width: 509px;
			height:275px;
			margin:0 auto;	
			margin-top:14px;		
		}		

	.AirportTax .SearchPanel
	{
		position: relative;
		display: block;
		width: 300px;
		border: dotted 1px #c6c6c6;
		border-top: none;	
		margin:0 auto;
		padding-bottom:5px;		
		background-color:#fdfcf5;
	}

		.AirportTax .SearchPanel .Button
		{
			position: relative;
			display: block;			
			width:60px;		
			margin:0 auto;
		}	

		.AirportTax .SearchPanel table
		{
			position: relative;
			display: block;			
			margin:0 auto;
			margin-top:10px;
		}	

		
	.CreateEditTaxWindow .Table
	{
		position:relative;
		border-right: #717469 1px solid;
		border-top: #717469 1px solid;
		margin: 0px auto 15px;
		border-left: #717469 1px solid;
		width: 300px;
		border-bottom: #717469 1px solid;
	}

		.CreateEditTaxWindow .Table .TableBody
		{
			padding-top: 30px;
			background-color: #f5f3d8;
		}

		.CreateEditTaxWindow .Table .TableHeader
		{
			font-weight:900;
			font-size: 13px;
			background-image: url(Images/bt_toolbar.gif);
			color: white;
			border-bottom: white 1px solid;
			height:22px;
			background-color: #c6c6c6;
			text-align: center;
		}

		.CreateEditTaxWindow .Table TD
		{
			padding-right: 5px;
			padding-left: 5px;
			padding-bottom: 0px;
			padding-top: 0px;
		}

		.CreateEditTaxWindow .Table .TdLabel
		{
			font-weight: bold;
			font-size: 10px;
			color: #717469;
			height: 18px;
			text-align:right;
		}

		.CreateEditTaxWindow .Table .TdValue
		{
			height: 18px;
		}		

/*--------------------------------------------------------------
END Airport Taxes Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
FlightPrices Pagina
--------------------------------------------------------------*/

.FlightPrices
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.FlightPrices .ErrorMessageSearch
{
	position: absolute;
	width: 360px;
	left: 318px;
	bottom: 200px;
	color: Red;
	text-align: center;
	z-index: 2;
}

.FlightPrices .MenuTitle
{
		position: absolute;
		display: block;			
		left:18px;
		top:50px;
}	

.FlightPrices .LinkDeleteButton
{
	display: block;
	width: 132px;
	margin: 0 auto;
}

.FlightPrices .LinkSavePrice
{
	display: block;
	width: 110px;
	height: 21px;
	background-color: Red;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 4px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bolder;
	color: Black;
	background: url( "Images/buttonDefaultPrijs.jpg" ) top left;
}

.FlightPrices .LinkSavePrice:hover
{
	filter: alpha(opacity=70);
}

.FlightPrices .LinkShowPrices
{
	display: block;
	width: 140px;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 0px;
}

.FlightPrices .ResultFlightPricesContainer
{
	position: relative;
	display: block;
	width: 536px;
	height: 260px;
	margin: 0 auto;
	background: url( "Images/DefaultPrijsBackground.gif" ) top left;
	background-repeat: no-repeat;
}

.FlightPrices .ResultFlightPricesContainer .ResultFlightPrices
{
	position: relative;
	display: block;
	width: 516px;
	height: 230px;
	margin: 0 auto;
	overflow: auto;
	margin-top: 10px;
	/*top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;*/
}

.FlightPrices .SearchPanel
{
	position: relative;
	display: block;
	width: 536px;
	height: 340px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px;
	background: url( "Images/DefaultPrijsBackground.gif" ) top left;
}

.FlightPrices .SearchPanel .InputPeriodBookingCode
{
	display: block;
	position: relative;
	height: 155px;
}

.FlightPrices .SearchPanel .InputPeriodBookingCode table
{
	float: left;
}

.FlightPrices .TdCenter
{
	font-weight: bolder;
	text-align: center;
}

.FlightPrices .TdLabel
{
	font-weight: bolder;
	text-align: right;
}

.FlightPrices .TableWeekDays
{
	margin: 0 auto;
	margin-top: 5px;
	background: white;
	border: solid 1px #c6c6c6;
}

.FlightPrices .TableWeekDays td
{
	width: 25px;
	text-align: center;
}

.FlightPrices .ConfirmPopup
{
	display: block;
	position: absolute;
	padding-top: 2px;
	bottom: 50px;
	left: 95px;
	width: 350px;
	height: 250px;
	background-color: #a4bbc7;
}

.FlightPrices .ConfirmPopup .Message
{
	position: relative;
	background-color: white;
	padding: 4px;
	overflow: auto;
	height: 215px;
	width: 96%;
	margin: 0 auto;
}

.FlightPrices .ConfirmPopup .Buttons
{
	position: relative;
	display: block;
	padding-top: 1px;
	width: 80%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
EINDE FlightPrices Pagina
--------------------------------------------------------------*/


/*--------------------------------------------------------------
FlightImport Pagina
--------------------------------------------------------------*/
.FlightImport .Body .GridOverzichtVluchten
{
	margin-top: 5px;
}

.FlightImport .Body .ZoekBalk
{
	border: solid 1px #c6c6c6;
	width: 50%;
	margin-left: 235px;
	padding: 3px;
	padding-bottom: 3px;
	background-color: #eff3fb;
	float: left;
}

.FlightImport .Body .Koppelen
{
	border: solid 1px #c6c6c6;
	border-right: none;
	width: 150px;
	float: right;
	text-align: center;
	padding: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	background-color: #eff3fb;
}

.FlightImport .Top
{
	height: 100px;
	width: 100%;
	padding-top: 10px;
	border-bottom: solid 1px #c6c6c6;
}

.FlightImport .DivFlightImporteren
{
	width: 250px;
	padding: 5px;
	margin: 0 auto;
	border: solid 1px #c6c6c6;
	background-color: #eff3fb;
}

.FlightImport .GeimporteerdeVluchtGegevens
{
	width: 850px;
	background-color: White;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-right: 15px;
	float: Right;
}

.FlightImport .GeimporteerdeVluchtGegevens Input
{
	width: 60px;
	text-align: center;
}

.FlightImport .GridDiv
{
	background-color: Red;
	margin-top: 60px;
}

.FlightImport .ItemStyleImport
{
	text-align: center;
}

.ReportContainer
{
	position:absolute;
	display:none;
	width:850px;	
	top:150px;
	left:330px;
	border:solid 1px #c6c6c6;
	clear:both;
}

	.ReportContainer .Header
	{
		position:relative;
		display:block;
		width:100%;
		height:25px;		
		line-height:25px;
		font:25px;
		font-weight:bolder;
		color:White;
		padding-left:5px;		
		background-color:#002469;
		border-bottom:solid 1px #c6c6c6;
		clear:both;
	}	
	
	.ReportContainer .Body
	{
		position:relative;
		display:block;	
		width:100%;
		y-overflow:auto;
		background-color:White;
	}			

		.ReportContainer .Body .Message
		{
			position:relative;
			display:block;	
			margin:8px;	
			y-overflow:auto;
			background-color:White;
		}	
/*--------------------------------------------------------------
EINDE FlightImport Pagina
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Invoice Management Page
--------------------------------------------------------------*/

.SeatStatistics
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;	
}
				
	.SeatStatistics .MenuTitle
	{
			position: absolute;
			display: block;			
			left:30px;
			top:50px;
	}	

	.SeatStatistics .OverviewPanel
	{
		position: relative;
		display: block;
		width: 500px;
		height: 200px;
		border:solid 1px #c6c6c6;
		background-color:#fdfcf5;
		overflow-y:auto;
		margin:0 auto;		
		margin-top:30px;	
		padding-top:20px;	
	}

		.SeatStatistics .OverviewPanel td
		{
			border:solid 1px #c6c6c6;	
		}
	
	.SeatStatistics .SearchPanel
	{
		position: relative;
		display: block;
		width: 398px;
		border: dotted 1px #c6c6c6;
		border-top: none;	
		margin:0 auto;
		padding-bottom:5px;		
		background-color:#fdfcf5;
	}
	
		.SeatStatistics .SearchPanel .Button
		{
			position: relative;
			display: block;			
			width:60px;		
			margin:0 auto;
			margin-top:12px;
			margin-bottom:2px;
		}	

		.SeatStatistics .SearchPanel table
		{
			position: relative;
			display: block;			
			margin:0 auto;
			margin-top:10px;
		}	
		
	.SeatStatistics .TableWeekDays
	{
		margin: 0 auto;
		margin-top: 5px;
		background: white;
		border: solid 1px #c6c6c6;
	}

	.SeatStatistics .TableWeekDays td
	{
		width: 25px;
		text-align: center;
	}
		
/*--------------------------------------------------------------
END Seats Statistics Pagina
--------------------------------------------------------------*/		

/*--------------------------------------------------------------
VluchtMutations Pagina
--------------------------------------------------------------*/
.VluchtMutations
{
}

.VluchtMutations .TableWeekDays
{
	margin: 0 auto;
	margin-top: 3px;
	background: white;
	border: solid 1px #c6c6c6;
}

.VluchtMutations .TableWeekDays td
{
	width: 25px;
	text-align: center;
}

.VluchtMutations .LeftPanel
{
	float: left;
	width: 42%;
	height: 100%;
}

.VluchtMutations .LeftPanel .MutationSchemaChangePanel,
.VluchtMutations .LeftPanel .CustomPriceChangePanel
{
	border: dotted 1px #000000;
	border-top: none;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #eff3fb;
	padding-top: 5px;
	padding-bottom: 5px;
}

.VluchtMutations .LeftPanel .MutationSchemaChangePanel input
{
	height: 11px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
}

.VluchtMutations .LeftPanel .MutationPanel
{
	height: 120px;
	border: dotted 1px #000000;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #eff3fb;
}

.VluchtMutations .LeftPanel .MutationPanelLabel
{
	display: block;
	margin-top: 100px;
	width: 100px;
	margin: 0 auto;
}

.VluchtMutations .LeftPanel .SelectFlightInfo
{
	display: block;
	border-top: dotted 1px #000000;
	margin-top: 5px;
	padding: 4px;
	padding-left: 17px;
}

.VluchtMutations .LeftPanel .SelectPanel
{
	margin-top: 40px;
	margin-bottom: 0px;
	border: dotted 1px #000000;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bolder;
	background-color: #eff3fb;
	padding-top: 10px;
}

.VluchtMutations .LeftPanel .SelectPeriod
{
	display: block;
	margin-bottom: 5px;
}

.VluchtMutations .RightPanel
{
	float: Left;
	width: 54%;
	height: 100%;
}

.VluchtMutations .RightPanel .FlightOverview
{
	margin-left: 2px;
	margin-top: 40px;
	width: 536px;
	height: 552px;
	background: url( "Images/MutationFlightOverviewBackground3.gif" );
	background-repeat: no-repeat;
}

.VluchtMutations .RightPanel .FlightOverview .CheckAllFlights
{
	width: 100%;
}

.VluchtMutations .RightPanel .FlightOverview .CheckAllFlights label
{
	float: left;
	margin-top: 1px;
}

.VluchtMutations .RightPanel .FlightOverview .CheckAllFlights input
{
	float: left;
}

.VluchtMutations .RightPanel .FlightOverview .GridContainer
{
	width: 517px;
	height: 505px;
	overflow: auto;
}

VluchtMutations .RightPanel .FlightOverview .GridContainer .MutationImages
{
	padding-top:2px;
}

.AdminPage .MutationNewFlight
{
	position:absolute; 
	left:0px; 
	bottom:0px;
	top:-2px; 
	right:0px; 
	z-index:10; 
	/*filter: alpha(opacity=70);
	opacity: 0.7;	*/
}

.AdminPage .MutationEditCustomPrice
{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	z-index:10;
	/*filter: alpha(opacity=70);
	opacity: 0.7;	*/
}

	.AdminPage .MutationEditCustomPrice .EditCustomPriceContainer
	{
		background-color:#f5f3d8;
		border:solid 1px #c6c6c6;
		width:440px;
		margin:0 auto;
		margin-top:5px;
	}
	
		.AdminPage .MutationEditCustomPrice .EditCustomPriceContainer .PriceContainer
		{
			width:430px; 
			margin:0 auto; 
			margin-top:3px; 
			min-height:70px;
		}	
		
		.AdminPage .MutationEditCustomPrice .EditCustomPriceContainer .PriceType
		{
			width:70px; 
			float:left;
			margin-top:10px;
			font-weight:bold;
		}	
				
		.AdminPage .MutationEditCustomPrice .EditCustomPriceContainer .Header
		{
			position:relative; 
			width:100%; 
			background-color:black; 
			color:White; 
			font-size:16px;
			font-weight:bolder;
			border-bottom:solid 1px #c6c6c6;
			height:23px;
		}	

	.AdminPage .MutationEditCustomPrice .EditCustomPriceContainer .SchemaRow
	{
		background-color:#fff7d3;		
	}	

		.AdminPage .MutationEditCustomPrice .EditCustomPriceContainer .SchemaRow td
		{
			border:solid 1px #ece9d8; 
			border-bottom:solid 1px #aca899; 
			border-right:solid 1px #aca899;
		}			

	.AdminPage .MutationNewFlight .Table
	{
		position:relative;
		border-right: #717469 1px solid;
		border-top: #717469 1px solid;
		margin: 0px auto 15px;
		border-left: #717469 1px solid;
		width: 300px;
		border-bottom: #717469 1px solid;
	}

		.AdminPage .MutationNewFlight .Table .TableBody
		{
			padding-top: 30px;
			background-color: #f5f3d8;
		}

		.AdminPage .MutationNewFlight .Table .TableHeader
		{
			font-weight:900;
			font-size: 13px;
			background-image: url(Images/bt_toolbar.gif);
			color: white;
			border-bottom: white 1px solid;
			height:22px;
			background-color: #c6c6c6;
			text-align: center;
		}

		.AdminPage .MutationNewFlight .Table TD
		{
			padding-right: 5px;
			padding-left: 5px;
			padding-bottom: 0px;
			padding-top: 0px;
		}

		.AdminPage .MutationNewFlight .Table .TdLabel
		{
			font-weight: bold;
			font-size: 10px;
			color: #717469;
			height: 18px;
			text-align:right;
		}

		.AdminPage .MutationNewFlight .Table .TdValue
		{
			height: 18px;
		}

/*--------------------------------------------------------------
EINDE VluchtMutations Pagina
--------------------------------------------------------------*/

/*--------------------------------------------------------------
VluchtMutationsHistory Pagina
--------------------------------------------------------------*/

.VluchtMutationsHistory
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.VluchtMutationsHistory .Top
{
	position: relative;
	display: block;
	width: 100%;
	height: 20%;
}

.VluchtMutationsHistory .Top .FilterInfo
{
	position: relative;
	display: block;
	width: 500px;
	border: dotted 2px #002469;
	border-top: none;
	margin: 0 auto;
	text-align: center;
}

.VluchtMutationsHistory .MainContent
{
	position: relative;
	display: block;
	width: 100%;
	height: 80%;
	margin-top: 15px;
}



/*--------------------------------------------------------------
EINDE VluchtMutationsHistory Pagina
--------------------------------------------------------------*/

/*--------------------------------------------------------------
FlightPriceHistory Pagina
--------------------------------------------------------------*/

.VluchtPriceOverview
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.VluchtPriceOverview .Top
{
	position: relative;
	display: block;
	width: 100%;
	height: 20%;
}

.VluchtPriceOverview .Top .FilterInfo
{
	position: relative;
	display: block;
	width: 500px;
	border: dotted 2px #002469;
	border-top: none;
	margin: 0 auto;
	text-align: center;
}

.VluchtPriceOverview .MainContent
{
	position: relative;
	display: block;
	width: 100%;
	height: 80%;
	margin-top: 15px;
}

	.VluchtPriceOverview .MainContent .GridOverviewFlightsImage
	{
		padding: 0px;
		background-color:Transparent;
	}

/*--------------------------------------------------------------
EINDE FlightPriceHistory Pagina
--------------------------------------------------------------*/


/*--------------------------------------------------------------
VluchtControle Pagina
--------------------------------------------------------------*/

.FlightImportControle
{
}

.FlightImportControle .VluchtControleUpload
{
	width: 250px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 30px;
	border: solid 1px #c6c6c6;
	background-color: #eff3fb;
}

/*--------------------------------------------------------------
EINDE VluchtControle Pagina
--------------------------------------------------------------*/


/*--------------------------------------------------------------
FlightTexts Pagina
--------------------------------------------------------------*/
.FlightTexts
{
}

.FlightTexts .GridCapsel
{
	margin: 0 auto;
	margin-top: 90px;
}

.FlightTexts .InsertCentreer
{
	margin: 0 auto;
	width: 880px;
	margin-top: 30px;
}

.FlightTexts .InsertTable
{
	background-color: #eff3fb;
}

.FlightTexts .Scroll
{
	height: 15px;
	overflow: auto;
	background-color: Red;
}
/*--------------------------------------------------------------
EINDE FlightTexts Pagina
--------------------------------------------------------------*/


/*--------------------------------------------------------------
TimeTable Pagina
--------------------------------------------------------------*/

.FlightTimeTable
{
}

.FlightTimeTable .GridCapsel
{
	margin: 0 auto;
	margin-top: 90px;
}

.FlightTimeTable .InsertCentreer
{
	margin: 0 auto;
	width: 905px;
	margin-top: 30px;
}

.FlightTimeTable .InsertTable
{
	background-color: #eff3fb;
}

.FlightTimeTable .Scroll
{
	height: 15px;
	overflow: auto;
	background-color: Red;
}

/*--------------------------------------------------------------
EINDE TimeTable Pagina
--------------------------------------------------------------*/