.RadListBox_Wids .rlbGroup
{
    /*border: 1px solid #969696;*/
    background: #ffffff;
    margin-right: 30px !important;
    margin-left: 0px !important;
    padding-left:0px !important;

}

.RadListBox_Wids .rlbTemplateContainer
{
   /* border-color: #969696; */
}

.RadListBox_Wids .rlbText,
.RadListBox_Wids .rlbItem,
.RadListBox_Wids .rlbEmptyMessage
{
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	list-style-type: none !important;
	margin-left:0px !important;
	padding-left:0px !important;
	text-align:left !important;
	line-height: 18px;

}

.RadListBox_Wids .rlbHighlight
{
    color: #6da1d1;
}



.RadListBox_Wids .rlbGroup .rlbHovered
{
	background: #add8ff;
}

.RadListBox_Wids .rlbGroup .rlbSelected
{
	background: #9ed0ff;
}

.RadListBox_Wids .rlbGroup .rlbSelected .rlbText
{
	color: #000000;
}

.RadListBox_Wids .rlbDisabled .rlbText
{
	color: #787878;
}

.RadListBox_Wids .rlbDisabled .rlbImage
{
	/*opacity: 0.5;*/
	-moz-opacity: 0.5;
	/*filter:alpha(opacity=50); */
}

.RadListBox_Wids .rlbHeader,
.RadListBox_Wids .rlbFooter
{
    background-image: url('ListBox/rlbHeaderFooter.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-color: #f5f5f5;
}

.RadListBox_Wids .rlbFooter
{
    background-position: 0 -200px;
    background-color: #ffffff;
}

.RadListBox_Wids .rlbDropClue
{
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
	left: -12px;
	width: 12px;
}

.RadListBox_Wids .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #8f8f8f;
}

.RadListBox_Wids .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #8f8f8f;
}

.RadListBox_Wids .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_Wids .rlbGroup .rlbHovered.rlbDropClueAbove
{
	border-top-color: #ffffff;
}

.RadListBox_Wids .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_Wids .rlbGroup .rlbHovered.rlbDropClueBelow
{
	border-bottom-color: #ffffff;
}

/* Buttons normal state vertical layout*/
.RadListBox_Wids .rlbButtonText
{
	background: transparent url('ListBox/rlbSprite.png') no-repeat;
}

.RadListBox_Wids .rlbButton:hover .rlbButtonTL,
.RadListBox_Wids .rlbButton:hover .rlbButtonTR,
.RadListBox_Wids .rlbButton:hover .rlbButtonBL,
.RadListBox_Wids .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHover.png');
}

* html .RadListBox_Wids .rlbButton:hover .rlbButtonTL,
* html .RadListBox_Wids .rlbButton:hover .rlbButtonTR,
* html .RadListBox_Wids .rlbButton:hover .rlbButtonBL,
* html .RadListBox_Wids .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_Wids .rlbButton .rlbButtonTL,
.RadListBox_Wids .rlbButton .rlbButtonTR,
.RadListBox_Wids .rlbButton .rlbButtonBL,
.RadListBox_Wids .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormal.png');
}

* html .RadListBox_Wids .rlbButton .rlbButtonTL,
* html .RadListBox_Wids .rlbButton .rlbButtonTR,
* html .RadListBox_Wids .rlbButton .rlbButtonBL,
* html .RadListBox_Wids .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_Wids .rlbDisabled .rlbButtonTL,
.RadListBox_Wids .rlbDisabled .rlbButtonTR,
.RadListBox_Wids .rlbDisabled .rlbButtonBL,
.RadListBox_Wids .rlbDisabled .rlbButtonBR,
.RadListBox_Wids .rlbDisabled:hover .rlbButtonTL,
.RadListBox_Wids .rlbDisabled:hover .rlbButtonTR,
.RadListBox_Wids .rlbDisabled:hover .rlbButtonBL,
.RadListBox_Wids .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabled.png');
}

* html .RadListBox_Wids .rlbDisabled .rlbButtonTL,
* html .RadListBox_Wids .rlbDisabled .rlbButtonTR,
* html .RadListBox_Wids .rlbDisabled .rlbButtonBL,
* html .RadListBox_Wids .rlbDisabled .rlbButtonBR,
* html .RadListBox_Wids .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_Wids .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_Wids .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_Wids .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabledIE6.png');
}

.RadListBox_Wids .rlbDisabled .rlbButtonText,
.RadListBox_Wids .rlbDisabled:hover .rlbButtonText
{
	color: #8a8a8a;
}

.RadListBox_Wids .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_Wids .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_Wids .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_Wids .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_Wids .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_Wids .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_Wids .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_Wids .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_Wids .rlbMoveToTop .rlbButtonText { background-position: 0 -275px; }
.RadListBox_Wids .rlbMoveToTop:hover .rlbButtonText { background-position: -400px -275px; }
.RadListBox_Wids .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_Wids .rlbMoveToTopDisabled:hover .rlbButtonText { background-position: -200px -275px; }

.RadListBox_Wids .rlbMoveToBottom .rlbButtonText { background-position: 0 -300px; }
.RadListBox_Wids .rlbMoveToBottom:hover .rlbButtonText { background-position: -400px -300px; }
.RadListBox_Wids .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_Wids .rlbMoveToBottomDisabled:hover .rlbButtonText { background-position: -200px -300px; }

.RadListBox_Wids .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_Wids .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_Wids .rlbDeleteDisabled .rlbButtonText,
.RadListBox_Wids .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_Wids .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_Wids .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_Wids .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_Wids .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_Wids .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_Wids .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_Wids .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }







 DIV.RadListBox_Wids {

	BORDER-BOTTOM: #3E5C78 1px solid;

	BORDER-LEFT: #3E5C78 1px solid;

	BACKGROUND-COLOR: #FFFFFF;

	BORDER-TOP: #3E5C78 1px solid;

	BORDER-RIGHT: #3E5C78 1px solid;

}

 DIV.RadListBox_Wids .rlbGroup .rlbText {

	FONT-FAMILY: Arial;
	margin-left:0px !important;
	padding-left:0px !important;
	text-align:left !important;

}

 DIV.RadListBox_Wids .rlbGroup .rlbHovered {

	BACKGROUND-COLOR: #D3D493;

}

 DIV.RadListBox_Wids .rlbGroup .rlbSelected {

	BACKGROUND-COLOR: #D3D493;

}

 DIV.RadListBox_Wids .rlbGroup .rlbSelected .rlbText {

	COLOR: #000000;

}

 DIV.RadListBox_Wids .rlbGroup .rlbActive {

	BORDER-BOTTOM: 0px solid;

	BORDER-LEFT: 0px solid;

	FONT-FAMILY: Arial;

	BORDER-TOP: #555555 0px solid;

	BORDER-RIGHT: 0px solid;

}

