/* RadComboBox Default skin */

/*global*/

.RadComboBox_customGrids,
.RadComboBox_customGrids .rcbInput,
.RadComboBoxDropDown_customGrids
{
	font: 12px "Segoe UI", Arial, sans-serif;
	color: #333;
}

/* combobox */

.RadComboBox_customGrids .rcbInputCellLeft,
.RadComboBox_customGrids .rcbInputCellRight,
.RadComboBox_customGrids .rcbArrowCellLeft,
.RadComboBox_customGrids .rcbArrowCellRight
{
	background-image: url('ComboBox/rcbSprite.png');
}

* html .RadComboBox_customGrids .rcbInputCellLeft,
* html .RadComboBox_customGrids .rcbInputCellRight,
* html .RadComboBox_customGrids .rcbArrowCellLeft,
* html .RadComboBox_customGrids .rcbArrowCellRight
{
	background-image: url('ComboBox/rcbSpriteIE6.png');
}

.RadComboBox_customGrids td.rcbInputCellLeft { background-position: 0 0 !important; }
.RadComboBox_customGrids td.rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_customGrids .rcbHovered .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_customGrids .rcbHovered .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_customGrids .rcbFocused .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_customGrids .rcbFocused .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_customGrids .rcbHovered .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -22px !important; }
.RadComboBox_customGrids .rcbHovered .rcbReadOnly td.rcbInputCellRight { background-position: 100% -22px; }

.RadComboBox_customGrids .rcbFocused .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -44px !important; }
.RadComboBox_customGrids .rcbFocused .rcbReadOnly td.rcbInputCellRight { background-position: 100% -44px; }

.RadComboBox_customGrids .rcbInputCell .rcbEmptyMessage
{
	color: #666;
}

.RadComboBox_customGrids .rcbHovered .rcbInputCell .rcbInput
{
	color: #000;
}

.RadComboBox_customGrids td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_customGrids td.rcbArrowCellRight { background-position: 0 -88px; }

.RadComboBox_customGrids .rcbHovered .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_customGrids .rcbHovered .rcbArrowCellRight { background-position: -36px -88px; }

.RadComboBox_customGrids .rcbFocused .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_customGrids .rcbFocused .rcbArrowCellRight { background-position: -72px -88px; }

.RadComboBox_customGrids td.rcbArrowCellHidden,
.RadComboBox_customGrids .rcbHovered td.rcbArrowCellHidden,
.RadComboBox_customGrids .rcbFocused td.rcbArrowCellHidden { background-position: -15px -88px; }

.RadComboBox_customGrids_rtl td.rcbArrowCellHidden,
.RadComboBox_customGrids_rtl .rcbHovered td.rcbArrowCellHidden,
.RadComboBox_customGrids_rtl .rcbFocused td.rcbArrowCellHidden { background-position: -18px -88px; }

/* Read-only styles */

.RadComboBox_customGrids .rcbReadOnly td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_customGrids .rcbReadOnly td.rcbArrowCellRight { background-position: 0 -88px; }

.RadComboBox_customGrids .rcbHovered .rcbReadOnly .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_customGrids .rcbHovered .rcbReadOnly .rcbArrowCellRight { background-position: -36px -88px !important; }

.RadComboBox_customGrids .rcbFocused .rcbReadOnly .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_customGrids .rcbFocused .rcbReadOnly .rcbArrowCellRight { background-position: -72px -88px !important;  }

.RadComboBox_customGrids .rcbReadOnly td.rcbArrowCellHidden { background-position: -15px -88px; }
.RadComboBox_customGrids .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_customGrids .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

.RadComboBox_customGrids_rtl .rcbReadOnly td.rcbArrowCellHidden { background-position: -18px -88px; }
.RadComboBox_customGrids_rtl .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -54px -88px; }
.RadComboBox_customGrids_rtl .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -90px -88px; }

/* dropdown */

.RadComboBoxDropDown_customGrids .rcbHeader,
.RadComboBoxDropDown_customGrids .rcbFooter,
.RadComboBoxDropDown_customGrids .rcbMoreResults,
.RadComboBoxDropDown_customGrids .rcbMoreResults a
{
	background-image: url('ComboBox/rcbSprite.png');
}

* html .RadComboBoxDropDown_customGrids .rcbHeader,
* html .RadComboBoxDropDown_customGrids .rcbFooter,
* html .RadComboBoxDropDown_customGrids .rcbMoreResults,
* html .RadComboBoxDropDown_customGrids .rcbMoreResults a
{
	background-image: url('ComboBox/rcbSpriteIE6.png');
}

.RadComboBoxDropDown_customGrids
{
	background: #fff;
	border-color: #c6c7d2;
	border-top-color: #83868d;
}

.RadComboBoxDropDown_customGrids .rcbHeader,
.RadComboBoxDropDown_customGrids .rcbFooter
{
	background-color: #f1f2f4;
	background-position: 0 -110px;
}

.RadComboBoxDropDown_customGrids .rcbHeader
{
	border-bottom-color: #d5d5d5;
}

.RadComboBoxDropDown_customGrids .rcbFooter
{
	border-top-color: #d5d5d5;
}

.RadComboBoxDropDown_customGrids .rcbItem em
{
	background: #e5e5e5;
}

.RadComboBoxDropDown_customGrids .rcbHovered
{
	background: #dfdfdf;
	color: #000;
}

.RadComboBoxDropDown_customGrids .rcbSeparator
{
    color: #fff;
    background: #8a8a8a;
}

.RadComboBox_customGrids .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_customGrids .rcbDisabled
{
	color: #999;
}

.RadComboBox_customGrids .rcbDisabled td.rcbInputCellLeft { background-position: 0 -66px; }
.RadComboBox_customGrids .rcbDisabled td.rcbInputCellRight { background-position: 100% -66px; }
.RadComboBox_customGrids .rcbDisabled td.rcbArrowCellLeft { background-position: -126px -88px; }
.RadComboBox_customGrids .rcbDisabled td.rcbArrowCellRight { background-position: -108px -88px; }
.RadComboBox_customGrids .rcbDisabled .rcbReadOnly td.rcbArrowCellRight { background-position: -110px -88px; }
.RadComboBox_customGrids table.rcbDisabled td.rcbArrowCellHidden,
.RadComboBox_customGrids .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden { background-position: -123px -88px; }
.RadComboBox_customGrids_rtl table.rcbDisabled td.rcbArrowCellHidden,
.RadComboBox_customGrids_rtl .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden { background-position: -126px -88px; }

.RadComboBoxDropDown_customGrids .rcbLoading
{
	background: #f0f0f0;
}

.RadComboBoxDropDown_customGrids .rcbMoreResults
{
	border-top-color: #c6c7d2;
	background-position: 0 -132px;
	background-color: #e6e6e6;
	color: #8a8a8a;
}

.RadComboBoxDropDown_customGrids .rcbMoreResults a
{
	background-position: -157px -94px;
}