.RadListBox_FelixxContent {
    font-size: 12px;
    font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

    .RadListBox_FelixxContent .rlbGroup,
    .RadListBox_FelixxContent .rlbTemplateContainer {
        border-color: #8e8e8e;
        color: #333333;
        background-color: white;
    }

    .RadListBox_FelixxContent .rlbCheckAllItems {
        color: #333333;
        background-color: #eaeaea;
    }

    .RadListBox_FelixxContent .rlbCheckAllItemsHovered {
        color: #333333;
        background-color: white;
    }

    .RadListBox_FelixxContent .rlbItem {
        line-height: 18px;
    }

    .RadListBox_FelixxContent .rlbHighlight {
        color: black;
        background-color: #dfdfdf;
    }

    .RadListBox_FelixxContent .rlbItem.rlbHovered {
        color: black;
        background: #dfdfdf;
    }

    .RadListBox_FelixxContent .rlbItem.rlbSelected {
        color: black;
        background: #c5c5c5;
    }

    .RadListBox_FelixxContent .rlbHeader,
    .RadListBox_FelixxContent .rlbFooter {
        border-color: #8e8e8e;
        background-image: url('ListBox/rlbHeaderFooter.png');
        background-color: #f1f2f4;
    }

    .RadListBox_FelixxContent .rlbFooter {
        background-position: 0 -200px;
        background-color: #e6e6e6;
    }

    .RadListBox_FelixxContent .rlbDropClue {
        background-image: url('ListBox/rlbDropClue.png');
    }

    .RadListBox_FelixxContent .rlbGroup {
        border-radius: 5px;
        color: #333333;
        background-color: #f5f5f5;
        border-color: #8a8a8a;
        -moz-box-shadow: 2px 2px 2px #999999;
        -webkit-box-shadow: 2px 2px 2px #999999;
        box-shadow: 2px 2px 2px #999999;
        scrollbar-3dlight-color: transparent;
        scrollbar-arrow-color: #585a5a;
        scrollbar-base-color: transparent;
        scrollbar-darkshadow-color: transparent;
        scrollbar-face-color: transparent;
        scrollbar-highlight-color: transparent;
        scrollbar-shadow-color: #b7b7b7;
    }


        .RadListBox_FelixxContent .rlbGroup .rlbDropClueAbove {
            border-top-style: dotted;
            border-top-color: #8e8e8e;
        }

        .RadListBox_FelixxContent .rlbGroup .rlbDropClueBelow {
            border-bottom-style: dotted;
            border-bottom-color: #8e8e8e;
        }

        .RadListBox_FelixxContent .rlbGroup .rlbSelected.rlbDropClueAbove,
        .RadListBox_FelixxContent .rlbGroup .rlbHovered.rlbDropClueAbove,
        .RadListBox_FelixxContent .rlbGroup .rlbSelected.rlbDropClueBelow,
        .RadListBox_FelixxContent .rlbGroup .rlbHovered.rlbDropClueBelow {
            border-color: #FFF;
        }

    /* Buttons normal state vertical layout*/
    .RadListBox_FelixxContent .rlbButton {
        color: #333333;
    }

    .RadListBox_FelixxContent .rlbButtonText {
        background-image: url('ListBox/rlbSprite.png');
    }

    .RadListBox_FelixxContent .rlbButton:hover .rlbButtonTL,
    .RadListBox_FelixxContent .rlbButton:hover .rlbButtonTR,
    .RadListBox_FelixxContent .rlbButton:hover .rlbButtonBL,
    .RadListBox_FelixxContent .rlbButton:hover .rlbButtonBR {
        background-image: url('ListBox/rlbButtonHover.png');
    }

    .RadListBox_FelixxContent .rlbButton .rlbButtonTL,
    .RadListBox_FelixxContent .rlbButton .rlbButtonTR,
    .RadListBox_FelixxContent .rlbButton .rlbButtonBL,
    .RadListBox_FelixxContent .rlbButton .rlbButtonBR,
    .RadListBox_FelixxContent .rlbDisabled:hover .rlbButtonTL,
    .RadListBox_FelixxContent .rlbDisabled:hover .rlbButtonTR,
    .RadListBox_FelixxContent .rlbDisabled:hover .rlbButtonBL,
    .RadListBox_FelixxContent .rlbDisabled:hover .rlbButtonBR {
        background-image: url('ListBox/rlbButtonNormal.png');
    }

    .RadListBox_FelixxContent .rlbButton:hover {
        color: black;
    }

    .RadListBox_FelixxContent .rlbDisabled,
    .RadListBox_FelixxContent .rlbDisabled:hover {
        color: #333333;
    }

    .RadListBox_FelixxContent .rlbMoveUp .rlbButtonText {
        background-position: 0 0;
    }

    .RadListBox_FelixxContent .rlbMoveUp:hover .rlbButtonText {
        background-position: -400px 0;
    }

    .RadListBox_FelixxContent .rlbMoveUpDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbMoveUpDisabled:hover .rlbButtonText {
        background-position: -200px 0;
    }

    .RadListBox_FelixxContent .rlbMoveDown .rlbButtonText {
        background-position: 0 -25px;
    }

    .RadListBox_FelixxContent .rlbMoveDown:hover .rlbButtonText {
        background-position: -400px -25px;
    }

    .RadListBox_FelixxContent .rlbMoveDownDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbMoveDownDisabled:hover .rlbButtonText {
        background-position: -200px -25px;
    }

    .RadListBox_FelixxContent .rlbMoveToTop .rlbButtonText {
        background-position: 0 -275px;
    }

    .RadListBox_FelixxContent .rlbMoveToTop:hover .rlbButtonText {
        background-position: -400px -275px;
    }

    .RadListBox_FelixxContent .rlbMoveToTopDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbMoveToTopDisabled:hover .rlbButtonText {
        background-position: -200px -275px;
    }

    .RadListBox_FelixxContent .rlbMoveToBottom .rlbButtonText {
        background-position: 0 -300px;
    }

    .RadListBox_FelixxContent .rlbMoveToBottom:hover .rlbButtonText {
        background-position: -400px -300px;
    }

    .RadListBox_FelixxContent .rlbMoveToBottomDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbMoveToBottomDisabled:hover .rlbButtonText {
        background-position: -200px -300px;
    }

    .RadListBox_FelixxContent .rlbDelete .rlbButtonText {
        background-position: 0 -50px;
    }

    .RadListBox_FelixxContent .rlbDelete:hover .rlbButtonText {
        background-position: -400px -50px;
    }

    .RadListBox_FelixxContent .rlbDeleteDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbDeleteDisabled:hover .rlbButtonText {
        background-position: -200px -50px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText {
        background-position: 0 -100px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText {
        background-position: 0 -75px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText {
        background-position: -400px -100px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText {
        background-position: -400px -75px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText {
        background-position: -200px -100px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText {
        background-position: -200px -75px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText {
        background-position: 0 -150px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText {
        background-position: 0 -125px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText {
        background-position: -400px -150px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText {
        background-position: -400px -125px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText {
        background-position: -200px -150px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText {
        background-position: -200px -125px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText {
        background-position: 0 -200px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText {
        background-position: 0 -175px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText {
        background-position: -400px -200px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText {
        background-position: -400px -175px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText {
        background-position: -200px -200px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText {
        background-position: -200px -175px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText {
        background-position: 0 -250px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText {
        background-position: 0 -225px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText {
        background-position: -400px -250px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText {
        background-position: -400px -225px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText {
        background-position: -200px -250px;
    }

    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
    .RadListBox_FelixxContent .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText {
        background-position: -200px -225px;
    }
