.RadListBox_eAccount2 .rlbGroup
{
	border: 1px solid #e5e5e5;
	background: #ffffff;
}

.RadListBox_eAccount2 .rlbTemplateContainer
{
	border-color: #e5e5e5;
}

.RadListBox_eAccount2 .rlbText,
.RadListBox_eAccount2 .rlbItem,
.RadListBox_eAccount2 .rlbButtonText,
.RadListBox_eAccount2 .rlbEmptyMessage
{
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #000000;
}

.RadListBox_eAccount2 .rlbHighlight
{
	color: #ff6600;
}

.RadListBox_eAccount2 .rlbText,
.RadListBox_eAccount2 .rlbItem
{
	line-height: 17px;
}

.RadListBox_eAccount2 .rlbGroup .rlbHovered
{
	color: #767676;
	background-color: #e5e5e5;
}

.RadListBox_eAccount2 .rlbGroup .rlbSelected
{
	color: #ffffff;
	background-color: #59595B;
}

.RadListBox_eAccount2 .rlbGroup .rlbSelected .rlbText
{
	color: #ffffff;
}

.RadListBox_eAccount2 .rlbGroup .rlbDisabled,
.RadListBox_eAccount2 .rlbGroup .rlbDisabled:hover
{
	background: none;
	border: 0;
}
.RadListBox_eAccount2 .rlbDisabled .rlbText
{
	color: #767676;
}

.RadListBox_eAccount2 .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.RadListBox_eAccount2 .rlbHeader,
.RadListBox_eAccount2 .rlbFooter
{
	background-color: #e5e5e5;
}

.RadListBox_eAccount2 .rlbDropClue
{
	background-image: url('ListBox/rlbDropClue.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_eAccount2 .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #8e8e8e;
}

.RadListBox_eAccount2 .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #8e8e8e;
}

/* Buttons normal state vertical layout*/


.RadListBox_eAccount2 .rlbButtonText
{
	padding: 0 0 0 21px;
	background: transparent url('ListBox/rlbSprite.png') no-repeat;
	line-height: 19px;
}
.RadListBox_eAccount2 .rlbNoButtonText .rlbButtonText
{
	padding-left: 19px;
}

.RadListBox_eAccount2 .rlbButton
{
	padding: 0;
	height: 19px;
	border: 1px solid #e5e5e5;
	line-height: 19px;
	background-color: #ffffff;
}

.RadListBox_eAccount2 .rlbButton:hover
{
	border: 1px solid #59595B;
	background-color: #59595B;
}

.RadListBox_eAccount2 .rlbDisabled,
.RadListBox_eAccount2 .rlbDisabled:hover
{
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}


.RadListBox_eAccount2 .rlbButton .rlbButtonText {
	color: #767676;
}
.RadListBox_eAccount2 .rlbButton:hover .rlbButtonText
{
	color: #ffffff;
}

.RadListBox_eAccount2 .rlbDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbDisabled:hover .rlbButtonText
{
	color: #e5e5e5;
}

.RadListBox_eAccount2 .rlbButtonTL,
.RadListBox_eAccount2 .rlbButtonTR,
.RadListBox_eAccount2 .rlbButtonBL,
.RadListBox_eAccount2 .rlbButtonBR {
	position: static;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.RadListBox_eAccount2 .rlbNoButtonText,
.RadListBox_eAccount2 .rlbNoButtonText .rlbButtonTL,
.RadListBox_eAccount2 .rlbNoButtonText .rlbButtonTR,
.RadListBox_eAccount2 .rlbNoButtonText .rlbButtonBL,
.RadListBox_eAccount2 .rlbNoButtonText .rlbButtonBR {
	width: 19px;
}

.RadListBox_eAccount2 .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_eAccount2 .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_eAccount2 .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_eAccount2 .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_eAccount2 .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_eAccount2 .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_eAccount2 .rlbMoveToTop .rlbButtonText { background-position: 0 -275px; }
.RadListBox_eAccount2 .rlbMoveToTop:hover .rlbButtonText { background-position: -400px -275px; }
.RadListBox_eAccount2 .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbMoveToTopDisabled:hover .rlbButtonText { background-position: -200px -275px; }

.RadListBox_eAccount2 .rlbMoveToBottom .rlbButtonText { background-position: 0 -300px; }
.RadListBox_eAccount2 .rlbMoveToBottom:hover .rlbButtonText { background-position: -400px -300px; }
.RadListBox_eAccount2 .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbMoveToBottomDisabled:hover .rlbButtonText { background-position: -200px -300px; }

.RadListBox_eAccount2 .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_eAccount2 .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_eAccount2 .rlbDeleteDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_eAccount2 .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }



 div.RadListBox_eAccount2 .rlbGroup .rlbSelected {
	background-color: rgb(89, 89, 91);
}
