/* RadComboBox Amot2006 embedded skin */

.ComboBoxDropDown_Amot
{
	border: 1px solid #cccccc;
	/*border-top: 1px solid #ae0406;*/
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #780304;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
	background: white;
	width:111px !important;
}

.ComboBoxHeader_Amot
{
	background: #eaeaea;
	border-bottom: 1px solid #B4B4B4;
	height: 18px;
	padding-right: 2px;
	font: bold 12px Arial, Verdana, Sans-serif; 
}

.ComboBoxImage_Amot
{
	vertical-align:middle;
	margin-right:6px;
}

.ComboBoxImageHover_Amot
{
	vertical-align:middle;
	margin-right:-2px;
}

.ComboBoxInput_Amot
{
	height: 20px;
	border: solid 1px #929292;
	scrollbar-base-color: #42af43;
	vertical-align: middle;
	background: #f8f8f8 url('bg.gif') repeat-x;
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #666;
	padding-right: 3px;
	cursor: default;
	text-align:right;
	width:107px !important;
}

.ComboBoxInputHover_Amot
{
	height: 20px;
	border: solid 1px #cccccc;
	scrollbar-base-color: #ae0406;
	vertical-align: middle;
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #333;	
	cursor: default;
	padding-right: 3px;
	text-align:right;
	width:107px !important;
}

.ComboBoxItem_Amot
{
	font-family: Arial;
	font-size: 12px; 
	color: #333333;	
	padding: 3px;
	text-decoration: none;
	text-align: right;
	_height:1%;
}

.ComboBoxItemHover_Amot
{
	font-family: Arial;
	font-size: 12px; 
	color: #ffffff;
	text-decoration: none;
	background-color: #929292;
	font-weight:normal;
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	text-align: right;
	_height:1%;
}

.ComboBoxItemDisabled_Amot
{
	font-family: Arial;
	font-size: 12px; 
	color: gray;
	cursor: no-drop;
	padding: 3px;
	text-decoration: none;
	text-align: right;
}

.ComboBoxLoadingMessage_Amot
{
	font-family: Arial;
	font-size: 12px; 
	padding: 2px;
}

.ComboBoxMoreResultsMessage_Amot
{
	font-family: Arial;
	font-size: 10px;
	padding-bottom: 4px;
}


.ComboBoxMoreResultsImage_Amot
{
	padding: 5px;
	margin: 5px;
}

.ComboBoxMoreResultsBox_Amot
{
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #cccccc;
	cursor: default;
}
.SearchBoxFieldRtl
{
	height: 16px;
	border: solid 1px #929292;
	scrollbar-base-color: #929292;
	vertical-align: middle;
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #666;
	padding-right: 3px;
	cursor: default;
	text-align:right;
	width:107px !important;
	margin-right:30px;
}