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