@import url(/css/template.css);
@import url(/css/global.css);
@import url(/css/iw/menus.css);
@import url(/css/exchange.css);
@import url(/css/iw/color.css);



.small	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #000000; }

.stepbystep  	{ font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FFCC66; }

.IAClink	{ font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none; color: #999999; padding-top: 5px;}
		.IAClink a:visited {  color: #999; text-decoration: none; }
		.IAClink a:link {  color: #999999; text-decoration: none; }
		.IAClink a:hover {  color: #006699; text-decoration: none; }	

.IAClink a { margin-left:10px; }		
	
.button2 {
	color: #FFFFFF;
	background-color: #FF9933; 
	font-size: 12px; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	
	border-top-color: #FFFFFF; 
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #FFFFFF; 
	
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.button3 {
	color: #FF6600;
	background-color: #FFFFFF;
	text-decoration: underline; 
	font-size: 11px; 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	
	border-top-color: #FFFFFF; 
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; 
	
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}


.busyBar {
	background-color: #CCCCCC;
}


.busyBarCell {
	background-color: #FFFFFF;
	width: 22px;
	height: 20px;
	padding: 0px;
}


.busyBarDot {
	background-color: FFCC99;
	width: 18px;
	height: 16px;
	padding: 0px;
}


/* tool tip */
a.tooltip{
	position:relative;
	z-index:24;	
	text-decoration:none;
	left: -4px;		
}
a.tooltip:link, a.tooltip:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom:-2px;	
}
a.tooltip:hover{z-index:25; background-color:#FFFFFF;}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #333333;
    background-color:#FFFFCC; color:#000;	
	font-style: normal;
	padding:5px;
}

/********** New Header *******************************************************************/

body {
	background-image:url(/images/page-bg.gif);
	background-repeat:repeat-x;
	}
	

#page_login #body  {
	border-top:none;/*eliminates gap between header and body on the PRE login page*/
	}
	
#header_messages {
	float:right;
	margin-right:15px;
	}

	
.header_logo {
	height:77px;
	float:left;
	width:230px;
	margin-top:14px;
	}
#header_logo_print{
	display:none;
		}
#ask_box {
	background-color:#CCCCCC;
	height:32px;
	position:absolute;
	top:-322px;
	left:-22px;
	width:772px;
	}
#ask_jeeves_area {
	position:relative;
	left:540px;
	top:5px;
	width:200px;	
}
	

/* Site Tools */
#site_tools {
	/*position:absolute;
	top:5px;
	left:317px;
	right:200px;*/
	float: right;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
#site_tools ul {
	margin:0px;
	padding:0px;
}
#site_tools ul li {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#site_tools a {
	color:#FFFFFF;
	text-decoration:none;
}
#site_tools a:hover {
	color:#ff9900;
}

#site_tools h5 {
	display:none;
}

a.icon_benefits img,
a.icon_alerts img,
a.icon_history img,
a.icon_account img,
a.icon_signout img
 {
	vertical-align:middle;
	margin-right:4px;
}

/* END: Site Tools */

/* Main Nav */
#nav {
	background-image:url(/images/iw/nav-bg.gif);
	background-repeat:no-repeat;
	height:44px;
	width:940px;/*960*/
	padding-left:20px;
}

#nav ul {
	margin:0px;
	padding:0px;
}

#nav ul li {
	float:left;
	list-style-type:none;
	margin-bottom:0px;
}

#nav h5 {
	display:none;
}

#nav li a#tabgetaway {
	color:#0e4b90;
	text-decoration:none;
}

/*#nav li a {
	color:#2377a4;
	text-decoration:none;
	width:121px;
	height:22px;
	background-image:url(/images/tab_off.gif);
	background-repeat:no-repeat;
	margin:0px 5px 0px 0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	display:block;
	}
#nav li a:hover {
	color:#df5b03;
}

#nav .current a {
	background-image:url(/images/tab_on.gif);
	color:#df5b03;
	}*/

#nav ul li a {
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	background-repeat:no-repeat;
	margin-right:10px;
}

li#site_nav_tabhome a {
	background-image:url(/images/iw/svc/tab_home.gif);
	height:44px;
	width:93px;
}

li#site_nav_tabgetaway a {
	background-image:url(/images/iw/tab_getaways.gif);
	height:44px;
	width:91px;
}

li#site_nav_tabexchange a {
	background-image:url(/images/iw/tab_exchange.gif);
	height:44px;
	width:98px;
}

li#site_nav_tabtravel a {
	background-image:url(/images/iw/tab_travel.gif);
	height:44px;
	width:67px;
}

li#site_nav_taboffers a {
	background-image:url(/images/iw/tab_offers.gif);
	height:44px;
	width:114px;
}

li#site_nav_tabbenefits a {
	background-image:url(/images/iw/tab_benefits.gif);
	height:44px;
	width:85px;
}

li#site_nav_tabdirectory a {
	background-image:url(/images/iw/tab_resort_directory.gif);
	height:44px;
	width:136px;
}

li#site_nav_tabcommunity a {
	background-image:url(/images/iw/tab_community.gif);
	height:44px;
	width:106px;
}

#nav .current a, /*set current tab*/
li#site_nav_tabhome a:hover,
li#site_nav_tabgetaway a:hover,
li#site_nav_tabexchange a:hover,
li#site_nav_tabtravel a:hover,
li#site_nav_taboffers a:hover,
li#site_nav_tabbenefits a:hover,
li#site_nav_tabdirectory a:hover,
li#site_nav_tabcommunity a:hover
{background-position: 0 -44px; }

/* hide sub nav. Need to make tab selection work. */	
#nav ul li ul {
	display:none;
}

/* current for site tools  */
#site_tools #site_nav_benefits.current a, 
#site_tools #site_nav_alerts.current a, 
#site_tools #site_nav_history.current a, 
#site_tools #site_nav_my_account.current a
{
	background-position:left;
	background-repeat:no-repeat;
	color:#ff9900;
}

#site_tools #site_nav_benefits.current
{
	background-image:url(/images/icon_benefits_on.gif);
	background-repeat:no-repeat;
}

#site_tools #site_nav_alerts.current
{
	background-image:url(/images/icon_alerts_on.gif);
	background-repeat:no-repeat;
}

#site_tools #site_nav_history.current
{
	background-image:url(/images/icon_history_on.gif);
	background-repeat:no-repeat;
}
#site_tools #site_nav_my_account.current
{
	background-image:url(/images/icon_account_on.gif);
	background-repeat:no-repeat;
}

/* hide the icon */
#site_tools .current a img
{
	visibility:hidden;
}


/* END: Main Nav */

/********** END: New Header ********************************************************************/


/********** PRE LOGIN ********************************************************************/

/*********** Start: Slideshow *********/
#slideshow {
    position:relative;
    height:293px;
	width:940px;
	overflow:hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*********** END: Slideshow *********/

#pre_login_nav {
	width:205px;
	border:1px solid #999;
	background-color:#ecf8fd;
	margin-left:-2px;
	padding:10px;
	position:relative;
	border-top:none;
}

#pre_login_nav li a {
	border-bottom:1px dashed #023776;
	text-decoration:none;
}

.strong {
	font-weight:bold;
}

#login_rd_area {
	height:124px;
	width:940px;
	background-image:url(/images/iw/bg_resort_directory.gif);
	background-repeat:no-repeat;
	padding-top:8px;
	position:relative;
}

#cover_thumb {
	width:75px;
	height:95px;
	position:absolute;
	top:25px;
	right:35px;
}



#rd_links a {text-decoration:none;}
#rd_links a:hover {text-decoration:underline;}

#rd_links ul li {
	float:left;
	width:140px;
	margin-right:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	list-style:none;
}

#rd_h3 {
	margin: 0px 0px 0px 8px;	
}

a#rd_label {
	height:33px;
	width:280px;
	overflow:hidden;
	display:block;
}

a#rd_label:hover {
		/*background-position: -280 0;*/
		text-indent:-280px;
}

#mobile_app_link_hp {position:absolute; left:310px; top:14px; font-family:Verdana, Geneva, sans-serif; font-size:10px;}

/********** END: PRE LOGIN ********************************************************************/

table#locations tr td { /* for the shortstay search */
	font-size:10px!important;
	font-family:Arial, Helvetica, sans-serif;
}


h1#exchange_form_header
	{
		margin-bottom:0px;
}


