﻿.RadComboBox_Standard
{
    
}

.RadComboBox .rcbInput {
    padding-left: 1px !important;
    vertical-align: middle !important;
    line-height: normal !important;
}


.RadComboBox_Standard table td.rcbInputCell
 { 
	height:21px !important;
	line-height:20px !important;
	border:1px solid #626262 !important;
	vertical-align:middle !important;
	background: #fff !important;
	padding:0px 0px 0px 0px !important;
}

input
{
    font:11px arial,verdana,sans-serif;
	color:#333;
	vertical-align:middle !important;
}

.RadComboBox_Standard .rcbArrowCell a 
{
    background: url('ComboBox/rcbArrowCell.gif');
    background-position: -3px 0px;
}

.RadComboBox_Standard td.rcbArrowCellRight ,
.RadComboBox_Standard .rcbFocused .rcbArrowCellRight,
.RadComboBox_Standard .rcbHovered .rcbArrowCellRight
{
    background-color: #efeff0; /* Customizable color 3 */
	background-position:right;
	background-repeat:no-repeat;
	background-position: -3px 0px;
	background-image: url('ComboBox/rcbArrowCell.gif');
	width:20px !important;
	border: 1px solid #626262 !important;
	padding:0 !important;
}

.RadComboBox_Standard .rcbHovered .rcbInputCellLeft { background-color: #EEEEEE !important;}
.RadComboBox_Standard .rcbHovered .rcbInputCellRight { background-position: -3px 0px; }

.RadComboBox_Standard .rcbFocused .rcbInputCellLeft { background-color: #EEEEEE !important; }
.RadComboBox_Standard .rcbFocused .rcbInputCellRight { background-position: -3px 0px; }

.RadComboBoxDropDown_Standard .rcbHovered {
    background: #efeff0 !important; /* Customizable color 3 */
    color: #000;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.RadComboBoxDropDown_Standard
{
	position:absolute;
	background:#fff;
	border: 1px solid #626262;
	cursor:default;
	font-size:11px;
}