

/*****************************************************
	Page
******************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body, fieldset {
	margin: 0;
	padding: 0;
}

p {
	margin:0pt 0pt 1em;
}

body {
	text-align: center;
	font-size: 0.7em;
	color: #686868;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: left;
	/*background: url("/images/background_top.jpg") repeat-x;*/
}

/*****************************************************
	
******************************************************/
label {
	font-weight: bold;
	width: 90px;
	float: left;
	margin-left: 5px;
}

fieldset, #destination {
	border: 1px solid #dadada;
	display: block;
}

#FareBox {
	background: #eaecf5;
	border: none;
}

#destination {
	height: 107px;
	width: 208px;
	/*float: right;*/
	margin-left: 370px;
}

#mainformindex fieldset {
	margin-right: 15px;
	height: 300px;
}

fieldset .col {
	margin-left: 0px;
	position: relative;
}

fieldset legend {
	font-size: 1.2em;
	color: #9A0000;
	font-weight: bold;
	margin-bottom: 0.5em;
	position: relative;
}

input[type=text] {
	text-transform: uppercase;
	border: 1px solid #D4C2C2;
	font:  1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	
}

select {
	border: 1px solid #D4C2C2;
	font:  1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	
}

.inputText {
	text-transform: uppercase;
	border: 1px solid #D4C2C2;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	
}


.buttonSubmit {
	background: #9A0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 20px;
	margin-left: 90px;
}


/* hack ie6 */
*html .buttonSubmit {
	padding: 0px;
}


input[type=submit] {
	background: #9A0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 20px;
	margin-left: 90px;
}


.col {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
}

html>body .col {
	margin-bottom: 15px;
}

.col p {
	margin: 0;
	padding: 5px 0;
}

#destLabel {
	float: inherit;
	margin-left: 5px;
	margin-right: 5px;
}

.marginLabel {
	margin-left: 90px;
}

.clr {
	clear: both;
}

a {
	text-decoration: none
}

p {
	text-align: left;
}

img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

.important {
	background: #FFF666;
}

.contactSupplier {
	background: #0035ad;
	color: #FFFFFF;
}

.red, .red a {
	color: #9A0000;
	font-weight: bold;
}

.lookup {
	background: #eaecf5;
	padding: 2px;
}

.link2 {

	color: #ffffff;
}
/*****************************************************
	Top
******************************************************/
#page #top {
	height: 100px;
}

#page #top #logo {
	margin-top: 10px;
}

#page #top #logoBis {
	position: absolute;
	top: 24px;
	right: 290px;
}

/*****************************************************
	Menu
******************************************************/
#page #top #menu{
	float: right;
	margin-top: -50px;
	margin-right: 10px;
	font-size: 1em;
	position:absolute;
}
	
#page #top #menu a {
	color: #cccccc;
}

#page #top #menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display:none;
}

#page #top #menu ul li {
	float: left;
	margin-left: 20px;
	display:block;
}

#page #top #menu ul li a {
	text-decoration: none;
	font-weight: bold;
}

#page #top #menu .clear{
	clear:both;
	}

/*****************************************************
	Navigation
******************************************************/
/*#page #top #navigation {
	margin-top: 5px;
	font-size: 1em;
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  	font-family: Verdana,Arial,Helvetica,sans-serif;;
  	position: relative;
}

.nav li {
  	border: 1px solid #d7d7d7;
	border-right: 0px;
  	float: left;
  	margin: 0;
  	padding: 0;
  	position: relative;
}

.nav li a, 
.nav li a:link, 
.nav li a:active, 
.nav li a:visited {
  	font: 0.9em/25px Verdana,Arial,Helvetica,sans-serif;;
  	background: #EFEFEF;
  	color: #000000;
  	display: block;
  	padding: 0 9px;
  	text-transform: inherit;
  	text-decoration: none;
	font-weight: bold;
}

.nav li a:hover,
.nav li a:over 
{
 	/*background: #ccc;	*/
	display: block;
}

.nav li.backRed a {
	color: #fff !important;
	background: #910;
}

/* hack ie6 */
*html .nav li.backRed a {
	background: #910 !important;
	/*display: block;*/
}

*html .nav li a {
	/*background: #910 !important;*/
	display: block;
}

*html .nav li.backRed li a {
	background: #eee !important;
}

.nav li.backRed li a {
	color: #000 !important;
}

.nav li.backRed li a:hover,
.nav li.backRed li a:over
 {
	color: #fff;
	/*background: #910;*/
}

#nav-one li:hover a, 
#nav-one li.sfHover a, 
#nav-one li.over a{
  	/*background: #eee !important;*/
	/*color: #000000 !important;*/
		display: block;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a,
#nav-one li.over ul a{
	background: #eee;
	display: block;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover,
#nav-one li.over ul a:over
 {
  	/*background: #ccc;*/
	color: #991100 !important;
	display: block;
}

.nav ul {
  	background: #transparent;
  	border-bottom: 1px solid #d7d7d7;
  	list-style: none;
  	margin: 0;
  	width: 224px;
  	position: absolute;
  	top: -999em;
  	left: -1px;
	display: block;
}

.nav li:hover ul,
.nav li.sfHover ul
{
  	top: 25px;
	display: block;
}

.nav ul li {
  	border: 0;
  	float: none;
		display: block;
}

#page #top #navigation .nav li.last {
	border-right: 1px solid #d7d7d7;
}

.nav ul a {
  	border: 1px solid #d7d7d7;
  	border-bottom: 0;
  	padding-right: 20px;
  	width: 224px;
    white-space: nowrap;
}

.nav ul a:hover,
.nav ul a:over {
  	background: #ccc;
  	color: #000;
	display: block;
}*/

/*****************************************************
	Main
******************************************************/
#wrapper {
	margin : 0 /*10px*/;
}

#main {
	float: left;
	width: 500px;
}


#Middle {
margin-left: 390px;
/* Change margin-top to -420px when we remove the BMI ad */
margin-top: -415px;
}

*html #Middle {

margin-left: 390px;
margin-top: -405px;
} 

#page #wrapper h1 {
	color: #B80001;
	font-size: 1.3em;
	font-weight: bold;
}



#indexnote {
	border: 1px solid #dadada;
	background: #ffffff;
	color: #1f1514;
	width: 757px;
	margin-bottom: 15px;
}

#divmain #indexnote {
	width: 450px;
}

#divmain2 #indexnote {
	width: 450px;
}
#Loginpage{
	Margin-left: 50px;
}

#indexnote p {
	margin: 10px 30px;
}

#note {
	border: 1px solid #dadada;
	background: #F1F1F1;
	color: #686868;
	width: 580px;
	margin-bottom: 15px;
}

#divmain #note {
	width: 450px;
}

#divmain2 #note {
	width: 450px;
}

#rectangle {
	border: 1px solid #dadada;
	font-size: 1em;
	background: #F1F1F1;
}

#note p {
	margin: 10px 30px;
}

#otheref {
	margin-top: 40px;
	margin-left: 80px;
	font-weight: bold;
}

#otheref img {
	height: 36px;
}


/*****************************************************
	Sponsors
******************************************************/
#sponsors {
	float: right;
	width: 170px;
	margin-top: 5px;
}

#sponsors div {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 2px;
}





/*****************************************************
	Competition
******************************************************/
#winCompetition {
	float: right;
	width: 170px;
	margin-top: 60px;
}

*html #winCompetition {
	margin-top: -425px;

}


#winCompetition div {
	/*border: 1px solid #9A0000;*/
	margin-bottom: 5px;
	font-weight: bold;

	
}

#winCompetition div p#winHeader {
	margin: 0px;
	padding: 5px;
	/*background: #00cc33;*/
	text-align: center;
	color: #9a0008;
	font-size: 1.5em;
}

#winCompetition div p#winFooter {
	text-align: center;
	/*background: #00cc33;*/
}

#winCompetition div img {
	width: 110px;
}

/*****************************************************
	Banner advertising
******************************************************/
#bannerAdv {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 35px;
	/*background: #eeeeee;*/
}

/* IE6 Hack */
*html #bannerAdv {
	margin-top: -450px;
	float: right;
	width: 150px;
	text-align: center;
}

/***************************************************
	sponsorBackground
*****************************************************/

#sponsorBackground{

	background: #000000;
	margin-right: 10px;
	margin-top: -10px;
}
	
/*****************************************************
		DisplaySponsors
******************************************************/

#DisplaySponsors{

	margin-right: 10px;
	margin-top: -10px;
	text-align: center;
}


/*****************************************************
	Bottom
******************************************************/
#footer {
	clear: both;
	text-align: center;
}

/*******************************************
	Search
********************************************/
#informationsSearch {
	height: 90px;
	line-height: 20px;
}


/*******************************************
	informationsSearch Left
********************************************/
#informationsSearch #topLeft {
	height: 76px;
	width: 530px;
	float: left;
	text-align: left;
	font-weight: bold;
}

#informationsSearch #topLeft p {
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

#informationsSearch #topLeft .cabin {
	font-size: 1.4em;
	padding-top: 4px;
}

#informationsSearch #topLeft .destination {
	font-size: 1.5em;
}

#informationsSearch #topLeft .destination .to {
	font-size: 0.7em;
	font-weight: normal;
}

#informationsSearch #topLeft .departure {
	float: left;
	margin-left: 0px;
	font-size: 1.5em;
}

#informationsSearch #topLeft .return {
	float: left;
	margin-left: 30px;
	font-size: 1.5em;
}

#informationsSearch #topLeft .departureDate,
#informationsSearch #topLeft .returnDate {
	/*font-weight: bold;*/
	/*font-size: 1.2em;*/
}


#informationsSearch #topLeft .destination2 {
	font-size: 1.1em;
}

#informationsSearch #topLeft .destination2 .to {
	font-size: 0.7em;
	font-weight: normal;
}

#informationsSearch #topLeft .departure2 {
	float: left;
	margin-left: 0px;
	font-size: 1.1em;
}

#informationsSearch #topLeft .return2 {
	float: left;
	margin-left: 30px;
	font-size: 1.1em;
}

#informationsSearch #topLeft .departureDate2,
#informationsSearch #topLeft .returnDate2 {
	/*font-weight: bold;*/
	/*font-size: 1.2em;*/
}


/*******************************************
	informationsSearch Right
********************************************/
#informationsSearch #topRight {
	height: 76px;
	width: 195px;
	float: right;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}

#informationsSearch #topRight a {
	color: #bbb;
}

#informationsSearch #topRight a:hover {
	color: #ccc;
}

#informationsSearch #topRight #markup {
	visibility: hidden;
}

/*********************************************
	Table
*********************************************/
table {
	width: 760px;
	border-collapse:collapse;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

table tr {
	/*background: #ccc;*/
}

table tr td, table tr th {
	border: 1px solid #cccccc;
	padding: 4px;
	vertical-align: middle;
}

table tr th {
	color: #686868;
}

.firstTd {
	color: #0035ad;
	background: #eaecf5;
}

.tdBlack {
	color: #000000;
}

.tdRed {
	color: #9A0000 !important;
	font-size: 110%;
}

.tdBlue {
	color: blue !important;
}

.col1 {
	background: #eee;
}

.col2 {
	background: #FFFFFF;
	color: #000000;
}

table.detailsFare tr {
	background: #FFF;
}

table.detailsFare tr td {
	text-align: left;
}

/**********************************
**********************************/
#fares1, #fares2, #fares3, #fares4 {
	position:absolute; 
	/*top:175;*/ 
	/*left:40; */
	width:700; 
	align:center; 
}

#fares2, #fares3, #fares4 {
	visibility: hidden
}


/********************************
	Index page
*********************************/
#mainform {
	float: left;
	width: 450px;
	margin-right: auto;
}

#mainformindex {
	float: left;
	width: 390px;
	margin-right: auto;
}



/********************************
	Menu search
*********************************/
/*

.tabs {
    list-style-type : none;
    padding-bottom : 32px;
    margin-left : 0;
	margin-bottom: 0px;
}

.tabs li {
    float : left;
    height : 28px;
    background-color: #EEEEEE;
    margin : 2px 2px 0 2px !important;  
    margin : 4px 2px 0 2px;
    border : 1px solid #9EA0A1;
	border-bottom: 0;
}

.tabs li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.tabs a {
    display : block;
    color : #9A0000;
	font-weight: bold;
    text-decoration : none;
    padding : 4px;
	padding-bottom: 9px;
}

.tabs a:hover, .tabs li:hover {
    background : #cccccc;
}

.tabs li.select {
	background: #cccccc;
}
*/

.tabs {
	float:left;
  	width:100%;
  	font-size: 100%;
  	line-height:normal;
}
  
ul.tabs {
  	margin:0;
  	padding:0 10px 0;
  	list-style:none;
}

.tabs li {
  	float:left;
  	background:url("/images/menu-onglets/left.jpg") no-repeat;
  	margin:0;
	margin-right: 3px;
  	padding:0 0 0 9px;
}

.tabs a {
  	float:left;
  	display:block;
  	background:url("/images/menu-onglets/right.jpg") no-repeat;
  	padding:5px 15px 4px 6px;
  	text-decoration:none;
  	font-weight:bold;
  	color: #ffffff;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabs a {float:none;}
/* End IE5-Mac hack */

.tabs a:hover {
  color: #5F92F9;
}

.tabs .select {
  background-image:url("/images/menu-onglets/left_on.jpg");
}

.tabs .select a {
  background-image:url("/images/menu-onglets/right_on.jpg");
  color: #0035ad;
  padding-bottom:5px;
  }

.Query {
    list-style-type : none;
    padding-bottom : 32px;
    margin-left : 0;
	margin-bottom: 0px;
}

.Query li {
    float : left;
    height : 22px;
    background-color: #000000;
    margin : 2px 2px 0 0px !important;  
    margin : 4px 2px 0 2px;
    border : 1px solid #9EA0A1;
	border-bottom: 0;
}

.Query li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.Query a {
    display : block;
    color : #000000;
	font-weight: bold;
    text-decoration : none;
    padding : 4px;
	padding-bottom: 9px;
}

.Query {
	float:left;
  	width:100%;
  	font-size: 100%;
  	line-height:normal;
}
  
ul.Query {
  	margin:0;
  	padding:0 -10px 0;
  	list-style:none;
}

.Query li {
  	float:left;
  	background:url("/images/menu-onglets/right.jpg") no-repeat;
  	margin:0;
	margin-right: 3px;
  	padding:0 0 0 9px;
}

.Query a {
  	float:left;
  	display:block;
  	background:url("/images/menu-onglets/right.jpg") no-repeat;
  	padding:5px 15px 4px 6px;
  	text-decoration:none;
  	font-weight:bold;
  	color: #ffffff;
}


.QueryButtom {
    list-style-type : none;
    padding-bottom : 32px;
    margin-left : 2px;
	margin-bottom: 0px;
}

.QueryButtom li {
    float : Center;
    height : 22px;
    background-color: #000000;
    margin : 4px 2px 0 2px; !important;  
    margin : 4px 2px 0 2px;
    border : 1px solid #9EA0A1;
	border-bottom: 0;
}

.QueryButtom li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.QueryButtom a {
    display : block;
    color : #000000;
	font-weight: bold;
    text-decoration : none;
    padding : 4px;
	padding-bottom: 9px;
}

.QueryButtom {
	float:center;
  	width:100%;
  	font-size: 100%;
  	line-height:normal;
}
  
ul.QueryButtom {
  	margin:0;
  	padding:0 10px 0;
  	list-style:none;
}

.QueryButtom li {
  	float:left;
  	background:url("/images/menu-onglets/right.jpg") no-repeat;
  	margin:0;
	margin-left: 230px;
	margin-right: -200px;
  	padding:0 0 0 9px;
}


.QueryButtom a {
  	float:center;
  	display:block;
  	background:url("/images/menu-onglets/right.jpg") no-repeat;
  	padding:5px 15px 4px 6px;
  	text-decoration:none;
  	font-weight:bold;
  	color: #ffffff;
}


.spanLabel {
	float: left;
	width: 150px;
	font-weight: bold;
}

#MainPageMenu {
	width:750px;
	font-size:1.2em;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav #Hdr a{
	background: #9999FF;
	color:#FFFF00;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

#nav #Sub-Hdr a{
	background: #FF6300;
	color:#FFFF00;
	text-align:center;
	font-weight:bold;
	text-decoration:none;	
}

#nav #Hdr .Mitems a{
	background-color:#000080;
	font-size:.8em;
	text-align:left;
	border:solid;
	border-color:#FFFFFF;
}

#nav #Sub-Hdr .Mitems a{
	background-color:#000080;
	font-size:.8em;
}


#nav a {
	display: block;

}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav  li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content2 {
	clear: left;
}

#content {
	clear: right;
}
/*..............................................*/
#divmain {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	text-align: left;
	background: url("/images/background_top.jpg") repeat-x;
}

#divmain2 {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	text-align: left;
	/*background: url("/images/background_top2.jpg") repeat-x;*/
}

#mainform label#labelRegister { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 138px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	/*text-align: right; */
}

/*.......... Styles for /oz/sectorfares/qantasgrid.asp .........*/
table.QFTable {
	color: #91001A;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #B7B78A;
	text-align:center;
}

table.QFTable th {
	padding: 0.2em 0.2em;
	background-color: #FFFFCC ;
	border-bottom: 1px solid #B7B78A;
	text-align:center;
}

table.QFTable tr.QFGridoddcell td {
	padding: 0.2em 0.2em;
	background-color: #F4F4EC;
	border-bottom: 1px solid #B7B78A;
}

table.QFTable tr.QFGridevenCell td {
	padding: 0.2em 0.2em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B7B78A;
}
/*.......... End Styles for /oz/sectorfares/qantasgrid.asp .........*/


/*.............End of Bottom Image..................................*/

/*.......... Styles for /oz/sectorfares/sectorfares.asp .........*/
.SectorFares {
	color: #91001A;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #B7B78A;
	text-align:center;
	/*margin-left: 10px;*/
	margin-right: 250px;
	width: 403px;
}

table.SectorFares th {
	padding: 0.2em 0.2em;
	background-color: #FFFFCC ;
	border-bottom: 1px solid #B7B78A;
	text-align:center;
}

table.SectorFares tr td {
	background: #FFFFFF;
	border: 0px;
}

table.SectorFares tr.SFGridCell td {
	padding: 0.2em 0.2em;
	background-color: #F4F4EC;
	border-bottom: 1px solid #B7B78A;
}

.SFselect {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	
}
.SFinput {
	font-family: "Tahoma,Trebuchet MS,Arial";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/*.......... End Styles for /oz/sectorfares/sectorfares.asp .........*/

/*.......... Styles for fare_guarantee_lookup/Show_Details.asp .........*/
.FareGuarantee_showDetails {
	color: #91001A;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #B7B78A;
	text-align:center;
	margin-right: 500px;
	width: 600px;
}

table.FareGuarantee_showDetails th {
	text-align:center;
}

table.FareGuarantee_showDetails tr td {
	background: #FFFFFF;
	border: 1px solid #B7B78A;
}


/*.......... End Styles for fare_guarantee_lookup/Show_Details.asp .........*/

/*.......... Styles for fare_guarantee_lookup/index.asp .........*/
.FareGuarantee {
	color: #91001A;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	/*border-top: 1px solid #B7B78A;*/
	text-align:center;
	margin-right: 250px;
	/*width: 500px;*/
	
}

table.FareGuarantee th {
	text-align:center;
}

table.FareGuarantee tr td {
	background: #FFFFFF;
	border: 0px;
}


/*.......... End Styles for fare_guarantee_lookup/index.asp .........*/

/*.......... Styles for /StaffTravel/StaffTravel.asp .........*/
.boxArr {
	background: #eeeeee;
	padding: 10px;
	-moz-border-radius: 8px;
}

/*.......... End Styles for /StaffTravel/StaffTravel.asp .........*/

/*.......... Styles for invoicing ...............*/

#topic {
	border: 1px solid #dadada;
	padding: 5px;
	font-weight: bold;
	background-color: #F1F1F1;
}

.listing tr td {
	text-align: left;
	border-left: none;
	border-top: none;
	border-right: none;
	background-color: #f6f6f6;
}

.listing th {
	color: #888888;
	border: none;
	border-bottom: 1px solid #cccccc;
}

table.listing textarea {	
	border: 1px solid #D4C2C2;
	font:  1em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	
}

#newForm
{
	width: 400px;
	text-align: center;
	margin: auto;
	border: 1px solid #dadada;
	background-color: #F1F1F1;
}

#newForm form
{
	padding: 0px;
	margin: 0px;
}

#newForm .formHeader
{
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.1em;
	padding: 2px;
	font-weight: bold;
}

#newForm .formRow
{
	clear: both;
	padding: 5px;
}

#newForm .formRow input[type=submit],
#newForm .formRow .buttonSubmit {
	margin-left: 0px;
}

#newForm .formLabel
{
	width: 45%;
	float: left;
	text-align: left;
}

#newForm .formField {
	width: 45%;
	float: left;
	text-align: left;
}

#newForm .formLabel img,
#newForm .formLabel input,
#newForm .formLabel span,
#newForm .formField img,
#newForm .formField input,
#newForm .formField span
{
	vertical-align: middle;
}

input.button {
	background: #9A0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 20px;
	margin: 0px;
}

#invoice table,
#invoice table tr,
#invoice table tr td
{
	border-width: 0px;
	font-weight: normal;
	text-align: left;
}

/*.......... End Styles for invoicing ...............*/


/*============================================================================================= box */


.top-box h3 {
			color: #0035ad;
			font-size: 1.1em;
			font-weight: bold;
			padding-bottom: 0.2em;
			margin: 0px;
			background: transparent url(/images/top.gif) no-repeat left top;
			text-indent: 15px;
			overflow: hidden;
		}
.bottom-box {
			width: 184px;
			background: transparent url(/images/bottom.gif) no-repeat left bottom;
			overflow: visible;
		}




.top-box-faresearch h3 {
			
			color: #404490;
			font-size: 1.1em;
			font-weight: bold;
			margin: 0px;
			padding-bottom: 0.2em;
			background: transparent url(/images/bigtop.gif) no-repeat left top;
			text-indent: 15px;
			overflow: hidden;
		}
.bottom-box-faresearch {
			border: 0px solid red;
			background: transparent url(/images/bigbottom.gif) no-repeat left bottom;
			overflow: visible;
			text-indent: 10px;
		}

.top-box-right h3 {
			color: #404490;
			font-size: 1.1em;
			font-weight: bold;
			margin: 0px;
			padding-bottom: 0.2em;
			background: transparent url(/images/rtop.gif) no-repeat left top;
			text-indent: 15px;
			overflow: hidden;
		}
.bottom-box-right {
			background: transparent url(/images/rbottom.gif) no-repeat left bottom;
			overflow: visible;
		}

.bottom-box-rightNO {
			background: transparent url(/images/rbottom2.gif) no-repeat left bottom;
			overflow: visible;
		}

#bottom-image img{
margin-top: 50px
}

*html #bottom-image img{
margin-top: 5px
}

#bottom-swf{
	margin-bottom: 45px;
}

/************************************************************************************** world-weather destination */
#largetopic-weather {
	border: 3px solid #9BB178;
	background: #9BB178;
	color: #FFFFFF;
	font-weight: bold;
	font-size:16px;
}

#topic-weather {
	border: 0px solid #9BB178;
	background: #9BB178;
	color: #FFFFFF;
	font-weight: bold;
}

#top-weather {
	border: 0px solid black;
	width: 370px;
	background: #E2E9D6 url(/images/bg_sidebox_top1.gif) no-repeat left top;

}

#formnoback-weather {
	border: 0px solid red;
	width: 370px;
	clear: both;
	background: #E2E9D6 url(/images/bg_sidebox_bottom2.gif) no-repeat left bottom;
}


#formnoback-weather input.button {
	background-color: #E2E9D6;
	color: #698045;
	border: 2px solid #9BB178;
	text-transform: uppercase;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.4em 1em;
}





.table-weather {
	/*border: 0px solid black;*/
	width: 367px;
	clear: both;
	background: #E2E9D6 url(/images/top_table.gif) no-repeat left top;
}


.table-weather-inside {
	border: 0px solid red;
	background: #E2E9D6  url(/images/bottom_table.gif) no-repeat left bottom;	
}


/*.......... EY .........*/
table.EYTable{
width: 760px;
align: center;
}
table.EYTable td{
	border: 0px;
}
table.EYTable tr {
border: 0px;
	color: #907830;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

table.EYTable th {
border: 0px;
	color: #907830;
	text-align:center;
}

/*.......... EY .........*/

.bannerFree{
	background-image:url(/images/banners/bannerEasyHotelFree1.jpg);
	background-repeat:no-repeat;
	width:452px;
	height:71px;
	position:relative;
	float:right;
	color:#f2fabf;
	font-weight:bold;
	padding:35px 0 0 5px;
}

.bannerFreeListFares{
	background-image:url(/images/banners/bannerEasyHotelFree1.jpg);
	background-repeat:no-repeat;
	width:452px;
	height:37px;

	float:right;
	color:#f2fabf;
	font-weight:bold;
	cursor:pointer; 
	text-align:left;
	padding:35px 0 0 5px;
}

