.RadListBox_Cerasis {
  color: black;
  font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 18px; }
  .RadListBox_Cerasis .rlbGroup,
  .RadListBox_Cerasis .rlbTemplateContainer {
    border-color: #e5e5e5;
    color: black;
    background-color: white; }
  .RadListBox_Cerasis .rlbHeader,
  .RadListBox_Cerasis .rlbFooter {
    border-color: #e5e5e5; }
  .RadListBox_Cerasis .rlbHeader {
    font-weight: 700; }
  .RadListBox_Cerasis .rlbHighlight {
    color: black;
    background-color: #e8e8e8; }
  .RadListBox_Cerasis .rlbItem.rlbHovered {
    color: black;
    background-color: #e8e8e8; }
  .RadListBox_Cerasis .rlbItem.rlbSelected {
    color: Black;
    background-color: #D1E9F8; }
  .RadListBox_Cerasis .rlbEmptyMessage {
    color: #bbbbbb; }
  .RadListBox_Cerasis .rlbCheckAllItems {
    padding: 2px 5px;
    color: black;
    background-color: #e8e8e8; }
  .RadListBox_Cerasis .rlbCheckAllItemsHovered {
    color: black;
    background-color: #e8e8e8; }
  .RadListBox_Cerasis .rlbDropClue {
    background-image: url('ListBox/rlbDropClue.png'); }
  .RadListBox_Cerasis .rlbDropClueAbove {
    border-top-color: #8e8e8e; }
  .RadListBox_Cerasis .rlbDropClueBelow {
    border-bottom-color: #8e8e8e; }
  .RadListBox_Cerasis .rlbButton {
    border-color: #e5e5e5;
    color: black;
    background-color: #f9f9f9;
    height: 20px;
    border-width: 1px;
    border-style: solid; }
    .RadListBox_Cerasis .rlbButton:hover {
      border-color: #e5e5e5;
      color: black;
      background-color: #e5e5e5; }
    .RadListBox_Cerasis .rlbButton:active {
      border-color: #5d9fb7;
      color: white;
      background-color: #5d9fb7; }
    .RadListBox_Cerasis .rlbButton .rlbButtonBL,
    .RadListBox_Cerasis .rlbButton .rlbButtonBR,
    .RadListBox_Cerasis .rlbButton .rlbButtonTR,
    .RadListBox_Cerasis .rlbButton .rlbButtonTL {
      margin: 0;
      padding: 0;
      border: 0;
      background: none;
      display: block;
      position: static; }
    .RadListBox_Cerasis .rlbButton .rlbButtonText {
      padding-top: 0;
      height: 20px;
      background: url('ListBox/rlbSprite.png') no-repeat;
      line-height: 20px;
      position: static; }
  .RadListBox_Cerasis .rlbNoButtonText {
    padding: 0;
    width: 20px; }
    .RadListBox_Cerasis .rlbNoButtonText .rlbButtonBL,
    .RadListBox_Cerasis .rlbNoButtonText .rlbButtonBR,
    .RadListBox_Cerasis .rlbNoButtonText .rlbButtonTR,
    .RadListBox_Cerasis .rlbNoButtonText .rlbButtonTL {
      width: 20px;
      height: 20px; }
    .RadListBox_Cerasis .rlbNoButtonText .rlbButtonText {
      padding: 0;
      margin: 0;
      width: 20px;
      height: 20px;
      display: block;
      position: static; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbNoButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbNoButtonText {
    padding: 0; }
  .RadListBox_Cerasis .rlbDisabled,
  .RadListBox_Cerasis .rlbDisabled:hover,
  .RadListBox_Cerasis .rlbDisabled:active {
    border-color: #e5e5e5;
    color: black;
    background-color: #f9f9f9; }
  .RadListBox_Cerasis .rlbMoveUp .rlbButtonText {
    background-position: 0 0; }
  .RadListBox_Cerasis .rlbMoveUp:active .rlbButtonText {
    background-position: -400px 0; }
  .RadListBox_Cerasis .rlbMoveUpDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbMoveUpDisabled:hover .rlbButtonText {
    background-position: -200px 0; }
  .RadListBox_Cerasis .rlbMoveDown .rlbButtonText {
    background-position: 0 -25px; }
  .RadListBox_Cerasis .rlbMoveDown:active .rlbButtonText {
    background-position: -400px -25px; }
  .RadListBox_Cerasis .rlbMoveDownDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbMoveDownDisabled:hover .rlbButtonText {
    background-position: -200px -25px; }
  .RadListBox_Cerasis .rlbMoveToTop .rlbButtonText {
    background-position: 0 -275px; }
  .RadListBox_Cerasis .rlbMoveToTop:active .rlbButtonText {
    background-position: -400px -275px; }
  .RadListBox_Cerasis .rlbMoveToTopDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbMoveToTopDisabled:hover .rlbButtonText {
    background-position: -200px -275px; }
  .RadListBox_Cerasis .rlbMoveToBottom .rlbButtonText {
    background-position: 0 -300px; }
  .RadListBox_Cerasis .rlbMoveToBottom:active .rlbButtonText {
    background-position: -400px -300px; }
  .RadListBox_Cerasis .rlbMoveToBottomDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbMoveToBottomDisabled:hover .rlbButtonText {
    background-position: -200px -300px; }
  .RadListBox_Cerasis .rlbDelete .rlbButtonText {
    background-position: 0 -50px; }
  .RadListBox_Cerasis .rlbDelete:active .rlbButtonText {
    background-position: -400px -50px; }
  .RadListBox_Cerasis .rlbDeleteDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbDeleteDisabled:hover .rlbButtonText {
    background-position: -200px -50px; }
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText {
    background-position: 0 -100px; }
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText {
    background-position: 0 -75px; }
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferFrom:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferTo:active .rlbButtonText {
    background-position: -400px -100px; }
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferTo:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferFrom:active .rlbButtonText {
    background-position: -400px -75px; }
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferToDisabled:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferFromDisabled:active .rlbButtonText {
    background-position: -200px -100px; }
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferToDisabled:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferFromDisabled:active .rlbButtonText {
    background-position: -200px -75px; }
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText {
    background-position: 0 -150px; }
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText {
    background-position: 0 -125px; }
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllTo:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllFrom:active .rlbButtonText {
    background-position: -400px -150px; }
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllFrom:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllTo:active .rlbButtonText {
    background-position: -400px -125px; }
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllToDisabled:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllFromDisabled:active .rlbButtonText {
    background-position: -200px -150px; }
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaRight .rlbTransferAllFromDisabled:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaLeft .rlbTransferAllToDisabled:active .rlbButtonText {
    background-position: -200px -125px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText {
    background-position: 0 -200px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText {
    background-position: 0 -175px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferFrom:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferTo:active .rlbButtonText {
    background-position: -400px -200px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferTo:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferFrom:active .rlbButtonText {
    background-position: -400px -175px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferFromDisabled:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferToDisabled:active .rlbButtonText {
    background-position: -200px -200px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferToDisabled:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferFromDisabled:active .rlbButtonText {
    background-position: -200px -175px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText {
    background-position: 0 -250px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText {
    background-position: 0 -225px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllFrom:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllTo:active .rlbButtonText {
    background-position: -400px -250px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllTo:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllFrom:active .rlbButtonText {
    background-position: -400px -225px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllFromDisabled:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllToDisabled:active .rlbButtonText {
    background-position: -200px -250px; }
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaTop .rlbTransferAllToDisabled:active .rlbButtonText,
  .RadListBox_Cerasis .rlbButtonAreaBottom .rlbTransferAllFromDisabled:active .rlbButtonText {
    background-position: -200px -225px; }

.RadListBox_Cerasis .rlbHighlight {
  color: black;
  background-color: #e8e8e8; }
