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