var ref_style = '<STYLE TYPE="text/css" REL="stylesheet">'+'\n'+
'body{ '+'\n'+
'	margin: 0px; '+'\n'+
'	padding: 0px; '+'\n'+
'} '+'\n'+
//Paiement page - adresse textarea
'TEXTAREA.content_free{ '+'\n'+
'	font-size: 9pt; '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'} '+'\n'+
//Infos passagers page - commentaires
'TEXTAREA.content_textarea{ '+'\n'+
'	font-size: 9pt; '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	height: 30px; '+'\n'+
'	width: 260px; '+'\n'+
'} '+'\n'+
//input type text
'INPUT.content_text{ '+'\n'+
'	font-size: 9pt; '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	height: 18px; '+'\n'+
'} '+'\n'+
//input type checkbox
'INPUT.check{ '+'\n'+
'	font-size: 9pt; '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	height: 18px; '+'\n'+
'}	 '+'\n'+
//input type select
'SELECT.content_listbox{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif;  '+'\n'+
'	font-size:11px;  '+'\n'+
'	color:#000000;  '+'\n'+
'	background-color:#FFFFFF; '+'\n'+
'	height:19px;  '+'\n'+
'} '+'\n'+
'SELECT{ '+'\n'+
'	font-size: 9pt; '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	height: 12px; '+'\n'+
'} '+'\n'+
//mandatory fields (champs obligatoires) or * ...
'.mandatoryfield{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	color: #FF7901; '+'\n'+
'} '+'\n'+
//general text, used generally for td tags ...
'.normal{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	color: #585757; '+'\n'+
'	font-weight: normal; '+'\n'+
'} '+'\n'+
'.normalColoredBg{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	color: #585757; '+'\n'+
'	font-weight: normal; '+'\n'+
'	background-color: #E8F2F8; '+'\n'+
'} '+'\n'+
'.normalSmallColoredBg{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 11px; '+'\n'+
'	color: #585757; '+'\n'+
'	background-color: #E8F2F8; '+'\n'+
'} '+'\n'+
//EXAMPLE: In availability - (Prix TTC par adulte)
'.normalbold{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	color: #585757; '+'\n'+
'	font-weight: bold; '+'\n'+
'} '+'\n'+
//EXAMPLE: In availability - Résultats trouvés
'.normalboldWithBgColor { '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	color: #000000; '+'\n'+
'	font-weight: bold; '+'\n'+
'	background-color: #E8F2F8; '+'\n'+
'} '+'\n'+
//EXAMPLE: In Search page - week day name (lundi, mardi ...)
'.normalItal{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	font-style: italic; '+'\n'+
'} '+'\n'+
//EXAMPLE: In availability - number of pages 1,2,...
'.bleugras{ '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 13px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #2189C6; '+'\n'+
'} '+'\n'+
'.bleunormal{ '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 13px; '+'\n'+
'	font-weight: normal; '+'\n'+
'	color: #2189C6; '+'\n'+
'} '+'\n'+
'.bleunormalPrice{ '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 13px; '+'\n'+
'	font-weight: normal; '+'\n'+
'	color: #FF0000; '+'\n'+
'} '+'\n'+
'.bleugrassmaller{ '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 12px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #585757; '+'\n'+
'	text-decoration: none; '+'\n'+
'} '+'\n'+
'.bleugrassmaller2{ '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 12px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #FFFFFF; '+'\n'+
'	text-decoration: none; '+'\n'+
'} '+'\n'+
'.blancgrosbold { '+'\n'+
'	font-family: Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 15px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #FFFFFF; '+'\n'+
'	height: 16px; '+'\n'+
'	line-height: 1px; '+'\n'+
'} '+'\n'+
'.bleufoncenormal { '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 12px; '+'\n'+
'	color: #002F70; '+'\n'+
'} '+'\n'+
'.bleusmall { '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 11px; '+'\n'+
'	font-weight: normal; '+'\n'+
'	color: #F79B1D; '+'\n'+
'} '+'\n'+
'.darkBackground { '+'\n'+
'	background-color: #F79B1D; '+'\n'+
'} '+'\n'+
'.unabledBackground { '+'\n'+
'	background-color: #F6F6F6; '+'\n'+
'} '+'\n'+
'.errorStyle{ '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 14px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #A51C21; '+'\n'+
'} '+'\n'+
'.message { '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	color: #A51C21; '+'\n'+
'	font-weight: bold; '+'\n'+
'	font-size: 14px; '+'\n'+
'} '+'\n'+
'.warning { '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 14px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #CBC435; '+'\n'+
'} '+'\n'+
'.error { '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 14px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #FF9933; '+'\n'+
'} '+'\n'+
'.blancbold { '+'\n'+
'	font-family: Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 12px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #FFFFFF; '+'\n'+
'	height: 16px; '+'\n'+
'	line-height: normal; '+'\n'+
'} '+'\n'+
'.blancgros { '+'\n'+
'	font-family: Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 15px; '+'\n'+
'	font-weight: normal; '+'\n'+
'	color: #FFFFFF; '+'\n'+
'	height: 16px; '+'\n'+
'	line-height: normal; '+'\n'+
'} '+'\n'+
'.blancnormal{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	font-weight: normal; '+'\n'+
'	color: #FFFFFF; '+'\n'+
'	height: 16px; '+'\n'+
'} '+'\n'+
'.normalsmall{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 11px; '+'\n'+
'	color: #585757; '+'\n'+
'} '+'\n'+
//EXAMPLE: Informations passagers page - text in commentaire passagers bloc
'.Grissmall{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 11px; '+'\n'+
'	color: #747474; '+'\n'+
'} '+'\n'+
//Availability page, price line
'.highlit{ '+'\n'+
'	background-color: #F79B1D; '+'\n'+
'	height: 1px; '+'\n'+
'} '+'\n'+
//Availability page, price line
'.nohighlit{ '+'\n'+
'	background-color: #3288BD; '+'\n'+
'	height: 1px; '+'\n'+
'} '+'\n'+
//Availability page, bgcolor result table
'.tableBg{ '+'\n'+
'	background-color: #FFFFFF; '+'\n'+
'} '+'\n'+
'.blocResaTDhaut{ '+'\n'+
'	background-color: #F79B1D; '+'\n'+
'	font-family: Verdana, Arial, Helvetica, Sans-Serif; '+'\n'+
'	font-size: 12px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #FFFFFF; '+'\n'+
'	line-height: normal; '+'\n'+
'	height: 16px; '+'\n'+
'} '+'\n'+
'.blocResaTDbas { '+'\n'+
'	background-color: #3288BD; '+'\n'+
'	height: 7px; '+'\n'+
'} '+'\n'+
'.fondRubrikGrisClair { '+'\n'+
'	background-color: #E8F2F8; '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	border: #3288BD; '+'\n'+
'} '+'\n'+
'.pixBorderCouleurFonceTitre{ '+'\n'+
'	background-color: #E8F2F8; '+'\n'+
'} '+'\n'+
' '+'\n'+
'.pixBorderCouleurFonce{ '+'\n'+
'	background-color: #3288BD; '+'\n'+
'} '+'\n'+
'.fondBorderGris{ '+'\n'+
'	background-color: #3288BD; '+'\n'+
'	width: 1px; '+'\n'+
'} '+'\n'+
'.fondCouleurClair{ '+'\n'+
'	background-color: #FFFFFF; '+'\n'+
'} '+'\n'+
'.fondtableautitre{ '+'\n'+
'	background-color: #E8F2F8; '+'\n'+
'} '+'\n'+
'.fdCouleurFonce{ '+'\n'+
' '+'\n'+
'	background-color: #3288BD; '+'\n'+
'} '+'\n'+


////////////////////////////////////////////////////////////////////////////////////////
////////				TABLE CORNERS				////////
////////////////////////////////////////////////////////////////////////////////////////
//4 corners of a table
'.coinHG{ '+'\n'+
'	background-color: #F0EEED; '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/corner_top_left.gif); '+'\n'+
'	background-repeat: no-repeat; '+'\n'+
'	height: 1px; '+'\n'+
'	width: 1px; '+'\n'+
'} '+'\n'+
'.coinHD{ '+'\n'+
'	background-color: #F0EEED; '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/corner_top_right.gif); '+'\n'+
'	height: 1px; '+'\n'+
'	width: 1px; '+'\n'+
'} '+'\n'+
'.coinBD{ '+'\n'+
' '+'\n'+
'	background-color: #F0EEED; '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/corner_bottom_right.gif); '+'\n'+
'	height: 1px; '+'\n'+
'	width: 1px; '+'\n'+
'} '+'\n'+
'.coinBG{ '+'\n'+
'	background-color: #F0EEED; '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/corner_bottom_left.gif); '+'\n'+
'	height: 1px; '+'\n'+
'	width: 1px; '+'\n'+
'} '+'\n'+

////////////////////////////////////////////////////////////////////////////////////////
////////			HEADER  					////////
////////////////////////////////////////////////////////////////////////////////////////
'.header{ '+'\n'+
'	visibility:visible; '+'\n'+
'	z-index:9999; '+'\n'+
'} '+'\n'+

////////////////////////////////////////////////////////////////////////////////////////
////////			FOOTER  					////////
////////////////////////////////////////////////////////////////////////////////////////
'.footer{ '+'\n'+
'	visibility:visible; '+'\n'+
'	z-index:999; '+'\n'+
'	position:absolute; left:0px; '+'\n'+
'} '+'\n'+


////////////////////////////////////////////////////////////////////////////////////////
////////			SPECIFIC IMAGES					////////
////////////////////////////////////////////////////////////////////////////////////////
				
//-----------RECHERCHE PAGE-----------//
//-----------all the classes will be terminated with _advancedSearch-----------//
//big title top image
'.titleTop_advancedSearch{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_search.gif); '+'\n'+
'	height:43px; '+'\n'+
'	width:617px; '+'\n'+
'} '+'\n'+
//validate search image bottom
'.searchImage_advancedSearch{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/validate_advanced.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:223px; '+'\n'+
'	align:right; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.hiddenBg_advancedSearch{ '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 12px; '+'\n'+
'	font-style: italic; '+'\n'+
'	border-bottom:0; '+'\n'+
'	border-left:0; '+'\n'+
'	border-right:0; '+'\n'+
'	border-top:0; '+'\n'+
'	background-color:#E8F2F8; '+'\n'+
'} '+'\n'+
'.notHiddenBg_advancedSearch{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #585757; '+'\n'+
'	border-bottom:0; '+'\n'+
'	border-left:0; '+'\n'+
'	border-right:0; '+'\n'+
'	border-top:0; '+'\n'+
'	background-color:#E8F2F8; '+'\n'+
'} '+'\n'+
'.notHiddenBgNotBold_advancedSearch{ '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 10px; '+'\n'+
'	color: #585757; '+'\n'+
'	border-bottom:0; '+'\n'+
'	border-left:0; '+'\n'+
'	border-right:0; '+'\n'+
'	border-top:0; '+'\n'+
'	background-color:#E8F2F8; '+'\n'+
'} '+'\n'+

//-----------TARIFS PAGE-----------//
//-----------all the classes will be terminated with _availability-----------//
//big title top image
'.titleTop_availability{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_availability.gif); '+'\n'+
'	height:43px; '+'\n'+
'	width:617px; '+'\n'+
'} '+'\n'+
//modify criterias button
'.modifyCriteria_availability{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/criteria_availability.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:161px; '+'\n'+
'	align:absmiddle; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
//all companies button
'.allCompanies_availability{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/allCompanies.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:167px; '+'\n'+
'	align:right; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
//-----------INFOS PASSAGERS PAGE-----------//
//-----------all the classes will be terminated with _fare-----------//
//big title top image
'.titleTop_fare{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_fare.gif); '+'\n'+
'	height:43px; '+'\n'+
'	width:617px; '+'\n'+
'} '+'\n'+
'.logoInsurance { '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/logo_elvia.gif); '+'\n'+
'	height:16px; '+'\n'+
'	width:87px; '+'\n'+
'} '+'\n'+
'.validate_fare{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/continuer.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:89px; '+'\n'+
'	align:right; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+

//-----------PAIEMENT PAGE-----------//
//-----------all the classes will be terminated with _payment-----------//
//big title top image
'.titleTop_payment{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_payment.gif); '+'\n'+
'	height:43px; '+'\n'+
'	width:617px; '+'\n'+
'} '+'\n'+
'.validate_payment{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/confirmer.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:183px; '+'\n'+
'	align:right; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+

//-----------CONFIRMATION PAGE-----------//
//-----------all the classes will be terminated with _confirm-----------//
//big title top image
'.titleTop_confirm{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_confirm.gif); '+'\n'+
'	height:43px; '+'\n'+
'	width:617px; '+'\n'+
'} '+'\n'+

//-----------FLIGHT HOMEPAGE-----------//
//-----------all the classes will be terminated with _vols--------------//
//big title top image
'.ongletPlans_vols{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/onglet_plans.gif); '+'\n'+
'	height:29px; '+'\n'+
'	width:298px; '+'\n'+
'} '+'\n'+
'.plusOffres_vols1{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/plus_offres_white.gif); '+'\n'+
'	height:13px; '+'\n'+
'	width:56px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.plusOffres_vols2{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/plus_offres_gray.gif); '+'\n'+
'	height:13px; '+'\n'+
'	width:56px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.toutesOffres_vols{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/toutes_offres.gif); '+'\n'+
'	height:13px; '+'\n'+
'	width:107px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.title_vols{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_home_vol.gif); '+'\n'+
'	height:43px; '+'\n'+
'	width:612px; '+'\n'+
'} '+'\n'+
'.plusCriteres_vols{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/plus_criteres.gif); '+'\n'+
'	height:10px; '+'\n'+
'	width:72px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.search_vols{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/search.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:104px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.titleOffres_vols{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_offres.gif); '+'\n'+
'	height:23px; '+'\n'+
'	width:612px; '+'\n'+
'} '+'\n'+


//-----------PROMOTION 	-----------//
//-----------all the classes will be terminated with _promotion.jsp--------------//
'.title_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_promar.gif); '+'\n'+
'	height:43px; '+'\n'+
'	width:612px; '+'\n'+
'} '+'\n'+
'.fondCalendMois_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/fd_calend_mois.gif); '+'\n'+
'} '+'\n'+
'.fondCalendJours_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/fd_calend_jours.gif); '+'\n'+
'	height:15px; '+'\n'+
'	width:278px; '+'\n'+
'} '+'\n'+
'.fondCalendDates_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/fd_calend_dates.gif); '+'\n'+
'} '+'\n'+
'.aller_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/1_aller.gif); '+'\n'+
'	height:31px; '+'\n'+
'	width:303px; '+'\n'+
'} '+'\n'+
'.retour_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/2_retour.gif); '+'\n'+
'	height:31px; '+'\n'+
'	width:303px; '+'\n'+
'} '+'\n'+
'.passagers_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/2_passagers.gif); '+'\n'+
'	height:32px; '+'\n'+
'	width:611px; '+'\n'+
'} '+'\n'+
'.passagers_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/3_passagers.gif); '+'\n'+
'	height:32px; '+'\n'+
'	width:611px; '+'\n'+
'} '+'\n'+
'.legende_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/legende.gif); '+'\n'+
'	height:16px; '+'\n'+
'	width:344px; '+'\n'+
'} '+'\n'+
'.ttesNosPromos_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/toutes_nos_promos.gif); '+'\n'+
'	height:13px; '+'\n'+
'	width:107px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.search_promotion{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/search_promotion.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:151px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.calendar_promotion{ '+'\n'+
'	text-decoration:none; '+'\n'+
'	color:#000000; '+'\n'+
'} '+'\n'+
'.flightTitle_promotion{ '+'\n'+
'	font-size:14px;  '+'\n'+
'	color:#2189C6; '+'\n'+
'	font-weight: bold;  '+'\n'+
'	font-family:Arial,Helvetica,sans-serif;  '+'\n'+
'} '+'\n'+
'.test{ '+'\n'+
'	background-color: #F63100; '+'\n'+
'} '+'\n'+
//must not be changed ! promotion page, white background for the air company logo
'.whiteBg_promotion{ '+'\n'+
'	background-color: #FFFFFF; '+'\n'+
'} '+'\n'+
'div#hold { '+'\n'+
'	position:relative;  '+'\n'+
'	overflow:hidden; '+'\n'+
'	width:280px;  '+'\n'+
'	height:126px;  '+'\n'+
'	z-index:100 '+'\n'+
'} '+'\n'+
'div#lyr1 { '+'\n'+
'	position:relative; '+'\n'+
'	width:280px; '+'\n'+
'	height:125px; '+'\n'+
'	z-index: 2; '+'\n'+
'} '+'\n'+
/*'div#lyr1 a:hover{ '+'\n'+
'	background-color: #F63100; '+'\n'+
'	width: 17px; '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 11px; '+'\n'+
'	font-weight: normal; '+'\n'+
'	color: #FFFFFF; '+'\n'+
'} '+'\n'+*/
'div#lyr1 table#nav a:hover{ '+'\n'+
'	background-color: #E5E5E5; '+'\n'+
'	height: 10px; '+'\n'+
'	width: 17px; '+'\n'+
'} '+'\n'+
'div#lyr2 a:hover{ '+'\n'+
'	background-color: #F63100; '+'\n'+
'	height: 15px; '+'\n'+
'	width: 17px; '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 11px; '+'\n'+
'	font-weight: normal; '+'\n'+
'	color: #FFFFFF; '+'\n'+
'} '+'\n'+
'div#lyr2 table#nav a:hover{ '+'\n'+
'	background-color: #E5E5E5; '+'\n'+
'	height: 10px; '+'\n'+
'	width: 17px; '+'\n'+
'} '+'\n'+
'div#wn1	{ '+'\n'+
'	position:relative; '+'\n'+
'	left:0px;  '+'\n'+
'	width:280px;  '+'\n'+
'	height:126px;  '+'\n'+
'	clip:rect(0px, 280px, 126px, 0px);  '+'\n'+
'	overflow:hidden; '+'\n'+
'	z-index:2;  '+'\n'+
'} '+'\n'+
'div#hold2 { '+'\n'+
'	position:relative;  '+'\n'+
'	overflow:hidden; '+'\n'+
'	width:280px;  '+'\n'+
'	height:126px;  '+'\n'+
'	z-index:100 '+'\n'+
'} '+'\n'+
'div#lyr2 { '+'\n'+
'	position:relative; '+'\n'+
'	width:280px; '+'\n'+
'	height:125px; '+'\n'+
'	z-index: 2; '+'\n'+
'} '+'\n'+
'div#wn2	{ '+'\n'+
'	position:relative; '+'\n'+
'	left:0px;  '+'\n'+
'	width:280px;  '+'\n'+
'	height:126px;  '+'\n'+
'	clip:rect(0px, 280px, 126px, 0px);  '+'\n'+
'	overflow:hidden; '+'\n'+
'	z-index:2;  '+'\n'+
'} '+'\n'+
'.orangeBigGras { '+'\n'+
'	font-family: Arial, Helvetica, sans-serif; '+'\n'+
'	font-size: 18px; '+'\n'+
'	font-weight: bold; '+'\n'+
'	color: #FF9933; '+'\n'+
'} '+'\n'+
'.style1{ '+'\n'+
'	color:#CCCCCC; '+'\n'+
'} '+'\n'+
'.selectedCell{ '+'\n'+
'	text-decoration:none; '+'\n'+
'	color:#FFFFFF; '+'\n'+
'} '+'\n'+
'.unSelectedCell{ '+'\n'+
'	text-decoration:none; '+'\n'+
'	color:#000000; '+'\n'+
'} '+'\n'+

//-----------AVAILABILITY-PROMOTION 	-----------//
//-----------all the classes will be terminated with _av_promo--------------//
'.modify_av_promo{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/modify_av_promo.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:160px; '+'\n'+
'} '+'\n'+
'.select_av_promo{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/select_av_promo.gif); '+'\n'+
'	height:20px; '+'\n'+
'	width:99px; '+'\n'+
'} '+'\n'+

////////////////////////////////////////////////////////////////////////////////////////
////////			GENERIC IMAGES					////////
////////////////////////////////////////////////////////////////////////////////////////
//big title bottom image
'.titleBottom{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/title_bas.gif); '+'\n'+
'	height:8px; '+'\n'+
'	width:14px; '+'\n'+
'} '+'\n'+
//exclu image
'.exclusivity{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/exclu31x23.gif); '+'\n'+
'	height:23px; '+'\n'+
'	width:31px; '+'\n'+
'} '+'\n'+
//fleche transparente
'.flecheTransparent{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/flech_selec_transp.gif); '+'\n'+
'	height:16px; '+'\n'+
'	width:13px; '+'\n'+
'	vertical-align:middle; '+'\n'+
'} '+'\n'+
//left of the price line in availability page 
'.leftTab{ '+'\n'+
'	background-image: url(/img/whiteLabel/GenvieVoyages/tab_g_transp.gif); '+'\n'+
'	height:16px; '+'\n'+
'	width:8px; '+'\n'+
'} '+'\n'+
//colored points, usually used vertically
'.pointilleCouleur { '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/pointille_bleu.gif); '+'\n'+
'	width:1px; '+'\n'+
'	height:1px; '+'\n'+
'} '+'\n'+
//colored points, usually used vertically
'.pointilleCouleurRepeated { '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/pointille_bleu.gif); '+'\n'+
'	width:1px; '+'\n'+
'	height:1px; '+'\n'+
'	background-repeat: repeat-y; '+'\n'+
'} '+'\n'+
//in availability page
//precedent fleche
'.precedent{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/precedent.gif); '+'\n'+
'	width:85px; '+'\n'+
'	height:14px; '+'\n'+
'} '+'\n'+
//suivant fleche
'.suivant{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/suivant.gif); '+'\n'+
'	width:70px; '+'\n'+
'	height:14px; '+'\n'+
'} '+'\n'+
//conditions
'.conditions{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/conditions.gif); '+'\n'+
'	width:113px; '+'\n'+
'	height:12px; '+'\n'+
'} '+'\n'+
//cliquez ici
'.clickHere{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/cliquez_ici.gif); '+'\n'+
'	width:65px; '+'\n'+
'	height:16px; '+'\n'+
'} '+'\n'+
//confirmer
'.confirm{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/confirm.gif); '+'\n'+
'	width:81px; '+'\n'+
'	height:20px; '+'\n'+
'} '+'\n'+
//cadenas
'.cadenas{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/cadenas.gif); '+'\n'+
'	width:12px; '+'\n'+
'	height:16px; '+'\n'+
'} '+'\n'+
//savoir plus
'.savoirPlus{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/savoirPlus.gif); '+'\n'+
'	width:72px; '+'\n'+
'	height:14px; '+'\n'+
'} '+'\n'+
//paiement page, layer added when mouse over the validate image
'.layerConfirmPayment{ '+'\n'+
'	position:relative; '+'\n'+
'	width:200px; '+'\n'+
'	height:50px; '+'\n'+
'	z-index:1;  '+'\n'+
'	background-color: #E8F2F8;  '+'\n'+
'	layer-background-color: #E8F2F8;  '+'\n'+
'	border: 0px none #000000;  '+'\n'+
'	visibility:hidden;  '+'\n'+
'	left: 50;  '+'\n'+
'	top: 10; '+'\n'+
'	font-family: Verdana,Arial,Helvetica,Sans-Serif; '+'\n'+
'	font-size: 11px; '+'\n'+
'	color: #666666; '+'\n'+
'} '+'\n'+
//BEGIN MASTER PRICER EROROR MESSAGES
//exclamation mark color1
'.errorCadre{ '+'\n'+
'	background-color: #A51C21; '+'\n'+
'} '+'\n'+
'.exclamation1{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/excla1.gif); '+'\n'+
'	width:30px; '+'\n'+
'	height:28px; '+'\n'+
'} '+'\n'+
'.exclamation2{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/excla2.gif); '+'\n'+
'	width:30px; '+'\n'+
'	height:28px; '+'\n'+
'} '+'\n'+
'.cross{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/croix.gif); '+'\n'+
'	width:30px; '+'\n'+
'	height:28px; '+'\n'+
'} '+'\n'+
//END MASTER PRICER ERROR MESSAGES
'.header{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/header.gif); '+'\n'+
'	width:1002px; '+'\n'+
'	height:89px; '+'\n'+
'} '+'\n'+
'.footer{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/footer.gif); '+'\n'+
'	width:1002px; '+'\n'+
'	height:115px; '+'\n'+
'} '+'\n'+
'.close{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/close.gif); '+'\n'+
'	width:61px; '+'\n'+
'	height:17px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.calendar{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/pic195.gif); '+'\n'+
'	width:13px; '+'\n'+
'	height:14px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
'.calendarGrey{ '+'\n'+
'	background:url(/img/whiteLabel/GenvieVoyages/pic195_grey.gif); '+'\n'+
'	width:13px; '+'\n'+
'	height:14px; '+'\n'+
'	border:0; '+'\n'+
'} '+'\n'+
////////////////////////////////////////////////////////////////////////////////////////
////////			CALENDAR					////////
////////////////////////////////////////////////////////////////////////////////////////
//generally not changed !!!!
'.CalHead {cursor:default; text-align:center; font:bold 7.5pt Tahoma, Verdana, sans-serif; color:#FFFFFF;} '+'\n'+
'.CalCell {cursor:hand; text-align:center;} '+'\n'+
'.CellAnchor {text-decoration:none; font:9pt verdana;} '+'\n'+
'.WeekHead {cursor:default; text-align:center; font:bold 10pt arial; color:cyan;} '+'\n'+
'.WeekCol {cursor:default; text-align:center; font:bold 9pt arial; background:cyan;} '+'\n'+
'.MonthNav {vertical-align:middle; height:22; width:18; font:10pt Fixedsys; color:black;font-weight:bold;} '+'\n'+
'A.MonthNav:hover {color:yellow} '+'\n'+
'A.MonthNav:active {color:red} '+'\n'+
'.CalTop {text-align:center;} '+'\n'+
'.CalMiddle {} '+'\n'+
'.CalBottom {text-align:center;} '+'\n'+
'.CalTitle {vertical-align:middle; font:10pt arial; color:black;} '+'\n'+
'.FreeDiv {} '+'\n'+
'.Today {text-decoration:none; font:bold 10pt verdana; color:white;} '+'\n'+
'A.Today:hover {color:yellow;} '+'\n'+
'A.Today:active {color:red;}'+'\n'+
//generally changed !!!!!
//calendar background
'calBg{ '+'\n'+
'	background-color:#FFFFFF; '+'\n'+
'} '+'\n';
ref_style = ref_style + '</STYLE>';
//there are three colors
//gcCellBG : dark color
//gcCellBG : medium color
//gcSatBG : light color
ref_style = ref_style + '<SCRIPT language="javascript">var gcCalFrame="#F79B1D";var gcCellBG="#3288BD";var gcSatBG="#E8F2F8";</SCRIPT>' +'\n';
//END CALENDAR

document.write(ref_style);