



/* Hotels */
.tabs_hotels .ajax__tab_tab
{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #D1E0FF;
	padding: 5px 25px;
	font-size: 12px;
	color: #999;
}


.tabs_MainNav
{
	width:377px;
	border-style:none;
}

/* Main Navigation */
.tabs_MainNav .ajax__tab_tab
{
	border-style: none;
	font-size: 12px;
	width: 120px;
	height:45px
}
									
.tabs_MainNav .ajax__tab_header
{
	
	white-space: pre;
	text-transform: uppercase;
	font-size: 14px;
 	border-style: none;
 	border-width:0px;
	padding-left: 0px;
	width:150px;
	height:45px
}
.tabs_MainNav .ajax__tab_body
{
	background-color: #ffffff;
	padding: 0px;
}

.tabs_MainNav .ajax__tab_outer						{vertical-align:bottom;}
.tabs_MainNav .ajax__tab_inner						{}
.tabs_MainNav .ajax__tab_tab
{
	border: 1px solid #CCC;
	padding: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	border-style: none;
 	border-width:0px;
 	height:50px
}

.tabs_MainNav .ajax__tab_active .ajax__tab_outer	{}
.tabs_MainNav .ajax__tab_active .ajax__tab_inner	{}
.tabs_MainNav .ajax__tab_active .ajax__tab_tab
{
	background-color: #9C0;
	color: #FFFFFF;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	font-size: 14px;
	height: 50px;
}

.tabs_MainNav .ajax__tab_hover .ajax__tab_outer		{}
.tabs_MainNav .ajax__tab_hover .ajax__tab_inner		{}
.tabs_MainNav .ajax__tab_hover .ajax__tab_tab
{
	background-color: #F3F3F3;
	color: #333;
	font-size: 14px;
	height:50px
}

.tabs_MainNav .ajax__tab_inner .tab_book
{
	background: #CC3366;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
}
.tabs_MainNav .ajax__tab_inner .tab_book:hover
{
	background-color: #FFF;
	color: #CC3366;
	border-left: 1px solid #CC3366;
	border-top: 1px solid #CC3366;
	border-right: 1px solid #CC3366;
	border-bottom: 1px solid #FFF;
}
.tabs_MainNav .ajax__tab_active .tab_book
{
	background-color: #FFF;
	color: #CC3366;
	border-left: 1px solid #CC3366;
	border-top: 1px solid #CC3366;
	border-right: 1px solid #CC3366;
	border-bottom: 1px solid #FFF;
	font-size: 14px;
}


/*
/* Search Tabs */
/* ----------- */
.tabs_ServiceSearch
{
	width: 210px;
 
	border-style: none;
 	
 
}
 
.tabs_ServiceSearch .ajax__tab_body						
{	
	
	padding: 0px;
	height: 100%;
	margin-bottom: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B3570), to(#73B0DD)); /* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #1B3570, #73B0DD); /* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=##73B0DD); /* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=#73B0DD)";

}

.tabs_ServiceSearch .ajax__tab_tab
{
	border-color: #1B3570 #1B3570 White #1B3570;

	font-size: 15px;
	width: 103px;
	height:25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: White;
	padding-top:5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B3570), to(#73B0DD)); /* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #1B3570, #73B0DD); /* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=##73B0DD); /* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=#73B0DD)";

}

.tabs_ServiceSearch .ajax__tab_tab SPAN
{
	font-size:18px;
	font-weight:bold;
}

 

.tabs_ServiceSearch .ajax__tab_body
{
 
	padding: 0px;
}


.tabs_ServiceSearch .ajax__tab_active .ajax__tab_outer	{}
.tabs_ServiceSearch .ajax__tab_active .ajax__tab_inner	{}
.tabs_ServiceSearch .ajax__tab_active .ajax__tab_tab
{
	background-color: #ffffff;
	color: #FFFF00;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	border-bottom-style: none;
	font-size: 18px;
}

.tabs_ServiceSearch .ajax__tab_hover .ajax__tab_outer		{}
.tabs_ServiceSearch .ajax__tab_hover .ajax__tab_inner		{}
.tabs_ServiceSearch .ajax__tab_hover .ajax__tab_tab
{
	background-color: #F3F3F3;
	color: #333;
		font-size: 18px;
}

 
 

/* ---------------------------------------------------------------------------------------------- */
/* Tabs Main Search */
/* ---------------------------------------------------------------------------------------------- */
 
.tabs_MainServiceSearch
{
	width: 210px;
	height: 280px;
	border-style: none;
 }
 

.tabs_MainServiceSearch .ajax__tab_tab
{
	font-size: 12px;
	width: 103px;
	height:25px;
	border-top-color: #00AE00;
	border-right-color: #00AE00;
	border-bottom-color: #00AE00;
	border-left-color: #00AE00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: White; /* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#1B3570), to(#73B0DD)); /* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #1B3570, #73B0DD); /* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=##73B0DD); /* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=#73B0DD)";
	color: White;
	padding-top:5px;
}

.tabs_MainServiceSearch .ajax__tab_tab SPAN
{
	font-size:18px;
	font-weight:bold;
}



.tabs_MainServiceSearch .ajax__tab_body
{
	padding: 0px;
	margin-bottom: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B3570), to(#73B0DD)); /* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #1B3570, #73B0DD); /* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=##73B0DD); /* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=#73B0DD)";

	height:250px;
}



.tabs_MainServiceSearch .ajax__tab_active .ajax__tab_outer	{}
.tabs_MainServiceSearch .ajax__tab_active .ajax__tab_inner	{}
.tabs_MainServiceSearch .ajax__tab_active .ajax__tab_tab
{
	background-color: #ffffff;
	color: #FFFF00;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	border-bottom-style: none;
	font-size: 18px;
 
}

.tabs_MainServiceSearch .ajax__tab_hover .ajax__tab_outer		{}
.tabs_MainServiceSearch .ajax__tab_hover .ajax__tab_inner		{}
.tabs_MainServiceSearch .ajax__tab_hover .ajax__tab_tab
{
	background-color: #F3F3F3;
	color: #333;
}

 
  /* ------------------------------------------------------------------------------------- */
.tabs_details								
{
	width:100%;
	margin-right:5px;
   border-style  :none;
}
	
.tabs_details .ajax__tab_header
{
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 10px;
	color: #939CA3;
	background: url(../images/px_CCC.gif) repeat-x bottom;
	padding-left: 5px;
	border-style:none;
}
.tabs_details .ajax__tab_body
{
	padding: 0px;
    border-style:none;
  
}

.tabs_details .ajax__tab_outer						{vertical-align:bottom;}
.tabs_details .ajax__tab_inner						{}
.tabs_details .ajax__tab_tab
{
	border: 1px solid #1B3570;
	padding: 5px 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold; /* For WebKit (Safari, Google Chrome etc) */
	
	background: -webkit-gradient(linear, left top, left bottom, from(#1B3570), to(#73B0DD)); /* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #1B3570, #73B0DD); /* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=##73B0DD); /* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=#73B0DD)";
	color: White;
}

.tabs_details .ajax__tab_active .ajax__tab_outer	{}
.tabs_details .ajax__tab_active .ajax__tab_inner	{}
.tabs_details .ajax__tab_active .ajax__tab_tab
{
	background-color: #ffffff;
	color: #FFFF00;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	border-bottom-style: none;
}

.tabs_details .ajax__tab_hover .ajax__tab_outer		{}
.tabs_details .ajax__tab_hover .ajax__tab_inner		{}
.tabs_details .ajax__tab_hover .ajax__tab_tab
{
	background-color: #F3F3F3;
	color: #333;
}

.tabs_details .ajax__tab_inner .tab_book
{
		background: -webkit-gradient(linear, left top, left bottom, from(#1B3570), to(#73B0DD)); /* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #1B3570, #73B0DD); /* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=##73B0DD); /* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1B3570, endColorstr=#73B0DD)";

	color:#FFF;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
.tabs_details .ajax__tab_inner .tab_book:hover
{
	background-color: #73B0DD;
	color: #FFFF00;
	border-left: 1px solid #1B3570;
	border-top: 1px solid #1B3570;
	border-right: 1px solid #1B3570;
	border-bottom: 1px solid #FFF;
}
.tabs_details .ajax__tab_active .tab_book
{
	background-color: #73B0DD;
	color: #FFFF00;
	border-left: 1px solid #1B3570;
	border-top: 1px solid #1B3570;
	border-right: 1px solid #1B3570;
	border-bottom: 1px solid #FFF;
}

 
