.RadListBox_ProFieldCustom .rlbGroup
{
    border: 1px solid #7f8a7f;
    background: #ffffff;
}

.RadListBox_ProFieldCustom .rlbTemplateContainer
{
    border-color: #7f8a7f;
}

.RadListBox_ProFieldCustom .rlbTemplateContainer .rlbGroup
{
    border-top-color: #84a383;
    border-bottom-color: #bcc9bb;
}

.RadListBox_ProFieldCustom .rlbText,
.RadListBox_ProFieldCustom .rlbItem,
.RadListBox_ProFieldCustom .rlbButtonText,
.RadListBox_ProFieldCustom .rlbEmptyMessage
{
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #242624;
}

.RadListBox_ProFieldCustom .rlbHighlight
{
    color: #6bcc66;
}

.RadListBox_ProFieldCustom .rlbText,
.RadListBox_ProFieldCustom .rlbItem
{
	line-height: 18px;
}

.RadListBox_ProFieldCustom .rlbGroup .rlbHovered
{
	background: #ddfadc;
	color: #4e944a;
}

.RadListBox_ProFieldCustom .rlbGroup .rlbSelected
{
	background: #e4fce3;
}

.RadListBox_ProFieldCustom .rlbDisabled .rlbText
{
	color: #787878;
}

.RadListBox_ProFieldCustom .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.RadListBox_ProFieldCustom .rlbHeader
{
    background-color: #eef5ed;
}

.RadListBox_ProFieldCustom .rlbFooter
{
    background-color: #ffffff;
}

.RadListBox_ProFieldCustom .rlbDropClue
{
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_ProFieldCustom .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #8f8f8f;
}

.RadListBox_ProFieldCustom .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #8f8f8f;
}

.RadListBox_ProFieldCustom .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_ProFieldCustom .rlbGroup .rlbHovered.rlbDropClueAbove,
.RadListBox_ProFieldCustom .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_ProFieldCustom .rlbGroup .rlbHovered.rlbDropClueBelow
{
	border-color: #8f8f8f;
}

/* Buttons normal state vertical layout*/
.RadListBox_ProFieldCustom .rlbButtonText
{
	background: transparent url('ListBox/rlbSprite.png') no-repeat;
}

.RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonTL,
.RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonTR,
.RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonBL,
.RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHover.png');
}

* html .RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonTL,
* html .RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonTR,
* html .RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonBL,
* html .RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_ProFieldCustom .rlbButton .rlbButtonTL,
.RadListBox_ProFieldCustom .rlbButton .rlbButtonTR,
.RadListBox_ProFieldCustom .rlbButton .rlbButtonBL,
.RadListBox_ProFieldCustom .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormal.png');
}

* html .RadListBox_ProFieldCustom .rlbButton .rlbButtonTL,
* html .RadListBox_ProFieldCustom .rlbButton .rlbButtonTR,
* html .RadListBox_ProFieldCustom .rlbButton .rlbButtonBL,
* html .RadListBox_ProFieldCustom .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_ProFieldCustom .rlbDisabled .rlbButtonTL,
.RadListBox_ProFieldCustom .rlbDisabled .rlbButtonTR,
.RadListBox_ProFieldCustom .rlbDisabled .rlbButtonBL,
.RadListBox_ProFieldCustom .rlbDisabled .rlbButtonBR,
.RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonTL,
.RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonTR,
.RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonBL,
.RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabled.png');
}

* html .RadListBox_ProFieldCustom .rlbDisabled .rlbButtonTL,
* html .RadListBox_ProFieldCustom .rlbDisabled .rlbButtonTR,
* html .RadListBox_ProFieldCustom .rlbDisabled .rlbButtonBL,
* html .RadListBox_ProFieldCustom .rlbDisabled .rlbButtonBR,
* html .RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabledIE6.png');
}

.RadListBox_ProFieldCustom .rlbButton:hover .rlbButtonText 
{ 
	color: #2b5229; 
}

.RadListBox_ProFieldCustom .rlbDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbDisabled:hover .rlbButtonText
{
	color: #787878;
}

.RadListBox_ProFieldCustom .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_ProFieldCustom .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_ProFieldCustom .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_ProFieldCustom .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_ProFieldCustom .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_ProFieldCustom .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_ProFieldCustom .rlbMoveToTop .rlbButtonText { background-position: 0 -275px; }
.RadListBox_ProFieldCustom .rlbMoveToTop:hover .rlbButtonText { background-position: -400px -275px; }
.RadListBox_ProFieldCustom .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbMoveToTopDisabled:hover .rlbButtonText { background-position: -200px -275px; }

.RadListBox_ProFieldCustom .rlbMoveToBottom .rlbButtonText { background-position: 0 -300px; }
.RadListBox_ProFieldCustom .rlbMoveToBottom:hover .rlbButtonText { background-position: -400px -300px; }
.RadListBox_ProFieldCustom .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbMoveToBottomDisabled:hover .rlbButtonText { background-position: -200px -300px; }

.RadListBox_ProFieldCustom .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_ProFieldCustom .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_ProFieldCustom .rlbDeleteDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_ProFieldCustom .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }

