﻿/*TULIP*/

/*==============================================================================*/

/*LAYOUT*/

.holder
{
	width: 960px;
	margin: 0 auto;
	border-top:0;
	margin-bottom: 5px;
	

	
}

.head
{
	position: relative;	
	height: 110px;
	background: url(graphics/header_back.jpg);
	background-position: top;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #fff;
	border-top: 0;
	margin-bottom: 0px;
	
}

.image
{
	border: 1px solid #999;
	padding: 3px;
	background: #fff;
}

.logo
{
	position: absolute;
	left: 20px;
	top: 3px;
}

.strap
{
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.c2a
{
	position: absolute;
	right: 10px;
	top: 5px;
}

.menu
{
	background: #0053A0 url(graphics/menuback.gif);
	background-position:top;
	background-repeat: repeat-x ;	
	font-size: 0.8em;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	border-top: 0;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

.menuitem
{
	vertical-align: middle;
	margin: 0 auto;
	height: 30px;
}

.dropdown
{
	border-top: 1px solid #1E77D3;
	border-left: 1px solid #1E77D3;
	border-right: 1px solid #1E77D3;
	background: #3484D7;
	margin:0;
	padding:0;
	font-size: 0.8em;
}

.dropdownitem
{
	border-bottom: 1px solid #1E77D3;
	background: #3484D7;
	margin:0;
	padding:0;
}

.dropdown a
{
	color: #fff;
}

.dropdown a:hover
{
	color: #000;
}

.StaticMenuItemStyle
{
	color: White; 
	/*HorizontalPadding: 5px; 
	ItemSpacing: 1px;*/
}

.menu .StaticSelectedStyle
{
	 /*ForeColor: White; 
	 Font-Bold: True;*/
}

.menu .DynamicSelectedStyle
{
	color: #000;
	font-weight: bold;
}

.menu .DynamicHoverStyle
{	
	background :#fff;
	color: #f00;
}

.menu .DynamicMenuStyle
{
	background: #fff;
	border: 1px solid #999;
	padding: 0px;
}

.menu .DynamicMenuItemStyle
{
	color: #000;
	padding: 2px;
	background: #ddd;
	margin-bottom: 1px;
}

.menu .DynamicHoverStyle
{
	background: #fff;
	color: #f00;
}

.menu .StaticHoverStyle
{
	background: #fff;
	color: #f00;
}




.trail
{
	font-size: 0.75em;
	padding: 3px 0 3px 0;
	margin-bottom: 5px;

}

.content
{	
		

	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	height: auto;
}

.foot
{
	text-align:center;
    font-size: 0.7em;            
	background: url(graphics/footer.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	overflow:hidden;
	border: 1px solid #61A5E9;
	-webkit-border-radius: 5px; /* for Safari */
	-moz-border-radius: 5px; /* for Firefox */
}

/*==============================================================================*/

/*HTML*/
body  
{
	margin:0;
	padding:0;
	color:#222;
	font-family: Sans-Serif;
	font-size: 100%;
	background: url(graphics/main_back.gif);
	background-repeat: repeat-x;
}

.left
{
	margin-left: 300px;	
}

.right
{
	float: left;
	width: 280px;
}

.main
{	
}

.box
{
	border: 1px solid #61A5E9;
	background: #fff;
	padding: 3px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px; /* for Safari */
	-moz-border-radius: 5px; /* for Firefox */
}

.transparentbox
{	
	padding: 3px;
	margin-bottom: 10px;
}

h1
{
	font-size: 1.7em;
	color:#0194D9;
	margin: 0 0 0.5em 0;
	font-family: Verdana ;
	font-weight: normal;	
}

h2
{
	font-size: 1.2em;
	color:#0194D9;
	margin: 0 0 0.5em 0;
	font-family: Verdana ;
	font-weight: lighter;	
}

p
{
    font-size: 0.75em;
	margin: 0.2em 0 0.2em  0;
}

a
{
   color: #DE078B; 
    font-weight:bold;
    text-decoration: underline;
}



a:hover
{
    color: #000;
}

hr
{
    background: none;
    border:0;
    margin: 0.5em 0 0.5em 0;
    border-bottom: 1px dotted #ddd;
}

input, select, textarea
{
    border: 1px solid #ccc;
}

small
{
	display: block;
	font-size: 0.65em;
}

/*=================================================================================*/

/*COMMON*/

.c
{
    text-align:center;
}

.b
{
    font-weight: bold;
}

.r
{
    text-align: right;
}

.l
{
    text-align: left;
}

.i
{
    font-style: italic;
}

.u
{
    text-decoration: underline;
}

.button
{
    display: inline-block;
	background: #ddd;
	background-repeat:repeat-x;
	border: 1px solid #f00;
	color: #f00;
	padding: 3px;
	margin: 2px;
}

.clear
{
    clear:both;
}

.Empty
{
    margin: 0;
    padding: 0;
    border-collapse: collapse; 
    font-size: 0.75em;
}
/*=================================================================================*/





.List
{
    margin: 0;
    padding: 0;
    padding-left: 5px;
    list-style: square;
    list-style-image:url(graphics/bullet.gif);
}

.List li
{
    margin:0;
    padding: 0;    
    margin-left: 14px;  
    font-size: 0.75em;  
}

.List li p
{
    margin: 0px 0px 1px 0px;
    padding:0;
}

.form
{
	list-style: none;
	margin:0;
	padding: 0;
	width: 90%;
	margin: 0 auto;
}

.form .label
{
	font-size: 0.75em;
	float: left;
	clear: left;
	width: 20%;
	margin-right: 5%;
}

.form .input 
{
	width: 74%;
	margin-bottom: 0.5em;
	float: left;
	text-align: right;
}

.TellaFriend
{	
	border: 0px solid #aaa;
	width:500;	
}


/*================================================================================*/

/*Accommodation Box*/

.AccommodationBox 
{
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #61A5E9;
	background: #fff;
		 -webkit-border-radius: 5px; /* for Safari */
	 -moz-border-radius: 5px; /* for Firefox */
}

.AccommodationBox .Body
{

}


.AccommodationBox .Head
{
	padding: 2px;
}

.AccommodationBox .Foot
{
	display:none;
}

.AccommodationBox .Item
{
}

.AccommodationBox .Item:Hover
{
}

.AccommodationBox .Item img
{
}
/*============================================================*/

/*BASKET BOX*/

.BasketBox 
{
	width: 280px;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #61A5E9;
	background: #fff url(/graphics/searchbox_back.gif);
	background-repeat: repeat;
	background-position: top right;	
	-webkit-border-radius: 5px; /* for Safari */
	 -moz-border-radius: 5px; /* for Firefox */
}


.BasketBox .Body
{
	padding:3px;		
}


.BasketBox .Head
{
	padding:3px;	
	font-size: 1em;	
	text-align: center;
}

.BasketBox .Foot
{
	padding:3px;
	text-align: center;
}

.BasketBox ul, .BasketBox li
{
	padding:0;
	margin:0;
	list-style:none;
	display:block;
}

.BasketBox table
{
	padding:0;
	margin: 0;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
}

.BasketBox table td
{
	padding: 2px;
}

.BasketBox table .description
{
}

.BasketBox .remove
{
	text-align:right;
}

.BasketBox .totals
{
	font-weight:bold;
}

.BasketBox .input
{
}

.BasketBox .label
{

}

.BasketBox .text
{

}




/* BASKET */

.Basket_Body
{
	background: #eee;
	padding: 10px 3px 10px 3px; 
	border: 1px solid #999;   
}

.Basket_Passengers_Body
{
	background: #eee;
	width: 35%; 
	border: 1px solid #999; 
	float: left; 
	margin: 0 1% 5px 1%; 
	padding: 3px;  
}

.Basket_Contact_Body
{
	background  : #eee; 
	width: 98%; 
	border: 1px solid #999; 
	float: left;  
	margin: 0 1% 10px 1%; 
	padding: 3px; 
	clear: both;   
}



/*============================================================================*/

/*CACHE BOX*/

.CacheBox 
{
	text-align: left;
	margin-bottom: 0.5em;
	border: 1px solid #61A5E9;
	background: #fff;
 -webkit-border-radius: 5px; /* for Safari */
	 -moz-border-radius: 5px; /* for Firefox */	
}

.CacheBox .Body
{
	font-size: 0.75em;
	padding:5px;
}

.CacheBox .Head
{
    padding:5px;
	font-size: 1em;
	color: #0194D9;
	font-weight: bold;	
	text-align: center;
}

.CacheBox .Foot
{
    padding:5px;
    text-align: center;
}

.CacheBox .AddToBasket
{
	background: #ddd;
	background-repeat:repeat-x;
	border: 1px solid #f00;
	color: #f00;
	padding: 3px;
	margin: 2px;
	font-size: 0.75em;
}

/*============================================================================*/

/*FLUID BOX*/

.FluidBox
{
}

.FluidBox .Head
{
    width: 100%;
    position: relative;
    min-height: 5px;
    overflow: hidden;
	font-size: 1em;
	letter-spacing: -1px;
	color: #244C74;
	font-weight: bold;    
}

.FluidBox .Head .L
{
    position: absolute;
    top: 0;
    left: 0;    
    width: 5px;
    height: 100%;
    background: url(graphics/fluidbox_background.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.FluidBox .Head .R
{
    position: absolute;
    top: 0;
    right: 0; 
    width: 5px;
    height: 100%;
    background: url(graphics/fluidbox_background.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.FluidBox .Head .C
{
    border-top: 1px solid #274E76;
    text-align:center;   
    background: #6AA3D5;
    color: #fff;
    padding:2px;
    font-size: 1em;
}

.FluidBox .Body
{
    width: 100%;
    position: relative;
    background: url(graphics/fluidbox_inner_background.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.FluidBox .Body .C
{
    margin: 0px 5px 0px 5px;
    padding: 2px;
    font-size: 0.75em;
}
.FluidBox .Body .L
{
    border-left: 1px solid #274E76;
    position: absolute;    
    top: 0;
    left: 0; 
    width: 5px;
    height: 100%;
}

.FluidBox .Body .R
{
    border-right: 1px solid #274E76;
    position: absolute;
    top: 0;
    right: 0; 
    width: 5px;
    height: 100%;
}

.FluidBox .Foot
{
    width: 100%;
    position: relative;
}

.FluidBox .Foot .L
{
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 5px;
    height: 100%;
    background: url(graphics/fluidbox_background.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.FluidBox .Foot .R
{
    position: absolute;
    bottom: 0;
    right: 0; 
    width: 5px;
    height: 100%;
    background: url(graphics/fluidbox_background.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.FluidBox .Foot .C
{
    border-bottom: 1px solid #274E76;
    min-height: 5px;
    overflow: auto;
    text-align:center;   
    background: #D4E1F2; 
}

/*============================================================================*/

.MenuBox 
{
	text-align: left;
	width: 200px;
	margin-bottom: 10px;
}

.MenuBox .Body
{
    background: #fff;
    border: 1px solid #999;
}


.MenuBox .Head
{
	display: none;
}

.MenuBox .Foot
{
	display: none;
}

.MenuBox .Item
{
	color:#000;
	display: block;
	padding: 2px;
	background: #eee;
	margin-bottom: 1px;
	font-size: 0.75em;
}

.MenuBox .Item:hover
{
	color:#f00;
	background: #fff;
}
/*============================================================================*/

.PhotoBox 
{
	text-align: center;
	width: 200px;
	margin-bottom: 10px;
}

.PhotoBox .Body
{
	border: none;
}


.PhotoBox .Head
{
	display: none;
}

.PhotoBox .Foot
{
	display: none;
}

.PhotoBox img
{
	width: 100%;
	margin-bottom: 3px;	
}

/*============================================================================*/

/*============================================================================*/


.Results
{
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;    
    font-size: 0.75em;
    border: 1px solid #ccc; 
    margin-bottom: 0.5em;
}



.Results .Nested
{
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;    
}



.Results td, .Results th
{
     
     border-bottom: 1px solid #ccc;
     padding: 2px;
     background: #FFF;        
}

.Results .Nested td, .Results .Nested th
{
    margin: 0;
    padding: 1px; 
    font-size: 1em;
}

.Results th
{
    text-align: left;
    border-bottom: 1px solid #ccc;
    background: #eee ;
}

.Results .Separator
{
    border-bottom:  1px solid #ccc;
    height: 1px;
}

.Results_Flight_Head
{
     padding: 2px;
    text-align: right;
	font-size: 1.2em;
	color:#0194D9;
	font-family: Verdana;
	font-weight: lighter;
	
}

.Results_Flight_Body
{
	width: 96%;
	margin: 0 auto;
    padding: 2px;
    background: #FFF;  
}

.Results_Flight_Foot
{
    text-align: right; 
    border-bottom: 1px solid #999;
    padding: 0 2px 0.5em 2px;
    margin-bottom: 0.5em;   
}

.Results_Accommodation_Head
{
    padding: 2px;
    text-align: left;
	font-size: 1.2em;
	color:#0194D9;
	font-family: Verdana;
	font-weight: lighter;
	

}

.Results_Accommodation_Body
{
	width: 96%;
	margin: 0 auto;
    padding: 2px;
    background: #FFF;   
}

.Results_Accommodation_Body img
{
  border:1px solid #999;
  padding: 2px; 
  background: #eee;
  margin: 0 3px 3px 0;
}

.Results_Accommodation_Foot
{
    text-align: right; 
    border-bottom: 1px solid #999;
    padding: 0 2px 0.5em 2px;
    margin-bottom: 15px;
    
 
}

.Results_AddToBasket
{
	 border: 0;    
}

.Results_AddToBasket img
{
	 border: 0;    
}

.Results_Cars_Head
{
    border: 1px solid #aaa;
    padding: 2px;
    
     background: #669bc6;
    font-size: 1.1em;
    color: #444;
}

.Results_Cars_Body
{
    border: 1px solid #ccc;
    border-top: 0;
    padding: 2px;
     background: #FFF;
     font-size: 0.75em;  
}

.Results_Cars_Foot
{
    border: 1px solid #ccc;
    border-top: 0;
    margin-bottom: 15px;
    padding: 2px;
    text-align: right;
    background: #FFF; 
}

.Results_Transfers_Head
{
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 2px;
    text-align: left;
    background: #FF9933;
    font-size: 0.8em;
    font-weight: bold;
}

.Results_Description_Head
{
    display: none;
}

.Results_Description_Body
{
    margin-bottom: 15px;
}

.Results_Description_Foot
{
    display:none;
}

.Results_Transfers_Body
{
    border: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 15px; 
    background: #FFF;   
}

.Results_Package_Head
{
    padding: 2px;
    text-align: left;
	font-size: 1.2em;
	color:#0194D9;
	font-family: Verdana;
	font-weight: lighter;
	
}


.Results_PackageBrowser_Head
{
    padding:3px;
	background: #669bc6;
	border: 1px solid #aaa;
	color:#444;
    font-size:1.1em;
    font-weight:bold;
	text-align: left;
	margin-right: 5px;
}


.Results_Package_Body
{
	width: 96%;
	margin: 0 auto;
    padding: 2px;
    background: #FFF;   
}

.Results_Package_Body img
{
  border:1px solid #999;
  padding: 2px; 
  background: #eee;
  margin: 0 3px 3px 0;
}

.Results_Package_Foot
{
    text-align: right; 
    border-bottom: 1px solid #999;
    padding: 0 2px 0.5em 2px;
    margin-bottom: 0.5em;    
}

/*============================================================================*/

.SearchBox select, .SearchBox input
{
	font-size: 11px;
}

.SearchBox table
{
	font-size: 11px;
}

.SearchBox 
{
	width: 280px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #61A5E9;
	background: #fff url(/graphics/searchbox_back.gif);
	background-repeat: repeat;
	background-position: top right;
	 -webkit-border-radius: 5px; /* for Safari */
	 -moz-border-radius: 5px; /* for Firefox */
}

.SearchBox .Tabs
{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}


.SearchBox .Body
{
	padding:3px;
}


.SearchBox .Head
{
	font-family: Serif;
	padding:3px;	
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.SearchBox .Foot
{
	width: auto;
	text-align: center;	
	padding: 5px;
}

.SearchBox .Item
{
	color:#000;
	display: block;
	text-decoration:none;
	border-bottom: 1px dotted #669bc6;
	margin-bottom: 1px;
}

.SearchBox .Item:hover
{
	border-bottom: 1px dotted #000;
	color:#f00;
}

.SearchBox .Input
{
	padding: 2px;
	text-align: center;
	padding-bottom: 5px;
}

.SearchBox .Input select
{
	width: 160px;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;	
}

.SearchBox .Label
{
	padding: 2px;
	font-weight: bold;
}

.SearchBox .Input .ddadults
{
	width: 40px;
}

.SearchBox .Input .ddinfants
{
	width: 40px;
}

.SearchBox .Input .ddchildren
{
	width: 40px;
}

.SearchBox .Input .dddays
{
	width: 50px;
}

.SearchBox .Input .ddmonthyears
{
	width: 100px;
}

.SearchBox_Search
{
    display: inline-block;
	background: #ddd;
	background-repeat:repeat-x;
	border: 1px solid #f00;
	color: #f00;
	padding: 3px;
	margin: 2px;
	font-size: 1em;
}
/*============================================================================*/


.wait
{
	z-index: 999;
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	top: 20%;
    border: 1px solid #0EA3D8;
	border-top: none;
	background: #fff;
	background-position: top; 
	background-repeat: repeat-x;
}

.itemadded
{
	border: 1px solid #669bc6;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	text-align: center;
	font-weight:bold;
}

/*============================================================================*/


#alert
{
	background: #fff;
	padding: 3px;
	border: 3px solid #666;
	position:absolute;
	left: 50%;
	width: 240px;
	margin-left:-120px;
	top: 40%;
}

#blackout
{	
    background: #000;
	position: absolute; 
	top: 0; 
	left:0;
	width: 100%;
	height: 100%; 
	padding-top: 200px; 
	text-align: center;
}

/*=======PAGING AND FILTERS================================================*/


.Filter_Head
{
    border: 1px solid #aaa;
    padding: 2px;
    text-align: left;
    background: #669bc6;
    font-size: 0.8em;
    font-weight: bold;
    color: #444;
}

.Filter_Body
{
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 2px;
    margin-bottom: 15px;    
}

.Filter_Foot
{
    display: none;
}

.Paging_Head
{
    display: none;
    border: 1px solid #aaa;
    padding: 2px;
    text-align: left;
     background: #669bc6;
    font-size: 0.8em;
    font-weight: bold;
    color: #444;
}

.Paging_Body
{
    background: #fff;
    border-bottom: 1px solid #999;
    padding: 2px;
    margin-bottom: 1em; 
    font-size: 0.75em;
    line-height: 2em;
    vertical-align: middle;
    height: 2em;
}

.Paging_Foot
{
    display: none;
}


.Calendar
{
	z-index: 999;
    background: #fff;
    padding: 2px;
    border: 1px solid #61A5E9;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#DE078B;   
    	 -webkit-border-radius: 5px; /* for Safari */
	 -moz-border-radius: 5px; /* for Firefox */
}

.Calendar .SELECTED
{
    font-weight: bold;
    color: #000;
    background: #fff;
}

.Calendar td
{
    background: #eee;
    margin: 1px;
    padding: 1px;
    text-align: center;
    cursor: pointer;
}

.Calendar th
{
    background: #ddd;
    margin: 1px;
    padding: 1px;
}
