/* CSS Document */

/* II COLORS */
/* ----------------------------------------------------- */
/* FORGROUND */
/* ----------------------------------------------------- */
/* white */
#loginform #buttonlogin, #loginform label, #offers_bullet li, .button_cancel, #member_corner h5, .button,
.button_wide,
.button_inline,
.button_cancel,
.button_col1 {
	color:white;
}
h1, h2, h3, h6, h5, a:active, a:visited, a:hover, a:link, #footer a:link {
	color: #026C96;
}
/* dark red */
.menu_inline li, h3 a:link,  h3 a:visited {
	color: #0077be;
}

/* blue */
.member_benefits_membership_box h3, .member_benefits_gold_box h3, #page_content h3, hr {
	color: #09488E;
}
/* gray */
small span, .disclaimer, .alert_message a:hover p, .alert_message a:visited p, 
.alert_message_action a:hover p, .alert_message_action a:visited p, .ad_sm_icon_text a:hover p small, .ad_sm_icon_text a:visited p small,
.offers_icon_text a:hover p, .offers_icon_text a:visited p, .promotion a:hover p, .promotion a:visited p,
#ad_confirmation a:hover p, #ad_confirmation a:visited p, .table_message, .resort_title a:hover address, .resort_title a:visited address  {
	color:#757575;
}
/* ----------------------------------------------------- */
/* borders */
/* blue */
.member_benefits_membership_box, .member_benefits_gold_box, hr {
	border-color: #09488E;
}
/* orange */
#bodymessage, #headermessage, em span p, em span h3, #getaway_content_row  {
	border-color: #0077be!important;
}
/* gray */
#loginform, .promotion {
	border-color: #757575999;
}
/* light gray */
hr, span hr {
	border-color: #d2d2d2;
}
/* BACKGROUND */
/* ----------------------------------------------------- */
/* white */
#column2content {
	border:none!important;
}
body, em span p, em span h3, a.pop_up:hover, a.pop_up:hover span, #body, #column2content {
	background-color:white!important;
}
/* orange */

.button,
.button_wide,
.button_inline,
.button_cancel,
.button_col1 {
	background-color:  #0077be;
	font-size: 15px;	
	color: #FFFFFF!important;
    font-family: arial;
	font-weight: bolder;
	font-variant: small-caps;
	font-stretch:semi-expanded;
	margin-left: 5px;
	background-image:url(/images/iw/book_it_btn_bg.gif);
	background-repeat:repeat-x;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:none;
	cursor:pointer;	
}



.see_more_link {
	color:white!important;
	background-image:url(/images/iw/see_more_bg.gif);
	background-repeat:no-repeat;
	height:21px;
	width:117px;
	display:block;
	padding:2px 0px 0px 35px;
}

a.see_more_link {color:#FFFFFF!important;}

input.see_more_btn {
	color:white!important;
	background-image:url(/images/iw/see_more_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:25px;
	width:156px;
	padding:2px 0px 0px 25px;
	border:none;
	font-size:9px;
	cursor:pointer;
	border:1px solid white;
}


/* blue */
body { 
	background-color: #ffffff;
}
/* tan */
#loginform #loginformmenu {
	background-color: #FFEAA9;
}
/* light tan */
#loginform, .email_form_bg  {
	background-color: #FFF6CF;
}
/* bark tan */
#none {
	background-color: #FFEAA8;
}
/* light gray */
#login_content {
	background-color: #98D6ED;
}
/* light light blue */
#member_corner {
	background-color: #F9F9EF;
}

