/* RadComboBox default embedded skin */

.ComboBoxDropDown_AutoCompleteComboBox
{
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
	
	border: 1px solid #7F9DB9;
	background: #fff;
	width: auto;
	text-align: left;
}

.ComboBoxInput_AutoCompleteComboBox,
.ComboBoxInputHover_AutoCompleteComboBox
{
	height: 21px; /*only IE applies this*/
	vertical-align: middle;
	border: 1px solid #7F9DB9;
	border-right: 0px solid #7F9DB9;
	cursor: default;
	padding: 1px;
}
 .ComboBoxInput_AutoCompleteComboBox{width:180px;} 
 .ComboBoxInputHover_AutoCompleteComboBox{width:180px;} 

.ComboBoxInputHover_AutoCompleteComboBox
{
	background-color: #efefef;
}

.ComboBoxItem_AutoCompleteComboBox,
.ComboBoxItemHover_AutoCompleteComboBox
{
	font: normal 11px "Arial", sans-serif;
	cursor: default;
	color: #333;
	padding: 5px;
	zoom: 1;
}

.ComboBoxItemHover_AutoCompleteComboBox
{
	background-color: #4c4c4c;
	color: #fff;
}

.ComboBoxImage_AutoCompleteComboBox,
.ComboBoxImageHover_AutoCompleteComboBox
{
	vertical-align:middle;
}

.ComboBoxHeader_AutoCompleteComboBox
{
	background-color: #929292;
	color: #fff;
	font: bold 11px Arial, sans-serif;
}

.ComboBoxHeader_AutoCompleteComboBox td
{
	border-right: 1px solid #5f5f5f;
	text-indent: 5px;
}
 
.ComboBoxItemDisabled_AutoCompleteComboBox
{
	font: normal 11px "Arial", sans-serif;
	color: #ccc;
	cursor: default;
	padding: 5px;
}
 
.ComboBoxLoadingMessage_AutoCompleteComboBox
{
	font: normal 12px "Arial", sans-serif;
}
 
.ComboBoxMoreResultsMessage_AutoCompleteComboBox
{
	color: #999;
	text-align: center;
	padding: 3px 0;
	font-size: 10px;
}

.ComboBoxMoreResultsImage_AutoCompleteComboBox
{
	padding: 5px 0 0 0;
}
 
.ComboBoxMoreResultsBox_AutoCompleteComboBox
{
	background: #f3f3f3;
}

.ComboBoxImage_AutoCompleteComboBox,
.ComboBoxImageHover_AutoCompleteComboBox
{
	cursor: pointer;
}
