.RadListBox  .alternateRow
{
    background-color: #EBE9EA;
}
 
.RadListBox  .standardRow
{
    background-color: White;
}

.RadListBox_WidgetListBox .rlbGroup
{
	border: 1px solid #9aa0a6;
	background: #ffffff;
}

.RadListBox_WidgetListBox .rlbTemplateContainer
{
	border-color: #9aa0a6;
}

.RadListBox_WidgetListBox .rlbText,
.RadListBox_WidgetListBox .rlbItem,
.RadListBox_WidgetListBox .rlbButtonText,
.RadListBox_WidgetListBox .rlbEmptyMessage
{
	font-size: 12px;
	font-family: "Droid Sans", Verdana, Arial, Sans; 
	color: #3b3b3b;
}

.RadListBox_WidgetListBox .rlbHighlight
{
	color: #000000;
}

.RadListBox_WidgetListBox .rlbText,
.RadListBox_WidgetListBox .rlbItem
{
	line-height: 18px;
}

.RadListBox_WidgetListBox .rlbText
{
    font-size:11px !important;
}
.RadListBox_WidgetListBox .rlbItem
{
    height:25px;
    border-bottom:1px solid #f3f4f7;
    padding-left:10px !important;
}


.RadListBox_WidgetListBox .rlbGroup .rlbHovered
{
	/*background: #fae185;*/
	color: #000000;
	background-image: url('ListBox/SelectedVerticalBgr.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.RadListBox_WidgetListBox .rlbGroup .rlbSelected
{
	/*background: #ffd86b;*/
	color: red;
	background-image: url('ListBox/SelectedVerticalBgr.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight:bold;
}

.RadListBox_WidgetListBox .rlbDisabled .rlbText
{
	color: #000000;
}

.RadListBox_WidgetListBox .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.RadListBox_WidgetListBox .rlbHeader,
.RadListBox_WidgetListBox .rlbFooter
{
	background-image: url('ListBox/rlbHeaderFooter.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #f1f2f4;
}

.RadListBox_WidgetListBox .rlbFooter
{
	background-position: 0 -200px;
	background-color: #ffffff;
}

.RadListBox_WidgetListBox .rlbDropClue
{
	background-image: url('ListBox/rlbDropClue.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	left: -12px;
	width: 12px;
}

.RadListBox_WidgetListBox .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #9aa0a6;
}

.RadListBox_WidgetListBox .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #9aa0a6;
}

.RadListBox_WidgetListBox .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_WidgetListBox .rlbGroup .rlbHovered.rlbDropClueAbove,
.RadListBox_WidgetListBox .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_WidgetListBox .rlbGroup .rlbHovered.rlbDropClueBelow
{
	border-color: #9aa0a6;
}

/* Buttons normal state vertical layout*/
.RadListBox_WidgetListBox .rlbButtonText
{
	background: transparent url('ListBox/rlbSprite.png') no-repeat;
}

.RadListBox_WidgetListBox .rlbButton:hover .rlbButtonTL,
.RadListBox_WidgetListBox .rlbButton:hover .rlbButtonTR,
.RadListBox_WidgetListBox .rlbButton:hover .rlbButtonBL,
.RadListBox_WidgetListBox .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHover.png');
}

* html .RadListBox_WidgetListBox .rlbButton:hover .rlbButtonTL,
* html .RadListBox_WidgetListBox .rlbButton:hover .rlbButtonTR,
* html .RadListBox_WidgetListBox .rlbButton:hover .rlbButtonBL,
* html .RadListBox_WidgetListBox .rlbButton:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_WidgetListBox .rlbButton .rlbButtonTL,
.RadListBox_WidgetListBox .rlbButton .rlbButtonTR,
.RadListBox_WidgetListBox .rlbButton .rlbButtonBL,
.RadListBox_WidgetListBox .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormal.png');
}

* html .RadListBox_WidgetListBox .rlbButton .rlbButtonTL,
* html .RadListBox_WidgetListBox .rlbButton .rlbButtonTR,
* html .RadListBox_WidgetListBox .rlbButton .rlbButtonBL,
* html .RadListBox_WidgetListBox .rlbButton .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_WidgetListBox .rlbDisabled .rlbButtonTL,
.RadListBox_WidgetListBox .rlbDisabled .rlbButtonTR,
.RadListBox_WidgetListBox .rlbDisabled .rlbButtonBL,
.RadListBox_WidgetListBox .rlbDisabled .rlbButtonBR,
.RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonTL,
.RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonTR,
.RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonBL,
.RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabled.png');
}

* html .RadListBox_WidgetListBox .rlbDisabled .rlbButtonTL,
* html .RadListBox_WidgetListBox .rlbDisabled .rlbButtonTR,
* html .RadListBox_WidgetListBox .rlbDisabled .rlbButtonBL,
* html .RadListBox_WidgetListBox .rlbDisabled .rlbButtonBR,
* html .RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ListBox/rlbButtonDisabledIE6.png');
}

.RadListBox_WidgetListBox .rlbButton:hover .rlbButtonText 
{ 
	color: #000000; 
}

.RadListBox_WidgetListBox .rlbDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbDisabled:hover .rlbButtonText
{
	color: #8d8d8d;
}

.RadListBox_WidgetListBox .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_WidgetListBox .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_WidgetListBox .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_WidgetListBox .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_WidgetListBox .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_WidgetListBox .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_WidgetListBox .rlbMoveToTop .rlbButtonText { background-position: 0 -275px; }
.RadListBox_WidgetListBox .rlbMoveToTop:hover .rlbButtonText { background-position: -400px -275px; }
.RadListBox_WidgetListBox .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbMoveToTopDisabled:hover .rlbButtonText { background-position: -200px -275px; }

.RadListBox_WidgetListBox .rlbMoveToBottom .rlbButtonText { background-position: 0 -300px; }
.RadListBox_WidgetListBox .rlbMoveToBottom:hover .rlbButtonText { background-position: -400px -300px; }
.RadListBox_WidgetListBox .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbMoveToBottomDisabled:hover .rlbButtonText { background-position: -200px -300px; }

.RadListBox_WidgetListBox .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_WidgetListBox .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_WidgetListBox .rlbDeleteDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_WidgetListBox .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }

