﻿
.textBoxSearch
{
	font-size: 11px;
	width: 160px;
}

.txtBoxSearchLoading
{
	font-size: 11px;
	width: 160px;
	background: url(../../images/ajax-loader-small.gif) no-repeat right;
}

.submitButtonSkin
{
	background: url(../../images/submit-button.gif) no-repeat;
	width: 63px;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
	height: 22px;
	vertical-align: middle;
}

.AutoCompleteFlyout
{
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow-y: auto;
	overflow-x: hidden;
	height : 112px;
	text-align : left;
	list-style-type : none;
}

.AutoCompleteFlyoutItem
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	font-size: 10px;
}

.AutoCompleteFlyoutHighlightedItem
{
	background-color: #FF0000;
	color: black;
	padding: 1px;
	font-size: 10px;
}

#divwidth
{
	width: 350px !important;   
}

#divwidth div
{
	width: 350px !important;  
}	

.comboBoxNameSearch .ajax__combobox_textboxcontainer input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width: 100px;
}

.comboBoxNameSearch .ajax__combobox_buttoncontainer button
{
	background-image: url(../../images/drop-down-button.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 17px;
}

.comboBoxNameSearch .ajax__combobox_itemlist
{
	height: 30px;
}