.RadListBox_Custom {
    color: #767676;
    font: normal 13px/22px Arial,Helvetica,sans-serif
}

    .RadListBox_Custom .rlbGroup, .RadListBox_Custom .rlbTemplateContainer {
        border-color: #d7d7d7;
        color: #555;
        background-color: white
    }

    .RadListBox_Custom .rlbHeader, .RadListBox_Custom .rlbFooter {
        color: #5f5f5f;
        background-color: #eaeaea
    }

    .RadListBox_Custom .rlbHeader {
        border-bottom-color: #d7d7d7
    }

    .RadListBox_Custom .rlbFooter {
        border-top-color: #d7d7d7
    }

    .RadListBox_Custom .rlbCheckAllItems {
        color: #5f5f5f;
        background-color: #eaeaea
    }

    .RadListBox_Custom .rlbCheckAllItemsHovered {
        color: #5f5f5f;
        background-color: #eaeaea
    }

    .RadListBox_Custom .rlbCheckAllItemsCheckBox, .RadListBox_Custom .rlbCheck {
        padding-top: 0;
        padding-bottom: 3px\9
    }

    .RadListBox_Custom .rlbHighlight {
        color: white;
        background-color: #D04A02
    }

    .RadListBox_Custom .rlbItem.rlbHovered {
        color: white;
        background-color: #D04A02
    }

    .RadListBox_Custom .rlbItem.rlbSelected {
        color: black;
        background-color: #fff1cc
    }

    .RadListBox_Custom .rlbDropClue {
        width: 21px;
        height: 21px;
        background-image: url('Common/radActionsSprite.png');
        background-position: -64.5px -364.5px;
        background-repeat: no-repeat;
        background-color: transparent;
        left: -15px
    }

    .RadListBox_Custom .rlbDropClueAbove {
        border-top-color: #8e8e8e
    }

    .RadListBox_Custom .rlbDropClueBelow {
        border-bottom-color: #8e8e8e
    }

    .RadListBox_Custom .rlbButton {
        background-image: url('Common/radGradientButtonSprite.png');
        background-position: 0 0\9;
        border-color: #c9c9c9;
        color: #767676;
        background-color: #e3e3e3;
        background-image: linear-gradient(#fefefe 0,#e3e3e3 100%);
        padding: 2px;
        *padding: 2px 0 0 2px;
        height: 22px;
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
        overflow: hidden
    }

        .RadListBox_Custom .rlbButton:hover {
            border-color: #939393;
            color: #444;
            background-color: #939393;
            background-image: linear-gradient(#d6d6d6 0,#939393 100%);
            background-position: 0 1000px\9
        }

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .RadListBox_Custom .rlbButton:hover {
        background-position: 0 0
    }
}

.RadListBox_Custom .rlbButton.rlbDisabled, .RadListBox_Custom .rlbButton.rlbDisabled:hover {
    border-color: #c9c9c9;
    color: #767676;
    background-color: #e3e3e3;
    background-image: linear-gradient(#fefefe 0,#e3e3e3 100%);
    background-position: 0 0\9
}

.RadListBox_Custom .rlbButtonAreaTop .rlbButton, .RadListBox_Custom .rlbButtonAreaBottom .rlbButton {
    padding: 2px
}

.RadListBox_Custom .rlbNoButtonText {
    width: 22px;
    *height: 22px;
    margin-right: 2px
}

.RadListBox_Custom .rlbButtonTL, .RadListBox_Custom .rlbButtonTR, .RadListBox_Custom .rlbButtonBL, .RadListBox_Custom .rlbButtonBR {
    padding: 0;
    height: 22px;
    line-height: 22px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    *display: block
}

.RadListBox_Custom .rlbButtonText {
    padding: 0 3px 0 22px;
    line-height: 22px;
    position: static
}

.RadListBox_Custom .rlbNoButtonText .rlbButtonText {
    padding-left: 22px
}

.RadListBox_Custom .rlbButtonText {
    *background-image: url('ListBox/rlbSprite.png')
}

    .RadListBox_Custom .rlbButtonText:before {
        content: "";
        width: 16px;
        height: 16px;
        background-image: url('Common/radActionsSprite.png');
        background-repeat: no-repeat;
        position: absolute;
        top: 3px;
        left: 3px
    }

.RadListBox_Custom .rlbMoveUp .rlbButtonText:before {
    background-position: -17px -417px
}

.RadListBox_Custom .rlbMoveUp:hover .rlbButtonText:before {
    background-position: -17px -417px
}

.RadListBox_Custom .rlbMoveUpDisabled .rlbButtonText:before, .RadListBox_Custom .rlbMoveUpDisabled:hover .rlbButtonText:before {
    background-position: -17px -417px
}

.RadListBox_Custom .rlbMoveDown .rlbButtonText:before {
    background-position: -17px -467px
}

.RadListBox_Custom .rlbMoveDown:hover .rlbButtonText:before {
    background-position: -17px -467px
}

.RadListBox_Custom .rlbMoveDownDisabled .rlbButtonText:before, .RadListBox_Custom .rlbMoveDownDisabled:hover .rlbButtonText:before {
    background-position: -17px -467px
}

.RadListBox_Custom .rlbMoveToTop .rlbButtonText:before {
    background-position: -17px -617px
}

.RadListBox_Custom .rlbMoveToTop:hover .rlbButtonText:before {
    background-position: -17px -617px
}

.RadListBox_Custom .rlbMoveToTopDisabled .rlbButtonText:before, .RadListBox_Custom .rlbMoveToTopDisabled:hover .rlbButtonText:before {
    background-position: -17px -617px
}

.RadListBox_Custom .rlbMoveToBottom .rlbButtonText:before {
    background-position: -17px -667px
}

.RadListBox_Custom .rlbMoveToBottom:hover .rlbButtonText:before {
    background-position: -17px -667px
}

.RadListBox_Custom .rlbMoveToBottomDisabled .rlbButtonText:before, .RadListBox_Custom .rlbMoveToBottomDisabled:hover .rlbButtonText:before {
    background-position: -17px -667px
}

.RadListBox_Custom .rlbDelete .rlbButtonText:before {
    background-position: -17px -3317px
}

.RadListBox_Custom .rlbDelete:hover .rlbButtonText:before {
    background-position: -17px -3317px
}

.RadListBox_Custom .rlbDeleteDisabled .rlbButtonText:before, .RadListBox_Custom .rlbDeleteDisabled:hover .rlbButtonText:before {
    background-position: -17px -3317px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferTo .rlbButtonText:before {
    background-position: -17px -117px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText:before {
    background-position: -17px -117px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText:before {
    background-position: -17px -117px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText:before {
    background-position: -17px -167px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText:before {
    background-position: -17px -167px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText:before {
    background-position: -17px -167px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText:before {
    background-position: -17px -917px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText:before {
    background-position: -17px -917px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText:before {
    background-position: -17px -917px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText:before {
    background-position: -17px -967px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText:before {
    background-position: -17px -967px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText:before {
    background-position: -17px -967px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText:before {
    background-position: -17px -17px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText:before {
    background-position: -117px -17px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText:before {
    background-position: -17px -17px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferTo .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText:before {
    background-position: -17px -67px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText:before {
    background-position: -17px -67px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText:before {
    background-position: -17px -67px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText:before {
    background-position: -17px -817px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText:before {
    background-position: -17px -817px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText:before {
    background-position: -17px -817px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText:before {
    background-position: -17px -867px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText:before {
    background-position: -17px -867px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText:before, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText:before {
    background-position: -17px -867px
}

.RadListBox_Custom .rlbMoveUp .rlbButtonText {
    *background-position: 0 0
}

.RadListBox_Custom .rlbMoveUpDisabled .rlbButtonText, .RadListBox_Custom .rlbMoveUpDisabled:hover .rlbButtonText {
    *background-position: -200px 0
}

.RadListBox_Custom .rlbMoveDown .rlbButtonText {
    *background-position: 0 -25px
}

.RadListBox_Custom .rlbMoveDownDisabled .rlbButtonText, .RadListBox_Custom .rlbMoveDownDisabled:hover .rlbButtonText {
    *background-position: -200px -25px
}

.RadListBox_Custom .rlbMoveToTop .rlbButtonText {
    *background-position: 0 -275px
}

.RadListBox_Custom .rlbMoveToTopDisabled .rlbButtonText, .RadListBox_Custom .rlbMoveToTopDisabled:hover .rlbButtonText {
    *background-position: -200px -275px
}

.RadListBox_Custom .rlbMoveToBottom .rlbButtonText {
    *background-position: 0 -300px
}

.RadListBox_Custom .rlbMoveToBottomDisabled .rlbButtonText, .RadListBox_Custom .rlbMoveToBottomDisabled:hover .rlbButtonText {
    *background-position: -200px -300px
}

.RadListBox_Custom .rlbDelete .rlbButtonText {
    background-position: 0 -50px
}

.RadListBox_Custom .rlbDeleteDisabled .rlbButtonText, .RadListBox_Custom .rlbDeleteDisabled:hover .rlbButtonText {
    *background-position: -200px -50px
}

.RadListBox_Custom .rlbButtonAreaRight .rlbTransferTo .rlbButtonText, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText {
    *background-position: 0 -100px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText {
    *background-position: 0 -75px
}

.RadListBox_Custom .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText {
    *background-position: -200px -100px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText {
    background-position: -200px -75px
}

.RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText {
    *background-position: 0 -150px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText {
    *background-position: 0 -125px
}

.RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText {
    *background-position: -200px -150px
}

.RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText, .RadListBox_Custom .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText {
    background-position: -200px -125px
}

.RadListBox_Custom .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText {
    *background-position: 0 -200px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferTo .rlbButtonText, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText {
    *background-position: 0 -175px
}

.RadListBox_Custom .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText {
    *background-position: -200px -200px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText {
    *background-position: -200px -175px
}

.RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText {
    background-position: 0 -250px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText {
    background-position: 0 -225px
}

.RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText {
    background-position: -200px -250px
}

.RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_Custom .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText, .RadListBox_Custom .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText {
    background-position: -200px -225px
}
