/* CSS Document */

/* II COLORS */
/* ----------------------------------------------------- */
/* FORGROUND */
/* ----------------------------------------------------- */
/* white */
#loginform #buttonlogin {
	color:white;
}
/* orange */
h1, h3, h6, #loginform label, #offers_bullet li, .button_cancel, #member_corner h5 {
	color: #09488E;
}
h2 {
color:#FFFFFF
}

.getaway_options_guest_cert_bg h2 { /* Guest Certificate For 3rd Party Sites */
	color: #0077be;
	font-weight: bold;
	font-size: 18px;
}

a:hover, a:active, a:link, a:visited {
color: #ffffff;
}

/* dark blue*/
.menu_inline li {
	color: #09488E!important;
} 

.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-color:#32BBDD!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 {
	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 {
	border-color: #09488E;
}
/* orange */
#bodymessage, #headermessage, em span p, em span h3 {
	border-color: #0077be;
}
/* gray */
#loginform, .promotion {
	border-color: #757575999;
}
/* light gray */
hr, span hr {
	border-color: #d2d2d2;
}
/* 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 {
	background-color: #FFEAA9;
}
/* light tan */
#loginform, .email_form_bg, .button_cancel, #column1, #bodygroup, #bodygroupline {
	background-color: #BFD9ED;
}
/* bark tan */
#none {
	background-color: #FFEAA8;
}
/* light gray */
#login_content {
	background-color: #F9F9EF;
}
/* light light blue */
#member_corner {
	background-color: #F9F9EF;
}