/*!
* Combobox Plugin for jQuery, version 0.5.0
*
* Copyright 2012, Dell Sala
* http://dellsala.com/
* https://github.com/dellsala/Combo-Box-jQuery-Plugin
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Date: 2012-01-15
*/
.combobox {
	margin-right: 0.1em;
}
.combobox_arrow{

	background: transparent url("/web/20200227045232im_/http://camillescafe.com/wp-content/plugins/custompress/datepicker/js/jquery.combobox/down-arrow.png") no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;

}
.combobox_button {

	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius   : 0 2px 2px 0;
	border-radius        : 0 2px 2px 0;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eeeeee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eeeeee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eeeeee 60%);
	background-image: -o-linear-gradient(bottom, #ccc 0%, #eeeeee 60%);
	background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
	background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 12px;
	border: 1px solid #bbb;
}

.combobox_button:hover {
	text-decoration: none;
}

.combobox_button {
	top: 2px !important;
}

.combobox_selector {
	background-color: #fff;
	font-family: Helvetia, Arial, sans-serif;
	font-size: 12px;
	z-index: 1000;
	max-height: 280px;
	overflow: auto;
}

.combobox_selector ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border:1px solid #bbb;
	line-height:.6em;
}

.combobox_selector li {
	padding: 5px 5px;
	margin:0;
}

.combobox_selector li:hover,
.combobox_selector li.selected {
	background-color: Highlight;
	color: #fff;
}

/* 107636-1358351185 */
/*
     FILE ARCHIVED ON 04:52:32 Feb 27, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:02:17 Jan 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.822
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.087
  esindex: 0.011
  cdx.remote: 7.821
  LoadShardBlock: 421.519 (3)
  PetaboxLoader3.resolve: 130.829 (3)
  PetaboxLoader3.datanode: 151.575 (4)
  load_resource: 116.738
*/