.RadListBox_customListBox .rlbGroup
{
    border: 1px solid #8e8e8e;
    background: #FFF;
}

.RadListBox_customListBox .rlbTemplateContainer
{
    border-color: #8e8e8e;
}

.RadListBox_customListBox .rlbText,
.RadListBox_customListBox .rlbItem,
.RadListBox_customListBox .rlbButtonText,
.RadListBox_customListBox .rlbEmptyMessage
{
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #333;
}

.RadListBox_customListBox .rlbHighlight
{
    color: #ff3333;
}

.RadListBox_customListBox .rlbText,
.RadListBox_customListBox .rlbItem
{
	line-height: 18px;
}

.RadListBox_customListBox .rlbGroup .rlbHovered
{
	background: #DFDFDF;
}

.RadListBox_customListBox .rlbGroup .rlbSelected
{
	background: #c5c5c5;
}

.RadListBox_customListBox .rlbDisabled .rlbText
{
	color: #AAA;
}

.RadListBox_customListBox .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.RadListBox_customListBox .rlbHeader,
.RadListBox_customListBox .rlbFooter
{
    background-image: url('ListBox/rlbHeaderFooter.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-color: #f1f2f4;
}

.RadListBox_customListBox .rlbHeader
{
	padding:5px;
	background-color:#f1f1f1;
}

.RadListBox_customListBox .rlbFooter
{
    background-position: 0 -200px;
    background-color: #e6e6e6;
}

.RadListBox_customListBox .rlbDropClue
{
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_customListBox .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #8e8e8e;
}

.RadListBox_customListBox .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #8e8e8e;
}

.RadListBox_customListBox .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_customListBox .rlbGroup .rlbHovered.rlbDropClueAbove,
.RadListBox_customListBox .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_customListBox .rlbGroup .rlbHovered.rlbDropClueBelow
{
	border-color: #FFF;
}

/* Buttons normal state vertical layout*/
.RadListBox_customListBox .rlbButtonText
{
	background: transparent url('ListBox/rlbSprite.png') no-repeat;
}

.RadListBox_customListBox .rlbButton:hover .rlbButtonTL,
.RadListBox_customListBox .rlbButton:hover .rlbButtonTR,
.RadListBox_customListBox .rlbButton:hover .rlbButtonBL,
.RadListBox_customListBox .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHover.png');
}

* html .RadListBox_customListBox .rlbButton:hover .rlbButtonTL,
* html .RadListBox_customListBox .rlbButton:hover .rlbButtonTR,
* html .RadListBox_customListBox .rlbButton:hover .rlbButtonBL,
* html .RadListBox_customListBox .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_customListBox .rlbButton .rlbButtonTL,
.RadListBox_customListBox .rlbButton .rlbButtonTR,
.RadListBox_customListBox .rlbButton .rlbButtonBL,
.RadListBox_customListBox .rlbButton .rlbButtonBR,
.RadListBox_customListBox .rlbDisabled:hover .rlbButtonTL,
.RadListBox_customListBox .rlbDisabled:hover .rlbButtonTR,
.RadListBox_customListBox .rlbDisabled:hover .rlbButtonBL,
.RadListBox_customListBox .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormal.png');
}

* html .RadListBox_customListBox .rlbButton .rlbButtonTL,
* html .RadListBox_customListBox .rlbButton .rlbButtonTR,
* html .RadListBox_customListBox .rlbButton .rlbButtonBL,
* html .RadListBox_customListBox .rlbButton .rlbButtonBR,
* html .RadListBox_customListBox .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_customListBox .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_customListBox .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_customListBox .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_customListBox .rlbButton:hover .rlbButtonText
{
	color: #FFF;
}

.RadListBox_customListBox .rlbDisabled .rlbButtonText,
.RadListBox_customListBox .rlbDisabled:hover .rlbButtonText
{
	color: #888;
}

.RadListBox_customListBox .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_customListBox .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_customListBox .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_customListBox .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_customListBox .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_customListBox .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_customListBox .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_customListBox .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_customListBox .rlbMoveToTop .rlbButtonText { background-position: 0 -275px; }
.RadListBox_customListBox .rlbMoveToTop:hover .rlbButtonText { background-position: -400px -275px; }
.RadListBox_customListBox .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_customListBox .rlbMoveToTopDisabled:hover .rlbButtonText { background-position: -200px -275px; }

.RadListBox_customListBox .rlbMoveToBottom .rlbButtonText { background-position: 0 -300px; }
.RadListBox_customListBox .rlbMoveToBottom:hover .rlbButtonText { background-position: -400px -300px; }
.RadListBox_customListBox .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_customListBox .rlbMoveToBottomDisabled:hover .rlbButtonText { background-position: -200px -300px; }

.RadListBox_customListBox .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_customListBox .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_customListBox .rlbDeleteDisabled .rlbButtonText,
.RadListBox_customListBox .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }

.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }

.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }

.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }

.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_customListBox .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }