﻿.searchbox
{
    float: right;
    margin:0 0 15px 0;
}

.searchbox-input
{
    width: 165px;
    height: 14px;
    margin: 0px 5px 0 0;
    padding: 3px;
    float: left;
	font-size:11px;
}

.searchbox-button
{
	cursor: pointer;
	float: left;
	background:none;
	background-image:url(/Controls/Prytaneum/Search/images/SearchIcon.gif);
	background-repeat:no-repeat;
	width: 22px;
	height: 22px;
	border:none;
	text-indent:-10000px;
	color: transparent;
	text-transform:capitalize;
}

.searchbox-clear
{
    clear: both;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility: hidden;
	margin: 0px!important;
	background-color: #fff;
	color: windowtext;
	border: #041020;
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	min-height:100px;
	height:auto !important;
	height:100px;
	margin: 0;
	padding: 0;
    text-align: left; 
    list-style-type: none;
    font-size: 12px;
    z-index:200000;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ea931f;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	margin-bottom:1px; 
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #eaeaea;
	color : #e56100;
	padding : 5px;
	cursor: pointer;
	margin-bottom:1px; 
}
