/****** INFORM : Driftnet : Global Search Bar (1.0) ******/


/*** GLOBAL : Site Header (1.1) ***/
#global-bar {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 15px;
  z-index: 100;
  overflow: visible;
  color: #424242;
  height: 21px;
}
#global-bar .veneer .bg {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 0 -60px;
  overflow: hidden;
}
#global-bar .veneer .bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 35px;
  margin: 0 0 0 -10px;
  padding: 0 20px;
  background: #1D1D1D;
  background: -moz-linear-gradient(-90deg, #000, #111 30%, #222 80%, #2C2C2C 95%, #1D1D1D);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), color-stop(30%, #111), color-stop(80%, #222), color-stop(95%, #2C2C2C), to(#1D1D1D) );
  border-bottom: 1px solid #111;
  box-shadow:         0 1px 5px hsla(0,0%,0%,0.7);
  -moz-box-shadow:    0 1px 5px hsla(0,0%,0%,0.7);
  -webkit-box-shadow: 0 1px 5px hsla(0,0%,0%,0.7);
}
#global-bar .powered {
  position: relative;
  height: 35px;
  width: 980px;
  margin: 0 auto;
}
#global-bar .powered .top {
  display: block;
  position: relative;
  float: left;
  height: 35px;
  left: 0;
  margin: 0;
  padding: 0 10px;
  line-height: 1;
  font-size: 0.82em;
  text-decoration: none;
  z-index: 101;
}
#global-bar .powered .top .label {
  display: block;
  position: relative;
  float: left;
  top: 8px;
  height: 1em;
  padding: 5px 0;
  color: #CBCBCB;
}
#global-bar .powered .top .logo {
  display: block;
  position: relative;
  float: left;
  top: 8px;
  height: 20px;
  width: 54px;
  background: url("../images/pfg/icon-inform.png") no-repeat right center;
  text-indent: -10000px;
}

/*** GLOBAL : Site Search (1.2) ***/
#global-search {
  position: relative;
  padding: 0;
  width: 980px;  
  height: 35px;
  margin: -35px auto 0;
}
#global-search .search-box {
  position: relative;
  float: right;
  top: 4px;
  right: 10px;
  width: 300px;
  height: 27px;
  margin: 0;
  padding: 0;
  text-align: right;
  z-index: 101;
}
#global-search .search-box .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,0.2);
  border-radius:         4px;
  -moz-border-radius:    4px;
  -webkit-border-radius: 4px;
}
#global-search .search-box.active .bg {
  box-shadow:         0 0px 3px hsla(255,100%,100%,1.0);
  -moz-box-shadow:    0 0px 3px hsla(255,100%,100%,1.0);
  -webkit-box-shadow: 0 0px 3px hsla(255,100%,100%,1.0);
}
#global-search .search-box .text {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 227px;
  margin: 0;
  padding: 3px 5px;
  line-height: 1;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 200;
  background: #f3f3f3;
  border: 1px solid #d5d5d5;
  border-right: none;
  border-top-left-radius:            3px;
  -moz-border-radius-topleft:        3px;
  -webkit-border-top-left-radius:    3px;
  border-bottom-left-radius:         3px;
  -moz-border-radius-bottomleft:     3px;
  -webkit-border-bottom-left-radius: 3px;
}
#global-search .search-box .button {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 58px;
  height: 23px;
  margin: 0;
  padding: 2px 0 0 0;
  line-height: 1;
  font-family: helvetica;
  font-size: 0.82em;
  font-weight: 200;
  color: #333;
  background: #ccc;
  background: -moz-linear-gradient(-90deg, #eee, #ccc 50%, #aaa);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), color-stop(50%, #ccc), to(#aaa) );
  border: 1px solid #D0D0D0;
  border-top-right-radius:            3px;
  -moz-border-radius-topright:        3px;
  -webkit-border-top-right-radius:    3px;
  border-bottom-right-radius:         3px;
  -moz-border-radius-bottomright:     3px;
  -webkit-border-bottom-right-radius: 3px;
}
#global-search .search-box .button:hover {
  color: #111;
  background: #eee;
  background: -moz-linear-gradient(-90deg, #fff, #efefef 50%, #c6c6c6);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(50%, #efefef), to(#c6c6c6) );
}

/*** DEV : GLOBAL : Search Menu (2.0) ***/
/* Search Suggestion */
ul.ui-autocomplete, #global-search .message{
	background-color:#f5f5f5;
	border:1px solid #fff;
	position: absolute;
	top: 36px!important;
	left: 664px!important;
	width: 308px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-box-shadow: 0 3px 8px #666;
  -webkit-box-shadow: 0 3px 8px #666;
  box-shadow: 0 0 3px 8px #666;
  z-index: 90;
}
ul.ui-autocomplete li{
	list-style:none;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #fff;
	margin: 0;
	padding: 0;
}
ul.ui-autocomplete li:first-child{
	border-top:none;
}
ul.ui-autocomplete li:last-child{
	border-bottom:none;
}
ul.ui-autocomplete li a{
	color:#666;
	border:none !important;
	text-decoration:none !important;
	padding: 5px 8px;
	display:block;
}
#ui-active-menuitem{
	background-color:#444;
	color:#fff;
	cursor:pointer;
}
#global-search .message {
	color:#666;
	border:none !important;
	text-decoration:none !important;
	padding: 5px 3px;
	display:block;
  text-align: center;
}
.noResults {
  text-align: center;
  color: #333;
}

