/* CSS Document */

/* Pending Requests START */
a.edit:link {color: #8e8e8e; text-decoration:none; font-size:12px; font-weight:normal;}
a.edit:visited {color: #8e8e8e; text-decoration:none;}
a.edit:hover {color: #0077be; text-decoration:underline;}
a.edit:focus {color: #0077be; text-decoration:underline;}
a.edit:active {color: #0077be; text-decoration:none;}

a.show:link {color: #0077be !important; text-decoration:none;}
a.show:visited {color: #0077be !important; text-decoration:none;}
a.show:hover {color: #023776 !important; text-decoration:underline;}
a.show:focus {color: #0077be !important; text-decoration:underline;}
a.show:active {color: #0077be !important; text-decoration:none;}


.editCriteria {
	display:inline-block;
	font-family:Arial, sans-serif;
    text-decoration:none;
    color: #8e8e8e;
    font-size:11px;
	font-weight:normal;
	vertical-align:baseline;
	text-decoration:underline;
	 cursor: pointer;
	zoom:1;
	*display:inline;
}

.toggleTitle {
	display:inline-block;
	vertical-align: baseline;
	padding-right:15px;
	
	zoom:1;
	*display:inline;
}

.changeDates {
	display: none; 
	position: absolute; 
	margin-left:-2px;
	padding-top:19px;
    z-index:1001;
}

.changeDates .pointer {
	background: url(/images/iw/change-top-arrow-1.png) no-repeat;
	z-index: 1000 !important;
	position: absolute;
	left: 63px;
	top: 0px;
	cursor: default;
	height: 22px;
	width: 24px;
}

.changeDatesInputs {
	display: block; 
	background: #f2f2f2;
    border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	padding:10px 10px 20px 20px;
	border: 1px solid #E6E6E6;
}

.place_request_stages {
	margin-top:10px;
}

.boxHolder {
	width:100%;
	display:block;
	text-align:center;
	margin:0 auto;
	min-height: 180px;
    height:auto !important; 
    height: 180px; 
}
.boxColumn1, .boxColumn2 {
	display:inline-block;
	vertical-align:middle;
	width:400px;
	text-align:center;
	margin:0 auto;
	zoom:1;
	*display:inline;
}

.box1 .style23 {
    width:92% !important;
    margin: 10px 0 0 14px !important;
}

.box1, .box2 {
    width: 295px;
    min-height: 118px;
    height:auto !important; 
    height: 118px; 
    background: #ffffff url(/images/_icons/cartoon-checkmark.png) no-repeat -30px 17px;
    border: 3px solid #8e8d8c;
	color:#8e8d8c;
	font-family:Arial, sans-serif;
	padding:20px 25px 20px 20px;
	margin:0 20px;
	font-size:12px;
	line-height:16px;
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	
	opacity:1;
    /* use 'opacity 1s ease' for just opacity */
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition:all 0.2s ease;
    zoom:1;
	*display:inline;
}
.box1:hover {
    width: 320px;
	min-height: 127px;
    height:auto !important; 
    height: 127px;
	background: #ffffff url(/images/_icons/cartoon-checkmark.png) no-repeat -30px 15px;
    border: 3px solid #016fbe;
	cursor:pointer;

	font-size:13px;
	line-height:18px;
	
	opacity:1;
}
.box1.active {
    width: 320px;
	min-height: 127px;
    height:auto !important; 
    height: 127px;
	background: #ffffff url(/images/_icons/cartoon-checkmark.png) no-repeat 20px 15px;
    border: 3px solid #016fbe;
	cursor:pointer;

	font-size:13px;
	line-height:18px;
	
	opacity:1;
}



.box2:hover {
    width: 320px;
	min-height: 127px;
    height:auto !important; 
    height: 127px;
	background: #ffffff  url(/images/_icons/cartoon-checkmark.png) no-repeat -30px 15px;
    border: 3px solid #acc42a;
	cursor:pointer;

	font-size:13px;
	line-height:18px;
	
	opacity:1;
}
.box2.active {
    width: 320px;
	min-height: 127px;
    height:auto !important; 
    height: 127px;
	background: #ffffff url(/images/_icons/cartoon-checkmark.png) no-repeat 20px 15px;
    border: 3px solid #acc42a;
	cursor:pointer;

	font-size:13px;
	line-height:18px;
	
	opacity:1;
}

div.box1 h2, div.box2 h2 {
	  text-transform:uppercase;
	  font-weight:normal;
	  font-size:21px;
	  margin:0 0 5px 0;
	  padding-left:0;
	  color:#8e8d8c;
}

div.box1:hover h2 {
	  text-transform:uppercase;
	  font-weight:normal;
	  font-size:24px;
	  color:#016fbe;
	  margin:0 0 8px 0;
}

div.box1.active h2 {
	  text-transform:uppercase;
	  font-weight:normal;
	  font-size:24px;
	  color:#016fbe;
	  margin:0 0 8px 0;
	  padding-left:32px;
	  
	  opacity:1;
    /* use 'opacity 1s ease' for just opacity */
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

div.box2:hover h2 {
	  text-transform:uppercase;
	  font-weight:normal;
	  font-size:24px;
	  color:#acc42a;
	  margin:0 0 8px 0;
}

div.box2.active h2 {
	  text-transform:uppercase;
	  font-weight:normal;
	  font-size:24px;
	  color:#acc42a;
	  margin:0 0 8px 0;
	  padding-left:32px;
	  
	  opacity:1;
    /* use 'opacity 1s ease' for just opacity */
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

    /* PROGRESS BAR */
	
.barHolder {
	width:100%;
	display:block;
	margin:25px auto 0 auto;
}

.barContainer {
	display:block;
	width:465px;
	margin:0 auto;
}

.barDateRangeDeposit {
	display:block;
	margin:0 auto;
	width:100%;
	height:25px;
	text-align: justify; 

     /* IE special */  
    width: 100%;  
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.barDateRangeDeposit::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height:1px;
}



.depositDate1 {
	display:inline-block;
	
	/* ie 7*/ 
    *display: inline;
    *zoom: 1;
    *text-align: left;
}

.depositDate2 {
	display:inline-block;
	
	/* ie 7*/
    *display: inline;
    *zoom:1;
    *text-align: right;
}

.barDateRangeRequest {
	display:block;
	margin:0 auto;
	width:100%;
	height:25px;

}

.barDateRangeRequest::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height:1px;
}

.requestDate1 {
	display:inline-block;
	margin:0 auto;
	zoom:1;
	*display:inline;
}

.requestDate2 {
	display:inline-block;
	margin:0 auto;
	padding-left:65px;
	
	zoom:1;
	*display:inline;
}

.dateProgress {
	text-align:center;
	display:block;
	margin:0 auto;
	padding-bottom:10px;
	background:url(/images/arrow_progress.png) no-repeat bottom center;
	color:#3d3d3d;
	font-size:12px;
}


#progressbar {
    width: 400px;
    height: 35px;
    background-color: #efefeb;
    clear: both;
	text-align:center;
	display:block;
	margin:5px auto;
}

#progressbar2 {
    width: 400px;
    height: 35px;
    background-color: #efefeb;
    clear: both;
	text-align:center;
	display:block;
	margin:5px auto;
}

#progress {
    background: #016fbe; /*-- Color of the bar --*/
    height: 35px;
    width: 0%;
    max-width: 100%;
    float: left;
    -webkit-animation: progress 2s 1 forwards;
    -moz-animation: progress 2s 1 forwards;
    -ms-animation: progress 2s 1 forwards;
    animation: progress 2s 1 forwards;
}

html #progress 
{ 
 width:100%\9;
 }


@-webkit-keyframes progress { 
    from { }

    to { width: 100% }
}

@-moz-keyframes progress { 
    from { }

    to { width: 100% }
}

@-ms-keyframes progress { 
    from { }

    to { width: 100% }
}

@keyframes progress { 
    from { }

    to { width: 100% }
}


#progress-request {
    background: #acc42a; /*-- Color of the bar --*/
    height: 35px;
    width: 0%;
    max-width: 35%;
    float: left;
    -webkit-animation: progress 5s 1 forwards;
    -moz-animation: progress 5s 1 forwards;
    -ms-animation: progress 5s 1 forwards;
    animation: progress 5s 1 forwards;
}

html #progress-request 
{ 
 width:137px\9;
 }


@-webkit-keyframes progress-request { 
    from { }

    to { width: 35% }
}

@-moz-keyframes progress-request { 
    from { }

    to { width: 35% }
}

@-ms-keyframes progress-request { 
    from { }

    to { width: 35% }
}

@keyframes progress-request { 
    from { }

    to { width: 35% }
}


.travel-window {
	text-align:center;
	display:block;
	width:500px;
	margin:0 auto;
	font-family: Arial, sans-serif;
  	color:#8e8d8c;
  	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

	

    /* PROGRESS BAR */
.continueHolder {
	width:100%;
	display:block;
	text-align:right;
	margin:10px auto;
	vertical-align:middle;
}


.continueBuffer {
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	zoom:1;
	*display:inline;
}


  
.formHolder {
	width:100%;
	display:block;
	text-align:center;
	margin:0 auto;
}
.formRow {
	width:100%;
	display:block;
	margin:0 0 25px 0;
	text-align:center;
}

.formRowCheck {
	width:100%;
	display:block;
	margin:0 0 10px 0;
}

.formRowLast {
	width:100%;
	display:block;
	margin:0;
}

.formLeft {
	width:170px;
	display:inline-block;
	vertical-align:middle;
	font-family: Arial, sans-serif;
  	color:#000000;
  	font-size:16px;
	font-weight:bold;
	text-align:left;
	
	zoom:1;
	*display:inline;
}

.formLeft label {
	font-family: Arial, sans-serif !important;
  	color:#000000 !important;
  	font-size:16px !important;
	font-weight:bold !important;
	text-align:left !important;

}

.formLeft label.disabled {
	font-family: Arial, sans-serif !important;
  	color:#eeeeee !important;
  	font-size:16px !important;
	font-weight:bold !important;
	text-align:left !important;
}

.formRight {
	width:700px;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	zoom:1;
	*display:inline;
}

.facilitiesLeft {
	width:240px;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	zoom:1;
	*display:inline;
	color:#000000;
  	font-size:12px;
}

.facilitiesRight {
	width:200px;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
	zoom:1;
	*display:inline;
	color:#000000;
  	font-size:12px;
}

.red { color:#ef0000; }
.inactive { color:#cdcdcd; }

/* FORM INPUTS */

form.pending {
	margin:0;
	padding:0;
}
	
.pending select {
  	font-family: Arial, sans-serif;
  	color:#000000;
  	font-size:16px;
	padding:5px;
	margin:0 20px 0 0;
  	border:#cdcdcd solid 1px;
  	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	box-shadow: 1px 2px 6px rgba(0,0,0,.08);
} 
.pending select:hover {
  	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8f4fe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f4fe));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e8f4fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f4fe',GradientType=0 );
	cursor:pointer;
} 

.pending select.inactive {
  	color:#cdcdcd;
}
.pending select.inactive:hover {
  	color:#cdcdcd;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	cursor:default;
}


.pending select.adult {
  width:160px;
}  

.pending select.children {
  width:180px;
}

.pending .formRight {
	font-size:0;
}

/*-- GROUPED DIV BUTTON STATES FOR BEDROOMS SELECTION --*/
.pending .bedrooms small {
	color:#757575;
	font-size:11px;
}

.pending .bedrooms.active small {
	color:#ffffff;
	font-size:11px;
}

.pending .bedrooms.disabled small {
	color:#cdcdcd;
	font-size:11px;
}

.pending .bedrooms.solo {
  	border-right:#cdcdcd solid 1px;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.pending .bedrooms {
	display:inline-block;
  	min-width:45px;
	font-family: Arial, sans-serif;
	text-align: center;
  	color:#000000;
  	font-size:16px;
	padding:5px 7px;
	margin:0;
  	border-right:0;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	
	zoom:1;
	*display:inline;
}

.pending .bedrooms.first {
  	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:5px 0 0 5px !important;
	-moz-border-radius:5px 0 0 5px !important;
	-webkit-border-radius:5px 0 0 5px !important;
}

.pending .bedrooms.last {
  	border-right:#cdcdcd solid 1px !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0 !important;
	-webkit-border-radius:0 5px 5px 0 !important;
}

.pending .bedrooms:hover {
  	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8f4fe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f4fe));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e8f4fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f4fe',GradientType=0 );
	cursor:pointer;
}

.pending .bedrooms.active {
  	color:#ffffff;
	background: #0177bf;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0177bf', endColorstr='#0177bf',GradientType=0 ); 
}

.pending .bedrooms.disabled {
	color:#cdcdcd !important;
}

.pending .bedrooms.first.disabled {
	color:#cdcdcd !important;
	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
	border-radius:5px 0 0 5px !important;
	-moz-border-radius:5px 0 0 5px !important;
	-webkit-border-radius:5px 0 0 5px !important;
  	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .bedrooms.last.disabled {
	color:#cdcdcd !important;
	border-right:#cdcdcd solid 1px!important;
	border-top:#cdcdcd solid 1px!important;
	border-bottom:#cdcdcd solid 1px!important;
	border-left:#cdcdcd solid 1px!important;
	border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0!important;
	-webkit-border-radius:0 5px 5px 0!important;
  	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .bedrooms.disabled {
  	color:#cdcdcd !important;
  	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .bedrooms.solo.disabled {
  	color:#cdcdcd !important;
  	border-right:#cdcdcd solid 1px !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
}

/*-- GROUPED DIV BUTTON STATES FOR specialButton SELECTION --*/
.pending .specialButton small {
	color:#757575;
	font-size:11px;
}

.pending .specialButton.active small {
	color:#ffffff;
	font-size:11px;
}

.pending .specialButton.disabled small {
	color:#cdcdcd;
	font-size:11px;
}

.pending .specialButton.solo {
  	border-right:#cdcdcd solid 1px;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.pending .specialButton {
	display:inline-block;
  	min-width:45px;
	font-family: Arial, sans-serif;
	text-align: center;
  	color:#000000;
  	font-size:16px;
	padding:5px 7px;
	margin:0;
  	border-right:0;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	
	zoom:1;
	*display:inline;
}

.pending .specialButton.first {
  	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:5px 0 0 5px !important;
	-moz-border-radius:5px 0 0 5px !important;
	-webkit-border-radius:5px 0 0 5px !important;
}

.pending .specialButton.last {
  	border-right:#cdcdcd solid 1px !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0 !important;
	-webkit-border-radius:0 5px 5px 0 !important;
}

.pending .specialButton:hover {
  	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8f4fe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f4fe));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e8f4fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f4fe',GradientType=0 );
	cursor:pointer;
}

.pending .specialButton.active {
  	color:#ffffff;
	background: #0177bf;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0177bf', endColorstr='#0177bf',GradientType=0 ); 
}

.pending .specialButton.disabled {
	color:#cdcdcd !important;
}

.pending .specialButton.first.disabled {
	color:#cdcdcd !important;
	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
	border-radius:5px 0 0 5px !important;
	-moz-border-radius:5px 0 0 5px !important;
	-webkit-border-radius:5px 0 0 5px !important;
  	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .specialButton.last.disabled {
	color:#cdcdcd !important;
	border-right:#cdcdcd solid 1px!important;
	border-top:#cdcdcd solid 1px!important;
	border-bottom:#cdcdcd solid 1px!important;
	border-left:#cdcdcd solid 1px!important;
	border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0!important;
	-webkit-border-radius:0 5px 5px 0!important;
  	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .specialButton.disabled {
  	color:#cdcdcd !important;
  	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .specialButton.solo.disabled {
  	color:#cdcdcd !important;
  	border-right:#cdcdcd solid 1px !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
}

/*-- GROUPED DIV BUTTON STATES FOR kitchen SELECTION --*/
.pending .kitchenButton small {
	color:#757575;
	font-size:11px;
}

.pending .kitchenButton.active small {
	color:#ffffff;
	font-size:11px;
}

.pending .kitchenButton.disabled small {
	color:#cdcdcd;
	font-size:11px;
}

.pending .kitchenButton.solo {
  	border-right:#cdcdcd solid 1px;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.pending .kitchenButton {
	display:inline-block;
  	min-width:45px;
	font-family: Arial, sans-serif;
	text-align: center;
  	color:#000000;
  	font-size:16px;
	padding:5px 7px;
	margin:0;
  	border-right:0;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	
	zoom:1;
	*display:inline;
}

.pending .kitchenButton.first {
  	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:5px 0 0 5px !important;
	-moz-border-radius:5px 0 0 5px !important;
	-webkit-border-radius:5px 0 0 5px !important;
}

.pending .kitchenButton.last {
  	border-right:#cdcdcd solid 1px !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0 !important;
	-webkit-border-radius:0 5px 5px 0 !important;
}

.pending .kitchenButton:hover {
  	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8f4fe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f4fe));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e8f4fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f4fe',GradientType=0 );
	cursor:pointer;
}

.pending .kitchenButton.active {
  	color:#ffffff;
	background: #0177bf;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0177bf', endColorstr='#0177bf',GradientType=0 ); 
}

.pending .kitchenButton.disabled {
	color:#cdcdcd !important;
}

.pending .kitchenButton.first.disabled {
	color:#cdcdcd !important;
	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
	border-radius:5px 0 0 5px !important;
	-moz-border-radius:5px 0 0 5px !important;
	-webkit-border-radius:5px 0 0 5px !important;
  	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .kitchenButton.last.disabled {
	color:#cdcdcd !important;
	border-right:#cdcdcd solid 1px!important;
	border-top:#cdcdcd solid 1px!important;
	border-bottom:#cdcdcd solid 1px!important;
	border-left:#cdcdcd solid 1px!important;
	border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0!important;
	-webkit-border-radius:0 5px 5px 0!important;
  	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .kitchenButton.disabled {
  	color:#cdcdcd !important;
  	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
}

.pending .kitchenButton.solo.disabled {
  	color:#cdcdcd !important;
  	border-right:#cdcdcd solid 1px !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
}


/*-- GROUPED BUTTON DISABLED STYLE --*/
.pending input[type=button]:disabled {
	color:#cdcdcd !important;
	-webkit-appearance: none;
}

.pending .formLeft .disabled {
	color:#cdcdcd !important;
	
}

.pending input[type=button].solo {
  	border-right:#cdcdcd solid 1px;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-appearance: none;
}


.pending input[type=button] {
  	min-width:60px;
	font-family: Arial, sans-serif;
  	color:#000000;
  	font-size:16px;
	padding:5px 7px;
	margin:0;
  	border-right:0;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	-webkit-appearance: none;
}

.pending input[type=button]:hover {
  	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8f4fe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f4fe));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e8f4fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f4fe',GradientType=0 );
	cursor:pointer;
	-webkit-appearance: none;
}

.pending input[type=button].active {
  	color:#ffffff;
	background: #0177bf;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0177bf', endColorstr='#0177bf',GradientType=0 ); 
	-webkit-appearance: none;
}

/*-- Travel Preferences DISABLED STYLE --*/
.pending input[type="button"].first:disabled {
	color:#cdcdcd !important;
	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
	border-radius:5px 0 0 5px !important;
	-moz-border-radius:5px 0 0 5px !important;
	-webkit-border-radius:5px 0 0 5px !important;
  	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-appearance: none;
}

.pending input[type="button"].last:disabled {
	color:#cdcdcd !important;
	border-right:#cdcdcd solid 1px!important;
	border-top:#cdcdcd solid 1px!important;
	border-bottom:#cdcdcd solid 1px!important;
	border-left:#cdcdcd solid 1px!important;
	border-radius:0 5px 5px 0 !important;
	-moz-border-radius:0 5px 5px 0!important;
	-webkit-border-radius:0 5px 5px 0!important;
  	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-appearance: none;
}

.pending input[type="button"]:disabled {
  	color:#cdcdcd !important;
  	border-right:0 !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	background: #ffffff !important;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)) !important;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%) !important;
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	box-shadow: 1px 2px 6px rgba(0,0,0,.08) !important;
	-webkit-appearance: none;
}

.pending input[type="button"].solo:disabled {
  	color:#cdcdcd !important;
  	border-right:#cdcdcd solid 1px !important;
	border-top:#cdcdcd solid 1px !important;
	border-bottom:#cdcdcd solid 1px !important;
	border-left:#cdcdcd solid 1px !important;
  	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	-webkit-appearance: none;
}



.pending input[type=button].first {
  	border-right:0;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-webkit-appearance: none;
}

.pending input[type=button].last {
  	border-right:#cdcdcd solid 1px;
	border-top:#cdcdcd solid 1px;
	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
  	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-webkit-appearance: none;
}



.pending label, .changeDates label {
	font-family:Arial, sans-serif;
    text-decoration:none;
    color: #8e8e8e;
    font-size:12px;
	font-weight:bold;
	display: block;
	margin-bottom:5px;
	
}
.pending input[type=text], .changeDates input[type=text] {
	font-family:Arial, sans-serif;
    text-decoration:none;
    color: #575757;
    font-size:16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
	
}

.pending input[type=text].destination {
	width:440px;
	min-height:20px;
	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;
    padding: 4px;
    -webkit-appearance: none;
}
.pending input[type=text].dates, .changeDates input[type=text].dates {
	width:120px;
	min-height:20px;
	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;
    padding: 4px;
    margin:0 !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    cursor:pointer;
}


.pending input[type=submit] {
    font-family:Arial, sans-serif;
    font-size:16px;
	font-weight:bold;
	padding:5px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	float:none;
	
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #0077be;
    
    background: #fdb813; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdb813 0%, #0077be 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdb813), color-stop(100%,#0077be)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdb813 0%,#0077be 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdb813 0%,#0077be 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdb813 0%,#0077be 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdb813 0%,#0077be 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#0077be',GradientType=0 ); /* IE6-8 */
   -webkit-appearance: none;
}

.pending input[type=submit]:hover {
    background: #ff6e05;
    border-color: #ff6e05;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( enabled=false );
    -webkit-appearance: none;
}

.pending input[type=submit].disabled  {
    color: #ffffff;
    background: #c5c3c4;
    -webkit-appearance: none;
}

.pending input[input=checkbox] {
	cursor:pointer;
	-webkit-appearance: none;
}

.backButtonHolder {
	display:inline-block;
	vertical-align:top;
	padding-right:10px;
	padding-top:140px;
	
	zoom:1;
	*display:inline;
}

.mapHolder {
	display:inline-block;
	vertical-align:top;
	
	zoom:1;
	*display:inline;
}

.mapInnerHolder {
	display:block;
	margin:0 auto;
	width:550px;
	background-color:#ffffff;
	border:#fdcb6a 2px solid;
	padding: 15px 15px 0 15px;
}

.mapHolder .resortSearchInstructions {
	display:block;
	width:100%;
	border-bottom:#dddddd 1px solid;
	padding-bottom:10px;
	text-align:left;
}

.mapHolder .resortSearchInstructionsNoBorder {
	display:block;
	width:100%;
	text-align:left;
}

.mapHolder .inner {
	display:block;
	margin:0 auto;
	width:100%;
	text-align:left!important; 
	padding-top:10px;

     /* IE special */  
    width: 100%;  
    -ms-text-justify:inter-word;
    text-justify: distribute-all-lines;
    
}

.mapHolder .inner::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height:1px;
}

.mapHolder .inner .areaButton {
	display:inline-block;
	width:30%;
	text-align:left;
	padding:5px 0;
	vertical-align: top;
	
	
	zoom:1;
	*display:inline;
}

.mapResortList {
	display:block;
	width:100%;
	border-bottom:#dddddd 1px solid;
	padding:15px 0;
}

.mapResortListCheck {
	display:inline-block;
	vertical-align: middle;
	padding: 0 10px;
	
	zoom:1;
	*display:inline;
}

.mapResortListContentHolder {
	display:inline-block;
	vertical-align: middle;
	
	zoom:1;
	*display:inline;
}

.mapResortListContent {
	display:block;
	
	zoom:1;
	*display:inline;
}

.mapResortListContent .thumbnail_deposit {
	display:inline-block;
	vertical-align:top;
	padding:0 10px 0 0;
	
	zoom:1;
	*display:inline;
}

.mapResortListContent .thumbnail_deposit img {
    width: 175px; 
    height: 100px;
    border: 1px solid #d2d2d2;
}

.mapResortListContent .resortDetails {
	display:inline-block;
	vertical-align:top;
	width:290px;
	
	zoom:1;
	*display:inline;
}

.mapResortListContent .resortDetailsHolder {
	display:block;
	letter-spacing:0 !important;
	text-align:left !important;
	
	/* IE special */  
        -ms-text-justify:none !important;
        text-justify:none !important;
}

.mapResortListContent h5 {
	color: #484848;
    font-size:14px;
	line-height:17px;
	font-weight:bold;	
	text-align:left;
	margin-top:5px;
	
}

.resortDetailsHolder .resortCodeHolder {
    display:block;
    text-align:left;
    width:100%;
    vertical-align:middle;
}

.resortCodeHolder .code_id {
    display:inline-block;
    vertical-align:middle;
    
    zoom:1;
    *display:inline;
}

.resortCodeHolder .code_icon {
    display:inline-block;
    vertical-align:middle;
    
    zoom:1;
    *display:inline;
}





.mapResortListContent_code {
	color: #e8e8e8;
    font-size:12px;
	font-weight:bold;	
	text-align:left;
	vertical-align:middle;
	display:block;
	
}

.mapResortListContent_code_id {
	color: #0077be;
	font-weight:bold;
}

.grid_item_content_code img {
	width:auto;
	border:none;
	vertical-align:middle;
	
}

	
.mapResortList-pending-search-topbar {
	display:block;
	margin:0 auto;
	width:100%;
	text-align: justify; 
	vertical-align:middle;

     /* IE special */  
    width: 100%;  
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.mapResortList-pending-search-topbar::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height:1px;
}

.mapResortList-pending-search-bottombar {
	display:block;
	margin:0 auto;
	width:100%;
	text-align: justify; 
	vertical-align:middle;
	padding-top:10px;

     /* IE special */  
    width: 100%;  
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.mapResortList-pending-search-bottombar::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height:1px;
}

.mapResortList-pending-search-selectall {
		display:inline-block;
		padding:0 10px;
		text-align:left !important;
		vertical-align:middle;
		
		/* IE special */  
        -ms-text-justify:none !important;
        text-justify:none !important;
	}

.mapResortList-pending-search-add {
		display:inline-block;
		text-align:right !important;
		vertical-align:middle;
		
		/* IE special */  
        -ms-text-justify:none !important;
        text-justify:none !important;
	}

	
/* ACCORDION */
.accordion {
        margin: 0;
        
	}
/* .accordion-open:hover, .accordion-close:hover, .accordion:hover { background-color:#dbeeff; color:#0077be; } */

.accordion-hover {
	background-color:#dbeeff; 
	color:#255b97 !important;
	cursor:pointer;
}

    .accordion-open {
        font-family:Arial, sans-serif;
        text-decoration:none;
        color: #255b97;
        font-size:18px;
		font-weight:bold;
		padding:15px 10px;
    }
	.accordion-close {
        font-family:Arial, sans-serif;
        text-decoration:none;
        color: #dddddd;
        font-size:18px;
		font-weight:bold;
		padding:15px 10px;
    }
    .accordion-open span {
        display:block;
        float:right;
        padding:10px;
    }
    .accordion-open span {
        background:none;
    }
    .accordion-close span {
        display:block;
        float:right;
        background:none;
        padding:10px;
    }
    div.pending-container {
        padding:0;
        margin:0;
		border-bottom:#dddddd 1px solid;
        
    }
    div.pending-content {
        margin: 0;
        padding:10px;
    }
    div.pending-content ul, div.pending-content p {
        padding:0;
        margin:0;
        padding:3px;
    }
    div.pending-content ul li {
        list-style-position:inside;
        line-height:25px;
    }
    div.pending-content ul li a {
        color:#757575;
    }
    code {
        overflow:auto;
    }
	

	
	
/* SEARCH */
	
	.pending-unit-summary {
		width:100%;
		display:block;
		margin:10px 0 10px 0;
	}
	
.pending-unit-selected {
    font-family:Arial, sans-serif;
    color: #666;
    font-size:12px;
	line-height:15px;
	padding:10px;
	background-color:#f2f0f1;
	border:#0077be solid 2px;
	overflow: auto;
}
    
    
.pending-unit-selected .column {
	float: left;
	width: 33.3%
}
 
.pending-unit-selected .column h2 {
	font-size: 15px;
	color: #0077be;
	float: left;
}   

.pending-unit-selected .column h3 {
	font-size: 12px;
	color: #666;
    margin: 20px 0px 0px 0px;
}

.pending-unit-selected .column em {
    color: #0077be;
    font-weight: bold;
    font-style: normal;
}   
	
	.pending-request-criteria {
        font-family:Arial, sans-serif;
        color: #000000;
        font-size:12px;
		line-height:15px;
		width:100%;
		display:block;
    }
	
	.pending-description {
        font-family:Arial, sans-serif;
        color: #000000;
        font-size:12px;
		line-height:15px;
		width:100%;
		display:block;
    }
	
	.pending-search-holder {
		width:100%;
		display:block;
		margin:10px 0 20px 0;
	}
	
	.pending-search-container {
        padding: 10px 10px 30px;
		background-color:#f2f0f1;
		border-bottom:#d1d1d1 solid 1px;
		text-align:center;
		display:block;
    }
	
	.pending-search-destination {
		display:inline-block;
		vertical-align:top;
		margin-right:20px;
		text-align:left;
		zoom:1;
		*display:inline;
	}
	
	.pending-dates-pointer {
		display:inline-block;
		vertical-align:bottom;
		text-align:left;
		width:75px;
		height:37px;
		background:url(/images/iw/bluepoint.png) no-repeat;
		zoom:1;
		*display:inline;
		margin-right:10px;
	}
	
	.pending-dates-pointer-box {
		display:inline-block;
		text-align:left;
		font-family:Arial, sans-serif;
		color: #ffffff;
        font-size:11px;
        font-weight:bold;
		line-height:13px;
		padding:6px 0 0 6px;
		vertical-align:middle;
		zoom:1;
		*display:inline;
	}
	
	
	.pending-search-dates {
		display:inline-block;
		vertical-align:top;
		text-align:left;
		zoom:1;
		*display:inline;
	}
	
	.pending-search-earliest {
		display:inline-block;
		vertical-align:middle;
		margin-right:10px;
		zoom:1;
		*display:inline;
	}

	.pending-search-latest {
		display:inline-block;
		vertical-align:middle;
		margin-right:10px;
		zoom:1;
		*display:inline;
	}
	
	.pending-search-add {
		display:inline-block;
		vertical-align:top;
		padding-top:21px;
		zoom:1;
		*display:inline;
	}
	
	.pending-dates-submit {
		display:inline-block;
		vertical-align:bottom;
		text-align:left;
		padding:0 5px 3px 0;
		zoom:1;
		*display:inline;
	}

/* MAP */
.reveal    {        
        display: inline-block;
        white-space: nowrap;
        background-color: #EDEDED;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d2d2d2));
        background-image: -webkit-linear-gradient(top, #eee, #d2d2d2);
        background-image: -moz-linear-gradient(top, #eee, #d2d2d2);
        background-image: -ms-linear-gradient(top, #eee, #d2d2d2);
        background-image: -o-linear-gradient(top, #eee, #d2d2d2);
        background-image: url('linear-gradient(top,%20#eee, #d2d2d2');
        border: 1px solid #777;
        margin: 0.25em;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .1em;
        -webkit-border-radius: .1em;
        border-radius: .1em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3); font-style:normal; font-variant:normal; font-weight:bold; line-height:2em; font-size:1em; font-family:Arial, Helvetica; padding-left:0.5em; padding-right:0.5em; padding-top:0; padding-bottom:0
    }
    
    .show_reveal:hover
    {
        background-color: #eee;        
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
        background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
        background-image: -moz-linear-gradient(top, #fafafa, #ddd);
        background-image: -ms-linear-gradient(top, #fafafa, #ddd);
        background-image: -o-linear-gradient(top, #fafafa, #ddd);
        background-image: url('linear-gradient(top,%20#fafafa, #ddd');
    }
    
    .show_reveal:active
    {
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
    }
    
    .show_reveal:focus
    {
        outline: 0;
        background: #fafafa;
    }    
    
	
	.pending-use-map {
		display:block;
		margin:0 auto;
		background:#f46516;
		border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		padding:3px 10px;
		width:100px;
		text-align:center;
		cursor:pointer;
	}
	
	.pending-use-map-text {
        font-family:Arial, sans-serif;
        color: #ffffff;
        font-size:13px;
		line-height:14px;
		font-weight:bold;
		display:inline-block;
		vertical-align:middle;
		padding:0 5px 0 0;
		margin-top:-2px;
		zoom:1;
		*display:inline;
    }
	.pending-use-map-graphic {
        display:inline-block;
		vertical-align:middle;
		zoom:1;
		*display:inline;
    }
	
	.pending-map {
		display:inline-block;
		text-align:center;
		margin-top:15px;
		zoom:1;
		*display:inline;
	}
	
	.open {
    display:block;
		margin:0 auto;
		background:url(/images/_icons/double-down.png) no-repeat right center #f46516;
		border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		padding:3px 10px 3px 0;
		width:90px;
		text-align:center;
		cursor:pointer;
    }


.showpanel{
    margin:10px auto 10px auto;
    display:none;
}
	
/* MAP */

.searchToggle {
    display:block;
	padding:15px 10px;
	cursor:pointer;
	font-family:Arial, sans-serif;
    text-decoration:none;
    color: #8e8e8e;
    font-size:18px;
	font-weight:bold;
}
.searchToggle:hover { background-color:#dbeeff; color:#0077be; }


.criteriaPanel {
    padding:0;
    margin:0;
	border-bottom:#dddddd 1px solid;
}



/* SEARCH RESULTS */

	div.pending-results-container {
        padding:15px 0 10px 0;
        margin:0;
        display:block;
	 }
	
	.pending-results-subhead {
        font-family:Arial, sans-serif;
        color: #ffffff;
        font-size:14px;
		line-height:15px;
		text-transform:uppercase;
		display:block;
		padding:5px 5px 5px 5px;
		background-color:#235e9a;
    }
    
    .pending-not-eligible-subhead {
        font-family:Arial, sans-serif;
        color: #ffffff;
        font-size:14px;
		line-height:15px;
		text-transform:uppercase;
		display:block;
		padding:5px 5px 5px 5px;
		background-color:#8e8d8c;
		margin-top:10px;
    }
    
    .pending-not-eligible-description {
        font-family:Arial, sans-serif;
        color: #000000;
        font-size:12px;
		line-height:16px;
		display:block;
		padding:10px 5px;
    }
    
    .pending-request-policy {
        font-family:Arial, sans-serif;
        color: #000000;
        font-size:12px;
		line-height:16px;
        display:block;
		padding:10px 5px;
		margin-top:20px;
    }
    
    .pending-not-eligible-list {
        font-family:Arial, sans-serif;
        color: #8e8d8c;
        font-size:12px;
		line-height:16px;
		display:block;
		padding:10px 5px;
		border-top:#e8e8e8 solid 1px;
    }
	
	.pending-results-date-range {
       	padding:5px 0;
		border-top:#e8e8e8 solid 1px;
		vertical-align:middle;
		text-align: justify; 
		width:920px;
		/* ie 7*/  
    	*-ms-text-justify: distribute-all-lines;
    	*text-justify: distribute-all-lines;
    }
	
	.pending-results-date-range-dates-holder {
        display:inline-block;
		color: #8e8d8c;
		text-align:left;
		vertical-align:middle;
		zoom:1;
		*display:inline;
		width:615px;
    }
	.pending-results-date-range-dates-holder:hover {
        color: #0077be;
		cursor:pointer;
    }
    
    
    .pending-results-date-range-dates {
        font-family:Arial, sans-serif;
        font-size:26px;
		line-height:27px;
		display:inline-block;
		padding:0 10px 0 5px;
		vertical-align:middle;
		text-align:left;
		zoom:1;
		*display:inline;
    }
    
    .pending-results-date-range-dates-holder form {
    	display:inline-block !important;
    	vertical-align:bottom;
    }
    
    .pending-results-date-range-change {
        font-family:Arial, sans-serif;
        font-size:12px;
		line-height:18px;
		display:inline-block;
		vertical-align:bottom;
		text-align:left;
		padding:0 0 0 0;
		zoom:1;
		*display:inline;
    }
    
    
	.pending-results-date-range-delete-holder {
        display:inline-block;
		text-align:right;
		vertical-align:middle;
		zoom:1;
		*display:inline;
		clear: right;
		width:300px;
    }
	
	
    
    .pending-results-date-alert {
        display:inline-block;
		vertical-align:middle;
		text-align:left;
		padding:0 0 0 0;
		zoom:1;
		*display:inline;
    }
	
	
	
	.pending-results-date-range-delete {
        font-family:Arial, sans-serif;
        color: #8e8d8c;
        font-size:12px;
		line-height:18px;
		display:inline-block;
		vertical-align:middle;
		text-align:right;
		background:url(/images/_icons/ico-pending-delete.png) no-repeat right center;
		height:16px;
		padding:0 20px 0 0;
		margin-top:0;
		margin-right:10px;
		zoom:1;
		*display:inline;
    }
	
	.pending-results-date-range-delete:hover {
        color: #0077be;
        background:url(/images/_icons/ico-pending-delete-on.png) no-repeat right center;
		cursor:pointer;
    }
    
	


/* Main wrapper for grid */
.col-group {
  font-family: monospace; /* for spacing columns correctly */
  letter-spacing: -.75em; /* this too */
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom:0.5em;
  margin-top:1em;
  text-align: left; /* center or justify for columns in last row */
  display: block;
}

/* Individual columns */
.col {
  font-family: Serif; /* be sure to reset the font and letter-spacing */
  letter-spacing: normal;
  display: inline-block;
  padding: 0.5em 1em;
  position: relative;
  float: none;
  text-align: left;
  vertical-align: top; /* align row's columns top or baseline */
  box-sizing: border-box;
  zoom:1;
	*display:inline;
}

.col1of2   { width: 50%; }
.col1of3   { width: 33.3%; }
.col1of4   { width: 24.70%; }

.pending-results-date-range-delete:hover {
    background:url(/images/_icons/ico-pending-delete-on.png) no-repeat right top;
	cursor:pointer;
}

.delete_x {
	z-index: 999;
	background:url(/images/_icons/ico-pending-delete.png) no-repeat right top;
	position:absolute;
	top:-1;
	right:3;
	height:16px;
	width:16px;
}
.delete_x:hover {
	background:url(/images/_icons/ico-pending-delete-on.png) no-repeat right top;
	cursor:pointer;
}

.delete_x_1 {
	z-index: 999;
	background:url(/images/_icons/ico-pending-delete.png) no-repeat right top;
	position:absolute;
	top:-1px;
	right:3px;
	height:16px;
	width:16px;
}
.delete_x_1:hover {
	background:url(/images/_icons/ico-pending-delete-on.png) no-repeat right top;
	cursor:pointer;
}

/* TOOLTIP START */
.o-tooltip{position:absolute;z-index:9999;display:block;visibility:visible;font-size:13px; margin-top:-5px;}
.o-tooltip-inner{padding:15px 20px;color:#000000;text-align:center;text-decoration:none;background-color:#ffe7e5;font-family:Arial, sans-serif}
.o-tooltip.bl,.o-tooltip.bc,.o-tooltip.br{margin-top:-12px}
.o-tooltip.ml{margin-left:12px}
.o-tooltip.tl,.o-tooltip.tc,.o-tooltip.tl,.o-tooltip.tr{margin-top:12px}
.o-tooltip.mr{margin-left:-12px}
.o-tooltip.bc .o-tooltip-arrow{left:50%;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #1ABC9C}
.o-tooltip.mr .o-tooltip-arrow{top:50%;right:-12px;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #1ABC9C}
.o-tooltip.tc .o-tooltip-arrow{left:50%;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #1ABC9C}
.o-tooltip.ml .o-tooltip-arrow{top:50%;left:-10px;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #ffe7e5}
.o-tooltip.tl .o-tooltip-arrow{left:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-left:12px solid #1ABC9C; }
.o-tooltip.bl .o-tooltip-arrow{left:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-left:12px solid #1ABC9C; }
.o-tooltip.tr .o-tooltip-arrow{right:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-right:12px solid #1ABC9C;}
.o-tooltip.br .o-tooltip-arrow{top:100%;right:0;margin-top:-13px;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-right:12px solid #1ABC9C;}

/* Tooltip arrow bottom */
.o-tooltip.bl .o-tooltip-arrow,
.o-tooltip.bc .o-tooltip-arrow,
.o-tooltip.br .o-tooltip-arrow
{bottom:-11px;}
/* Tooltip arrow top */
.o-tooltip.tl .o-tooltip-arrow,
.o-tooltip.tc .o-tooltip-arrow,
.o-tooltip.tr .o-tooltip-arrow
{top:-12px;}

.o-tooltip-arrow{position:absolute;width:0;height:0;}
.o-tooltip-close{position:absolute;width:15px;height:15px;background:#137861;cursor:pointer;left:100%;margin-left:-15px;-webkit-border-top-right-radius: 3px;-webkit-border-bottom-left-radius: 2px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomleft: 2px;border-top-right-radius: 3px;border-bottom-left-radius: 2px;}
.o-tooltip-close span{display:block;width:4px;height:4px;line-height:4px;font-size:10px;position:absolute;left:50%;top:50%;margin:-4px 0 0 -2px;color:#FFF;font-weight:bold;}

.o-tooltip.mr .o-tooltip-close,
.o-tooltip.tr .o-tooltip-close
{left:0px;margin:0;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-right-radius: 1px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomright: 1px;border-top-left-radius: 3px;border-bottom-right-radius: 1px;}

.charted .tooltip {
    padding:0;
    border:#d2d2d2 1px solid;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
}

.tooltip_title h3 {
    text-align: center;
    font-size:14px;
    font-weight:normal;
    color:#000000;
}

.tooltip_title {
    background:#EDEDED;
    width:100%;
    padding:7px 0;
    display:block;
}

.tooltip_chart {
    display:block;
    padding:0 5px;
}

.tooltip_chart_row {
    display:block;
    color:#757575;
    font-size:11px;
    width:100%;
    height:25px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
}



.tooltip_chart_row:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.tooltip_chart_row_left {
    display:inline-block;
    vertical-align:middle;
    padding:5px;

    zoom:1;
    *display:inline;
    
}

.tooltip_chart_row_right {
    display:inline-block;
    vertical-align:middle;
    text-align:right;
    padding:5px;

    zoom:1;
    *display:inline;
    
}

.chart_highlight {
    background:#fff8e5;
}


/* TOOLTIP END */

.grid_item {
  display:block;
  text-align:center;
}

.grid_item_content {
  display:block;
  text-align:center;
  font-family:Arial, sans-serif;
}

.grid_item_content img {
	text-align:center;
	border:#a8a8a8 1px solid;
	width:100%;
	height:118px;
}

.grid_item_content .hover {
	text-align:center;
	border:#0077be 1px solid;
	width:100%;
	height:118px;
} 

.grid_item_content h5 {
	color: #484848;
    font-size:14px;
	line-height:17px;
	font-weight:bold;	
	text-align:left;
	margin-top:5px;
	
}

.grid_item_content_code {
	color: #e8e8e8;
    font-size:12px;
	font-weight:bold;	
	text-align:left;
	vertical-align:middle;
	display:block;
	
}

.code_id {
	color: #0077be;
	font-weight:bold;
}

.grid_item_content_code img {
	width:25px;
	height:25px;
	border:none;
	vertical-align:middle;
	
}

.grid_item_content h6 {
	color: #484848;
    font-size:11px;	
    font-weight:normal;
	text-align:left;
	margin-top:5px;
	
}





/* SEARCH RESULTS */

/* Pending Requests END */

#exchange_menu {
    text-align: left;
    margin-bottom:5px;
}
#exchange_menu ul {
    margin:0px;
    padding:0px;
}
#exchange_menu li {
    padding: 0px;
    list-style-type: none;
    display: inline;
    margin: 0px 5px 0px 5px;
}
#exchange_search_boxes{
margin-left:25px;

}
#exchange_form,
#exchange_form_after_unit,

#vacation_request_form
{
    width: 300px;
    background-color: #FFEAA8;
    border: 1px solid white;
    padding: 5px;
    position:relative;  
}
    
#exchange_form,
#cruise_exchange_form,
#vacation_request_form
{
    padding-left:10px;
    padding-right:10px; 
}

#exchange_form #travelWindow {
	padding-left:15px;
}

#exchange_form img {
        margin-bottom:-3px;
        margin-left:10px
}
#exchange_form_after_unit img {
        margin-bottom:-3px;
        margin-left:-3px
}
#exchange_form_after_unit {
    background-color: white; 
}

#exchange_form_dates,#exchange_form_numof,#exchange_form_input {
    padding-bottom: 1em;
    padding-top: 1em;
    font-weight:bold;
}
#exchange_form p {
    margin: 0em 0em .5em 0px;
    font-size:11px;
}


#ex_form_hr {
    width: 95%;
    margin-bottom:15px;
    border:solid 1px #DDDDDD;
}
#exchange_form h5 {
    margin:0px;
}
#exchange_form .col_1-2,
#vacation_request_form .col_1-2
{
    width: 200px;
}

#exchange_form .col_1-4 {
    width:110px;
}
#exchange_content_row {
    position:relative;

}

#exchange_form_dates {
    height:3em;
}
#exchange_form_dates_in {
    float:left;
    border-style:none;

}
#exchange_form_dates_out {
    float:left;
    margin-left:1em;
}
#exchange_form_numof {
    height:3em; 
}
#exchange_form_numof_adults {
    float:left; 
}
#exchange_form_numof_children {
    float:left;
    margin-left:1em;    
}
#exchange_alerts {
    position:absolute; 
    top:38px;   
    left:331px;
    padding:10px;
    width:140px;
}

#exchange_member_name h2 {
    font-size: 14px;
    color: #7c7c7c;
    font-weight:bold;
    letter-spacing: 0px;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:capitalize;
    margin: 10px 0 0 20px;
    
}
#exchange_member_name hr
{width:300px;
float:left;
margin:0px 95px 0px 20px;
}

#exchange_sm_form { /* width:145px; */
    margin-bottom: 0px;
    margin-right:0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#exchange_sm_form small {
    font-weight: bold;
}
#exchange_sm_form div { 
    margin-bottom: 0px; 
}
#exchange_sm_form h3 {
    margin-bottom:10px;
}

#exchange_sm_form_box {
    background-color: #FFEAA8;
    border: 1px solid white;
    padding:2px;
}


/* Availability */
/* ----------------------------------------------------- */
#exchange_available_destinations {
    border-right: 1px dotted #8C7100;
    margin-right: 10px;
    }
#exchange_available_place_request {
    width: 100%;
    padding: 0px;
}

#exchange_available_destinations,#exchange_available_dates {
    width: 49%;
    padding:0px;
    float:left; 
    position:relative;
}

#exchange_available_destinations h5,#exchange_available_dates h5,#exchange_available_place_request h5
	{
    color:#0077be;
    margin-bottom: .5em;
}

/* START: NO AVAILABILITIES */

.no_availability_special_container {
	margin: 15px 0px 0px 4px;
	height: 440px;
}

#exchange_specials_container{
    background-color: #F3F3F3;
    height: 216px;
    margin: 10px 0;
    padding-top: 5px;
    width: 940px;
}

#exchange_specials_container h2{
	margin-bottom:-10px;
	margin-left:10px;
}

#exchange_specials_container h3{
	margin-bottom:-12px;
	margin-left:10px;
	color:#5b5b5b;
}

#exchange_specials_container h4{
	margin-bottom:10px;
	margin-left:10px;
	color:#8e8d8c;
}

#getaway_specials_container {
    background-color: #F3F3F3;
    height: 200px;
    margin: 10px 0;
    padding-top: 9px;
    width: 940px;
}

#getaway_specials_container h2 {
	margin-bottom:10px;
	margin-left:10px;
}

#gw_terms {
	margin-top:14px;
}

.no_availability_special_container #slider2 {
    width: 739px;
}

.no_availability_special_container #slider1 {
    width: 739px;
}

.no_availability_special_container #slider2 .viewport {
    width: 678px;
}

.no_availability_special_container #slider1 .viewport {
    width: 678px;
}

.no_availability_special_container #exchange_specials_container {
	width: 750px;
}

.no_availability_special_container #getaway_specials_container {
	width: 750px;
}

/* END: NO AVAILABILITIES */

/* Matching Amenities */
/* ----------------------------------------------------- */
/* Controls dynamic content on "Exchange" - "booking section". */
.exchange_amenities .exchange_amenities_booking_top {
width: 175px;
}


.exchange_amenities {   
    margin:0px;
    padding:0px;
}


.exchange_amenities ul {
    margin:0px;
    padding: 0px;
    padding-top:.1em;
}
.exchange_amenities li {
    margin:0px;
    display: inline;
    color:black;
    font-weight: normal;
    width:165px;
    position:relative;
    float:left;
    padding-left: 10px; 
    font-size: 11px;
    line-height: 15px;
}
.exchange_amenities small ul li h6 {
    margin:0px;
    width: 160px;
    padding: 2px 0px;
    height: 12px;
    line-height: 12px;
}
.exchange_icon_expand_1 {
    margin:0px;
    margin-left: 10px;
    padding: 0px;
    }
    
/* Start booking */
/* ----------------------------------------------------- 
.exchange_start_booking_tab_row {
    position:relative;
    clear:both;
}
.exchange_start_booking_home_resort_tab {
    position:relative; 
    width:300px; 
    border-top:1px solid #d2d2d2;
    border-right:1px solid #d2d2d2;
    border-left:1px solid #d2d2d2;                                                                                                          
    padding:1em;
    top:12px;
    background-color:#FFFFFF;   
    height:60px;
    z-index:10;                                             
}
.exchange_start_booking_home_resort_tab_bg {
    background-color:#ECF1F8;                           
    padding:.5em;                           
}
.exchange_start_booking_icon {
    width:70px;                         
    text-align:center;                                                                                                              
    position:absolute;
    left:340px;
    top:1em;                                                                        
}
.exchange_start_booking_icon p {
    line-height:normal;
    margin:0px;
}
.exchange_start_booking_for_resort_tab {
    width:300px;                                                                                                                                         
    padding:1em;
    top:1px;
    background-color:#FFFFFF;
    position:absolute;                                                   
    height:60px;
    right:10px; 
    border:1px solid #d2d2d2;
}*/ /* ----------------------------------------------------- */
.exchange_booking {  
    position:relative;
    clear: both;
    margin-top: 0px;
    padding-top: 0px;
     z-index:10; 
}
.exchange_booking_points{
border: 1px solid #d2d2d2;
}
.exchange_booking_info {
    width: 360px;
    padding: 10px;
    margin: 0px;
    background-color:#FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    position:relative;
    clear:both;
    top: 12px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
.exchange_booking_info_points {
    width: 300px;
    padding: 10px;
    margin: 0px;
    border-bottom: 0px solid #FFFFFF;
    position:relative;
    clear:both;
    border-top: 0px solid #d2d2d2;
    border-right: 0px solid #d2d2d2;
    border-left: 0px solid #d2d2d2;
}
  
.exchange_booking_unit_info_cart {
    float: right;
    margin-top: -94px;
    padding: 8px;
    width: 246px;
}

.exchange_booking_info p,.exchange_booking_unit_info p {
    margin-top: .2em;
    margin-bottom: .2em;
}

.exchange_booking_info_bg {                         
    padding: 5px 5px 0px 5px;
}

.exchange_booking_unit_info {
    width: 285px;
    height:8em;
    position:absolute;
    top: 0.85em;
    left: 385px;
    padding: 10px;
    background-color:#FFFFFF;
}

.exchange_booking_unit_info_pts {
    width: 320px;
    position:absolute;
    top: -5px;
    left: 385px;
    padding: 10px;
}


.exchange_booking_icon {
    width:80px;                         
    text-align:center; 
    position: absolute;
    left: 332px;
    top: 2em;
    color:#023776;
}
.exchange_booking_icon p {
    padding: 0px;
    margin: 0px;
    margin-top: .25em;
    line-height:1em;
}

.relq_info .exchange_booking_info_dates { /* Full Fee Retrade */
    padding-left: 0px !important;
}

.relq_info .exchange_booking_info_dates small{ /* Full Fee Retrade */
    display: block;
    font-size: 11px;
    margin: 15px 0px !important;
}

.relq_info .exchange_booking_info_dates em{ /* CIG Full Fee Retrade */
    display: block;
    font-size: 11px;
    color: #757575;
    font-style: normal;
    margin-top: 2px !important;
}

.exchange_booking_info_dates img {
    position:relative;
    margin-right:.1em;
}
/* Amenities + Activities */
/* ----------------------------------------------------- */
#exchange_amenities_activities {    
    position:relative;
    margin-bottom:1em;
}
#exchange_home_amenities {
    padding-top:7px; 
    margin-left:13px;
}

#exchange_home_amenities h6,#exchange_home_activities h6,#exchange_home_amenities ul,#exchange_home_activities ul
	{
    margin: 0px;
    padding: 0px;
    
}
#exchange_home_amenities ul {
    margin-top:10px;
}

#exchange_home_amenities li,#exchange_home_activities li,#exchange_amenities_activities li
	{
    float: left;
    position:relative;
    width: 48%;
    margin-left:0px;
    list-style-type:none;
}

#exchange_amenities_activities_img_expand {
    width:14px;
    height:14px;    
}
    
#exchange_amenities_activities_img_expanded {
    width:14px;
    height:14px;    
}

/* Exchange Options Guest Gertificate */

.exchange_options_guest_cert_bg {
	background-color: #f2f0f0;
	position: relative;
	padding: 20px;
	margin: -4px 10px 10px 10px;
	z-index: 1;
}
.exchange_options_guest_cert_bg p {
 	margin: 0px 0px 15px 0px;
	font-weight: bold;
	line-height: 15px;
}

.exchange_options_guest_cert_bg small {
	font-weight: normal;
}

.exchange_options_guest_cert_bg hr {
	margin: 10px 0px;
}

.exchange_options_guest_cert_bg span {
	color: #ea351a;
}

.exchange_options_guest_cert_bg H2 {
	padding-left: 190px;
	margin-top: 30px;
}

.exchange_options_guest_cert_bg #guest_cert input {
	position: relative;
	left: 187px;
	top: -6px;
}

.exchange_options_guest_cert_bg #guest_cert div {
	margin-bottom: 0px;
}

.exchange_options_guest_cert_bg #guest_cert select {
	left: 187px;
	top: -6px;
}

.exchange_options_guest_cert_bg #guest_cert #guest_cert_phone_home {
	margin: 0px;
	height: 40px;
}  

.exchange_options_guest_cert_bg #guest_cert #guest_cert_phone_work {
	margin: 0px;
	height: 40px;
}  

.exchange_options_guest_cert_bg #guest_cert #guest_cert_phone_home div {
	top: -3px;
    left: 94px;
    position: relative;	
} 

.exchange_options_guest_cert_bg #guest_cert #guest_cert_phone_work div {
	top: -3px;
    left: 94px;
    position: relative;	
} 

.exchange_options_guest_cert_bg #guest_cert .area-code select {
	width: 71px;
	top: 0px;
	left: 7px;
	margin-right: 15px;
}

.exchange_options_guest_cert_bg #guest_cert img {
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.exchange_options_guest_cert_bg .member-traveling {
	margin: 0px;
	height: 40px;
}

.exchange_options_guest_cert_bg .member-traveling .isMemberTravelingButton {
    display: inline-block;
    min-width: 45px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding: 5px 7px;
    margin: 0;
    border-right: 0;
    border-top: #cdcdcd solid 1px;
    border-bottom: #cdcdcd solid 1px;
    border-left: #cdcdcd solid 1px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
    box-shadow: 1px 2px 6px rgba(0,0,0,.08);
    zoom: 1;
    position: relative;
    left: 190px;
    top: -15px;
    height: 20px !important;
}

.exchange_options_guest_cert_bg .member-traveling .isMemberTravelingButton.active {
    color: #ffffff;
    background: #0177bf;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0177bf', endColorstr='#0177bf',GradientType=0 );
}

.exchange_options_guest_cert_bg .member-traveling .isMemberTravelingButton.first{
	border-right: 0 !important;
    border-top: #cdcdcd solid 1px !important;
    border-bottom: #cdcdcd solid 1px !important;
    border-left: #cdcdcd solid 1px !important;
    border-radius: 5px 0 0 5px !important;
    -moz-border-radius: 5px 0 0 5px !important;
    -webkit-border-radius: 5px 0 0 5px !important;
}

.exchange_options_guest_cert_bg .member-traveling .isMemberTravelingButton.last {
    border-right: #cdcdcd solid 1px !important;
    border-top: #cdcdcd solid 1px !important;
    border-bottom: #cdcdcd solid 1px !important;
    border-left: #cdcdcd solid 1px !important;
    border-radius: 0 5px 5px 0 !important;
    -moz-border-radius: 0 5px 5px 0 !important;
    -webkit-border-radius: 0 5px 5px 0 !important;
}

.exchange_options_guest_cert_bg select {
	position: relative !important;
  	font-family: Arial, sans-serif;
  	color:#000000;
  	font-size:12px;
	padding:4px;
	width:320px;
	margin:0 20px 0 0;
  	border:#cdcdcd solid 1px;
  	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	box-shadow: 1px 2px 6px rgba(0,0,0,.08);
} 

.exchange_options_guest_cert_bg select:hover {
  	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e8f4fe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8f4fe));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e8f4fe 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e8f4fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8f4fe',GradientType=0 );
	cursor:pointer;
} 

.exchange_options_guest_cert_bg select.inactive {
  	color:#cdcdcd;
}

.exchange_options_guest_cert_bg select.inactive:hover {
  	color:#cdcdcd;
	background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	cursor:default;
}

.exchange_options_guest_cert_bg select.adult {
	width: 160px;
}  

.exchange_options_guest_cert_bg select.children {
	width: 180px;
}

.exchange_options_guest_cert_bg.formRight {
	font-size:0;
}

/* END: Exchange Options Guest Certificate */

/* START: Accommodation Certificate */

/* START: Accommodation Certificate My Units */
.column3_units_high {
	margin-top: 20px !important;
}

#column3content_units h1 {
	top: -10px;
	position: relative;	
}

.ac-banner {
	background: #f2f2f2;
	border: 1px solid #0077be;
	border-radius: 5px;
	padding: 20px;
	font-size: 16px;
	color: #666;
    text-align: center;
    overflow: auto;
	top: -10px;
	position: relative;	
}

.ac-banner img {
	margin: 20px auto;
}

.third-button,
.ac-banner a {
	color: #004973 !important;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	padding: 3px 20px;
	text-decoration: none;
	border: 1px solid #6b96ad;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #e7efff 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#e7efff 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 1%,#e7efff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7efff',GradientType=0 ); /* IE6-9 */
}

.third-button:hover, 
.ac-banner a:hover {
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid #c49f80;
	background: #f2ba42; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2ba42 0%, #f46b0f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f2ba42 0%,#f46b0f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f2ba42 0%,#f46b0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ba42', endColorstr='#f46b0f',GradientType=0 ); /* IE6-9 */
}

/* END: Accommodation Certificate My Units */

/* START: Accommodation Certificate My Certificates */

.ac_cert_header_row {
	border-radius: 5px 5px 0px 0px;
	background: #0077be;
	padding: 10px 15px;
}

.ac_cert_header_row_disabled {
	border-radius: 5px 5px 0px 0px;
	background: #757575;
	padding: 10px 15px;
}

.ac_cert_header_row h2 {
	color: #fff;
	margin: 0px;
	font-weight: normal;
    font-size: 22px;
}

.ac_cert_header_row a {
	color: #fff !important;
	font-weight: normal;
    font-size: 22px;
    text-decoration: underline;
}

.ac_cert_body {
	padding: 15px;
	background: #f1f1f1;
	border: 1px solid #d2d2d2;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	overflow: auto;
	color: #7f7f7f;
	font-size: 12px;
    margin-bottom: 20px;
}

.ac_cert_body h4 {
	color: #666;
    margin: 10px 0px 0px;
}

.ac_cert_body h4:first-of-type {
    margin: 0px;
}

.ac_cert_clm1 {
	width: 40%;
	float: left;
}

.ac_cert_clm1 img {
	width: 95%;
}

.ac_cert_clm2 {
	width: 35%;
	float: left;
}

.ac_cert_clm2 span {
	display: block;
	font-size: 11px;
}

.ac_cert_clm3 {
	width: 25%;
	float: left;
}

.ac_cert_clm3 .button_wide {
	float: none;
    display: block;
}

.ac_cert_clm3 .third-button {
	display: block;
    margin: 5px 0px;
}

/* END: Accommodation Certificate My Certificates */

/* START: Accommodation Certificate Availability */

.ac-sidebar {
	margin: 5px;
	padding: 10px !important;
	font-size: 11px;
	color: #757575;
}
.ac-sidebar h3 {
	color: #666;
	font-size: 15px;
	font-weight: normal;
}

.ac-sidebar h3 a {
	font-size: 15px;
	display: inline;
	font-weight: bold;
}

.ac-sidebar h5 {
	color: #666;
	margin: 10px 0px 0px 0px;
}

.ac-sidebar span {
	display: block;
}

.ac-sidebar a {
	display: block;
	margin: 5px 0px 0px 0px;
}

.ac-sidebar em {
	font-style: normal;
	font-size: 14px;
}

.ac-sidebar-availability {
	margin: 0px !important; /* Overwrites Default Styles */
    width: 142px !important; /* Overwrites Default Styles */
    overflow: auto;
}

.ac-sidebar-availability h3 {
	font-size: 15px;
	display: inline;
	font-weight: bold;
	color: #0077be;
	padding: 0px !important;
}

.ac-sidebar-availability span {
    font-size: 10px;
    letter-spacing: -.5;
}

.ac-sidebar-not-availabile h3 {
	color: #666;
}

.ac-sidebar-not-availabile h5 {
    color: #757575;
}

.ac-sidebar-availability input {
	margin: 10px 0px 0px 0px;
	width: 100%;
}

/* END: Accommodation Certificate Availability */

/* END: Accommodation Certificate */

/* -----NEW to work for IE & FF -----*/
#guest_cert div {
    margin-bottom:10px;
}
#guest_cert #guest_cert_phone_home, #guest_cert #guest_cert_phone_work {
    margin-bottom:70px; 
}


#guest_cert input, #guest_cert select, #guest_cert .guest_cert_input {
    position:absolute;
    left:200px;
}
#guest_cert .guest_cert_input input {
    position:static;
}
#guest_cert .guest_cert_input {
    width:400px;
}
#guest_cert div label {
    font-weight:bold;
    text-align:right;
    display:block;
    position:relative;
    top:15px;
    width:170px;
}

#guest_cert .guest_cert_input div,.exchange_options_guest_cert_phone div
	{
    float:left;
}
#guest_cert .guest_cert_input div p {
    margin:0px;
}

/* ----------*/ /* ----------*/ /* Vacation Request */
#vr_requestcriteria_div_deposit, #vr_requestcriteria_div_request {
    width:320px;
    /* height:180px; */
    
    padding:10px;
    
    float:left;
    
    margin-bottom:10px;
    
    position:relative;
    
    background-color:#ECF1F8;
    clear:right;
    
}

.vr_requestcriteria_div_radio_unchecked {
    width: 20px;
    float: left;
    margin-left: 0;
    margin-right: 8px;
    padding-top: 0;
}
.vr_requestcriteria_div_radio {
    width: 22px;
    float: left;
    margin-right: 6px;
    padding-top: 0;
}

.vr_requestcriteria_div_travel_window { /* position:absolute; */
    bottom:0px;
}

#vr_requestcriteria_div_or {
    width:30px;
    
    padding-top:90px;
    float:left;
    text-align:center;
        
}
/* vr summery */
.vr_summary_table_tr_content {
    border-bottom:1px solid gray;
}

#vr_enter_a_region {
    border-right:1px dotted;
    margin-right:10px;
}

/* place a request */

#vr_summary_table {
    width:100%; 
    border-collapse: collapse;
    
}
#vr_summary_table tbody td {
    border-bottom:1px solid #d2d2d2;
}

#vr_summary_table_th2,#vr_summary_table_th3,.vr_summary_table_td2,.vr_summary_table_td3,.vr_summary_table_td4,.vr_summary_table_no_resorts
{
    text-align:center;
}

#vr_summary_table_th1,#vr_summary_table_th2,#vr_summary_table_th3,#vr_summary_table_th4
	{
    font-size:12px;
    text-align:center;
    }

/* place a request: style exchange for */
#vr_summary_popup_add #exchange_form {
    background-image:none;
    background-color:white;
}

#vr_summary_popup_add #exchange_form_icon,#vr_summary_popup_add #exchange_form_search_all_destinations,#vr_summary_popup_add #exchange_form_use_a_map,#vr_summary_popup_add #exchange_form_Number_of_guest,#vr_summary_popup_add #exchange_form_search_by_amenities
	{
    display:none;
    border:#FF0000 solid 1px;
}

#exchange_form_Number_of_guest {
	margin-top: 15px;
}

/* Review/Modidy Request Criteria */
#vr_details_table_frame table {
    margin-bottom:15px!important;
    padding-bottom:10px;
    width:100%;
    border:none;
}

#vr_details_table_frame table tr td textarea{
        padding-bottom:none!important;
    }
    
#vr_details_table_frame table thead tr th {
    text-align:left;    
    padding:8px 0px 8px 5px!important;
}
#vr_details_table_frame table tbody tr td {
padding:4px 0px 4px 5px!important;
}

#vr_details_table_menu_top {
    margin-top:10px; 
    margin-right:10px;
    margin-left:10px;
}
#vr_details_table_menu_bot { 
    margin-right:10px;
    margin-bottom:10px;
    margin-left:10px;
}

/* E-Plus Use Banner*/

.eplus_use_banner {
    border: 1px solid #d2d2d2;   
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 5px 1px #d2d2d2;
    -webkit-box-shadow: 2px 2px 5px 1px #d2d2d2;
    box-shadow: 2px 2px 5px 1px #d2d2d2;
    padding: 15px;
    margin: 15px 0px;
    overflow: auto;
}

.eplus_use_banner img{
    float: left;
    margin-right: 25px;
}

.eplus_use_banner h3 {
    font-size: 16px;
    margin-top: 5px;
}

.eplus_use_banner p {
    margin: 0px;
    color: #666;
}

/* Destination Information */

.header_pd h2{
    margin: 0px 0px 10px 2px;   
}

.dest_info {
    border: 1px solid #d2d2d2;
    border-top: 4px solid #0077be;
    background: url(/images/grey_fade_bg.gif) repeat-x bottom;
}

.dest_info .resort_title2 {
    font-size: 15px;
}

.dest_info .resort_title2 address{
    font-size: 11px;
    font-weight: normal;
}

.exchange_booking .dest_info {
    border-bottom: 0px;
    padding-bottom: 0px;
    background: #FFF;
    z-index: 2; /* Fix for CIG member */ 
}

.dest_info .exchange_booking_info_bg {
    background: url(/images/grey_fade_bg.gif) repeat-x bottom;
}

.dest_info .exchange_booking_info_bg_ffretrade { /* Full Fee Retrade */
    background: url(/images/grey_fade_bg.gif) repeat-x bottom;
    height: 200px;
    padding:5px 5px 0px 5px;
}

.dest_info .exchange_booking_info_bg_cig_retrade { /* Full Fee Retrade */
    background: url(/images/grey_fade_bg.gif) repeat-x bottom;
    height: 295px;
    padding:5px 5px 0px 5px;
}

.dest_info .exchange_booking_info_bg_shell { /* Full Fee Retrade */
    height: 330px;
    padding:5px 5px 0px 5px;
}

.dest_info .exchange_booking_info_bg_week56 { /* Full Week56 Exchange */
    background: url(/images/grey_fade_bg.gif) repeat-x bottom;
    height: 235px;
    padding:5px 5px 0px 5px;
}

.dest_info h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.table_frame td.dest_info {
    padding: 17px 20px 20px 20px;
}

.table_frame td.dest_info .resort_title2 strong {
    display: block;
    font-size: 11px;
    color: #333;
    margin-bottom: 2px;
}

.table_frame td.dest_info .resort_title2 .resort_details_icon_code strong {
    display: block;
    font-size: 13px;
    margin-bottom: 0px;
}

.dest_info_amenities {
    padding: 30px 20px 20px 20px;
}

.dest_info_amenities .advisement {
    font-size: 11px;
    line-height: 15px;
}

.dest_info_amenities #acceptTermsDiv {
	font-size: 12px;
}

.dest_info .resort_title2 h5 {
	margin: 15px 0px; 
	color: #333;
}

.dest_info_gw {
    font-size: 11px;
    margin: 10px 0px 4px 0px;
}

.dest_info_gw address {
	text-decoration: none !important;
}

.tc_gw_unit_info {
	font-size: 11px;
	margin: 10px 0px;
}

.tc_credit_card {
	margin: 15px 0px 3px 0px;
}

/* Relinquishment Information */

.relq_info {
    padding: 20px;
    vertical-align: top !important;
}

.table_frame td.relq_info {
	padding: 20px;
}

.relq_info_cig {
	position: relative;
    top: -30px;
}

.relq_info h3{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.relq_info .resort_title2 {
    font-size: 15px;
}

.relq_info .resort_title2 address {
    font-size: 11px;
    font-weight: normal;
}

.relq_info .icon_tradeout_capacity, .relq_info .icon_tradeout_capacity_big {
    color: #666;
}

.relq_info_pts {
	padding: 10px;
	border: 1px solid #d2d2d2;
    background: #ebf0f3;
    overflow: auto;
}

.relq_box_content {
	margin-left: 5px;
	float: left;
	width: 125px;
	line-height: 0.95;
}

.relq_box_content em {
	margin-bottom: 5px;
}

.relq_box_content_pts {
	margin: 7px 0px 0px 64px;
	width: 100px;
	float: left;
}

.relq_info_pts img {
	float: left;
	border: 1px solid #d2d2d2;
}

.relq_info_pts em {
	float: left;
	font-style: normal;
	padding: 3px 0px 0px 10px;
	width: 160px;
}

.relq_info_pts_tc_cig {
	position: relative;
	top: -33px;
}

.relq_info_pts_cig em {
	width: 145px;
}

.relq_info_pts_tc_cig .relq_info_pts_cig em {
	width: 115px;
}

.table_frame_transaction_completed_body .relq_info_pts_cig em {
	width: 115px;
}

.relq_info_pts span{
	float: right;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	font-style:  normal;
	width: 75px;
	padding-top: 3px;
	color: #666;
}

.relq_info_pts small{
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0px;
}

.relq_info .icon_container {
	margin: 5px 0px;
	min-height: 25px;
}

/* Items Chart */

.header_pd_cig {
    margin: 30px 0px 10px 0px !important;   
}

.items_chart {
    border: 1px solid #eff0eb;
    margin: 40px 0px 5px 0px;
    display:block;
    width:100%;
}

.items_chart_notop {
    border: 1px solid #eff0eb;
    margin: 0 0px 5px 0px;
    display:block;
    width:100%;
}

.items_chart_header {
    background: #eff0eb; 
    font-weight: bold;   
    padding: 5px 10px;
}

.items_chart .table_frame_cost_holder {
    display: block;
    width: 100%;
    padding: 10px 0 10px 0;
    border-top: #d2d2d2 solid 1px;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    /* IE special */
    width: 100%;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.items_chart .table_frame_cost_holder::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 1px;
}

.items_chart .table_frame_type_holder {
    display: block;
    width: 100%;
    background: #f1f1f1;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    /* IE special */
    width: 100%;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-bottom:10px;
}

.items_chart .table_frame_type_left {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 5px 10px;
    zoom: 1;
    *display: inline;
}

.items_chart .table_frame_type_right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding: 5px 10px;
    zoom: 1;
    *display: inline;
}


.items_chart_header span {
    float: right;
}

.items_chart_row {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
    /* IE special */
    width: 100%;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.items_chart_row::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 1px;
}

.items_chart_row_left {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 5px 10px;
    zoom: 1;
    *display: inline;
}

.items_chart_row_right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding: 5px 10px;
    zoom: 1;
    font-size: 15px;
    *display: inline;
    font-weight: bold;
}

.items_chart_row_note {
	padding: 3px 5px 5px 10px;
	font-size: 11px;
	display: block;
    width: 100%;
    text-align:left;
}

.items_chart_total {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    /* IE special */
    width: 100%;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.items_chart_total.items_chart_row_right{
  font-size: 20px!important;
}
.items_chart_total::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 1px;
}

.items_chart_footer { 
    padding: 5px 0px;
    overflow: auto;
    text-align: left;
    color: #757575;
    font-weight: normal;
}

.items_chart_footer span {
    color: #d2d2d2;
}

/* Continue Button */
.cont_btn {
    margin-bottom: 15px;
}

/* Change Dates page */
.travel_dates_box {
    background-color:#ecf1f8;
    border:1px solid #d2d2d2;
    padding:10px;
}

/* START: Payment Page Transactions */

#productsAndPromotions input {
	float: left;
	display: block;
	width: 20px;
}

#productsAndPromotions label {
	float: left;
	display: block;
	width: 300px;
    font-weight: normal;
    margin-bottom: 10px;
}

#productsAndPromotions td {
	padding: 0px;	
}

#productsAndPromotions h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}

#productsAndPromotions strong {
	margin: 5px 0px 5px 9px;
    display: block;
	color: #666;
}

#offer h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}

/* END: Payment Page Transactions */

/* Pending Requests Transaction Complete Page */
.table_frame_completed .tc-eplus-promo-spot {
    width: 655px !important;
    padding: 10px !important;
    margin: 10px 10px 10px 0px !important;
    vertical-align: middle !important;
    overflow: auto;
}

.pending_transaction .table_frame_completed .tc-eplus-purchase-logo {
    display:inline-block;
    float:none !important;
    width:109px !important;
    height:40px !important;
    margin-right: 10px !important;
    vertical-align: middle;
    
    zoom:1;
    *display:inline;
}

.table_frame_completed .tc-eplus-purchase-copy {
    padding-left: 0 !important;
    padding-right:15px !important; 
    font-size: 12px; 
    width:350px !important;
    float:none !important;
    display:inline-block;
    vertical-align: middle;
    zoom:1;
    *display:inline;
}

#column2pending .table_frame_completed .tc-eplus-purchase-copy {
    width:290px !important;
}

.pending_transaction .table_frame_completed .tc-purchace-btn {
    padding-left: 0 !important; 
    width:185px !important;
    display:inline-block !important;
    vertical-align: middle !important;
    
    zoom:1 !important;
    *display:inline !important;
}


/* Transaction Complete Page */
.table_frame_transaction_completed_body .tc-eplus-promo-spot {
	display:block;
	width:655px;
	border:solid 5px #e25c03;
	background:#ffffff;
    padding: 10px !important;
    margin: 10px 10px 10px 0px !important;
	vertical-align: middle;
	overflow: auto;
}

.table_frame_transaction_completed_body .tc-insurance-promo-spot {
	display:block;
	width: 431px;
	border:solid 1px #d2d2d2;
	background:#ffffff;
    padding: 10px !important;
    margin: 10px 10px 10px 0px !important;
	vertical-align: middle;
	overflow: auto;
}

.tc-renewal-promo-spot {
	display:block;
	width: 431px;
	border:solid 1px #d2d2d2;
	background:#ffffff;
    padding: 10px !important;
    margin: 10px 10px 10px 0px !important;
	vertical-align: middle;
	overflow: auto;
}

#column2pending .table_frame_transaction_completed_body .tc-eplus-promo-spot {
	width:615px;
}

#column2pending .table_frame_transaction_completed_body .tc-insurance-promo-spot {
	width: 624px;
}

#column2pending .table_frame_transaction_completed_body .tc-renewal-promo-spot {
	width: 624px;
}

.eplus_holder {
    display:block;
    padding:10px 10px 0 10px;
}

#column2pending .eplus_holder {
    display: block;
    padding: 0;
}

.table_frame_transaction_completed_body .tc-eplus-purchase-logo {
	display:inline-block;
	float: left !important;
	width:110px !important;
	margin: 0 9px 0px 0px !important;
	vertical-align: middle;
	
	zoom:1;
	*display:inline;
}

.table_frame_transaction_completed_body .tc-eplus-purchase-copy-wide {
	padding-left: 10px; 
	font-size: 12px; 
	width: 510px !important;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	
	zoom:1;
	*display:inline;
}

.table_frame_transaction_completed_body .tc-eplus-title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #0077be;
	padding-bottom: 3px;
	margin:0;
	display: inline-block;
	font-weight: bold;
}

.cart_items .tc-eplus-promo-spot {
	border: 6px solid #e15b02;  
	padding: 15px;
	overflow: auto;	
	width: 620px !important;
	background: #FFF;
}

.tc-eplus-purchase-logo {
	float: left;
	width: 99px;
	margin-right: 15px;
}

.tc-eplus-purchase-copy {
	padding-right: 15px; 
	font-size: 12px; 
	float: left; 
	width: 330px;
}

.tc-insurance-promo-spot .tc-eplus-purchase-copy {
	width: 295px;
}

.tc-renewal-promo-spot .tc-eplus-purchase-copy {
	width: 295px;
}

.tc-eplus-purchase-copy-wide {
	padding-right: 15px; 
	font-size: 12px; 
	float: left; 
	width: 490px;
}

.tc-eplus-purchase-copy a, 
.tc-eplus-purchase-copy a:visited, 
.tc-eplus-purchase-copy a:link {
	font-size: 15px; 
	color: #0077be;
	font-weight: bold;
}

.tc-purchace-btn a.see_more_btn {
	overflow: auto; 
	width: 125px;
	float: right;
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffff 0%, #e1f0ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e1f0ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffff 0%,#e1f0ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 0%,#e1f0ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 0%,#e1f0ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 0%,#e1f0ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e1f0ff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #8AACC0;
    border-radius: 5px 5px 5px 5px;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    color: #064875;
    text-shadow:0 0.04em 0.05em rgba(255,255,255,0.6),0 0 0.04em rgba(0,0,0,0.8);
    margin: 13px 10px;
    text-align: center;
    font-size: 15px;
 }
 
 
 

#revelex_body .checkbox, .radio {
	width: 13px;
	height: 13px;
	display: inline;
	float: none;
}

.revelex_cruise_exchange_search_left {
    float:left;
    margin:0 0 15px 0;
}

.revelex_cruise_exchange_search_right {
    float:right;
}

#cruise_form_browese_line {
    margin-top:5px;
    width:100%;
}

#cruise_exchange_form .frame_content {
    float:left;
    width:100%;
    padding: 0 10px;
}

/* cruise exchange */
#cruise_exchange_form label strong {
    font-weight:bold;   
}

#cruise_exchange_form  #cruise_form_browse_by_cruise_destinations {
  padding-top: 30px;
  width:100%;
}

#cruise_exchange_form {
    margin-top:10px;
}

#cruise_form_destination,#cruise_form_sailing_date,#cruise_form_cruise_line,#cruise_form_duration,#cruise_advanced_form_destination,#cruise_advanced_form_embarkation_date,#cruise_advanced_cruise_line,#cruise_advanced_cruise_duration,#cruise_advanced_embarkation_port
{
    margin-bottom:5px;
}

#cruise_advanced_form label {
    display:block;
}


/* cruise exchange search*/
#cruise_exchange_form #cruise_simple_form,#cruise_exchange_form #cruise_browse_destination,#cruise_exchange_form #cruise_browse_line,#cruise_exchange_form #cruise_advanced_less_search_options,#cruise_exchange_form #cruise_advanced_form label
	{
    font-size: 11px;
}


#cruise_exchange_form #cruise_browse_destination label,#cruise_exchange_form #cruise_form_browese_line label,#cruise_exchange_form #cruise_advanced_form label
	{
    margin-bottom: 6px;
    margin-top: 10px;
    display: block; 
    
}
#cruise_exchange_form #cruise_form_destination select{
    margin-left: 7px;
}
#cruise_exchange_form #cruise_form_cruise_line select {
    margin-left: 6px;

}
#cruise_exchange_form #cruise_form_duration select {
    margin-left: 25px;
}
#cruise_exchange_form #cruise_browse_destination .button{
    margin-top: 25px;
}

#cruise_exchange_form #cruise_form_browese_line .button {
    margin-top: 16px;

}
#cruise_exchange_form #cruise_form_sailing_date select{
 margin-left: 6px;
 }
#cruise_exchange_form #cruise_form_destination {
    margin-top:15px;
}

#cruise_exchange_form #cruise_form_more_search_options,#cruise_exchange_form #cruise_advanced_less_search_options
	{
    margin-top: 16px;
}
#cruise_exchance_form_hr {
    width: 95%;
    margin-bottom:0px;
    margin-top:5px;
}

#page_tr_cruises #cruise_exchance_form_hr {
    display: none;
}
#page_tr_cruises #cruise_browse_destination {
    margin-top: 15px;
}
#cruise_advanced_form h4{
font-size:10px;}

#cruise_advanced_left{
    float:left;
    
}
#cruise_advanced_right{
    float:right;
    
}
#cruise_advanced_submit_div{
 margin-right: 45px;
    margin-top: 23px;
    }
#cruise_advanced_form_destination{
width:180px;

}
 #cruise_advanced_embarkation_port,
 #cruise_advanced_cruise_line,
#cruise_advanced_cruise_duration,
#cruise_advanced_form_embarkation_date {
    width:200px;
    
}

.call-to-redeem-notice{
margin-left:33px; 
margin-top:5px;
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:bold;
padding-left:4px;   
}

/*--- DEPOSIT EXTENSION CONTENT ---*/
#deposit_extension_content {
    
}
#deposit_extension_content #body {
    width: 960px;
    border: none;
}
#deposit_extension_content h1 {
    letter-spacing: 0;
    margin: 7px 0 28px;
    text-shadow: 1px 1px 1px #FFFFFF, 1px 1px 1px #777777;    
}
#deposit_extension_content h2 {
    letter-spacing: 0;
    margin: 0 0 21px;
}
#deposit_extension_content table {
    width: 100%;
}
#deposit_extension_content #column2 {
    width: 920px!important;
    padding: 20px;
    background-color: #F7F7F7;
}
#deposit_extension_content #column2 #column2content {
    margin: 0;
}
#deposit_extension_content .exchange_section_wrapper {
    float: left;
    width: 420px;
    height: 207px;
    padding: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #DEDEDE #d2d2d2 #d2d2d2 #DEDEDE;
    background-color: #fff;
    
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    
    -moz-box-shadow: 1px 1px 3px 0 #d2d2d2;
    -webkit-box-shadow: 1px 1px 3px 0 #d2d2d2;
    -o-box-shadow: 1px 1px 3px 0 #d2d2d2;
    box-shadow: 1px 1px 3px 0 #d2d2d2;
}
#deposit_extension_content #deposit_home_unit {
    margin-right: 20px;
}
#deposit_extension_content #deposit_home_unit th {
    text-align: right;
    font-weight: bold;
    padding-right: 14px;
}
#deposit_extension_content #deposit_extend_details h2 {
    margin: 0 0 7px;
}
#deposit_extension_content #deposit_extend_details th {
    padding: 4px 7px;
    background-color: #ECF1F8;
}
#deposit_extension_content #deposit_extend_details td {
    padding: 7px;
    border-top: 1px solid #ECF1F8;
}
#deposit_extension_content #deposit_extend_details tr:first-child td {
    border-top-color: #fff;
}
#deposit_extension_content #deposit_extend_details .term {
    font-size: 1.4em; 
}
#deposit_extension_content #deposit_extend_details .new_date {
    
}
#deposit_extension_content #deposit_extend_details .price {
    font-weight: bold; 
}
#deposit_extension_content #page_actions {
    float: left;
    clear: both;
    width: 100%;
    overflow: auto;
    margin-top: 21px;
}
#deposit_extension_content .back_link {
    float: left;
    margin-left: 7px;
}
#deposit_extension_content #submit_btn {
    float: right;
    margin-right: 7px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #006AA7;
    font-size: 16px;  
}
#deposit_extension_content .small_print {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 14px;
    font-size: 10px;
}


#exchange_form,
#vacation_request_form
{
    background: none!important;
    border: 1px solid white;

}

.column2_wide{
width:760px!important;
}

.table-header-style-01{
background:#dbeaf3;
    }

.resort-code_color{
    color:#0077be;
    }
    
.request-checkin-date-bg{
    background:#f0f0f0;
    }
.request-edit-info-bar{
    width:100%;
    margin-bottom:5px;
    margin-top:10px;
}
        
.er_add-icon{       
    background-image:url(/images/_icons/er_add-icon.gif);
    background-repeat:no-repeat;
    padding-left:20px;  
    height:18px;
    width:17px; 
}

.er_delete-icon{        
    background-image:url(/images/_icons/er_delete-icon.gif);
    background-repeat:no-repeat;    
    padding-left:25px;
    height:18px;
    width:17px;     
}


/* NEW ALERT BOX - IW2601 --------------- */
.alert-icon-box-container{
    border: solid 5px #dfe3e6!important;
    width:710px;
    margin-left:10px;
    }
    
 .alert-icon-box {
    float:left;
    width: 45px;
    height:140px;
    display:block;
    background: #dfe3e6;
    }
        
     .alert-icon-box img {
     margin-left:8px;
     margin-top:10px;
     }  
     
    .alert-icon-box-text{
    float:left;
    width:640px;
    padding:5px 10px;
    }
    
.vr_summary_table_td4 a:link,.vr_summary_table_td4 a:link span {
    color:#929292;
    }
    
    .vr_summary_table_td4 a:hover{
    }
    .vr_summary_table_td4 a:hover span{
    text-decoration:underline;
    color:#ba0000;
    background-image:url(/images/_icons/er_delete-icon-on.gif);
    background-repeat:no-repeat;    
    padding-left:25px;
    height:18px;
    width:17px; 
    
    }

/*-- IW-2864 --*/
.ex-depositdetails .cig_logo_1 {
    margin: 0 0 0 70px;
}
.ex-depositdetails form[name=depositForm] {
    float: left;
}
.ex-depositdetails h1 {
    float: left;
}

/*--- IW-2809 ---*/
#exchange_available_place_request input[type=checkbox] {
    vertical-align: bottom;
}
.points_range {
    margin: 3px 0 0 24px;
    font-size: 0.85em;
    color: #666;
}

/*-- IW-5178 --*/
#errorMessageContainer.exErrorMessage1 {
    margin: 20px 0;
}

#ErrorTagId1 {
    margin-bottom: 5px;
}

#errorMessageContainer.exErrorMessage1 #ErrorTagId1 {
    font-size: 22px;
    margin-bottom: 3px;
}

#avail_dest_area {
    float:left;
    width: 340px;
    height: 140px;
    padding: 13px 10px 10px 10px;
    margin-left: 10px;
}

#destination_searched {
    padding: 10px 0;
    height: 55px;
    font-size: 14px;
    font-weight: bold;
}

#otherSuggestionsBox-2 {
    height: 136px;
}

.placeExOptions .exMessageText {
    display: inline-block;
    padding-left: 28px;
}

.cruise_form_width{
width:257px!important;
}


/*** eplus history page ***/
.historylinks {padding-bottom:10px}
.eplustitles {color:#676767; font-weight:bold}
.eplusinfo {color:#767676}
.eplusinfosmall {color:#767676; font-size:10px}
.hreplus {width:145px !important; border:0; height:0; border-top: solid 1px #d2d2d2 !important}
.infocontainer {border: solid 1px #d3d3d3; width:180px; background-color:#eeeeee; padding:5px}
.epluspurchasebtn {background-image:url(/images/purchase-eplus-btn.png); background-repeat:repeat-x; border:solid 1px #bb906c; padding:8px; border-radius:4px; background: -webkit-gradient(linear, left top, left bottom, from(#fbbf3a), to(#f46b0f)); background-image: -ms-linear-gradient(top, #fbbf3a, #f46b0f); background-image: -moz-linear-gradient(top, #fbbf3a, #f46b0f);}
.eplusredeembtn {background-image:url(/images/start-eplus-btn.png); background-repeat:repeat-x; border:solid 1px #6995ae; padding:8px; border-radius:4px; background: -webkit-gradient(linear, left top, left bottom, from(#fcfdff), to(#e0eefd)); background-image: -ms-linear-gradient(top, #fcfdff, #e0eefd); background-image: -moz-linear-gradient(top, #fcfdff, #e0eefd);}

.ex_history_detail{
padding:0;
border:1px solid #cecece;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.ex_history_detail td {
	padding: 10px;
    vertical-align: top;
}

.ex_history_detail h5 {
	color: #333;
    font-size: 12px;
    margin: 46px 0 0 0;
}

.ex_history_detail span {
    margin-bottom: -10px;
    display: block;
}
.ex_details_tbl{
border-width: 1px;
border-style: solid;
border-color: #dadada;
border-collapse: collapse;
}
.ex_details_tbl td{
border-width: 1px;
padding: 5px;
border-style: solid;
border-color: #dadada;
	}
.ex_details_tbl div{
border:1px solid #cecece;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color:#e8e8e8;
padding: 8px 5px 9px;
width: 180px;
background-image: -moz-linear-gradient(center top , #FCFDFF, #e8e8e8);
margin-top: 7px;
}
.ex_details_tbl_container{
border:1px solid #cecece;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:10px;
}
.ex_details_tbl_code {
color:#fb9701;
font-weight: bold;
}

/*-- START: My History - Hotel Details --*/

.hotelDetailpopup td {
	padding-bottom: 0px;
}

.hotelDetailpopup strong {
	width: 80px;
	float: left;
}

.hotelDetailpopup a {
	color: #0077be !important;
}

/*-- END: My History - Hotel Details --*/

 .eplus_pending_req{
 border:1px solid #bfbfbf; 
  background-color:#f0f0f0;
  width: 230px;
height: 22px; 
 padding: 15px 5px 5px;
margin-top:5px;
width: 195px;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
 border-radius: 5px;
 }
 
/*-- START: Accommodation Certificate Details --*/

/* START: Tabs */
 
.ac_details_tabs {
	background: #f1f1f1;
	border-radius: 0px;
	border: 0px;
}

.ac_details_tabs li img{
	padding-right: 10px;
}

.ui-state-default-ac, 
.ui-widget-content .ui-state-default-ac, 
.ui-widget-header .ui-state-default-ac { 
	background: #f1f1f1;
	font-weight: bold; 
	color: #757575; 
	border: 0px;
	border-radius: 0px;
}

.ui-state-default-ac a, 
.ui-state-default-ac a:link, 
.ui-state-default-ac a:visited { 
	color: #757575; 
	text-decoration: none; 
}

.ui-state-hover-ac, 
.ui-widget-content .ui-state-hover-ac, 
.ui-widget-header .ui-state-hover-ac, 
.ui-state-focus-ac, 
.ui-widget-content .ui-state-focus-ac, 
.ui-widget-header .ui-state-focus-ac { 
	background: #d2d2d2; 
	font-weight: bold; 
	color: #757575;  
	border: 0px;
	border-radius: 0px;
}

.ui-state-hover-ac a, 
.ui-state-hover-ac a:hover { 
	color: #757575; 
	text-decoration: none; 
}

.ui-state-active-ac, 
.ui-widget-content .ui-state-active-ac, 
.ui-widget-header .ui-state-active-ac { 
	background: #FFF !important;
	font-weight: bold; 
	color: #0077be !important; 
	border-radius: 0px !important; 
	border: 0px;
}

.ui-state-active-ac a, 
.ui-state-active-ac a:link, 
.ui-state-active-ac a:visited { 
	color: #0077be !important; 
	text-decoration: none; 
}

/* END: Tabs */

.ac_grid_header {
	background: #e7ebf7;
}

.ac_grid_header td {
	padding: 8px;
}

.ac_grid_header th {
	padding: 8px;
	color: #666;
}

.ui-tabs-ac {
	width: 720px;
	top: 8px;
	left: 8px;
}

.ac_details_grid h3 {
	margin-bottom: 15px;
}

.ac_details_grid th {
	padding: 5px;
	width: 28px;
}

.ac_details_grid_scroll {
	height: 297px;
	overflow: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	cursor: pointer;
}

#scroll_down {
	background: url(/images/_icons/scroll-down.png) center no-repeat;
	border: 1px solid #d2d2d2;
	border-top: 0px;
	height: 25px;
}

.ac_details_header_months {
	width: 205px;
}

.ac_details_header_months_last {
	width: 15px;
	padding: 0px !important;
}

.ac_grid_body td{
	padding: 5px;
}

.ac_details_grid_header {
	padding-left: 117px;
}

.ac_grid_months {
	width: 28px;
}
 
/*-- END: Accommodation Certificate Details --*/

/*-- START: Accommodation Certificate Vacation Exchange --*/

.ex_vacation  {
	margin-bottom: 30px;
}

.ex_vacation h2{
	color: #0077be;
    margin: 25px 0px 10px 0px;
 }

.ex_vacation table {
	border: 1px solid #d2d2d2;
	color: #666;
	width: 100%;
    border-collapse: collapse;
}

.ex_table_destination {
	width: 215px;
}

.no_btm_bd span {
	font-weight: normal;
	font-size: 11px;
}

.no_btm_bd {
	border-bottom: none !important;
}

.no_tp_bd {
	border-top: none !important;
}

.no_bd {
	border: none !important;
}

.ex_table_adults{
	width: 100px;
}

.ex_table_month {
	width: 20px;
	padding: 5px !important;
	text-align: center;
}

.ex_ds_bd {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.ex_vacation table th {
	text-align: left;
	background: #e3eaf4;
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.ex_vacation table td {
	padding: 10px;
}

/*-- END: Accommodation Certificate Vacation Exchange --*/

/* ================ START: Travel Insurance ================ */

#page_content_3col[class*='menu_interval_'] #column2.menu-travel-insurance {
	width: 498px; /*-- Overwrites Default Column2 Style --*/
}

.menu-travel-insurance .col-group {
	margin: 15px 0px 30px 0px;
}

.menu-travel-insurance .grid_item_content {
	text-align: left;
	font-size: 11px;
}

.menu-travel-insurance .grid_item_content small {
	display: block;
    background: #0077be;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 0px 1px;
    font-size: 11px;
    text-align: center;
    position: relative;
    left: 1px;
    top: -3px;
}

.menu-travel-insurance .ut-common-height {
	min-height: 155px;
}

.menu-travel-insurance .rst-thumbnail-crop {
    height: 150px;
    border: 1px solid #d2d2d2;
    background-size: 100% Auto !important;
}

.menu_interval_member_benefits_insurance .menu-travel-insurance .rst-thumbnail-crop {
    height: 130px; /*-- For Benefits Page. Overwrites Travel Page Style --*/
}

.menu-travel-insurance h3 {
	margin: 5px 0 0 0;
    line-height: 18px;
}

.menu-travel-insurance ul {
	margin: 10px 0 0 0;  /*-- Overwrites Framework Grid Style --*/
	float: none; /*-- Overwrites Framework Grid Style --*/
	width: 100%; /*-- Overwrites Framework Grid Style --*/
}

.menu-travel-insurance li {
	font-weight: bold;
	color: #666;
	line-height: 14px;
}

.menu-travel-insurance li span {
	font-weight: normal;
}

.menu-travel-insurance .rst-date {
	margin-bottom: 10px;
}

.menu-travel-insurance .rst-policy {
	margin-top: 11px;
	font-size: 11px;
    font-weight: bold;
    float: left;
}

.menu-travel-insurance a.button {
	float: left; /*-- Overwrites default Style --*/
	margin: 5px 0px;
}

.menu-travel-insurance a.button_wide {
	float: left; /*-- Overwrites default Style --*/
	margin: 5px 0px;
}

.menu-travel-insurance a.action_btn {
	float: left; /*-- Overwrites default Style --*/
	margin: 5px 0px;
    float: left;
    padding: 7px 40px 7px 22px;
    font-size: 15px;
}

.menu-travel-insurance ul.ins-cost {
	text-align: right;
	letter-spacing: -.5px;
    margin-top: 7px;
    width: 83px;
	float: right;
}

.menu_interval_member_benefits_insurance .menu-travel-insurance ul.ins-cost {
    margin-top: 7px; /*-- For Benefits Page. Overwrites Travel Page Style --*/
}


.menu-travel-insurance .ins-cost li {
	font-weight: normal;
	font-size: 12px;
}

.menu-travel-insurance .ins-cost li small {
	font-size: 10px;
	color: #757575;
}

.menu_interval_member_benefits_insurance .menu-travel-insurance .ins-cost li {
	font-size: 10px; /*-- For Benefits Page. Overwrites Travel Page Style --*/
}

.menu_interval_member_benefits_insurance .menu-travel-insurance .ins-cost li small {
	font-size: 9px; /*-- For Benefits Page. Overwrites Travel Page Style --*/
}

.menu-travel-insurance img.icon {
	height: 25px;
	width: 25px;
	border: none;
	float: right;
	top: -5px;
    position: relative;
    cursor: pointer;
}

.menu-travel-insurance img.icon-bt {
	height: 18px;
	width: 18px;
	border: none;
	float: right;
	top: 10px;
	left: -34px; /*-- Applies to Benefit Page --*/
    position: relative;
    cursor: pointer;
}

#page_travel_2col .menu-travel-insurance img.icon-bt {
	left: -43px; /*-- Correction for difference between Travel & Benefit Page --*/
} 

.menu-travel-insurance a {
	margin-top: 4px;
    display: block;
}

.mh-pencil-icon {
	position: relative;
	float: right;
	top: -10px;	
}

/* ================ END: Travel Insurance ================ */


/* ================ START: Sidebar Unit Selected Box ================ */

.side_menu_content {
	background: #f1f1f1;
	border: 2px solid #0077be;
	padding: 10px;
}

.side_menu_content h3 {
	letter-spacing: -.1px;
}

.side_menu_content small p em {
	font-weight: bold;
    color: orange;
    font-size: 11px;
    font-style: normal;
}

.side_menu_box {
	padding: 5px;
}

.side_menu_box .frame{
	padding: 0px;
}

.side_menu_box .frame_content h3{
	padding: 5px;
}
/* ================ END: Sidebar Unit Selected Box ================ */

/* ================ START: Unit Size Upgrade Section ================ */

.unitSizeUpgradeFee {
	text-align: right;
}

.unitSizeUpgradeFee .info_tip {
	background-position: 0px 1px;
	padding-left: 20px;
	width: 80px; /* For ex-availabilitiesshowall-content.jsp bug */
}

.unitSizeUpgradeFee .info_tip:hover {
	background-position: 0px 1px;
}

.unitSizeUpgradeFee .info_tip span {
	border-bottom: 0;
}


.unitSizeUpgardeFeeDiscountedAmount {
	color: #0077be;
	font-size: 17px;
	margin-bottom: 15px;
}
	
/* ================ END: Unit Size Upgrade Section ================ */

/*-- START: Master Lock-Off --*/

.master_or_lock_off .table_frame_body {
	padding-bottom: 10px;
} 

.master_or_lock_off .my_resort_header_row {
	padding: 10px;
}

.master_or_lock_off .my_resort_header_row h5{
	margin: 5px 0 0 0;
}

.master_or_lock_off .table_frame_body th,
.master_or_lock_off .table_frame_body td {
	padding: 0;
}

/*-- END: Master Lock-Off --*/

/*-- START: GDPR Cookie Policy Banner --*/

.cc-window.cc-banner {
    background: #3671b9 !important;
}

.GDPR-container {
	width: 950px;
	margin: auto;
	overflow: auto;
	position: relative;
	background: #3671b9;
}

.GDPR-container span {
	float: left;
	color: #fff;
	margin-right: 30px;
}

.GDPR-container span a {
	color: #fff !important;
}

.GDPR-container  .cc-compliance {
	position: absolute;
	right: 0px;
	top: 0px;
}

.GDPR-container  .cc-compliance a.cc-btn {
	background: #3671b9 !important;
	border: 0;
}

.GDPR-container  .cc-compliance i {
    font-size: 25px;
    color: #fff;
}

/*-- END: GDPR Cookie Policy Banner --*/