.RadListBox_MSTLightGray .rlbGroup
{
    background-color:transparent;
    border: 0px;
}

.RadListBox_MSTLightGray .rlbTemplateContainer
{
    border: 0px;
}

.RadListBox_MSTLightGray .rlbText,
.RadListBox_MSTLightGray .rlbItem,
.RadListBox_MSTLightGray .rlbButtonText,
.RadListBox_MSTLightGray .rlbEmptyMessage
{
    color: #D7D7D7;
    font-family: Verdana, Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.RadListBox_MSTLightGray .rlbHighlight
{
    color: #ff6600;
}

.RadListBox_MSTLightGray .rlbText,
.RadListBox_MSTLightGray .rlbItem
{
	line-height: 18px;
}

.RadListBox_MSTLightGray .rlbGroup .rlbHovered
{
	border:none;
}

.RadListBox_MSTLightGray .rlbGroup .rlbHovered .rlbText
{
	color: #D7D7D7;
}

.RadListBox_MSTLightGray .rlbGroup .rlbSelected
{
    	
}

.RadListBox_MSTLightGray .rlbGroup .rlbSelected .rlbText
{
	
}

.RadListBox_MSTLightGray .rlbGroup .rlbActive
{
	
}

.RadListBox_MSTLightGray .rlbGroup .rlbDisabled,
.RadListBox_MSTLightGray .rlbGroup .rlbDisabled:hover
{
	background: none;
	border: 0px;
}
.RadListBox_MSTLightGray .rlbGroup .rlbDisabled .rlbText
{
	color: #808080;
}

.RadListBox_MSTLightGray .rlbDisabled .rlbImage
{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.RadListBox_MSTLightGray .rlbHeader,
.RadListBox_MSTLightGray .rlbFooter
{
    background-color: #d7d7d7;
    height: 30px;
    margin-top: -5px;
}

.RadListBox_MSTLightGray .rlbDropClue
{
    background-color: transparent;
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat; 
	left: -10px;
	width: 10px;
}

.RadListBox_MSTLightGray .rlbGroup .rlbDropClueAbove
{
	border: 0px;
}

.RadListBox_MSTLightGray .rlbGroup .rlbDropClueBelow
{
	border: 0px;
}

/* Buttons normal state vertical layout*/
div.RadListBox_MSTLightGray .rlbNoButtonText .rlbButtonTL
{
	padding-left: 0;
}

.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbNoButtonText .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbNoButtonText .rlbButtonText
{
	padding-left: 18px;
}

.RadListBox_MSTLightGray .rlbButtonText
{
	background: transparent url('ListBox/rlbSprite.png') no-repeat;
}

.RadListBox_MSTLightGray .rlbButton
{
	background: #c6c6c6;
	border: 0px;
}

div.RadListBox_MSTLightGray .rlbButton
{
	margin: 0 0px 0px;
}

.RadListBox_MSTLightGray .rlbButton:hover
{
	background: #ffa517;
	border: 0px;
}

.RadListBox_MSTLightGray .rlbDisabled,
.RadListBox_MSTLightGray .rlbDisabled:hover
{
	background: #dfdfdf;
	border: 0px;
}

.RadListBox_MSTLightGray .rlbButton .rlbButtonText,
.RadListBox_MSTLightGray .rlbButton:hover .rlbButtonText
{
	color: #000;
}

.RadListBox_MSTLightGray .rlbDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbDisabled:hover .rlbButtonText
{
	color: #777;
}

.RadListBox_MSTLightGray .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_MSTLightGray .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_MSTLightGray .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_MSTLightGray .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_MSTLightGray .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_MSTLightGray .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_MSTLightGray .rlbMoveToTop .rlbButtonText { background-position: 0 -275px; }
.RadListBox_MSTLightGray .rlbMoveToTop:hover .rlbButtonText { background-position: -400px -275px; }
.RadListBox_MSTLightGray .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbMoveToTopDisabled:hover .rlbButtonText { background-position: -200px -275px; }

.RadListBox_MSTLightGray .rlbMoveToBottom .rlbButtonText { background-position: 0 -300px; }
.RadListBox_MSTLightGray .rlbMoveToBottom:hover .rlbButtonText { background-position: -400px -300px; }
.RadListBox_MSTLightGray .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbMoveToBottomDisabled:hover .rlbButtonText { background-position: -200px -300px; }

.RadListBox_MSTLightGray .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_MSTLightGray .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_MSTLightGray .rlbDeleteDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbDeleteDisabled:hover .rlbButtonText { background-position: af-200px -50px; }


.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_MSTLightGray .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }