﻿/*
#Region "History"
'20100203 - RH - Stylesheet added
#End Region
*/

body 
{
    margin:0;
    padding:0;
    font-size: 100%;
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Helvetica, Arial, sans-serif;
    background: #fff;
    color: #222;
}

input, select,textarea
{
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Helvetica, Arial, sans-serif;
    font-size: 0.75em; 
}


h1, h2, h3, p
{
    padding: 0;
    margin: 0;
}


/* layout */
#holder
{
    width: 980px;
    margin: 0 auto;
    border-top: 0;    
}

.topStrap
{
    height: 82px;
    position: relative;
    background: #fff;
}

.topStrap .logo
{
    position: absolute;
    left: -40px;
}

.topStrap .c2a
{
    position: absolute;
    top:10px;
    right:0;
    height: 62px;
}

.topStrap .c2a .number
{
    text-align: center;
    font-size: 1.9em;
    color: #999;
    letter-spacing:-1px;
}

.topStrap .c2a .submenu
{
    text-align: center;
    font-size: 0.75em;
    font-weight: normal;
    color: #ccc;
}

.topStrap .c2a .submenu a
{
    text-decoration: none;
    color: #999;
}

.topStrap .c2a .submenu a:hover
{
    color: #000;
}

.mast
{
    height: 200px;
    position: relative;
    margin-bottom: 5px;
    z-index: 1;
}

.mast .image
{
    position: absolute;
    top:0;
    left: 0;
    width: 782px;
    height: 168px;
}

.mast .image img
{
    width: 782px;
    height: 168px;
}

.mast .menu
{
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 782px;
    background: #fff;
}

.mast .menu a
{
    color: #eee;
    display: block;
    width: 194px;
    height: 30px;
    line-height: 30px;
    background: #B0B1B3;    
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.7em;
    font-weight:normal;
    text-transform:uppercase;
    position: absolute;
    top: 0;
}

.mast .menu .m1
{
    left:0;
}

.mast .menu .m2
{
    left:196px;
}

.mast .menu .m3
{
    left:392px;
}

.mast .menu .m4
{
    left: 588px;
}

.mast .menu a:hover
{
    background: #999;
    color: #fff;
}

.mast .message
{
    position: absolute;
    top:0;
    right:0;
    background: #999 url(/gfx/mast_message_background.png);
    background-repeat: repeat-x;
    width: 196px;
    height: 200px;
    color: #fff;
    font-size: 1em;
    text-align: center;
}


.breadcrumbs
{
    margin-left: 5px;
    font-size: 0.6em;
    margin-bottom: 5px;
    padding: 3px 0;
} 

.foot
{
    clear: both;
    margin-top: 10px;
    height: 30px;
    background: #fff;   
    text-transform: uppercase;
    margin-bottom: 10px; 
}

.foot a
{
    display: block;
    width: 155px;
    background: #B0B1B3;   
    color: #eee;
    float: left;
    height: 35px;
    line-height: 15px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.7em;
    margin-right: 1px;
    text-decoration: none;
}

.foot a:last-child
{
    width: 196px;
    margin: 0;
}

.foot a:hover
{
    background: #999;   
    color: #fff;
}

.dest_link
{
	 color: #CCCCCC;
}

.newsletter
{
	 color: White;
	 background-image:url(/gfx/Newsletter3.jpg); 
	 background-repeat:no-repeat;
	 height:126px;
	 line-height:7px;
	 padding-left:35px;
	 padding-top:65px;

}

.newsletter .button

{ 
	
	 bottom: 5px;
	 margin-left:25px;
	 font-size:0.7em;
	 line-height:35px;	
	 margin-top:15px;
  
}

/* layout */

#BlackOut
{
    background-color:#fff;
    background-color:#fff;
    background-color:#000;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#Wait
{
    position: absolute;
    top: 150px;   
    width: 600px;	
    left: 50%;
    margin-left: -300px;
    z-index: 300;   
    color:#999;   
}

#Wait .Head
{
	padding: 5px;
	background: url(/gfx/wait_head_background.png);	
	background-repeat: no-repeat;
	background-position: top;	
	color: #244773;
    font-size: 1.2em;
}

#Wait .Foot
{	
    padding: 5px;
	background: url(/gfx/wait_foot_background.png);	
	background-repeat: no-repeat;
	background-position: bottom;	
}

#Wait .Body
{
    padding: 5px;
    background:#fff;
}

#Warning
{
    position: absolute;
    top: 200px;
    background:#fff;
    width: 300px;
    left: 50%;
    margin-left:-150px;   
    z-index: 300;
    border: 1px solid #900;
    border-bottom: 2px  solid #900;
}

#Warning .Head
{
    font-size: 1em;
    padding: 3px;
    font-weight: bold;
    color: #c00;
}

#Warning .Body
{
    font-size: 0.75em;
    padding: 3px;
    text-align: left;
}

#Warning .Foot
{
    font-size: 0.75em;
    text-align: right;
    padding: 3px;    
}

#Message
{
    position: absolute;
    top: 200px;
    background:#fff;
    width: 300px;
    left: 50%;
    margin-left:-150px;   
    z-index: 300;
    border: 1px solid #93C462;
    border-bottom: 1px solid #93C462;
}

#Message .Head
{
    font-size: 1em;
    padding: 3px;
    font-weight: bold;
    color: #93C462;
}

#Message .Body
{
    font-size: 0.75em;
    padding: 3px;
    text-align: left;
}

#Message .Foot
{
        font-size: 0.75em;
    text-align: right;
    padding: 3px;    
}

.mast .message ul
{
    position: absolute;
    top: 50px;
    left: 20px;
    width: 140px;
    padding-left:20px;
}

.mast .message li
{
    margin: 0 0 5px 0;
    padding: 0;
    text-align:left;
}

.mast .message .logos
{
    position: absolute;
    bottom:0;
    width: 200px;
    text-align:center;
    height: 40px;
}

.botstrap
{
    font-size: 0.6em;
    text-align: center;
    margin-bottom: 30px;
}

.left
{
    width: 194px;
    float: left;
    z-index:-1;
}

.main
{
    padding: 0;
    float: right;
    width: 769px;
    z-index:-1;
}

h1
{
    color: #244773;
    font-size: 1.2em;
    text-transform: none;
    margin-bottom: 0.5em;
    font-weight: normal;
}

h2
{
    color: #244773;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

h3
{
    color: #244773;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

ul
{
    font-size: 0.75em;
    
}

li
{
    text-align: justify;
}


a 
{
    color: #244773;
}

a:hover
{
    color: #000;
}

.AccomLink 
{
    background: url(/gfx/Link_Arrow.gif);
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: left;
}


.button
{
    background: #244773 url(/gfx/button_background.png);
    color:#fff;
    cursor: pointer;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
}

.buttonBold
{
    background: #244773 url(/gfx/button_background.png);
    color:#fff;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
}

.idmage
{
    background: #fff;   
    padding: 2px;
    border: 1px solid #244773;
}




p
{
    font-size: 0.75em;
    margin-bottom: 0.5em;
    text-align: justify; 
}

.inlineWarning
{
    background: #fee url(/gfx/inlineWarning_background.png);
    color: #600;
    border-bottom: 1px solid #900;
    padding: 3px;
    font-size: 0.75em;
    font-weight: bold;
    margin: 10px 0;
}

.line
{
    display: block;
    border-bottom: 1px solid #7897BC;
    margin: 0.5em 0 0.5em 0;
}

.c
{
    text-align: center;
}

.r
{
    text-align: right;
}

.b
{
    font-weight: bold;   
}

.i
{
    font-style:italic;
}

.content a
{
    color: #938E87;
    font-weight: bold;
}

.content a:hover
{
    color:#000;
}

.layoutTable
{
    width: 100%;
    border-collapse: collapse;
    margin:0;
    padding:0;
    border:0;
}

.layoutTable td
{
    margin:0;
    padding:0;
    border:0;
}

.sponsored
{
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}

.sponsored .Head
{
    background: #B0B1B3;
    height: 6px;
}

.sponsored .Body
{
    height: 103px;
}

.sponsored img
{
    border: 0;
}

.sponsored .Foot
{  
    background-image: url(/gfx/sponsored_background.png);
    background-position: bottom;
    background-repeat: no-repeat;
}


.sponsored .text1
{
    font-size: 0.75em;
    text-align: center;
    color: #eee;
    text-decoration: none;
    padding: 2px;
}

.sponsored .text3
{
    font-size: 0.75em;
    text-align: center;
    color: #eee;
    text-decoration: none;
    padding: 2px;
}

.sponsored .text2
{    
    font-size: 1.1em;
    text-align: center;
    vertical-align: middle;    
    color: #fff;
    text-transform: uppercase;
    padding: 2px;
}

.offer
{
    background: url(/gfx/offer_background.png);
    width:260px;
    height: 190px;
    float: left;
    margin: 25px 0;
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 1;
}

.offer .Head
{
    position:absolute;
    top:-25px;
}

.col0
{
    float: left;   
}

.col1
{
    float: right;
}

.offer img
{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 240px;
    height: 120px;
    border:0;
    border-bottom:0px solid #eee;
}

.offer .text1
{
    position:absolute;
    top: 132px;
    width: 230px;
    height: 20px;
    left:15px;
    font-size: 0.75em;
    text-align: left;
    vertical-align: middle; 
    color: #fff;
}

.offer .text2
{
    position:absolute;
    top: 148px;
    width: 230px;
    height: 20px;
    left:15px;
    font-size: 0.75em;
    text-align: left;
    vertical-align: middle;    
    color: #fff;
    text-transform: uppercase;
}

.offer .text3
{
    position:absolute;
    top: 152px;
    width: 230px;
    height: 20px;
    left:15px;
    font-size: 0.75em;
    text-align: left;
    vertical-align: middle;    
    color: #fff;    
}

.offer .text4
{
    position:absolute;
    top: 172px;
    width: 230px;
    height: 20px;
    left:15px;
    font-size: 0.75em;
    text-align: left;
    vertical-align: middle;    
    color: #fff;
    
}

.offer .price
{
    position: absolute;
    bottom: 5px;
    right:15px;
    
}

.offer .price .small
{
    float:right;
    margin-right: 2px;
    font-size: 0.7em;
    padding-top: 0.7em;
    color: #fff;
    font-weight: bold;
}

.offer .price .big
{
    float: right;
    font-size: 1.2em;
    color: #003865;
    font-weight: bold; 
}

#destinationList td
{
    vertical-align: top;
    margin-right:20px;
}
    
#destinationsList
{
    z-index: 999;
    position: absolute;
    top: 201px;
    left: 0;
    width: 782px;
    border-bottom: 1px solid #666;
    background: #B0B1B3;
}

#destinationsList a
{
    display: block;
    padding: auto;
    text-align: left;
    height: auto;
    padding: 3px;
    color: #eee;
    font-size: 0.7em;
   
}

#destinationsList .DestinationMenu_Country
{
	font-weight:bold; 
	color: #244773;
	text-transform: uppercase;
}

#destinationsList .DestinationMenu_Region
{
	
	color:#244773;
	background: url(/gfx/Link_Arrow_Menu.gif) no-repeat left ;
	padding-left: 12px;

	text-decoration:none;

	
	
}

#destinationsList a:hover
{
    color: #fff;
    background: #999;
}

.Content_Page
{
	width:555px; 
    float:left;	
}




.Content_Menu
{
	width:196px; 
    float:right; 
}

.Content_Menu a  
{
    color: #244773;
    font-size: 0.8em;
    background: url(/gfx/Link_Arrow.gif);
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: left;
    
}


.clear
{
    clear: both;
}




.NewsHolder
{
    border-left:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    border-right:solid 1px #EFEFEF;
    text-align: center;
}

.News
{
    margin-bottom: 10px;
}

.News .Head 
 {   
    text-align: left;
    font-size: 1em;
    color: #003865;
    font-weight: bold; 
    padding: 3px;
}

.News .Body
{
    text-align: left;
    font-size: 0.75em;
    padding: 3px;
}

.News .Foot 
{
	text-align: right;
	font-size: 0.75em;
	padding: 3px;
}


.box
{
    position: relative;
	padding:5px;
	border:solid 2px #ccc;    
    background: #eee;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;   
}


.TotalPrice
{
    font-size: 1.4em;
    color:#871114;
}

.paging
{
    text-align: center;
    font-size: 0.75em;
    margin: 1em 0 1em 0;
}

.paging a
{
    padding: 3px; 
    border: 1px solid #ddd;
    background: #eee;
    margin-left: 5px;
    color: #000;
    text-decoration: none;
}

.paging a:hover
{
    color: #871114;
}

.paging .disabled
{
    padding: 3px; 
    border: 1px solid #ddd;
    background: #eee;
    margin-right: 5px;
    color: #666;
}

.errorBox
{
    display:block;
    width:90%;
    margin: 0 auto;
    height: 400px;
}



 

/* confirm screen stuff */

.red_bar
{
width:475px;
height:18px;

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
background-color:#85151a;
padding-left:15px;
padding-top:2px;
margin-bottom:5px;
margin-top:10px;
}
.orange_bar
{
width:475px;
height:18px;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#ffffff;
background-color:#244773;
padding-left:15px;
padding-top:2px;
margin-bottom:5px;
}
.board_bar
{
width:475px;
height:auto;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;

padding-left:15px;
margin-bottom:5px;
}
.date
{
width:83px;
height:auto;
float:left;
}
.date2
{
width:110px;
height:auto;
float:left;
}
.route
{
width:140px;
height:auto;
float:left;
}
.route2
{
width:190px;
height:auto;
float:left;
}
.flight_times
{
width:150px;
height:auto;
float:left;
}
.flight_details
{
width:100px;
height:auto;
float:left;
}
.bar
{
width:490px;
height:18px;
float:left;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#85151a;
margin-bottom:15px;
}

   
  
