.RadListBox_DefaultUK .rlbGroup
{
    border: 1px solid #898772;
    background: #FFF;
    
}

.RadListBox_DefaultUK .rlbText,
.RadListBox_DefaultUK .rlbItem,
.RadListBox_DefaultUK .rlbButtonText,
.RadListBox_DefaultUK .rlbEmptyMessage
{
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #272722;
	
}

.RadListBox_DefaultUK .rlbText,
.RadListBox_DefaultUK .rlbItem
{
	line-height: 18px;

}

.RadListBox_DefaultUK .rlbGroup .rlbHovered
{
	/*background: #d8fbbd;*/
	background: #ffe19c;

	color: #279500;
}

.RadListBox_DefaultUK .rlbGroup .rlbSelected
{
	/*background: #dffcc7;*/
	background: #ffe19c;
    /*border:solid 1px #FFB40A;*/
}

.RadListBox_DefaultUK .rlbDisabled .rlbText
{
	color: #000000;
}



.RadListBox_DefaultUK .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.RadListBox_DefaultUK .rlbDropClue
{
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_DefaultUK .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #8e8e8e;
}

.RadListBox_DefaultUK .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #8e8e8e;
}

.RadListBox_DefaultUK .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_DefaultUK .rlbGroup .rlbHovered.rlbDropClueAbove,
.RadListBox_DefaultUK .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_DefaultUK .rlbGroup .rlbHovered.rlbDropClueBelow
{
	border-color: #8e8e8e;
}

/* Buttons normal state vertical layout*/
.RadListBox_DefaultUK .rlbButtonText
{
	background: transparent url('ListBox/rlbSpriteeWAY.png') no-repeat;
}

.RadListBox_DefaultUK .rlbButton:hover .rlbButtonTL,
.RadListBox_DefaultUK .rlbButton:hover .rlbButtonTR,
.RadListBox_DefaultUK .rlbButton:hover .rlbButtonBL,
.RadListBox_DefaultUK .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHovereWAY.png');
}

* html .RadListBox_DefaultUK .rlbButton:hover .rlbButtonTL,
* html .RadListBox_DefaultUK .rlbButton:hover .rlbButtonTR,
* html .RadListBox_DefaultUK .rlbButton:hover .rlbButtonBL,
* html .RadListBox_DefaultUK .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHoverIE6eWAY.png');
}

.RadListBox_DefaultUK .rlbButton .rlbButtonTL,
.RadListBox_DefaultUK .rlbButton .rlbButtonTR,
.RadListBox_DefaultUK .rlbButton .rlbButtonBL,
.RadListBox_DefaultUK .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormaleWAY.png');
}

* html .RadListBox_DefaultUK .rlbButton .rlbButtonTL,
* html .RadListBox_DefaultUK .rlbButton .rlbButtonTR,
* html .RadListBox_DefaultUK .rlbButton .rlbButtonBL,
* html .RadListBox_DefaultUK .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormalIE6eWAY.png');
}

.RadListBox_DefaultUK .rlbDisabled .rlbButtonTL,
.RadListBox_DefaultUK .rlbDisabled .rlbButtonTR,
.RadListBox_DefaultUK .rlbDisabled .rlbButtonBL,
.RadListBox_DefaultUK .rlbDisabled .rlbButtonBR,
.RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonTL,
.RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonTR,
.RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonBL,
.RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabled.png');
}

* html .RadListBox_DefaultUK .rlbDisabled .rlbButtonTL,
* html .RadListBox_DefaultUK .rlbDisabled .rlbButtonTR,
* html .RadListBox_DefaultUK .rlbDisabled .rlbButtonBL,
* html .RadListBox_DefaultUK .rlbDisabled .rlbButtonBR,
* html .RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabledIE6.png');
}

.RadListBox_DefaultUK .rlbButton:hover .rlbButtonText 
{ 
	color: #045100; 
}

.RadListBox_DefaultUK .rlbDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbDisabled:hover .rlbButtonText
{
	color: #777;
}

.RadListBox_DefaultUK .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_DefaultUK .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_DefaultUK .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_DefaultUK .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_DefaultUK .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_DefaultUK .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_DefaultUK .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_DefaultUK .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_DefaultUK .rlbDeleteDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_DefaultUK .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }

