.popcontainer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;	
}
.popupoverlay {
    background-color: white; 
    height: 100%; 
    width: 100%; 
    top: 0;
    left: 0; 
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 50;
    position: absolute;
}
#processingView {
	background-color: #FFFFFF;
	height: 100%;	
	left: 0px; 
	margin: auto;	
	overflow: hidden;  
	padding-top: 150px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}
#reviewsProcessing {
	margin: 0 auto;
	width: 128px;
}
.scrub {
	float: none;
	margin: 0px;
}
.sliderBox {
	float: left;
	margin: 0px 10px;
	overflow: hidden;
	padding: 0px 15px 8px 15px;
	text-align: center;
	width: 200px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background: transparent url(/h/images/slider-handle.png) no-repeat scroll 50% 50%;
	border: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background: transparent url(/h/images/slider-handle-active.png) no-repeat scroll 50% 50%;
	border: none;
}
.ui-slider .ui-slider-handle {
	cursor: pointer;
	cursor: hand;	
	height: 20px;
	width: 15px;
	top: -4px;
}
.ui-widget-content {
	border: none;
}
#priceSliderBox .ui-widget-content {	
	background: transparent url(/h/images/price-slider-track.png);
}
#starSliderBox .ui-widget-content {	
	background: transparent url(/h/images/star-slider-track.png);
}
#guestSliderBox .ui-widget-content {	
	background: transparent url(/h/images/guest-slider-track.png);
}
.ui-widget-header {
	border: none;
}
.ui-slider-horizontal {
	height: 10px;
	padding: 0px;
}
.ui-slider-horizontal .ui-slider-range {
	height: 7px;
	top: 6px;
}
.ui-dropdownchecklist-dropcontainer-wrapper {
	z-index: 10;
}
div.calendar {
	z-index: 10;
}
.ac_results li {
	cursor: pointer;
	cursor: hand;	
}
.reviewInfo {
	vertical-align: middle;
}
.reviewBar {	
	background: transparent url(/h/images/review-bar.gif) no-repeat;
	border: none;
	height: 10px;
	max-height: 10px;
	max-width: 72px;
	min-height: 10px;	
	min-width: 72px;	
	position: relative;	
	top: -10px;
	width: 72px;
	z-index: 1;
}
.reviewFill {	
	height: 8px;
	min-height: 8px;
	max-height: 8px;
	margin: 4px 1px 1px;
	z-index: 0;
}
.reviewBarWrapper {
	float: left;
	height: 8px;
	min-height: 8px;
	max-height: 8px;
}
.tab {
	margin-right: 2px;
}
.tab div {
	float: left;
	height: 28px;
}
.tab .tabLeft {
	background: transparent url(/h/images/tabs/tan-edge.gif) no-repeat;
	width: 8px;
}
.tab .tabMiddle {
	background: transparent url(/h/images/tabs/tan.gif) repeat-x;
	min-width: 130px;
}
.tab .tabRight {
	background: transparent url(/h/images/tabs/tan-edge.gif) no-repeat top right;
	width: 8px;
}
.tab:hover .tabLeft {
	background: transparent url(/h/images/tabs/tan-edge-hover.gif) no-repeat;
}
.tab:hover .tabMiddle {
	background: transparent url(/h/images/tabs/tan-hover.gif) repeat-x;
}
.tab:hover .tabRight {
	background: transparent url(/h/images/tabs/tan-edge-hover.gif) no-repeat top right;
}
.tabSelected .tabLeft {
	background: transparent url(/h/images/tabs/tan-edge-selected.gif) no-repeat;
}
.tabSelected .tabMiddle {
	background: transparent url(/h/images/tabs/tan-selected.gif) repeat-x;
}
.tabSelected .tabRight {
	background: transparent url(/h/images/tabs/tan-edge-selected.gif) no-repeat top right;
}
.tabSelected:hover .tabLeft {
	background: transparent url(/h/images/tabs/tan-edge-selected.gif) no-repeat;
}
.tabSelected:hover .tabMiddle {
	background: transparent url(/h/images/tabs/tan-selected.gif) repeat-x;
}
.tabSelected:hover .tabRight {
	background: transparent url(/h/images/tabs/tan-edge-selected.gif) no-repeat top right;
}
.inactive {
	color: #D0D0D0;
}