@charset "utf-8";
/* CSS Document */
/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 0 0 0;
}

/* IEXX compatinility */
* html div.autosuggest {
	padding-top:1px; 
}

/* Only IE7 compatibility */
*+html div.autosuggest {
	margin-top:12px;
	padding:0px;
}

div.autosuggest div.as_header
{
	margin-top:5px;
	position: relative;
	height: 3px;
	padding: 1px 0 0 0 ;
	border-top:1px solid #95a5c6;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
	background-color:#ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	position: relative;
	height: 3px;
	padding: 1px 0 0 0 ;
	border-bottom:1px solid #95a5c6;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
	background-color:#ffffff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* Only IE7 compatibility */
*+html div.autosuggest div.as_header { margin-top:0px; }
* html div.autosuggest div.as_header { margin-top:5px; }

div.autosuggest div.as_footer
{
	/* border-bottom:1px solid #95a5c6; */
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
}
div.autosuggest div.as_footer div.as_corner
{
	
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 0px;
	overflow: hidden;
	background-color: #ffffff;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
	border-left:1px solid #95a5c6;
	border-right:1px solid #95a5c6;
}

div.autosuggest ul li
{
	color: #5776ae;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #3b5998;
	text-decoration:none;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #3b5998;
	text-decoration:none;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: normal;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #3b5998;
	background-position: bottom right;
	background-repeat: no-repeat;
	text-decoration:none;
}

div.autosuggest ul li.as_highlight a span
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-position: bottom right;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul li.as_header
{
	font-weight: bold;
	font-size:14px;
	color:#FFFFFF;
	background:#999;
	padding-left:6px;
	padding-top:2px;
	padding-bottom:2px;
}

div.autosuggest ul em
{
	font-style: normal;
	font-weight:bold;
	color: #069;
	background-color:#d8dfea;
}
/* 
================================================
autosuggest, inquisitor style END
================================================
*/
/* 
================================================
split boxes START
================================================
*/
	dl {
		width: 300px;
		margin: 0 0 10px 10px;
		padding: 0;
		background: #ccc url(../img/box_bottom1.gif) no-repeat bottom left;
		}

	dt {
		margin: 0 0 10px 0;
		padding: 6px;
		font-size: 120%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(../img/box_top1.gif) no-repeat top left;
		}
	
	dd {
	margin: 0 0 0 1px;
	padding: 0 2px 2px 2px;
	color:#369;
	font-family: Verdana, sans-serif;
	font-size: 90%;
		}
		
	#fsa_bonus_breaks dt {
		background-color: #004C94;
		}
	
	#fsa_bonus_breaks {
		background-color: #F8F8F8;
		}
		
	#blue dt {
		background-color: #324E72;
		}
	
	#blue {
		background-color: #E8EEFA;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color:#64AB24;
		}
	
	#green {
		background-color:#CCFF99;
		}
	#fsa_special_offers dt {
		background-color:#A6CE39;
		}
	
	#fsa_special_offers {
		background-color:#F7FAEB;
		}
		
	#yellow dt {
		background-color:#C1C100;
		}
	
	#yellow {
		background-color:#FFFF84;
		}
		/* 
================================================
split boxes END
================================================
*/
		/* 
================================================
jquery drop down menu START
================================================
*/
/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 210px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { background-color:#3A637E; height: 32px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid #4F87AC; color: white; font-size: 14px; padding: 6px; line-height: 1.4; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 32px; }
    #nav ul li a { background-color: #5E5A5A; font-size: 12px;}
      #nav ul a.hover { background-color: #4F87AC; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); text-align:left;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
/* 
================================================
jquery drop down menu END
================================================
*/
/* 
================================================
general START
================================================
*/	
		#page {
			margin: 0px auto;
			width: auto;
		}
		
		#menu {
    position: relative;
	height: 250px;
	width: 545px;
	margin-left: 5px;
	border-bottom: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
		}
		a:focus
{
  -moz-outline: none;
  outline:none;
}
		.maincontent {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	left: -1px;
		}
		
		.social_icons{background:transparent url(../images/social_icons.png) no-repeat scroll left bottom;height:121px;_height:121px;position:fixed;_position:absolute;right:0;top:270px;width:40px;z-index:1000;}
		.gallery{
			margin: 30px auto;
			width: 80%;	
			padding-top: 10px;
		}
		.menuitem{
	   		background: #afec77;
		}

		.menutarget{
			background-color:#afec77;
			display: none;
			border-bottom: 5px solid white;
			border-left: 5px solid white;
			border-right: 5px solid white;
		}


		img{
			border:0px;
		}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.login_error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#900;
}
.tblMain {
	border-left: #FFFFFF 8px;
	border-left-style:solid;
	border-right: #FFFFFF 8px;
	border-right-style:solid;
	border-top: #FFFFFF 8px;
	border-top-style:solid;
	border-bottom: #FFFFFF 8px;
	border-bottom-style:solid;
	background-color:#3A637E;
}
.tbl {
	border-top: #E8EEFA 1px;
	border-top-style:solid;
	border-bottom: #E8EEFA 1px;
	border-bottom-style:solid;
	border-left: #E8EEFA 1px;
	border-left-style:solid;
	border-right: #E8EEFA 1px;
	border-right-style:solid;
}
.trans_tbl {
	border-top: #E8EEFA 1px;
	border-top-style:dashed;
	border-bottom: #E8EEFA 1px;
	border-bottom-style:dashed;
	border-left: #E8EEFA 1px;
	border-left-style:dashed;
	border-right: #E8EEFA 1px;
	border-right-style:dashed;
}
.button {
		background:white none repeat scroll 0%;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		border:1px solid #95A5C6;
		color:#000000;
		padding:1px;
}
.tbl_local_dest {
	border-top: #E8EEFA 1px;
	border-top-style:solid;
	border-left: #E8EEFA 1px;
	border-left-style:solid;
	border-right: #E8EEFA 1px;
	border-right-style:solid;
}
.tbl_intro {
	border-top: #39637C 1px;
	border-top-style:solid;
	border-bottom: #39637C 1px;
	border-bottom-style:solid;
	border-left: #39637C 1px;
	border-left-style:solid;
	border-right: #39637C 1px;
	border-right-style:solid;
}
.tbl_resorts {
	border-left: #E8EEFA 2px;
	border-left-style:solid;
	border-right: #E8EEFA 2px;
	border-right-style:solid;
	border-top: #E8EEFA 2px;
	border-top-style:solid;
	border-bottom: #E8EEFA 2px;
	border-bottom-style:solid;
	background-color:#4F84A6;
	line-height:28px;
}
a { color: #069; text-decoration: none }

.textheader {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#036;
}
.textheader_orange {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#F90;
}
.textheader_smaller {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#036;
}
.whiteheader_smaller {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.whiteheader_bigger {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.trans_pos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#390;
}
.trans_neg {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#900;
}
.normal_links {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.body_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
.specials_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#7F7F7F;
}
.panel_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.rating {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
.footer {
height:45px;
width:100%;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#FFF;
background-color:#39637C;
}
.line {
	width: 400px;
	color:#F90;
}
.news_header {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#003;
font-weight:bold;
}
#container { width: 100%; padding-bottom: 2px 0; padding-top: 0 0;}

	.search_example {
		margin:0px 20px 0px 10px;
	}
	.search_bar {
		position:relative;	
		color:#000000;
		font-weight:bold;
		margin:8px 0px;
		padding:0px 5px;
		height:40px;
	}
	.search_bar form {
		display:inline;
	}	
	.search_bar input {
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
	}	
	.search_bar ul {
		line-height:19px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:3px 0pt 0pt;
		padding:0pt;
		z-index:10000000;
	}	
	.search_bar li {
		color:#333333;
		float:left;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-weight:bold;
		margin-left:5px;
		margin-right:0px;
		width:auto;
	}	
	.search_bar  input.search_txt {
		background:white url(../img/searchglass.png) no-repeat scroll 3px 4px;
		border:1px solid #95A5C6;
		color:#000000;
		font-weight:normal;
		padding:2px 0px 2px 4px;
	}	
	.search_bar input.searchBtnOK {
		background:white none repeat scroll 0%;
		border:1px solid #95A5C6;
		color:#000000;
		font-weight:bold;
		padding:1px;
	}	
	
	.search_response {
		position:relative;
		border:2px solid #f8e89d;
		padding:10px;
		padding-left:50px;
		margin:10px;
		background:#ffffff url(../img/kghostview.png) no-repeat 0px 10px;
	}
	.tbl_header {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.slide_header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
.slide_content {
	background-color:#FFFFFF;
}
.box_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #069;
}
.box_text_fac {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #069;
}
.box_total {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
}
.header {
	font-size: 20px;
	color: #3A637E;
}
.white_header {
	font-size: 20px;
	color: #FFFFFF;
}
.blue_header {
	font-size: 20px;
	color: #355C8B;
}
.blue_header_smaller {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#355C8B;
}
.white_header_smaller {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
================================================
general END
================================================
*/
/* 
================================================
jtip START
================================================
*/
*{padding: 0; margin: 0;}

/* ----- global default/initial styles ----- */


/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}
p, label{font-size: 12px;}



p {line-height:1.4em;margin:10px 0;}
hr{margin:10px 0;}

ul{
	list-style: none;
}

ul li{
padding-top:3px;
}

#contentPad{
margin:20px;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	
	text-decoration: none;
}

/* -------->> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:hand;
}
/* 
================================================
jtip END
================================================
*/
.news_style{
display:none;
}
.news_show
{
background-color: #E8EEFA;
color:black;
width:220px;
height:150px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
overflow: auto;	

}
.news_border
{
background-color: #E8EEFA;
width:220px;
height:150px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 1px solid #95AFE8;
padding: 5px 5px 5px 5px;
overflow: auto;	

}
.news_mark{
background-color: #E8EEFA;
font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:220px;
height:35px;
color:black;
text-align:right;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}
.buttondiv
{
position: absolute;
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color: #E8EEFA;
border: 1px solid #95AFE8;
/*border-top-color: white;*/
border-top:none;
height:20px;
}
