.RadListBox_SportsPilot {
  line-height: 1.42857; }
  .RadListBox_SportsPilot .rlbButton {
    border-color: #eeeeee;
    color: #333333;
    background-color: #ffffff;
    padding: 0.35714em;
    border-radius: 4px; }
    .RadListBox_SportsPilot .rlbButton:hover:not(.rlbDisabled) {
      border-color: #d0d0d0;
      color: #333333;
      background-color: #e6e6e6; }
    .RadListBox_SportsPilot .rlbButton:active:not(.rlbDisabled) {
      border-color: #afafaf;
      color: #333333;
      background-color: #e6e6e6; }
  .RadListBox_SportsPilot .rlbGroup,
  .RadListBox_SportsPilot .rlbTemplateContent {
    border-color: #dddddd;
    color: #333333;
    background-color: #ffffff; }
  .RadListBox_SportsPilot .rlbHeader,
  .RadListBox_SportsPilot .rlbFooter {
    padding: 3px 12px;
    border-color: #dddddd;
    color: #000000;
    background-color: #eeeeee; }
  .RadListBox_SportsPilot .rlbList {
    padding: 0; }
  .RadListBox_SportsPilot .rlbCheckAllItems {
    color: #000000;
    background-color: #eeeeee; }
  .RadListBox_SportsPilot .rlbCheckAllItemsHovered {
    color: #333333;
    background-color: #e4e4e4; }
  .RadListBox_SportsPilot .rlbCheck {
    margin-left: -4px;
    margin-right: 4px; }
  .RadListBox_SportsPilot .rlbItem.rlbSelected .rlbCheck:hover {
    background-position: 0 0; }
  .RadListBox_SportsPilot .rlbItem {
    padding: 3px 12px; }
  .RadListBox_SportsPilot .rlbHighlight {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
    background-image: linear-gradient(); }
  .RadListBox_SportsPilot .rlbItem.rlbHovered {
    border-color: #e1e1e1;
    color: #000000;
    background-color: #eeeeee;
    background-image: linear-gradient(); }
  .RadListBox_SportsPilot .rlbItem.rlbSelected {
    border-color: #026571;
    color: #ffffff;
    background-color: #0392a3;
    background-image: linear-gradient(); }
  .RadListBox_SportsPilot .rlbImage {
    margin-left: -4px;
    margin-right: 4px;
    padding: 0; }
  .RadListBox_SportsPilot .rlbGroup .rlbSelected.rlbDropClueAbove {
    border-top-color: #fff; }
  .RadListBox_SportsPilot .rlbGroup .rlbSelected.rlbDropClueBelow {
    border-bottom-color: #fff; }

.RadListBox_SportsPilot[dir="rtl"] .rlbCheck {
  margin-left: 4px;
  margin-right: -4px; }

.RadListBox_SportsPilot[dir="rtl"] .rlbImage {
  margin-left: 4px;
  margin-right: -4px; }

.RadListBox_SportsPilot.RadListBoxButtonAreaTop.rlbFixedHeight .rlbGroup,
.RadListBox_SportsPilot.RadListBoxButtonAreaTop.rlbFixedHeight .rlbTemplate {
  top: 2.42857em; }

.RadListBox_SportsPilot.RadListBoxButtonAreaBottom.rlbFixedHeight .rlbGroup,
.RadListBox_SportsPilot.RadListBoxButtonAreaBottom.rlbFixedHeight .rlbTemplate {
  bottom: 2.42857em; }
