/* CSS Document */

/* II COLORS */
/* ----------------------------------------------------- */
/* FORGROUND */
/* ----------------------------------------------------- */
/* white */
#loginform #buttonlogin {
	color:white;
}

/* dark blue */
.menu_inline li {
	color: #056D7A!important;
}

.button,
.button_wide,
.button_inline,
.button_cancel,
.button_col1 {
	color: #056D7A;	
    font-family: arial;
	font-weight: bolder;
	font-variant: small-caps;
	font-stretch:semi-expanded;
	margin-left: 5px;
	background-image:url(/images/ltpd/ltp/book_it_btn_bg.gif);
	background-repeat:repeat-x;
	border-top:2px solid #f4f1d1!important;
	border-left:2px solid #f4f1d1!important;
	border-bottom:2px solid #a8a154!important;
	border-right:2px solid #a8a154!important;
	cursor:pointer;	
}

.see_more_link {
	color: #056D7A;
	background-image:url(/images/ltpd/ltp/see_more_bg.gif);
	background-repeat:no-repeat;
	height:21px;
	width:117px;
	display:block;
	padding:2px 0px 0px 35px;
}

a.see_more_link {color: #056D7A!important;}

input.see_more_btn {
	color: #056D7A;
	background-image:url(/images/ltpd/ltp/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 */
.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:#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: #FEF2B8!important;

