/*
-----------------------------------------------
Styles for Autocomplete widget  
----------------------------------------------- */
.left { 
	float: left; }

.script {
	display: none; }

/* Base Classes for Autocomplete Widget */
.ac_results {
	padding: 0px;
	border: 1px solid #aaa;
	background-color: white; }

.ac_results ul {
	/* width: 100%; */
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden; }

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	text-align: left;
	cursor: default;
	display: block;
	overflow: hidden; }

.ac_loading { 
	background: url(../images/indicator.gif) right center no-repeat; }

.ac_over {
	background-color: #A2BBD1;
	color: black; }

/* Display of Form field on guest access form  */
.inst_help, #institutionHelp {
	display: block;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold; }

/* This is provided, customized, inline and the YUI v2 AutoComplete control
CSS should NOT be included at all in a separate <link> tag due to problems
overriding those settings (incorect cascade) */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-skin-sam .yui-ac {
	position: relative;
	font-family: arial;
	font-size: 100%; }
	
#institutionSearch {
	position: relative;
	font-family: arial;
	font-size: 100%;
	width: auto; }

/*
.yui-skin-sam .yui-ac-input {
	position: absolute;
	width: 100%; }
*/
.yui-skin-sam .yui-ac-container {
	position: absolute;
	width: 200px;
	z-index: 9000; }

.yui-skin-sam .yui-ac-content {
	position: absolute;
	padding: 0px;
	border: 1px solid #aaa;
	background-color: white;
	overflow: hidden;
	width: auto;
	z-index: 9050; }

.yui-skin-sam .yui-ac-shadow {
	position: absolute;
	margin: .3em;
	width: 100%;
	background: #000;
	-moz-opacity: .10;
	opacity: .10;
	filter: alpha(opacity=10);
	z-index: 9049; }

.yui-skin-sam .yui-ac iframe {
	opacity: 0;
	filter: alpha(opacity=0);
	padding-right: .3em;
	padding-bottom: .3em; }

.yui-skin-sam .yui-ac-content ul {
	width: 100%;
	padding: 0px;
	margin: 0px; }

.yui-skin-sam #content .yui-ac-content ul li {
	background-image: none;
	cursor: default;
	margin: 0px;
	padding: 2px 5px;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	zoom: 1; }

.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight { background: #B3D4FF; }

.yui-skin-sam .yui-ac-content li.yui-ac-highlight, .ac_over {
	background-color: #A2BBD1;
	color: black;}
