/*CHEVRON*/

/*==================================================================*/

/*HTML ELEMENTS*/

body 
{
	margin:0;
	padding: 0;
	color: #222;
	font-family: Sans-Serif;
	font-size: 100%;
	background: #0053A0 url(graphics/body_background.gif);	
	background-repeat: repeat-x;
}

.holder
{
    width: 982px;
    margin: 0 auto;
}

h1
{
	color: #333;
	font-size: 1em;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #ddd;
}

h2
{
	color: #333;
	font-size: 0.8em;
	margin: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #ddd;
}





p
{
	font-size: 0.75em;
	margin:0;
	padding:0;
}

a
{
	color: #0D9ACC;
	border-bottom: 1px solid #BCC270;
	text-decoration:none;
}

a:hover
{
	color: #000;
}

hr
{
	background: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
	height:1px;
}

input, select, textarea
{
    border: 1px solid #ccc;
}



small
{
	display: block;
	font-size: 0.65em;
}

/*==================================================================*/

/*STANDARD*/

.center
{
    text-align:center;
}

.bold
{
    font-weight: bold;
}

.right
{
    text-align: right;
}

.italic
{
    font-style: italic;
}

.underline
{
    text-decoration: underline;
}

.Empty
{
    margin: 0;
    padding: 0;
    border-collapse: collapse; 
    font-size: 0.75em;
}

.clear
{
    clear:both;
}

.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;   
}

.List li p
{
    margin: 0px 0px 1px 0px;
    padding:0;
}

.formholder
{
	list-style: none;
	margin:0;
	padding: 0;
}

.Calendar
{
    width: 160px;
    margin: 0 auto;
}
/*================================================================================*/

/*ACCOMMODATION BOX*/

.AccommodationBox 
{
	text-align: left;
	width: 180px;
}

.AccommodationBox .Body
{
	padding:3px;
	background: url(graphics/photobox_middle_back.gif);
	background-repeat:repeat-y;
}


.AccommodationBox .Head
{
	padding:3px;
	background: url(graphics/photobox_top_back.gif);
	background-repeat:no-repeat;
	font-size: 1em;
	text-align: center;
}

.AccommodationBox .Foot
{
	padding:3px;
	background: url(graphics/photobox_bottom_back.gif);
	height: 10px;
	background-repeat:no-repeat;
}

.AccommodationBox .Item
{
	color:#000;
	display: block;
	text-decoration:none;
	border-bottom: 1px dotted #669bc6;
	margin-bottom: 1px;
}

.AccommodationBox .Item img
{
	width: 170px;
	margin: 0 auto;
	margin-bottom: 3px;
}
/*============================================================*/


/*BASKET BOX*/

.BasketBox
{
	width: 200px;
	margin-bottom: 10px;	
}

.BasketBox .ProceedToBooking
{
    display: inline-block;
	background: #eee url(graphics/button_background.png);
	background-repeat:repeat-x;
	border: 1px solid #0EA3D8;
	color: #085D77;
	padding: 3px;
	margin: 2px;
	font-size: 0.75em;
}

.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%;
	background: #fff;	
}

.BasketBox table td
{
	border-bottom:1px dotted #333;
	padding: 2px;
}

.BasketBox table .description
{
}

.BasketBox .remove
{
	text-align:right;
}

.BasketBox .Body
{
	padding:3px;
	background: #fff;
	background: url(graphics/searchbox_body_background.png);
	position: relative;
}


.BasketBox .Head
{
	padding: 9px;
	font-size: 1.1em;
	color: #0D9ACC;
	font-weight:bold;
	background: url(graphics/searchbox_head_background.png);
	background-position: top;
	text-align: center;
}

.BasketBox .Foot
{
    min-height: 15px;
    padding: 5px;
    text-align: center;	
	background: url(graphics/searchbox_foot_background.png);
	background-position: bottom;
}

.BasketBox .totals
{
	font-weight:bold;
	background: #eee;	
}

.BasketBox .input
{
	background: #fff;
	padding: 2px;
	text-align: center;
	padding-bottom: 5px;
}

.BasketBox .label
{
	background: #fff;
	padding: 2px;
	font-weight: bold;
}

.BasketBox .text
{
	background: #fff;
	padding: 2px;
}

/*================================================================================*/

/*CACHE BOX*/

.CacheBox 
{
	text-align: left;
	width: 200px;
	margin-bottom: 10px;
}

.CacheBox .Body
{
    font-size: 0.75em;
	padding:8px;
	background: #fff;
	background: url(graphics/searchbox_body_background.png);
	position: relative;
}


.CacheBox .Head
{
    padding: 9px 4px 9px 4px;  
	font-size: 1.1em;
	text-align: center;
	color: #0D9ACC;
	font-weight:bold;
	background: url(graphics/searchbox_head_background.png);
	background-position: top;
}

.CacheBox .Foot
{
    padding: 8px;
    text-align: center;	
	background: url(graphics/searchbox_foot_background.png);
	background-position: bottom;
}

.Accommodation_Images_Holder
{
    height:235px;
    text-align:center;
}

.CacheBox .AddToBasket
{
	background: #eee url(graphics/button_background.png);
	background-repeat:repeat-x;
	border: 1px solid #0EA3D8;
	color: #085D77;
	padding: 3px;
	margin: 2px;
	font-size: 0.75em;
}

/*============================================================================*/

/*FLUID BOX*/

.FluidBox
{
}

.FluidBox .Head
{
    width: 100%;
    position: relative;
    min-height: 15px;
    overflow: auto;
	font-size: 15px;
	color: #244C74;
	font-weight: bold;  
}

.FluidBox .Head .L
{
    position: absolute;
    top: 0;
    left: 0;    
    width: 15px;
    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: 15px;
    height: 100%;
    background: url(graphics/fluidbox_background.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.FluidBox .Head .C
{
    border-top: 2px solid #0D9ACC;
    text-align:center;   
    background: #fff;
    color: #fff;
    font-size: 1em;
    margin: 0 15px 0 15px;
    min-height: 15px;
}

.FluidBox .Body
{
    width: 100%;
    position: relative;
    background: #fff;
}

.FluidBox .Body .C
{
    margin: 0px 15px 0px 15px;
    background: #fff;
}

.FluidBox .Body .L
{
    border-left: 2px solid #0D9ACC;
    position: absolute;    
    top: 0;
    left: 0; 
    width: 15px;
    height: 100%;
    background: #fff;
}

.FluidBox .Body .R
{
    border-right: 2px solid #0D9ACC;
    position: absolute;
    top: 0;
    right: 0; 
    width: 15px;
    height: 100%;
    background: #fff;
}

.FluidBox .Foot
{
    width: 100%;
    position: relative;
}

.FluidBox .Foot .L
{
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 15px;
    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: 15px;
    height: 100%;
    background: url(graphics/fluidbox_background.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.FluidBox .Foot .C
{
    border-bottom: 2px solid #0D9ACC;
    min-height: 15px;
    overflow: auto;
    text-align:center;   
    background: #fff; 
    margin: 0 15px 0 15px;
}

/*========================================================================*/

.HighlightsBox
{
	text-align: left;
	width: 200px;
	margin-bottom: 10px;
}

.HighlightsBox .Tab
{
	padding-left: 43px;   
	color:#000;
	display: block;
	border:0;
	margin:0;
	font-size: 0.8em;
	background: #fff url(graphics/searchbox_tab_background.png);	
}

.HighlightsBox .Tab:hover
{
	color:#0D9ACC;
}

.HighlightsBox .Tab_Selected
{   
    border:0;
    padding-left: 43px;    
    display: block;
	color:#0053A0;
	font-size: 0.8em;
	font-weight: bold;
	background: #fff url(graphics/searchbox_tab_selected_background.png);
}


.HighlightsBox .Body
{
	padding: 8px 3px 3px 3px;
	background: #fff;
	background: url(graphics/searchbox_body_background.png);
	position: relative;
}


.HighlightsBox .Head
{
    padding: 9px 4px 9px 4px;  
	font-size: 1.1em;
	text-align: center;
	color: #0D9ACC;
	font-weight:bold;
	background: url(graphics/searchbox_head_background.png);
	background-position: top;
}

.HighlightsBox .Foot
{
    height: 10px;
	background: url(graphics/searchbox_foot_background.png);
	background-position: bottom;
}


/*============================================================================*/
.PhotoBox 
{
	text-align: center;
	width: 180px;
}

.PhotoBox .Body
{
	padding:3px;
	background-color: #fff;
}


.PhotoBox .Head
{
	padding:3px;
	background: #00539F url(graphics/searchbox_head_back.png);
	background-position:right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
	font-size: 1em;
	text-align: left;
	color: #fff;
}

.PhotoBox .Foot
{
	display: none;
}

.PhotoBox img
{
	margin-bottom: 5px;
	width: 170px;
}

/*============================================================================*/




TellaFriend
{	
	border: 0px solid #aaa;
	width:500;	
}


/* BASKET */

.Basket_Body
{
	background: #eef;
	background-position: bottom right;
	padding: 10px 3px 10px 3px; 
	border: 1px solid #0EA3D8;   
}

.Basket_Passengers_Body
{
    background  : #eef; 
	border: 1px solid #0EA3D8; 
	padding: 3px;  
	margin-bottom: 10px; 
}

.Basket_Contact_Body
{
    background  : #eef; 
	border: 1px solid #0EA3D8; 
	padding: 3px;  
	margin-bottom: 10px;
}

.ob_head
{
	padding: 5px 4px 5px 4px;
	font-size: 1em;
	color: #0D9ACC;
	font-weight:bold;
	background: url(graphics/searchbox_head_background.png);
	background-position: top;
	text-align: center;
}

.ob_body
{
    font-size: 0.75em;
	padding:5px;
	background: #fff;
	background: url(graphics/searchbox_body_background.png);
	text-align: center;
}

.ob_foot
{
    padding: 5px;
    text-align: center;	
	background: url(graphics/searchbox_foot_background.png);
	background-position: bottom;
	margin-bottom: 15px;
	font-size: 0.75em;
}
/*===============================================================*/

.SearchBox 
{
	text-align: left;
	width: 200px;
}

.SearchBox .Tab
{
	padding-left: 43px;   
	color:#000;
	display: block;
	border:0;
	margin:0;
	font-size: 0.8em;
	background: #fff url(graphics/searchbox_tab_background.png);	
}

.SearchBox .Tab:hover
{
	color:#0D9ACC;
}

.SearchBox .Tab_Selected
{   
    border:0;
    padding-left: 43px;    
    display: block;
	color:#0053A0;
	font-size: 0.8em;
	font-weight: bold;
	background: #fff url(graphics/searchbox_tab_selected_background.png);
}

.SearchBox .Body
{
    font-size: 0.7em;
	padding:3px;
	background: #fff;
	background: url(graphics/searchbox_body_background.png);
	position: relative;
}


.SearchBox .Head
{
	padding: 9px 4px 9px 15px;
	font-size: 1.1em;
	color: #0D9ACC;
	font-weight:bold;
	background: url(graphics/searchbox_head_background.png);
	background-position: top;
}

.SearchBox .Foot
{
    padding: 5px;
    text-align: center;	
	background: url(graphics/searchbox_foot_background.png);
	background-position: bottom;
    margin-bottom: 10px;	
}

.SearchBox .Item
{
	color:#000;
	display: block;
	text-decoration:none;
	border-bottom: 1px dotted #eee;
	margin-bottom: 1px;
}

.SearchBox .Item:hover
{
	border-bottom: 1px dotted #000;
	color:#f00;
}

.SearchBox .Input
{
	padding: 0px 13px 1px 13px;
	position: relative
}

.SearchBox .Input select
{
	width: 160px;
	font-size: inherit;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;	
}

.SearchBox .Label
{
	background: #fff;
	padding: 1px 13px 0px 13px;
	font-weight: bold;
}

.SearchBox .Input .ddadults
{
	width: 40px;
}

.SearchBox .Input .ddinfants
{
	width: 40px;
}

.SearchBox .Input .ddchildren
{
	width: 40px;
}

.SearchBox .Input .dddays
{
	width: 45px;
}

.SearchBox .Input .ddmonthyears
{
	width: 113px;
}

.SearchBox .Input .button
{
	background: #00539F;
	color: #fff;
	border:1px solid #000;	
}

.SearchBox_Search
{
    display: inline-block;
	background: #eee url(graphics/button_background.png);
	background-repeat:repeat-x;
	border: 1px solid #0EA3D8;
	color: #085D77;
	padding: 3px;
	margin: 2px;
	font-size: 1em;
}



/*=======================================================*/

.head, .menu, .content, .foot, .wait
{
}

.upper
{
    width: 620px;
    margin-left: 360px;
    background: url(graphics/head_hover.png); 
    color: #fff;
    font-size: 15px; 
    height: 30px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;  
}

.main
{
    border: 1px solid #0EA3D8;
    -moz-border-radius:2px;
    -webkit-border-radius:2px; 
}
.content, .footer
{
	padding: 5px 0 5px 0;
}

.head
{	
	
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	background-position: top left;
	background-repeat: no-repeat;
}

.head img
{
    border: 0;
}

.upper a
{    
    color: #FFBD3C;
    font-weight: bold;
    border-bottom: 1px solid #0D9ACC;
}

.menu
{
	background: #0053A0 url(graphics/menu_background.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #0EA3D8;
	height: 27px;
	font-size: 0.75em; 
	font-weight: bold;
}

.menu .item
{	
	margin: 0;	
	padding: 0 5px 0 5px;
	vertical-align: middle;
	border: 0;
	border-right:1px solid #0EA3D8;
	height: 27px;
	line-height: 27px;
	color: #fff;
	float: left;
}

.content
{	
	background: #F9F7ED url(graphics/content_background.png);
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	height: auto;
}

.wait
{
	z-index: 999;
	position: absolute;
	width: 700px;
	left: 50%;	
	margin-left: -350px;
	top: 10%;
    border: 2px solid #fff;	
	background: #0053A0;
}
.foot
{
    text-align:center;
    font-size: 0.7em;
    color: #fff;
    margin-bottom: 20px;
}

.tooltip
{
	position: absolute;
    border:1px solid #090;
    color: #000;
    background: #efe;
    padding:3px;
    width: 200px;    
    font-size: 0.75em;
}



.red
{
    color: Red;
}




.button
{
    display: inline-block;
	background: #eee url(graphics/button_background.png);
	background-repeat:repeat-x;
	border: 1px solid #0EA3D8;
	color: #085D77;
	padding: 3px;
	margin: 2px;
	cursor: pointer;
}

.button_disabled
{
    display: inline-block;
	background: #eee url(graphics/button_background.png);
	background-repeat:repeat-x;
	border: 1px solid #666;
	color: #666;
	padding: 3px;
	margin: 2px;
}

.but_search
{
	background: url(graphics/menu_background.png);
	background-repeat:repeat-x;
	border: 2px solid #0EA3D8;
	color: #fff;
	padding: 3px;
	margin: 0;
	font-size: 1.1em;
	cursor: pointer;
}

.but_basket
{
	background: url(graphics/menu_background.png);
	background-repeat:repeat-x;
	border: 1px solid #0EA3D8;
	color: #fff;
	padding: 3px;
	margin: 0;
	cursor: pointer;
}



.error
{	
	margin-bottom: 3px; 
 	padding: 3px; 
 	color: #f00; 
 	font-weight:bold; 
 	text-align:center; 
 	border: 1px solid #f00;
}

/*------------------------------------------------------------------------------------*/





/*------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------*/

.warning
{
	line-height: normal;
	margin-bottom: 3px; 
	padding: 3px; 
	color: #333; 
	background: #fcc; 
	font-weight:bold; 
	text-align:center; 
	border: 1px solid #f00;
}

.itemadded
{
	line-height: normal;
	margin-bottom: 3px; 
	padding: 3px; 
	color: #000; 
	background: #fff; 
	font-weight:bold; 
	text-align:center; 
	border: 1px solid #000;
}


/*============================================================================*/


#BlackOut
{	
    background: #000;
	position: absolute; 
	top: 0; 
	left:0;
	width: 100%;
	height: 100%; 
	text-align: center;
}

#Warning
{
    position: absolute;
    border:1px solid #f00;
    color: #000;
    margin: 0 auto;
    padding:3px;
    background: #fee url(graphics/error.png);
    background-position: 99% 10%;
    background-repeat: no-repeat;
    top: 200px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    
}

#Message
{
    position: absolute;
    border:1px solid #090;
    color: #000;
    background: #efe;
    margin: 0 auto;
    padding:3px;
        top: 200px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}



/*===========Package Browser=================================================================*/

.row0
{
	background: #eee;
}

.row1
{
	background: #fefefe;
}



.clsPackage 
{
    font-size: 0.75em;
	padding:3px;
	background: #fff;
    border: 1px solid #0EA3D8;
    padding: 5px;
    
    width: 200px;
}



/*============================================================================*/


.RecommendedDeals
{
    border: 0;
    border-collapse: collapse;
    font-size: 0.7em;
}

.RecommendedDeals th
{
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

.RecommendedDeals .c0
{
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
    background: #ddd;
}

.RecommendedDeals th.c1, .RecommendedDeals th.c3, .RecommendedDeals th.c5, .RecommendedDeals th.c7
{
    background: #eee;
    border-bottom: 1px solid #ccc;
}

.RecommendedDeals th.c2, .RecommendedDeals th.c4, .RecommendedDeals th.c6, .RecommendedDeals th.c8
{
    background: #ddd;
    border-bottom: 1px solid #ccc;
}

.RecommendedDeals td.c1, .RecommendedDeals td.c3, .RecommendedDeals td.c5, .RecommendedDeals td.c7
{
    text-align: center;
}

.RecommendedDeals td.c2, .RecommendedDeals td.c4, .RecommendedDeals td.c6, .RecommendedDeals td.c8
{
    text-align: center;
}

.RecommendedDeals td
{
    text-align: left;
    padding: 2px;
}

#paging
{
    text-align: center;
    font-size: 0.75em;
}

.b
{
    font-weight: bold;
    color: #000;
}


.APIS_Message
{
	z-index: 999;
	position: absolute;
	width: 700px;
	left: 50%;	
	margin-left: -350px;
	top: 4%;
    border: 4px solid #808080;	
    border-style: ridge;
	background: #ffffff;
	padding-top: 10px;
	padding :8px;
	
	

}

ul
{
	font-size: 0.75em;
}