.RadListBox_Grey .rlbGroup
{
    background-color:#666666
}

.RadListBox_Grey .rlbTemplateContainer
{
    border-color: #8e8e8e;
    background-color:#333333
}

.RadListBox_Grey .rlbText,
.RadListBox_Grey .rlbItem,
.RadListBox_Grey .rlbButtonText,
.RadListBox_Grey .rlbEmptyMessage
{
	font-size: 11pt;
	font-family: "Segoe UI", Arial, sans-serif;
	color:#cccccc;
}

.RadListBox_Grey .rlbHighlight
{
    color: #333333;
}

.RadListBox_Grey .rlbText,
.RadListBox_Grey .rlbItem
{
	line-height: 24px;
}

.RadListBox_Grey .rlbGroup .rlbHovered
{
	background: #333333;
}

.RadListBox_Grey .rlbGroup .rlbSelected
{
	background: #333333;
}

.RadListBox_Grey .rlbDisabled .rlbText
{
	color: #AAA;
}

.RadListBox_Grey .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.RadListBox_Grey .rlbHeader,
.RadListBox_Grey .rlbFooter
{
    background-image: url('../../../Grey/ListBox/rlbHeaderFooter.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-color: #f1f2f4;
}

.RadListBox_Grey .rlbFooter
{
    background-position: 0 -200px;
    background-color: #e6e6e6;
}

.RadListBox_Grey .rlbDropClue
{
    background-image: url('../../../Grey/ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_Grey .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #8e8e8e;
}

.RadListBox_Grey .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #8e8e8e;
}

.RadListBox_Grey .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_Grey .rlbGroup .rlbHovered.rlbDropClueAbove,
.RadListBox_Grey .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_Grey .rlbGroup .rlbHovered.rlbDropClueBelow
{
	border-color: #FFF;
}

/* Buttons normal state vertical layout*/
.RadListBox_Grey .rlbButtonText
{
	background: url('../../../Grey/ListBox/rlbSprite.png') no-repeat;
}

.RadListBox_Grey .rlbButton:hover .rlbButtonTL,
.RadListBox_Grey .rlbButton:hover .rlbButtonTR,
.RadListBox_Grey .rlbButton:hover .rlbButtonBL,
.RadListBox_Grey .rlbButton:hover .rlbButtonBR
{
	background-image: url('../../../Grey/ListBox/rlbButtonHover.png');
}

* html .RadListBox_Grey .rlbButton:hover .rlbButtonTL,
* html .RadListBox_Grey .rlbButton:hover .rlbButtonTR,
* html .RadListBox_Grey .rlbButton:hover .rlbButtonBL,
* html .RadListBox_Grey .rlbButton:hover .rlbButtonBR
{
	background-image: url('../../../Grey/ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_Grey .rlbButton .rlbButtonTL,
.RadListBox_Grey .rlbButton .rlbButtonTR,
.RadListBox_Grey .rlbButton .rlbButtonBL,
.RadListBox_Grey .rlbButton .rlbButtonBR,
.RadListBox_Grey .rlbDisabled:hover .rlbButtonTL,
.RadListBox_Grey .rlbDisabled:hover .rlbButtonTR,
.RadListBox_Grey .rlbDisabled:hover .rlbButtonBL,
.RadListBox_Grey .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('../../../Grey/ListBox/rlbButtonNormal.png');
}

* html .RadListBox_Grey .rlbButton .rlbButtonTL,
* html .RadListBox_Grey .rlbButton .rlbButtonTR,
* html .RadListBox_Grey .rlbButton .rlbButtonBL,
* html .RadListBox_Grey .rlbButton .rlbButtonBR,
* html .RadListBox_Grey .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_Grey .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_Grey .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_Grey .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('../../../Grey/ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_Grey .rlbButton:hover .rlbButtonText 
{ 
	color: #FFF; 
}

.RadListBox_Grey .rlbDisabled .rlbButtonText,
.RadListBox_Grey .rlbDisabled:hover .rlbButtonText
{
	color: #888;
}

.RadListBox_Grey .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_Grey .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_Grey .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_Grey .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_Grey .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_Grey .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_Grey .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_Grey .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_Grey .rlbMoveToTop .rlbButtonText { background-position: 0 -275px; }
.RadListBox_Grey .rlbMoveToTop:hover .rlbButtonText { background-position: -400px -275px; }
.RadListBox_Grey .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_Grey .rlbMoveToTopDisabled:hover .rlbButtonText { background-position: -200px -275px; }

.RadListBox_Grey .rlbMoveToBottom .rlbButtonText { background-position: 0 -300px; }
.RadListBox_Grey .rlbMoveToBottom:hover .rlbButtonText { background-position: -400px -300px; }
.RadListBox_Grey .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_Grey .rlbMoveToBottomDisabled:hover .rlbButtonText { background-position: -200px -300px; }

.RadListBox_Grey .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_Grey .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_Grey .rlbDeleteDisabled .rlbButtonText,
.RadListBox_Grey .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_Grey .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_Grey .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_Grey .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_Grey .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_Grey .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_Grey .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_Grey .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }

