.RadListBox_GlossyBlue .rlbGroup
{
    border: 1px solid #6788be;
    background: #FFF;
}

.RadListBox_GlossyBlue .rlbText, .RadListBox_GlossyBlue .rlbItem, .RadListBox_GlossyBlue .rlbButtonText
{
	font: 12px "Segoe UI", Arial, sans-serif;
	color: #000;
}

.RadListBox_GlossyBlue .rlbText, .RadListBox_GlossyBlue .rlbItem
{
    line-height: 18px;
}

.RadListBox_GlossyBlue .rlbGroup .rlbHovered
{
    background: #e7f1ff;
}

.RadListBox_GlossyBlue .rlbGroup .rlbSelected
{
    background: #d4ffbc;
}

.RadListBox_GlossyBlue .rlbDisabled .rlbText
{
    color: #808080;
}

.RadListBox_GlossyBlue .rlbDisabled .rlbImage
{
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.RadListBox_GlossyBlue .rlbDropClue
{
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    left: -10px;
    width: 10px;
}

.RadListBox_GlossyBlue .rlbGroup .rlbDropClueAbove
{
    border-top-style: dotted;
    border-top-color: #8e8e8e;
}

.RadListBox_GlossyBlue .rlbGroup .rlbDropClueBelow
{
    border-bottom-style: dotted;
    border-bottom-color: #8e8e8e;
}

/* Buttons normal state vertical layout*/
.RadListBox_GlossyBlue .rlbButtonText
{
    background: transparent url('ListBox/rlbSprite.png') no-repeat;
}

.RadListBox_GlossyBlue .rlbButton:hover .rlbButtonTL, .RadListBox_GlossyBlue .rlbButton:hover .rlbButtonTR, .RadListBox_GlossyBlue .rlbButton:hover .rlbButtonBL, .RadListBox_GlossyBlue .rlbButton:hover .rlbButtonBR
{
    background-image: url('ListBox/rlbButtonHover.png');
}

* html .RadListBox_GlossyBlue .rlbButton:hover .rlbButtonTL, * html .RadListBox_GlossyBlue .rlbButton:hover .rlbButtonTR, * html .RadListBox_GlossyBlue .rlbButton:hover .rlbButtonBL, * html .RadListBox_GlossyBlue .rlbButton:hover .rlbButtonBR
{
    background-image: url('ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_GlossyBlue .rlbButton .rlbButtonTL, .RadListBox_GlossyBlue .rlbButton .rlbButtonTR, .RadListBox_GlossyBlue .rlbButton .rlbButtonBL, .RadListBox_GlossyBlue .rlbButton .rlbButtonBR
{
    background-image: url('ListBox/rlbButtonNormal.png');
}

* html .RadListBox_GlossyBlue .rlbButton .rlbButtonTL, * html .RadListBox_GlossyBlue .rlbButton .rlbButtonTR, * html .RadListBox_GlossyBlue .rlbButton .rlbButtonBL, * html .RadListBox_GlossyBlue .rlbButton .rlbButtonBR
{
    background-image: url('ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_GlossyBlue .rlbDisabled .rlbButtonTL, .RadListBox_GlossyBlue .rlbDisabled .rlbButtonTR, .RadListBox_GlossyBlue .rlbDisabled .rlbButtonBL, .RadListBox_GlossyBlue .rlbDisabled .rlbButtonBR, .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonTL, .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonTR, .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonBL, .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonBR
{
    background-image: url('ListBox/rlbButtonDisabled.png');
}

* html .RadListBox_GlossyBlue .rlbDisabled .rlbButtonTL, * html .RadListBox_GlossyBlue .rlbDisabled .rlbButtonTR, * html .RadListBox_GlossyBlue .rlbDisabled .rlbButtonBL, * html .RadListBox_GlossyBlue .rlbDisabled .rlbButtonBR, * html .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonTL, * html .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonTR, * html .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonBL, * html .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonBR
{
    background-image: url('ListBox/rlbButtonDisabledIE6.png');
}

.RadListBox_GlossyBlue .rlbButton .rlbButtonText
{
    color: #FFF;
}

.RadListBox_GlossyBlue .rlbButton:hover .rlbButtonText
{
    color: #3460b9;
}

.RadListBox_GlossyBlue .rlbDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbDisabled:hover .rlbButtonText
{
    color: #808080;
}

.RadListBox_GlossyBlue .rlbMoveUp .rlbButtonText
{
    background-position: 0 0;
}
.RadListBox_GlossyBlue .rlbMoveUp:hover .rlbButtonText
{
    background-position: -400px 0;
}
.RadListBox_GlossyBlue .rlbMoveUpDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbMoveUpDisabled:hover .rlbButtonText
{
    background-position: -200px 0;
}

.RadListBox_GlossyBlue .rlbMoveDown .rlbButtonText
{
    background-position: 0 -25px;
}
.RadListBox_GlossyBlue .rlbMoveDown:hover .rlbButtonText
{
    background-position: -400px -25px;
}
.RadListBox_GlossyBlue .rlbMoveDownDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbMoveDownDisabled:hover .rlbButtonText
{
    background-position: -200px -25px;
}

.RadListBox_GlossyBlue .rlbDelete .rlbButtonText
{
    background-position: 0 -50px;
}
.RadListBox_GlossyBlue .rlbDelete:hover .rlbButtonText
{
    background-position: -400px -50px;
}
.RadListBox_GlossyBlue .rlbDeleteDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbDeleteDisabled:hover .rlbButtonText
{
    background-position: -200px -50px;
}


.RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferTo .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText
{
    background-position: 0 -100px;
}
.RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText
{
    background-position: 0 -75px;
}
.RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText
{
    background-position: -400px -100px;
}
.RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText
{
    background-position: -400px -75px;
}

.RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText
{
    background-position: -200px -100px;
}

.RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText
{
    background-position: -200px -75px;
}


.RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText
{
    background-position: 0 -150px;
}
.RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText
{
    background-position: 0 -125px;
}
.RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText
{
    background-position: -400px -150px;
}
.RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText
{
    background-position: -400px -125px;
}

.RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText
{
    background-position: -200px -150px;
}

.RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText
{
    background-position: -200px -125px;
}


.RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText
{
    background-position: 0 -200px;
}
.RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferTo .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText
{
    background-position: 0 -175px;
}
.RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText
{
    background-position: -400px -200px;
}
.RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText
{
    background-position: -400px -175px;
}

.RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText
{
    background-position: -200px -200px;
}

.RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText
{
    background-position: -200px -175px;
}


.RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText
{
    background-position: 0 -250px;
}
.RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText
{
    background-position: 0 -225px;
}
.RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText
{
    background-position: -400px -250px;
}
.RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText
{
    background-position: -400px -225px;
}

.RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText
{
    background-position: -200px -250px;
}

.RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText, .RadListBox_GlossyBlue .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText
{
    background-position: -200px -225px;
}

