.RadGrid_braCustom {
    /*border: 1px solid #828282;*/
    background-color: white;
    color: #333;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
}

    .RadGrid_braCustom .rgMasterTable, .RadGrid_braCustom .rgDetailTable, .RadGrid_braCustom .rgGroupPanel table, .RadGrid_braCustom .rgCommandRow table, .RadGrid_braCustom .rgEditForm table, .RadGrid_braCustom .rgPager table {
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
        font-size: 12px;
        line-height: 16px;
    }

    .RadGrid_braCustom .rgInput {
        background-color: white;
        border: 1px solid #8e8e8e;
        color: #333;
    }

.GridToolTip_braCustom {
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.RadGrid_braCustom .rgSave, .RadGrid_braCustom .rgAdd, .RadGrid_braCustom .rgRefresh, .RadGrid_braCustom .rgEdit, .RadGrid_braCustom .rgDel, .RadGrid_braCustom .rgFilter, .RadGrid_braCustom .rgPagePrev, .RadGrid_braCustom .rgPageNext, .RadGrid_braCustom .rgPageFirst, .RadGrid_braCustom .rgPageLast, .RadGrid_braCustom .rgExpand, .RadGrid_braCustom .rgCollapse, .RadGrid_braCustom .rgSortAsc, .RadGrid_braCustom .rgSortDesc, .RadGrid_braCustom .rgUpdate, .RadGrid_braCustom .rgCancel, .RadGrid_braCustom .rgUngroup, .RadGrid_braCustom .rgExpXLS, .RadGrid_braCustom .rgExpDOC, .RadGrid_braCustom .rgExpPDF, .RadGrid_braCustom .rgExpCSV {
    background-image: url('Grid/sprite.gif');
}

.RadGrid_braCustom .rgHeaderDiv {
    /*background: #eee 0 -7550px repeat-x url('Grid/sprite.gif');*/
}

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7050px;
}

.rgHeaderWrapper .rgHeaderDiv {
    border-color: #8a8a8a;
}

.RadGrid_braCustom .rgHeader, .RadGrid_braCustom th.rgResizeCol, .RadGrid_braCustom .rgHeaderWrapper {
    border: 0;
    /*border-bottom: 1px solid #828282;
    background: #eaeaea 0 -2300px repeat-x url('Grid/sprite.gif');*/
    background-color:#d0d0d0 !important;
}

.RadGrid_braCustom .rgMultiHeaderRow .rgHeader, .RadGrid_braCustom .rgMultiHeaderRow .rgResizeCol {
    border-left: 1px solid #828282;
}

.RadGrid_braCustom th.rgSorted {
    background-color: #c4c4c4;
    background-position: 0 -2600px;
}

.RadGrid_braCustom .rgHeader {
    color: #333;
    padding:10px 10px;
    border-top: 3px solid #f25520
}

    .RadGrid_braCustom .rgHeader a {
        color: #333;
    }

.RadGrid_braCustom .rgRow td, .RadGrid_braCustom .rgAltRow td, .RadGrid_braCustom .rgEditRow td, .RadGrid_braCustom .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 0;
    padding-top:10px;
    padding-bottom:10px;

}

.RadGrid_braCustom .rgRow td {
    border-color: #fff;
}

.RadGrid_braCustom .rgAltRow {
    background: #f2f2f2;
}

    .RadGrid_braCustom .rgAltRow td {
        /*border-color: #f2f2f2;*/
         border-bottom-color: #e6e6e6;
    background-color: #e6e6e6;
    }

.RadGrid_braCustom .rgRow .rgSorted {
    border-bottom-color: #f2f2f2;
    background-color: #f2f2f2;
}

.RadGrid_braCustom .rgAltRow .rgSorted {
    border-bottom-color: #e6e6e6;
    background-color: #d0d0d0;
}

.RadGrid_braCustom .rgSelectedRow .rgSorted, .RadGrid_braCustom .rgActiveRow .rgSorted, .RadGrid_braCustom .rgHoveredRow .rgSorted, .RadGrid_braCustom .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_braCustom .rgRow a, .RadGrid_braCustom .rgAltRow a, .RadGrid_braCustom .rgEditRow a {
    /*color: #000;*/
}

.RadGrid_braCustom tr.rgEditRow a, .RadGrid_braCustom tr.rgHoveredRow a, .RadGrid_braCustom tr.rgActiveRow a {
    color: #000;
}

.RadGrid_braCustom .rgFooter a, .RadGrid_braCustom .rgEditForm a {
    color: #000;
}

.RadGrid_braCustom .rgMasterTable .rgSelectedCell, .RadGrid_braCustom .rgSelectedRow {
    background: #828282 0 -3900px repeat-x url('Grid/sprite.gif');
    color: #fff;
}

    * + html .RadGrid_braCustom .rgSelectedRow .rgSorted, * html .RadGrid_braCustom .rgSelectedRow .rgSorted {
        background-color: #828282;
    }

    .RadGrid_braCustom .rgSelectedCell a, .RadGrid_braCustom .rgSelectedRow a {
        color: #fff;
    }

.RadGrid_braCustom .rgMasterTable .rgActiveCell, .RadGrid_braCustom .rgActiveRow, .RadGrid_braCustom .rgHoveredRow {
    background: #c5c5c5 0 -2900px repeat-x url('Grid/sprite.gif');
    color: #333;
}

    * + html .RadGrid_braCustom .rgActiveRow .rgSorted, * + html .RadGrid_braCustom .rgHoveredRow .rgSorted {
        background-color: #c5c5c5;
    }

    * html .RadGrid_braCustom .rgActiveRow .rgSorted, * html .RadGrid_braCustom .rgHoveredRow .rgSorted {
        background-color: #c5c5c5;
    }

.RadGrid_braCustom .rgEditRow {
    background: white 0 -4900px repeat-x url('Grid/sprite.gif');
    color: #333;
}

    * + html .RadGrid_braCustom .rgEditRow .rgSorted, * html .RadGrid_braCustom .rgEditRow .rgSorted {
        background-color: #fff;
    }

.RadGrid_braCustom .rgActiveRow td, .RadGrid_braCustom .rgHoveredRow td {
    border-bottom-color: #9e9e9e;
}

    .RadGrid_braCustom .rgActiveRow td.rgSorted, .RadGrid_braCustom .rgHoveredRow td.rgSorted {
        border-bottom-color: #9e9e9e;
    }

.RadGrid_braCustom .rgSelectedRow td {
    border-bottom-color: #6c6c6c;
}

    .RadGrid_braCustom .rgSelectedRow td.rgSorted {
        border-bottom-color: #6c6c6c;
    }

.RadGrid_braCustom .rgDrag {
    background-image: url('Grid/rgDrag.gif');
}

.RadGrid_braCustom .rgFooterDiv, .RadGrid_braCustom .rgFooter {
    background: #eee;
}

.RadGrid_braCustom .rgFooterWrapper {
    background: #eee;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #fff;
}

.RadGrid_braCustom .rgFooter td {
    border-top: 1px solid #828282;
    border-bottom: 1px solid #fff;
}

.RadGrid_braCustom .rgFooterWrapper .rgFooter td {
    border-bottom: 0;
}

.RadGrid_braCustom .rgPager .rgStatus {
    border: 1px solid;
    border-color: #828282 #c9c9c9 #eee #c9c9c9;
    border-left-width: 0;
}

.RadGrid_braCustom .rgStatus div {
    background-image: url('Common/loading_small.gif');
}

.RadGrid_braCustom .rgPager {
    background: #eee;
}

.RadGrid_braCustom td.rgPagerCell {
    border: 1px solid;
    border-color: #828282 #eee #eee;
    border-right-width: 0;
}

.RadGrid_braCustom .rgInfoPart {
    color: #656565;
}

    .RadGrid_braCustom .rgInfoPart strong {
        color: #4c4e54;
    }

.RadGrid_braCustom .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_braCustom .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_braCustom .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_braCustom .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_braCustom .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_braCustom .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_braCustom .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_braCustom .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_braCustom .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_braCustom .rgNumPart a {
    color: #000;
}

    .RadGrid_braCustom .rgNumPart a:hover, .RadGrid_braCustom .rgNumPart a.rgCurrentPage {
        background: no-repeat url('Grid/sprite.gif');
    }

        .RadGrid_braCustom .rgNumPart a:hover span, .RadGrid_braCustom .rgNumPart a.rgCurrentPage span {
            background: no-repeat url('Grid/sprite.gif');
        }

    .RadGrid_braCustom .rgNumPart a:hover {
        background-position: 100% -1250px;
    }

        .RadGrid_braCustom .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_braCustom .rgNumPart a.rgCurrentPage {
        background-position: 100% -1450px;
    }

        .RadGrid_braCustom .rgNumPart a.rgCurrentPage:hover {
            background-position: 100% -1450px;
        }

            .RadGrid_braCustom .rgNumPart a.rgCurrentPage span, .RadGrid_braCustom .rgNumPart a.rgCurrentPage:hover span {
                background-position: 0 -1350px;
            }

.RadGrid_braCustom .rgHeader .rgSortAsc {
    background-position: 3px -248px;
    height: 10px;
}

.RadGrid_braCustom .rgHeader .rgSortDesc {
    background-position: 3px -198px;
    height: 10px;
}

.GridReorderTop_braCustom {
    background: 0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_braCustom {
    background: 0 0 no-repeat url('Grid/sprite.gif');
    background-position: 0 -50px;
}

.RadGrid_braCustom .rgFilterRow {
    background: #eee;
}

    .RadGrid_braCustom .rgFilterRow td {
        border-bottom: 1px solid #828282;
    }

.RadGrid_braCustom .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_braCustom .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_braCustom .rgFilterActive {
    background-position: 0 -400px;
}

    .RadGrid_braCustom .rgFilterActive:hover {
        background-position: 0 -400px;
    }

.RadGrid_braCustom .rgFiltered {
    background-position: 0 -325px;
}

    .RadGrid_braCustom .rgFiltered:hover {
        background-position: 0 -375px;
    }

    .RadGrid_braCustom .rgFiltered.rgFilterActive {
        background-position: 0 -425px;
    }

.RadGrid_braCustom .rgFilterBox {
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    font-family: "segoe ui",arial,sans-serif;
    color: #333;
}

.RadMenu_braCustom .rgHCMClear, .RadMenu_braCustom .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_braCustom .rgHCMClear:hover, .RadMenu_braCustom .rgHCMFilter:hover {
        border-color: #d1d1d1 #b9b9b9 #a3a3a3;
        background-position: center -67px;
        background-color: #e5e5e5;
    }

.RadMenu_braCustom_Context .rgFilterApply, .RadMenu_braCustom_Context .rgFilterCancel {
    background-image: url('Common/radGradientButtonSprite.png');
    _background-image: none;
    border-color: #8a8a8a;
    color: #333;
    background-color: #e8e8e8;
    background-image: linear-gradient(#faf9f9 0,#e8e8e8 100%);
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #333;
    border-color: #d0d0d0 #8a8a8a #8a8a8a #d0d0d0;
}

div.RadMenu_braCustom_Context .rlbGroup {
    border-color: #eee;
}

.GridContextMenu_braCustom .rmLeftImage {
    background-image: url('Common/contextMenu.gif');
}

.GridContextMenu_braCustom .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_braCustom .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_braCustom .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_braCustom .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_braCustom .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_braCustom .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_braCustom .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_braCustom .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

.RadGrid_braCustom .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #828282;
    background: #eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

    .RadGrid_braCustom .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
    }

        .RadGrid_braCustom .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_braCustom .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_braCustom .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_braCustom .rgUngroup {
    background-position: 0 -6998px;
}

.RadGrid_braCustom .rgGroupItem {
    border: 1px solid;
    border-color: #c4c4c4 #c4c4c4 #9e9e9e;
    background: #c6c6c6 0 -6500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_braCustom .rgMasterTable td.rgGroupCol, .RadGrid_braCustom .rgMasterTable td.rgExpandCol {
    border-color: #d9d9d9;
    background: #d9d9d9 none;
}

.RadGrid_braCustom .rgGroupHeader {
    background: #d9d9d9;
    font-size: 1.1em;
    line-height: 21px;
    color: #000;
}

    .RadGrid_braCustom .rgGroupHeader td {
        border-top: 1px solid #828282;
        border-bottom: 1px solid #d9d9d9;
    }

        .RadGrid_braCustom .rgGroupHeader td.rgGroupCol {
            border-top-color: #828282;
        }

.RadGrid_braCustom .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_braCustom .rgCollapse {
    background-position: 3px -454px;
}

.RadGrid_braCustom .rgEditForm {
    border-bottom: 1px solid #828282;
}

.RadGrid_braCustom .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_braCustom .rgCancel {
    background-position: 0 -1850px;
}

.RadGrid_braCustom .rgDetailTable {
    border-color: #828282;
}

.RadGrid_braCustom .rgCommandRow {
    background: #c5c5c5 0 -2099px repeat-x url('Grid/sprite.gif');
    color: #000;
}

.RadGrid_braCustom .rgCommandCell {
    border: 1px solid;
    border-color: #999 #f2f2f2;
    border-top-width: 0;
    padding: 0;
}

.RadGrid_braCustom tfoot .rgCommandCell, .RadGrid_braCustom .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top-width: 1px;
    border-bottom-width: 0;
}

.RadGrid_braCustom .rgCommandTable {
    border: 0;
    border-top: 1px solid #fdfdfd;
    border-bottom: 1px solid #e7e7e7;
}

    .RadGrid_braCustom .rgCommandTable td {
        border: 0;
        padding: 2px 7px;
    }

.RadGrid_braCustom .rgCommandRow a {
    color: #000;
    text-decoration: none;
}

.RadGrid_braCustom .rgSave {
    background-position: 0 -1825px;
    height: 18px;
    width: 18px;
}

.RadGrid_braCustom .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_braCustom .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_braCustom .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_braCustom .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_braCustom .rgSelected .rgDel {
    background-position: 0 -1775px;
}

.RadGrid_braCustom .rgExpXLS, .RadGrid_braCustom .rgExpDOC, .RadGrid_braCustom .rgExpPDF, .RadGrid_braCustom .rgExpCSV {
    background-image: url('Common/export.gif');
}

.RadGrid_braCustom .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_braCustom .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_braCustom .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_braCustom .rgExpCSV {
    background-position: 0 -150px;
}

.rgCellSelectorArea_braCustom, .GridRowSelector_braCustom {
    background: #4c4e54;
}

.GridItemDropIndicator_braCustom {
    border-top: 1px dashed #666;
}

.GridToolTip_braCustom {
    border: 1px solid #828282;
    padding: 3px;
    background: #fff;
    color: #333;
}

.RadGridRTL_braCustom .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_braCustom .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_braCustom .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_braCustom .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_braCustom .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_braCustom .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_braCustom .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_braCustom .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_braCustom .rgExpand {
    background-position: -20px -496px;
}

