﻿.RadListBox_RefTracker {
  font-size: 12px;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif; }
  .RadListBox_RefTracker .rlbGroup,
  .RadListBox_RefTracker .rlbTemplateContainer {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff; }
    .RadListBox_RefTracker .rlbItem.rlbHovered {
        color: #000000;
        background-color: rgba(0,48,135, 0.25);
    }
    .RadListBox_RefTracker .rlbItem.rlbSelected {
        color: #ffffff;
        background-color: rgba(0,48,135, 0.8);
    }
  .RadListBox_RefTracker .rlbHighlight {
    color: #000000;
    background-color: #c2c2c2; }

.RadListBox_RefTracker .rlbHeader,
.RadListBox_RefTracker .rlbFooter {
  background-image: url('ListBox/rlbHeaderFooter.png');
  background-color: #f1f2f4; }

.RadListBox_RefTracker .rlbFooter {
  background-position: 0 -200px;
  background-color: #e6e6e6; }

.RadListBox_RefTracker .rlbDropClue {
  background-image: url('ListBox/rlbDropClue.png'); }

.RadListBox_RefTracker .rlbGroup .rlbDropClueAbove {
  border-top-style: dotted;
  border-top-color: #8e8e8e; }

.RadListBox_RefTracker .rlbGroup .rlbDropClueBelow {
  border-bottom-style: dotted;
  border-bottom-color: #8e8e8e; }

.RadListBox_RefTracker .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_RefTracker .rlbGroup .rlbHovered.rlbDropClueAbove,
.RadListBox_RefTracker .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_RefTracker .rlbGroup .rlbHovered.rlbDropClueBelow {
  border-color: #FFF; }

.RadListBox_RefTracker .rlbButton {
  color: #333333; }

.RadListBox_RefTracker .rlbButtonText {
  background-image: url('ListBox/rlbSprite.png'); }

.RadListBox_RefTracker .rlbButton:hover {
  color: #000000; }
  .RadListBox_RefTracker .rlbButton:hover .rlbButtonTL,
  .RadListBox_RefTracker .rlbButton:hover .rlbButtonTR,
  .RadListBox_RefTracker .rlbButton:hover .rlbButtonBL,
  .RadListBox_RefTracker .rlbButton:hover .rlbButtonBR {
    background-image: url('ListBox/rlbButtonHover.png'); }

.RadListBox_RefTracker .rlbButton .rlbButtonTL,
.RadListBox_RefTracker .rlbButton .rlbButtonTR,
.RadListBox_RefTracker .rlbButton .rlbButtonBL,
.RadListBox_RefTracker .rlbButton .rlbButtonBR,
.RadListBox_RefTracker .rlbDisabled:hover .rlbButtonTL,
.RadListBox_RefTracker .rlbDisabled:hover .rlbButtonTR,
.RadListBox_RefTracker .rlbDisabled:hover .rlbButtonBL,
.RadListBox_RefTracker .rlbDisabled:hover .rlbButtonBR {
  background-image: url('ListBox/rlbButtonNormal.png'); }

.RadListBox_RefTracker .rlbDisabled,
.RadListBox_RefTracker .rlbDisabled:hover {
  color: #333333; }

.RadListBox_RefTracker .rlbMoveUp .rlbButtonText {
  background-position: 0 0; }

.RadListBox_RefTracker .rlbMoveUp:hover .rlbButtonText {
  background-position: -400px 0; }

.RadListBox_RefTracker .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbMoveUpDisabled:hover .rlbButtonText {
  background-position: -200px 0; }

.RadListBox_RefTracker .rlbMoveDown .rlbButtonText {
  background-position: 0 -25px; }

.RadListBox_RefTracker .rlbMoveDown:hover .rlbButtonText {
  background-position: -400px -25px; }

.RadListBox_RefTracker .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbMoveDownDisabled:hover .rlbButtonText {
  background-position: -200px -25px; }

.RadListBox_RefTracker .rlbMoveToTop .rlbButtonText {
  background-position: 0 -275px; }

.RadListBox_RefTracker .rlbMoveToTop:hover .rlbButtonText {
  background-position: -400px -275px; }

.RadListBox_RefTracker .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbMoveToTopDisabled:hover .rlbButtonText {
  background-position: -200px -275px; }

.RadListBox_RefTracker .rlbMoveToBottom .rlbButtonText {
  background-position: 0 -300px; }

.RadListBox_RefTracker .rlbMoveToBottom:hover .rlbButtonText {
  background-position: -400px -300px; }

.RadListBox_RefTracker .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbMoveToBottomDisabled:hover .rlbButtonText {
  background-position: -200px -300px; }

.RadListBox_RefTracker .rlbDelete .rlbButtonText {
  background-position: 0 -50px; }

.RadListBox_RefTracker .rlbDelete:hover .rlbButtonText {
  background-position: -400px -50px; }

.RadListBox_RefTracker .rlbDeleteDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbDeleteDisabled:hover .rlbButtonText {
  background-position: -200px -50px; }

.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText {
  background-position: 0 -100px; }

.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText {
  background-position: 0 -75px; }

.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText {
  background-position: -400px -100px; }

.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText {
  background-position: -400px -75px; }

.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText {
  background-position: -200px -100px; }

.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText {
  background-position: -200px -75px; }

.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText {
  background-position: 0 -150px; }

.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText {
  background-position: 0 -125px; }

.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText {
  background-position: -400px -150px; }

.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText {
  background-position: -400px -125px; }

.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText {
  background-position: -200px -150px; }

.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText {
  background-position: -200px -125px; }

.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText {
  background-position: 0 -200px; }

.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText {
  background-position: 0 -175px; }

.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText {
  background-position: -400px -200px; }

.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText {
  background-position: -400px -175px; }

.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText {
  background-position: -200px -200px; }

.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText {
  background-position: -200px -175px; }

.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText {
  background-position: 0 -250px; }

.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText {
  background-position: 0 -225px; }

.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText {
  background-position: -400px -250px; }

.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText {
  background-position: -400px -225px; }

.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText {
  background-position: -200px -250px; }

.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_RefTracker .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText {
  background-position: -200px -225px; }

