/* CSS Document */

/* II COLORS */
/* ----------------------------------------------------- */
/* FORGROUND */
/* ----------------------------------------------------- */
/* white */
#loginform #buttonlogin {
	color:white;
}
/* orange */
h1, h3, h6, #loginform label, #offers_bullet li, .button_cancel, #member_corner h5, .table_frame h2 {
	color: #09488E;
}
h2 {
color:#FFFFFF;
}


a:hover, a:active, a:link, a:visited {
color: #FF6600;
}

/* Blue */
.button,
.button_wide,
.button_inline,
.button_cancel,
.button_col1 {
	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/book_it_btn_bg.gif);
	background-repeat:repeat-x;
	border-top:2px solid #abe1ee!important;
	border-left:2px solid #abe1ee!important;
	border-bottom:2px solid #0887a6!important;
	border-right:2px solid #0887a6!important;
	cursor:pointer;	
}

.see_more_link {
	color:white!important;
	background-image:url(/images/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/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;
}


/* light blue */

/* blue */
.member_benefits_membership_box h3, .member_benefits_gold_box h3, #page_content h3, .menu_inline li{
	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:#999999;
}
/* ----------------------------------------------------- */
/* borders */
/* blue */
.member_benefits_membership_box, .member_benefits_gold_box {
	border-color: #09488E;
}
/* orange */
#bodymessage, #headermessage, em span p, em span h3 {
	border-color: #DF5B03;
}
/* gray */
#loginform, .promotion {
	border-color: #999999;
}
/* light gray */
hr, span hr {
	border-color: #CCC;
}

/* BACKGROUND */
/* ----------------------------------------------------- */
/* white */
em span p, em span h3, a.pop_up:hover, a.pop_up:hover span, body {
	background-color:white;
}
/* Neon Green */
.button,
.button_wide,
.button_inline,
.button_cancel,
.button_col1 {
	background-color: #32BBDD!important;
}
/* tan */
#loginform #loginformmenu, #tab_search_menu li.current {
	background-color: #FFEAA9;
}
/* light blue */
#loginform, .email_form_bg, .button_cancel, #column1, #bodygroup, #bodygroupline{
	background-color: #BFD9ED;
}

/* light light tan */
#tab_search_menu li {
	background-color:#fef4d0
	

}

/* dark tan */
#none {
	background-color: #FFEAA8;
}
/* light gray */
#login_content {
	background-color: #F9F9EF;
}
/* light light blue */
#member_corner {
	background-color: #F9F9EF;
}
