/* This is the CSS to style the autocomplete boxes for the Faculty and Staff Directory */

#hintFirst {
	position: absolute;
	text-align: left;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#hintFirst ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#hintFirst ul li {padding: 2px 0 2px 5px; margin: 5px 0 5px 0; display: block;}
#hintFirst ul li.selected {color: #fff; background: #21428F; cursor: pointer;}


#hintLast {
	position: absolute;
	text-align: left;
	background: #fff;
        border: 1px solid #000;
        color: #000;
        font-size: 10px;
        width: 200px;
        padding: 0;
        margin: 0;
}

#hintLast ul {
	margin: 0;
	padding: 0;
        list-style: none;
}

#hintLast ul li {padding: 2px 0 2px 5px; margin: 5px 0 5px 0; display: block;}
#hintLast ul li.selected {color: #fff; background: #21428F; cursor: pointer;}

