/******************************

Default elements h1, h2, p, etc.

******************************/
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #d9d9d9 url(../images/back/headBg3.gif) repeat-x;
	font-family: arial, verdana;
	font-size: 11px;
	margin: 0;
	padding: 0 0 10px 0;
}
h1 {
	color: #000;
	font-family: arial, verdana;
	font-size: 1.5em;
	margin: 0 0 10px
	padding: 0 0 0 0;
}
h2 {
	color: #000;
	font-family: arial, verdana;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}
h3 {
	color: #000;
	font-family: arial, verdana;
	font-size: 1.15em;
	font-weight: normal;
	margin: 0 0 9px 0;
	padding: 0;
}
h4 {
	color: #000;
	font-family: arial, verdana;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}
p {
	color: #000;
	font-family: arial, verdana;
	margin: 0;
	padding: 0 0 10px 0;
}
.Preamble {
	color: #000;
	font-family: arial, verdana;
	font-size: 1.15em;
	font-weight: normal;
	margin: 0 0 11px 0;
	padding: 0;
}
.MainBody {
	color: #000;
	font-family: arial, verdana;
}
a {
	color: #707070;
	font-family: arial, verdana;
}
a:hover {
	color: #000;
}
img {
	border: none;
}
form {
	margin: 0;
    padding: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
}
input {
	font-family: arial, verdana;
	font-size: 12px;
}
textarea {
	overflow: auto;
}
select {
	font-family: arial, vedana;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/******************************

Layout

******************************/
#root {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#head {
	background: transparent;
	clear: both;
	height: 100px;
}
#mainContent {
	padding-top: 7px;
}
/******************************

Components, classes, misc.

******************************/


/*Round corners*/
.RoundCorners {
	background: url(../images/back/roundCornersBg2.gif) 0 0 no-repeat;
	margin-bottom: 5px;
	padding: 9px 9px 5px 9px;
	position: relative;
	overflow: hidden;
}
.RoundCorners .Header {
	margin: -4px 0 0 0;
}
.RoundCorners.Top {
	margin: -7px -8px 4px -6px;
}
.RoundCorners.Paragraph {
	margin-bottom: 6px;
}
.RoundCorners .tr {
	background: url(../images/back/roundCornersBg2.gif) 100% 0 no-repeat;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 8px;
}
.RoundCorners .bl {
	background: url(../images/back/roundCornersBg2.gif) 0 100% no-repeat;
	bottom: 0px;
	font-size: 0px;
	height: 10px;
	left: 0px;
	position: absolute;
	width: 100%;
}
.RoundCorners .br {
	background: url(../images/back/roundCornersBg2.gif) 100% 100% no-repeat;
	bottom: 0px;
	font-size: 0px;
	height: 10px;
	right: 0px;
	position: absolute;
	width: 10px;
}

/*Rounded corners*/
/*.RoundedCorners {
	display: inline;
	float: left;
	height: 100%;
	margin-bottom: 3px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.RoundedCorners .TL {
	background: url(../images/back/roundedCornersBg.gif) 0 0 no-repeat; 
	height: 9px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.RoundedCorners .TR {
	background: url(../images/back/roundedCornersBg.gif) 100% 0 no-repeat;
	height: 9px;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}
.RoundedCorners .ML {
	background: url(../images/back/roundedCornersMiddleBg.gif) 0 0 repeat-y;
	height: 100%;
	left: 0;
	position: absolute;
	top: 9px;
	width: 100%;
}
.RoundedCorners .MR {
	background: url(../images/back/roundedCornersMiddleBg.gif) 100% 0 repeat-y;
	height: 100%;
	position: absolute;
	right: 0;
	top: 9px;
	width: 10px;
}
.RoundedCorners .BL {
	background: url(../images/back/roundedCornersBg.gif) 0 100% no-repeat;
	bottom: 0;
	height: 9px;
	left: 0;
	position: absolute;
	width: 100%;
	
}
.RoundedCorners .BR {
	background: url(../images/back/roundedCornersBg.gif) 100% 100% no-repeat;
	bottom: 0;
	height: 9px;
	position: absolute;
	right: 0;
	width: 10px;
}
.RoundedCorners .Header {
	margin: -5px 0 0 0;
}
.RoundedCorners .Wrap {
	margin-top: -1px;
	padding-top: 1px;
	position: relative;
}
.RoundedCorners .Root {
	margin: 9px 9px 9px 9px;
	position: relative;
	z-index: 1;
}
*/
/*Rounded corners nested*/
/*.RoundedCornersNested {
	display: inline;
	float: left;
	height: 100%;
	margin: 0 0 3px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.RoundedCornersNested .TopLeft {
	background: url(../images/back/roundedCornersBg.gif) 0 0 no-repeat;
}
.RoundedCornersNested .TopRight {
	display: inline-block;
	background: url(../images/back/roundedCornersBg.gif) 100% 0 no-repeat;
	margin: 0 0 0 9px;
}
.RoundedCornersNested .BottomLeft {
	display: inline-block;
	background: url(../images/back/roundedCornersBg.gif) 0 100% no-repeat;
	margin: 9px 0 0 -9px;
	position: relative;
	z-index: 2;
}
.RoundedCornersNested .BottomRight {
	display: inline-block;
	background: url(../images/back/roundedCornersBg.gif) 100% 100% no-repeat;
	margin: 0 0 0 9px;
}
.RoundedCornersNested .MiddleLeft {
	display: inline-block;
	background: url(../images/back/roundedCornersMiddleBg.gif) 0 0 repeat-y;
	margin: 0 0 9px -9px;
	position: relative;
	z-index: 2;
}
.RoundedCornersNested .MiddleRight {
	display: inline-block;
	background: url(../images/back/roundedCornersMiddleBg.gif) 100% 0 repeat-y;
	margin: 0 0 0 9px;
	padding: 0 9px 0 0;
}*/
.CleanPage .RoundedCornersNested .Root {
	width: 220px;
}
.Narrow .RoundedCornersNested .Root {
	width: 330px;
}
.Wide .RoundedCornersNested .Root {
	width: 505px;
}
.Wide.RoundedCornersNested .Root {
	width: 505px;
}


/*Container round*/

.ContainerRound {
	background: #ebebeb;
	height: 100%;
	margin-bottom: 2px;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.ContainerRound .Row {
	border-bottom: solid 2px #FEFFFF;
}
.ContainerRound .Row.Last {
	border-bottom: none;
}
.ContainerRound .tl {
	background: url(../images/back/containerRound.gif) 0 0 no-repeat;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	z-index: 1;
}
.ContainerRound .tr {
	background: url(../images/back/containerRound.gif) 100% 0 no-repeat;
	height: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 5px;
	z-index: 1;
}
.ContainerRound .bl {
	background: url(../images/back/containerRound.gif) 0 100% no-repeat;
	bottom: 0px;
	font-size: 0px;
	height: 5px;
	left: 0px;
	position: absolute;
	width: 5px;
	z-index: 1;
}
.ContainerRound .br {
	background: url(../images/back/containerRound.gif) 100% 100% no-repeat;
	bottom: 0px;
	height: 5px;
	right: 0px;
	position: absolute;
	width: 5px;
	z-index: 1;
}

/*BookingSearchForm*/
.BookingSearchForm .MainContent {
	position: relative;
}
.BookingSearchForm .MainBody {
	padding: 5px 0px 5px 0px;
	position: relative;
}
/*Row 1*/
.BookingSearchForm .From,
.BookingSearchForm .To {
	width: 100%;
	margin: 0 0 0 0; 
}
.BookingSearchForm .From .Content,
.BookingSearchForm .To .Content {
	background: #ebebeb;
	padding: 3px 5px 5px 5px;
}
.BookingSearchForm .From label,
.BookingSearchForm .To label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 2px 0;
}
.BookingSearchForm .From input,
.BookingSearchForm .To input {
	background: url(../images/back/inputBg.gif) 7px 6px no-repeat;
	border: solid 1px #999;
	padding: 4px 0 0 20px;
	height: 18px;
	width: 90%;
}
.BookingSearchForm .From select,
.BookingSearchForm .To select {
	width: 100%;
}
.BookingSearchForm .From {
	display: inline;
	float: left;
}
.BookingSearchForm .From input {
	
}
.BookingSearchForm .To {
	display: inline;
	float: right;
}
.BookingSearchForm .To input {
	
}
/*Row 2*/
.BookingSearchForm .Row2 {
}
.BookingSearchForm .Out,
.BookingSearchForm .Return {
	background: #ebebeb;
	margin: 0 0 2px 0;
	width: 100%;
}	
.BookingSearchForm .Out {
	display: inline;
	float: left;
}
.BookingSearchForm .Return {
	display: inline;
	float: right;
}
.BookingSearchForm .Out .Content,
.BookingSearchForm .Return .Content {
	padding: 3px 5px 7px 5px;
}
.BookingSearchForm .Out .Row,
.BookingSearchForm .Return .Row {
	border: none;
	clear: both;
	height: 16px;
}
.BookingSearchForm select.Date {
	display: inline;
	float: left;
	margin-right: 5px;
	width: 23%;
}
.BookingSearchForm select.Date2 {
	display: inline;
	float: left;
	margin-right: 5px;
	width: 35%;
}
.BookingSearchForm select.Month {
	display: inline;
	float: left;
	width: 61%;
}
.BookingSearchForm .Out label,
.BookingSearchForm .Return label {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.BookingSearchForm .Return .Row input {
	display: inline;
	float: left;
	font-size: 0;
	margin: 0 4px 0 0;
	padding: 0;
}
.BookingSearchForm .Return #airbusesRadioButtons {
	height: 33px;
}
.BookingSearchForm .Return #airbusesRadioButtons .Row label {
	display: block;
	padding: 2px 0 3px 0;
}
.BookingSearchForm .Return #airbusesRadioButtons .Row input {
	
}

/*Row 3*/
.BookingSearchForm .Travelers,
.BookingSearchForm .Currency {
	background: none;
	width: 47%;
	margin: 0 0 0 0; 
}
.BookingSearchForm .Travelers div.Container,
.BookingSearchForm .Currency div.Container {
	float: right;
	padding: 10px 0 0 0;
}
.BookingSearchForm .Travelers {
	display: inline;
	float: left;
	height: 27px;
}
.BookingSearchForm .Travelers .Col1 label,
.BookingSearchForm .Travelers .Col2 label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 3px 0;
}
.BookingSearchForm .Travelers .Col1 {
	margin-right: 5px;
	width: 70%;
}
.BookingSearchForm .Travelers .Col2 {	
	width: 20%;
}
.BookingSearchForm .Travelers .Col1,
.BookingSearchForm .Travelers .Col2 {
	display: inline;
	display: none;
	float: left;
}
.BookingSearchForm .Travelers .Col1 select,
.BookingSearchForm .Travelers .Col2 select {
	width: 100%;
}
.BookingSearchForm .Currency {
	display: inline;
	float: right;
}
.BookingSearchForm .Currency label.Heading {
	display: block;
	display: none;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 3px 0;
}
.BookingSearchForm .Currency select {
	display: inline;
	display: none;
	float: left;
	width: 65%;
}
.BookingSearchForm .Calendar {
	display: inline;
	float: right;
}
.ButtonCalender {
	background: url(../images/back/buttonCalendarBg.gif) no-repeat;
	cursor: pointer;
	display: inline;
	float: right;
	height: 19px;
	width: 23px;
}
.BookingSearchForm .AlertMessage.Visible {
	display: inline;
}
.BookingSearchForm .AlertMessage .BlackColor {
	color: #000;
}
.BookingSearchForm .EmptySearchForm {
	border: none;
	background: none;
	color: #666;
	cursor: pointer;
	display: inline;
	float: left;
	margin: 0;
	overflow: visible;
	padding-top: 7px;
	padding: 7px 0 0 0;
	text-decoration: underline;
}

/*Header red*/
.HeaderRed {
	background: url(../images/back/headerRedBg.gif) no-repeat;
	color: #FEFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	margin: 0 0 0 -4px;
	padding: 8px 0 0 20px;
	position: relative;
}
.HeaderRed span.Right {
	background: url(../images/back/headerRedBg.gif) 100% 0 no-repeat;
	height: 33px;
	margin: 0;
	padding: 8px 0 0 20px;
	position: absolute;
	right: -4px;
	top: 0;
	width: 20px;
}
.New {
	background: url(../images/back/headerRedBg1.gif) 0 0 no-repeat;
}
.HeaderRed.New span{
	background: url(../images/back/headerRedBg1.gif) 100% 0 no-repeat;
}

/*Header black*/
.HeaderBlack {
	background: url(../images/back/headerBlackWithShadowBg.gif) no-repeat;
	color: #FEFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	margin: 1px 0 0 0px;
	padding: 13px 0 0 20px;
	position: relative;
}
.HeaderBlack span{
	background: url(../images/back/headerBlackWithShadowBg.gif) 100% 0 no-repeat;
	height: 37px;
	margin: 0;
	padding: 8px 0 0 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

/*Header red*/
.HeaderBlackSmall {
	background: url(../images/back/headerBlackSmallCleanBg.gif) no-repeat;
	color: #FEFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 22px;
	margin: 0 0 0 0;
	padding: 4px 0 0 23px;
	position: relative;
}
/*.HeaderBlackSmall span.Right {
	background: url(../images/back/headerBlackSmallBg.gif) 100% 0 no-repeat;
	height: 33px;
	margin: 0;
	padding: 8px 0 0 20px;
	position: absolute;
	right: 0px;
	top: 0;
	width: 20px;
}
*/


/*Search form*/
#searchForm {
	position: absolute;
	right: 4px;
	top: 123px;
	width: 185px;
}
#searchForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#searchForm legend {
	color: #505050;
	display: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#searchForm input.text {
	background: url(../images/back/searchSimpleInputFieldBg.gif) no-repeat;
	border: none;
	display: block;
	height: 18px;
	float: left;
	padding: 4px 0 0 4px;
	width: 140px;
}
#searchForm input.submit {
	background: none;
	border: none;
	color: #FEFFFF;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	padding: 0;
	width: 40px;
}

/*Button black big*/
label.ButtonBlackBig {
	background: url(../images/back/buttonBlackBigBg.gif) 100% 0 no-repeat; 
	cursor: pointer;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
label.ButtonBlackBig input {
	background: url(../images/back/buttonBlackBigBg.gif) 0 0 no-repeat;
	border: none;
	color: #FEFFFF;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	overflow: visible;
	width: auto;
}
label.ButtonBlackBig input.Wide {
	width: 100px;
	text-align: center;
}
label.ButtonBlackBig.MatteWhite {
	background: url(../images/back/buttonBlackMatteWhiteBg.gif) 100% 0 no-repeat; 
}
label.ButtonBlackBig.MatteWhite input {
	background: url(../images/back/buttonBlackMatteWhiteBg.gif) 0 0 no-repeat;
	height: 21px;
}
* html label.ButtonBlackBig input {
	width: 0;
}


/*Alert summary*/
.AlertSummary {
	
}

/*Error filled*/
.AlertMessage {
	display: none;
}
.AlertMessage.Visible {
	clear: both;
	color: #eb3a2a;
	display: block;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
.ErrorFilled input,
.ErrorFilled select,
.ErrorFilled textarea {
	border: solid 1px #eb3a2a;
}
.ErrorFilled .NoBorder input {
	border-color: #ddd;
}
.ErrorFilled span.AlertMessage {
	color: #eb3a2a;
	display: inline;
	float: left;
	margin: 2px 0 0 0;
	padding: 0 0 0 8px;
	width: 100%;
}

/*Clearfix*/
.Clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Clearfix {
/*	display: inline-block; */
}
/* Hides from IE-mac \*/
* html .Clearfix {
	height: 1%;
}
.Clearfix {
/*	display: block; */
}
/* End hide from IE-mac */

/******************************

CSS class attributes

******************************/
.Hidden {
	display: none;
}
.MustBeLoggedIn {
	color: #EB3A2A;
}

/******************************

Page type styles override

******************************/
/* Clean page */
.CleanPage {
	background: #FFFFFF;
}
.CleanPage #root {
	width: 220px;
}



/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Dashboard CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

input.dashboard,
select.dashboard {
	width: 149px;
}
button.dashboard {
	background: url(../images/back/buttonCalendarBg.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 19px;
	width: 23px;
	position: absolute;
	right: 5px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 0;
}
div.dashboard {
	background: url(../images/back/datePickerBg1.gif) 0 17px no-repeat;
	height: 124px;
	padding: 0;
	text-align: center;
	width: 211px;
}	
	div.dashboard * {
		margin: 0;
		padding: 0;
	}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 106px;
		overflow: hidden;
		position: relative;
		width: 212px;
	}
	div.dashboard caption {
		color: #000;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 0;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		background-repeat: no-repeat;
		color: #000;
		cursor: pointer;
		display: block;
		height: 10px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 3px;
		width: 10px;
	}
	div.dashboard caption a.prev {
		background-image: url(../images/back/dashboardButtons.gif);
		background-position: 1px -10px;
		left: 6px;
	}
	div.dashboard caption a.next {
		background-image: url(../images/back/dashboardButtons.gif);
		background-position: 0 0;
		right: 3px;
	}
	div.dashboard caption a.prev:hover {
		background-position: 0px -30px;
	}
	div.dashboard caption a.next:hover {
		background-position: 1px -20px;
	}
	div.dashboard caption span {
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after {
		content: ',';
	}
	div.dashboard table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0;
		overflow: hidden;
		width: 211px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		height: 15px;
		text-align: center;
	}
	div.dashboard td {
		color: #878787;
		font-size: 11px;
		font-weight: normal;
		padding-right: 4px;
		text-align: right;
	}
	div.dashboard td.invalid {
		color: #ccc;
	}
	div.dashboard td.valid {
		background: transparent;
		color: #000;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color: #FEFFFF;
		cursor: pointer;
		background-color: #878787;
	}


