/* CSS Document */

/* II COLORS */
/* ----------------------------------------------------- */
/* FORGROUND */
/* ----------------------------------------------------- */
/* white */
#loginform #buttonlogin {
	color:white;
}

/* dark blue */
.menu_inline li {
	color: #056D7A!important;
}

.login_container .button {
    margin-top:0;
}

.login_container .button_buffer {
    padding:5px 0 0 0;
}

.button,
.button_wide,
.button_inline,
.button_cancel,
.button_col1 {
	color: #056D7A;	
    font-family: arial;
	font-weight: bolder;
	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;	
	margin-top: 10px;
}

/*-- START: Main Button --*/

.login-btn {
	padding: 10px 0px 6px 0px;	
}

.login-btn .login_createProfile {
	padding-bottom: 8px;
}

button,
.button,
a.button,
.button_wide,
.button_inline,
.button_cancel,
.ii_button-1,
a.btn_bg2
{
    font-family:Arial, sans-serif;
    font-size:16px;
	font-weight:bold;
	padding:5px 25px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;

	border:none !important;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline: none;
	
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #386260;
    
	background: #52908f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyOTA4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjRkNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #52908f 0%, #364d45 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52908f), color-stop(100%,#364d45)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #52908f 0%,#364d45 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #52908f 0%,#364d45 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #52908f 0%,#364d45 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #52908f 0%,#364d45 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52908f', endColorstr='#364d45',GradientType=0 ); /* IE6-8 */
}
/*-- END: Main Button --*/

#lang_select {
	padding-right: 3px;
}

.box_rnd_1 {
	width: 502px;
	padding: 20px 30px;
	margin: 20px;	
}

.ltp Table {
	width: 275px;
}

.ltp h1 {
	font-family: times new roman;
	font-size: 32px; 
	color: #1c6c83;
	letter-spacing: -.6px;
	margin-top: 0px;
}

.ltp td {
	padding-bottom: 8px 
}

.ltp label {
	color: #757575; 
}



.ltp .create-profile {
	padding-top: 25px;
}

.ltp #textfield {
  border: 1px solid #bbbbbb;
  -moz-box-shadow: 1px 1px 2px #DDDDDD inset;
  -webkit-box-shadow: 1px 1px 2px #DDDDDD inset;
  box-shadow: 1px 1px 2px #DDDDDD inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  margin: 0;
  width: 95%;
}

.hd_img {
	font-size: 0px;
}

.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:#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: #FEF2B8!important;
