/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	background-image: url(../travel_img/voyage_bg.jpg); 
	background-repeat: repeat-x; background-position:top; 
	font-family: Arial, sans-serif; font-size: 12px;
	line-height: 18px;
	background-color: #ccffff;
	color: #000000
	}
	
#divbg {
	background-image: url(../travel_img/voyage_layer.jpg); 
	background-repeat: no-repeat; 
	background-position:top center;
	height: 700px;  
	}
	
#bodybg {
	background-color: #ffffff; 
	}
	
#contentarea {
	padding-left: 5px;
	}

/* also referenced in engine header.css */	
#header {
	background-image: url(../travel_img/nav-bg.gif); 
	background-repeat: repeat-x;
	background-position: bottom; 
	height: 116px;
	color: white; 
	}
	
a { 
	color: #000000; 
	text-decoration: underline; 
	}
	
a:hover { 
	color: #259aad; 
	text-decoration: none; 
	}	
	
.welcometxt {
	display:block;
	background-color: #CCFFFF; 
	border: 1px solid #B7B7B7; 
	padding:5px;	
	font-size: 11px;
	text-align: justify;
	}

/* top menu - also referenced in engine header */	
a.menu:link, a.menu:active, a.menu:visited {
	color: #FFFFFF;
	font: 18px Arial, Helvetica, sans-serif; 
	text-transform: lowercase; 
	font-weight: bold;
	text-decoration: none;
	}

a.menu:hover { 
	color: #CCFFFF;
	text-decoration: none;
	}

.titles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 21px;
	font-weight: bold;
	}
	
.titles2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #01aeca;
	font-size: 21px;
	font-weight: bold;
	}
	
.BlackTitles14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-size-adjust: 1px;
	}
	
.BlackTitlesSmaller {
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 15px;
	font-weight: bold;
	font-size-adjust: 1px;
	}
	
	
a.BlackTitlesSmallerLink:link, 
a.BlackTitlesSmallerLink:active, 
a.BlackTitlesSmallerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-size-adjust: 1px;
	}

a.BlackTitlesSmallerLink:hover { 
	color: #00b6d4;
	text-decoration: underline;
	}
	
#footer {
	background-color: #000000;
	padding: 2px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; 
	}
	
a.footerlink:link, 
a.footerlink:active, 
a.footerlink:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none; 
	}

a.footerlink:hover { 
	color: #00d5eb;
	}
	
.footerTitle1 {
	font-family: "Trebuchet MS", Arial,  sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	border: 1px solid white;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	 }
	
.bluefootertxt {
	color: #00d5eb;
	}

.copytxt {
	font-size: 11px;
	}

/* top white link - also referenced in engine header */
a.WhiteTopLink:link, a.WhiteTopLink:active, a.WhiteTopLink:visited {
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: lowercase; 
	text-decoration: none;
	font-family: "Trebuchet MS", Arial
	}

a.WhiteTopLink:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}

/* share links at top of page */	
a.sharelink:link, 
a.sharelink:active, 
a.sharelink:visited {
	font-family: Arial, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none; 
	}

a.sharelink:hover { 
	color: #00b5c8;
	}
	
/* contact page slide buttons header */
.slideheader { 
	cursor: pointer;
	padding: 3px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #aeaeae;
	background: #ffffff;
	color: #00b5c8;
	font-size: 16px;
	background-image: url(../travel_img/open_pink.gif);
	background-repeat: no-repeat;
	background-position: left ;
	}
	
/* contact page form header */
.slideheaderform { 
	color: #00b5c8;
	font-size: 16px;
	font-weight: bold;
	}

/*class added to contents of 1st demo when they are open*/
.openslide {
	background: white;
	background-image: url(../travel_img/close_pink.gif);
	background-repeat: no-repeat;
	background-position: left; 
	}

/* slider text area */
.slidecontent {
	margin-left: 19px;
	margin-right: 19px;
	}
	
/* opening hours table */
#dayofweek {
	color: #000000;
	border-bottom: 1px dotted #999999;
	margin-bottom: 3px;
	border-right: 1px solid #cccccc
	}
	
#hourtext {
	color: #000000;
	border-bottom: 1px dotted #999999;
	margin-bottom: 3px;
	}

/* used in opening hours table on contact pg */
#tableborder {	 
	border: 1px solid #333333;
	 }
	 
/* opened hours table header */
.whitetext {
	color: #FFFFFF
	}
	
/* contact form header raquo*/	
.raquo {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: 22px;
	}
	
#contactformtable {
	background-image:url(../travel_img/contact_bg.jpg);
	background-repeat: repeat-x;
	background-color: #00b5c8;
	background-position: top;
	border: 1px solid #aeaeae;
	}

/* agent page table row bg */	
.agentlist {
	background-color: #e9e9e9; 
	border-top: 0px solid #d7d6d6; 
	padding-bottom: 10px;  
	padding-top: 10px; 
	padding: 5px;
	}
	
tr.agentlist { 	
	background-color: #e9e9e9; 
	padding-top: 10px; 
	padding-bottom: 10px;  
	padding: 5px; 	
	display: block;
	}
	
tr.agentlistover { 
	background-color: #ccffff; 
	padding-bottom: 10px;  
	padding-top: 10px; 
	padding: 5px;	
	display: block;
	}
	
.smalltext {
	font-size: 11px;
	}
	
/* main table with black bg top - engine too */
#maintable {
	border: 1px solid #aeaeae;
	padding: 5px;
	}

/*also used in engine mystyle*/
#maintabletopbg {
	background-image:url(../travel_img/blbar_bg.jpg);
	background-repeat: repeat-x;
	font-size: 17px;
	font-weight: bold;
	color: white;
	}
	
/* larger white size - trebuchet - jobs pg */
.biggerfontwhite { 
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial
	}
	
/* larger pink size */
.biggerfontpink { 
	color: #cc0099;
	font-size: 17px;
	font-weight: bold;
	}
	
/* larger black size */
.biggerfontblack { 
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	}
	
/* larger blue size, used on insurance */
.biggerfonttxt { 
	color: #00b5c8;
	font-size: 17px;
	font-weight: bold;
	}
	
a.biggerfontlink:link, 
a.biggerfontlink:active, 
a.biggerfontlink:visited {
	color: #00b5c8;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none; 
	}

a.biggerfontlink:hover { 
	color: #00b5c8;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline; 
	}

/* content area for e-tickets */
#ticketcontent {
	border:1px solid #BBBCC4; 
	width: 778px; 
	height:250px; 
	background-image:url(../travel_img/contact_bg.jpg);
	background-repeat: repeat-x;
	background-color: #00b5c8;
	background-position: top;
	padding: 14px; 
	padding-botom: 30px; 
	padding-top: 40px; 
	margin-left:3px;
	}
	
/* border around wholesaler logo */
#logoborder {
	padding: 5px;
	background-color: white; 
	border: 1px solid #cccccc;
	}
	
/* border around wholesaler logo */
#logoborder2 {
	padding: 2px;
	background-color: white; 
	border: 1px solid #cccccc;
	}
	
/* job page - advantages background */
#jobadvantageTable {
	background-image: url(../travel_img/carriere_avantage_bg.jpg);
	background-repeat: no-repeat;
	height: 197px;
	width:100%;
	padding:15px;
	color: #FFFFFF;
	}

/* blue/green button link */
.buttonlinkbg  a, .buttonlinkbg a:active, .buttonlinkbg a:visited {
	width: 181px;
	height: 27px;
	background-image: url(../travel_img/arrow_button.gif);
	background-repeat: no-repeat;
	display: block;
	border: 0px;
	font: 15px Arial;
	color: white;  
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 30px;
	}

.buttonlinkbg a:hover { 
	background-image: url(../travel_img/arrow_button_over.gif);
	color: #FFFFFF;
	border: 0px;
	}

/* for BG search pages on main site, flight,car,trip... */
#searchpanelbg {
	background-color:#00c5da; 
	width:355px; 
	height:38px; 
	padding:0px; 
	margin:0px; 
	float:right
	}
	
#searchpaneltablebg {
	background-color:#aef9fe;
	background-image:url(../travel_img/bg_forfait_all.gif);
	background-position:top;
	background-repeat: repeat-x;
	padding:0px; 
	margin:0px; 
	}
	
#bookingenginebg {
	background-color:#ffffff;
	background-image: url(../travel_img/trip-engine-bg.gif);
	background-position:top;
	background-repeat: repeat-x;
	padding:0px; 
	margin:0px; 
	}
	
.TitlesGreen {
	color: #83DB00;
	font-size: 16px;
	font-weight:bold;
	}
	
#BottomBordBlue {
	border-bottom: 1px solid #00b5c8;
	}
	
#BottomBordGrey {
	border-bottom: 1px solid #E6E6E6;
	}
	
#searchtypebg {
	background-image: url(../travel_img/search_type_bg.gif);
	background-repeat: no-repeat;
	height:111px;
	background-position: center;
	}
	
/* faq page and questions */	
.numberfaq {
	background-color: #333333;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 4px; 
	}
	
a.featuredblue:link, 
a.featuredblue:active, 
a.featuredblue:visited {
	color: #00b5c8;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none; 
	}

a.featuredblue:hover { 
	color: #00b5c8;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline; 
	}
	
a.linkteal:link, 
a.linkteal:active, 
a.linkteal:visited {
	color: #01aeca;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}

a.linkteal:hover { 
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}	
	
.timebox{
	padding: 3px;
	padding-left: 8px;
	border: 1px solid #cededf;
	background: #e5fbfd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	margin-bottom: 0.5em;
	}
		
a.hotelpromolink:link, 
a.hotelpromolink:active, 
a.hotelpromolink:visited {
	color: #000000;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none; 
	}

a.hotelpromolink:hover { 
	color: #9900cc;
	font-size: 12px;
	font-weight: 800;
	text-decoration: underline; 
	}
	
a.airpromolink:link, 
a.airpromolink:active, 
a.airpromolink:visited {
	color: #000000;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none; 
	}

a.airpromolink:hover { 
	color: #CC0099;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none; 
	}
	
.forfaitbiglink {
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	}
	
a.forfaitbiglink:link, 
a.forfaitbiglink:active, 
a.forfaitbiglink:visited {
	color: #ffffff;
	font-size: 21px;
	font-weight: 800;
	text-decoration: none; 
	}

a.forfaitbiglink:hover { 
	color: #ffffff;
	font-size: 21px;
	font-weight: 800;
	text-decoration: underline; 
	}
	
a.buttonsblack:link, a.buttonsblack:active, a.buttonsblack:visited {
	height: 20px;
	width: 205px;
	margin-top: 7px;
	padding: 1px;
	padding-top: 3px;
	display: block;
	background-color: #000000;
	border: 1px solid #000000;
	font: 13px Arial;
	text-align: center;
	color: #ffffff;  
	font-weight: bold;
	text-decoration: none;
	}

a.buttonsblack:hover { 
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #333333;
	}
	
	
.buttonsgreen  a, .buttonsgreen a:active, .buttonsgreen a:visited {
	width: 110px;
	height: 18px;
	padding: 1px;
	padding-top: 3px;
	display: block;
	background-color: #000000;
	border: 1px solid #000000;
	font: 12px Arial;
	text-align: center;
	color: #ffffff;  
	font-weight: bold;
	text-decoration: none;
	}

.buttonsgreen a:hover { 
	color: #333333;
	background-color: #B8F45F;
	border: 1px solid #B8F45F;
	}
	
.menudetail  a, .menudetail a:active, .menudetail a:visited {
	font: 12px Arial;
	text-transform:uppercase;
	text-align: center;
	color: #ffffff;  
	font-weight: bold;
	text-decoration: none;
	background-image: url(../travel_img/button_bg.jpg);
	width:114px;
	height:24px;
	background-repeat: no-repeat;
	background-position:center;
	padding: 0px;
	padding-top:10px;
	vertical-align:middle;
	display: block;
	}

.menudetail a:hover { 
	font: 12px Arial;
	text-transform:uppercase;
	text-align: center;
	color: #000000;  
	font-weight: bold;
	text-decoration: none;
	background-image:url(../travel_img/button_bg.jpg);
	width:114px;
	height:24px;
	background-repeat: no-repeat;
	background-position:center;
	padding: 0px;
	padding-top:10px;
	vertical-align:middle;
	display: block;
	}
	
#paradisebg {
	background-image: url(../promotions/paradise-vacation-waiting.jpg);
	width: 353px;
	height:318px;
	background-repeat: no-repeat;
	color:#FFFFFF; 
	font-size:13px; 
	line-height:21px
	}
	
#paradisehomebg {
	background-image: url(../promotions/vacation_deal_promo.jpg);
	width: 452px;
	height:249px;
	background-repeat: no-repeat;
	color:#FFFFFF; 
	font-size:13px; 
	line-height:21px
	}
	
#airpromobg {
	background-image: url(../promotions/cheap-flight-deals.jpg);
	width: 355px;
	height:291px;
	background-repeat: no-repeat;
	color:#FFFFFF; 
	font-size:13px; 
	line-height:25px
	}
	
#vegaspromobg {
	background-image: url(../promotions/las-vegas-weekend-deal.jpg);
	width: 334px;
	height:282px;
	background-repeat: no-repeat;
	color:#FFFFFF; 
	font-size:13px; 
	line-height:24px
	}
	
#greecepromobg {
	background-image: url(../promotions/greece_deal.jpg);
	width: 334px;
	height:282px;
	background-repeat: no-repeat;
	color:#FFFFFF; 
	font-size:14px; 
	line-height:24px
	}
	
#parispromobg {
	background-image: url(../promotions/paris-package-deal.jpg);
	width: 334px;
	height:282px;
	background-repeat: no-repeat;
	color:#FFFFFF; 
	font-size:14px; 
	line-height:24px
	}
	
.lastminutedeals {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	}
	
.lastminutedestination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
	}