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