/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
padding-left:7px;
padding-right:7px;
vertical-align:middle;
}

.RadGrid_customGrids
{
    border:1px solid #d7d7d7;
    background:#fff;
    color:#333;
}

.RadGrid_customGrids,
.RadGrid_customGrids .rgMasterTable,
.RadGrid_customGrids .rgDetailTable,
.RadGrid_customGrids .rgGroupPanel table,
.RadGrid_customGrids .rgCommandRow table,
.RadGrid_customGrids .rgEditForm table,
.RadGrid_customGrids .rgPager table,
.GridToolTip_customGrids
{
    font-size:11px;
    font-family:Verdana;
}

.RadGrid_customGrids .rgNoRecords
{
	color:#0273a0;
	font-size:10px;
	font-weight:bold;
}

.RadGrid_customGrids .rgNoRecords td
{
	padding:7px!important;
}

.RadGrid_customGrids .rgAdd,
.RadGrid_customGrids .rgRefresh,
.RadGrid_customGrids .rgEdit,
.RadGrid_customGrids .rgDel,
.RadGrid_customGrids .rgFilter,
.RadGrid_customGrids .rgPagePrev,
.RadGrid_customGrids .rgPageNext,
.RadGrid_customGrids .rgPageFirst,
.RadGrid_customGrids .rgPageLast,
.RadGrid_customGrids .rgExpand,
.RadGrid_customGrids .rgCollapse,
.RadGrid_customGrids .rgSortAsc,
.RadGrid_customGrids .rgSortDesc,
.RadGrid_customGrids .rgUpdate,
.RadGrid_customGrids .rgCancel,
.RadGrid_customGrids .rgUngroup,
.RadGrid_customGrids .rgExpXLS,
.RadGrid_customGrids .rgExpDOC,
.RadGrid_customGrids .rgExpPDF,
.RadGrid_customGrids .rgExpCSV
{
	background-image:url(Grid/sprite.gif);
}

/*header*/

.RadGrid_customGrids .rgHeaderDiv
{
	background:#eee 0 -7550px repeat-x url(Grid/sprite.gif);
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7050px;
}

.RadGrid_customGrids .rgHeader,
.RadGrid_customGrids th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #d8d8d8;
	background:#eaeaea 0 -2300px repeat-x url(Grid/sprite.gif);
}

.RadGrid_customGrids th.rgSorted
{
	background-color:#c4c4c4;
	background-position:0 -2600px;
}

.RadGrid_customGrids .rgHeader,
.RadGrid_customGrids .rgHeader a
{
    color:#333;
}

/*rows*/

.RadGrid_customGrids .rgRow td,
.RadGrid_customGrids .rgAltRow td,
.RadGrid_customGrids .rgEditRow td,
.RadGrid_customGrids .rgFooter td
{
	border-style:none;
	border-width:0 0 1px 0;
}

.RadGrid_customGrids .rgRow td
{
	border-color:#fff;
}

.RadGrid_customGrids .rgAltRow
{
	background-color:#f2f2f2;
	border-color:#f2f2f2;
}

.RadGrid_customGrids .rgAltRow td
{
	border-color:#f2f2f2;
	background-color:#f2f2f2;
}

.RadGrid_customGrids .rgRow .rgSorted
{
	border-bottom-color:#f2f2f2;
	background-color:#f2f2f2!important;
}

.RadGrid_customGrids .rgAltRow .rgSorted
{
	border-bottom-color:#e6e6e6;
	background-color:#e6e6e6;
}

.RadGrid_customGrids .rgSelectedRow .rgSorted,
.RadGrid_customGrids .rgActiveRow .rgSorted,
.RadGrid_customGrids .rgHoveredRow .rgSorted,
.RadGrid_customGrids .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_customGrids .rgRow a,
.RadGrid_customGrids .rgAltRow a,
.RadGrid_customGrids .rgEditRow a,
.RadGrid_customGrids tr.rgEditRow a,
.RadGrid_customGrids tr.rgHoveredRow a,
.RadGrid_customGrids tr.rgActiveRow a,
.RadGrid_customGrids .rgFooter a,
.RadGrid_customGrids .rgEditForm a
{
	color:#000;
}

.RadGrid_customGrids .rgSelectedRow
{
    background:#828282 0 -3900px repeat-x url(Grid/sprite.gif);
    color:#000;
}
*+html .RadGrid_customGrids .rgSelectedRow .rgSorted{background-color:#828282}
* html .RadGrid_customGrids .rgSelectedRow .rgSorted{background-color:#828282}

.RadGrid_customGrids .rgSelectedRow a
{
	color:#000;
}

.RadGrid_customGrids .rgActiveRow,
.RadGrid_customGrids .rgHoveredRow
{
    background:#c5c5c5 0 -2900px repeat-x url(Grid/sprite.gif);
    color:#333;
}
*+html .RadGrid_customGrids .rgActiveRow .rgSorted,
*+html .RadGrid_customGrids .rgHoveredRow .rgSorted{background-color:#c5c5c5}
* html .RadGrid_customGrids .rgActiveRow .rgSorted,
* html .RadGrid_customGrids .rgHoveredRow .rgSorted{background-color:#c5c5c5}

.RadGrid_customGrids .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
	color:#333;
}
*+html .RadGrid_customGrids .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_customGrids .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_customGrids .rgActiveRow td,
.RadGrid_customGrids .rgActiveRow td.rgSorted,
.RadGrid_customGrids .rgHoveredRow td,
.RadGrid_customGrids .rgHoveredRow td.rgSorted,
.RadGrid_customGrids .rgHoveredRow td
{
	border-bottom-color:#9e9e9e;
	background-color: #dadada!important;
}

.RadGrid_customGrids .rgAltRow .rgSelectedRow {
	background-color: #898989!important;
	}

.RadGrid_customGrids .rgSelectedRow td,
.RadGrid_customGrids .rgSelectedRow td.rgSorted
{
	border-bottom-color:#6c6c6c;
	background-color: #d1d1d1;
}

.RadGrid_customGrids .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_customGrids .rgFooterDiv,
.RadGrid_customGrids .rgFooter
{
	background:#eee;
}

.RadGrid_customGrids .rgFooter td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #fff;
}

/*status*/

.RadGrid_customGrids .rgPager .rgStatus
{
	border:1px solid;
	border-color:#828282 #c9c9c9 #eee #c9c9c9;
	border-left-width:0;
}

.RadGrid_customGrids .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_customGrids .rgPager
{
	background:#eee;
}

.RadGrid_customGrids td.rgPagerCell
{
	border:1px solid;
	border-color:#828282 #eee #eee;
	border-right-width:0;
	background-color:#eeeeee!important;
}

.RadGrid_customGrids .rgInfoPart
{
	color:#8a8a8a;
}

.RadGrid_customGrids .rgInfoPart strong
{
	color:#4c4e54;
}

.RadGrid_customGrids .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_customGrids .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_customGrids .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_customGrids .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_customGrids .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_customGrids .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_customGrids .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_customGrids .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_customGrids .rgPager .rgPagerButton
{
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	background:#e8e8e8 repeat-x 0 -1550px url(Grid/sprite.gif);
	color:#000;
	font-family:"segoe ui",arial,sans-serif;
}

.RadGrid_customGrids .rgNumPart a:hover,
.RadGrid_customGrids .rgNumPart a:hover span,
.RadGrid_customGrids .rgNumPart a.rgCurrentPage,
.RadGrid_customGrids .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
	border:none;
}

.RadGrid_customGrids .rgNumPart a
{
	color:#000;
}

.RadGrid_customGrids .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_customGrids .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_customGrids .rgNumPart a.rgCurrentPage,
.RadGrid_customGrids .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
}

.RadGrid_customGrids .rgNumPart a.rgCurrentPage span,
.RadGrid_customGrids .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_customGrids .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_customGrids .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_customGrids,
.GridReorderBottom_customGrids
{
	background:0 0 no-repeat url(Grid/sprite.gif);
}

.GridReorderBottom_customGrids
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_customGrids .rgFilterRow
{
	background:#eee;
}

.RadGrid_customGrids .rgFilterRow td
{
    border-bottom:1px solid #828282;
}

.RadGrid_customGrids .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_customGrids .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_customGrids .rgFilterActive,
.RadGrid_customGrids .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_customGrids .rgFilterBox
{
	border-color:#8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
	font-family:"segoe ui",arial,sans-serif;
	color:#333;
}

/*filter context menu*/

.RadMenu_customGrids .rgHCMClear,
.RadMenu_customGrids .rgHCMFilter
{
	border-color:#d0d0d0 #a8a8a8 #8b8b8b;
	background:#e8e8e8 center -23px repeat-x url(FormDecorator/ButtonSprites.gif);
	color:#000;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_customGrids .rgHCMClear:hover,
.RadMenu_customGrids .rgHCMFilter:hover
{
	border-color:#d1d1d1 #b9b9b9 #a3a3a3;
	background-position:center -67px;
	background-color:#e5e5e5;
}

/*context menu*/

.GridContextMenu_customGrids .rmLeftImage
{
	background-image:url('../Common/Grid/contextMenu.gif');
}

.GridContextMenu_customGrids .rgHCMSortAsc .rmLeftImage
{
	background-position:0 0;
}

.GridContextMenu_customGrids .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -40px;
}

.GridContextMenu_customGrids .rgHCMUnsort .rmLeftImage
{
	background-position:0 -80px;
}

.GridContextMenu_customGrids .rgHCMGroup .rmLeftImage
{
	background-position:0 -120px;
}

.GridContextMenu_customGrids .rgHCMUngroup .rmLeftImage
{
	background-position:0 -160px;
}

.GridContextMenu_customGrids .rgHCMCols .rmLeftImage
{
	background-position:0 -200px;
}

.GridContextMenu_customGrids .rgHCMFilter .rmLeftImage
{
	background-position:0 -240px;
}

.GridContextMenu_customGrids .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -280px;
}

/*grouping*/

.RadGrid_customGrids .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #828282;
	background:#eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_customGrids .rgGroupPanel td

{
	border:0;
	padding:3px 4px;
}

.RadGrid_customGrids .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_customGrids .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_customGrids .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_customGrids .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_customGrids .rgGroupItem
{
	border:1px solid;
	border-color:#c4c4c4 #c4c4c4 #9e9e9e;
	background:#c6c6c6 0 -6500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_customGrids .rgMasterTable td.rgGroupCol,
.RadGrid_customGrids .rgMasterTable td.rgExpandCol
{
	/*border-color:#d9d9d9;
	background:#d9d9d9 none;
	vertical-align:top;*/
}

.RadGrid_customGrids .rgGroupHeader
{
    background:#d9d9d9;
    font-size:1.1em;
    line-height:21px;
	color:#000;
}

.RadGrid_customGrids .rgGroupHeader td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #d9d9d9;
}

.RadGrid_customGrids .rgGroupHeader td.rgGroupCol
{
	border-top-color:#828282;
}

.RadGrid_customGrids .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_customGrids .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_customGrids .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_customGrids .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_customGrids .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_customGrids .rgDetailTable
{
	border-color:#828282;
}

/*command row*/

.RadGrid_customGrids .rgCommandRow
{
	background:#c5c5c5 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#000;
}

.RadGrid_customGrids .rgCommandCell
{
	border:1px solid;
	border-color:#999 #f2f2f2;
	border-top-width:0;
	padding:0;
}

.RadGrid_customGrids tfoot .rgCommandCell,
.RadGrid_customGrids .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell
{
	border-top-width:1px;
	border-bottom-width:0;
}

.RadGrid_customGrids .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_customGrids .rgCommandTable
{
	border:0;
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #e7e7e7;
}

.RadGrid_customGrids .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_customGrids .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_customGrids .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_customGrids .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_customGrids .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_customGrids .rgSelected .rgDel
{
	background-position:0 -1775px;
}

.RadGrid_customGrids .rgExpXLS,
.RadGrid_customGrids .rgExpDOC,
.RadGrid_customGrids .rgExpPDF,
.RadGrid_customGrids .rgExpCSV
{
	background-image:url('../Common/Grid/export.gif');
}

.RadGrid_customGrids .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_customGrids .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_customGrids .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_customGrids .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_customGrids
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_customGrids
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_customGrids
{
	border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#333;
}

/*rtl*/

.RadGridRTL_customGrids .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_customGrids .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_customGrids .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_customGrids .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_customGrids .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_customGrids .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_customGrids .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_customGrids .rgPageLast:hover
{
	background-position:0 -600px;
}

 DIV.RadGrid_customGrids .rgHeader {
	font-weight: bold;
}

 DIV.RadGrid_customGrids .rgHeader A {
	font-weight: bold;
}

/* RadComboBox Default skin - necessário porque o pagesize usa uma radcomboBox*/

/*global*/

.RadComboBox_customGrids,
.RadComboBox_customGrids .rcbInput,
.RadComboBoxDropDown_customGrids
{
	font: 11px Verdana, 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;
}