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