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