.RadListBox_WF .rlbGroup
{
	margin: 10px 0px 5px 0px;
	background: #000000;
	border: solid 1px #333333;
	padding: 10px;
}

.RadListBox_WF .rlbTemplateContainer
{
	border-color: #000;
}

.RadListBox_WF .rlbText, .RadListBox_WF .rlbItem, .RadListBox_WF .rlbButtonText, .RadListBox_WF .rlbEmptyMessage
{
	font-size: 12px;
	font-family: "Segoe UI" , Arial, sans-serif;
	color: #FFF;
}

.RadListBox_WF .rlbItem
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #333333;
}

.RadListBox_WF .rlbHighlight
{
	color: #9EDA29;
}

.RadListBox_WF .rlbText, .RadListBox_WF .rlbItem
{
	line-height: 18px;
}

.RadListBox_WF .rlbGroup .rlbHovered
{
	border: solid 1px #FFCC00;
	cursor: pointer;
	background: url(Assets/shortlistBg.png) repeat-x left bottom;
}

.RadListBox_WF .rlbGroup .rlbSelected
{
	border: solid 1px #FFCC00;
	cursor: pointer;
	background: url(Assets/shortlistBg.png) repeat-x left bottom;
}

.RadListBox_WF .rlbGroup .rlbActive
{
	border: 1px dotted #555;
	padding: 1px 4px;	
}

.RadListBox_WF .rlbGroup:active
{
	outline: none;
}

.RadListBox_WF .rlbGroup:focus
{
	outline: none;
}

.RadListBox_WF .rlbDisabled .rlbText
{
	color: #777;
}

.RadListBox_WF .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.RadListBox_WF .rlbHeader, .RadListBox_WF .rlbFooter
{
	background-image: url('Telerik/ListBox/rlbHeaderFooter.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #1a1a1a;
}

.RadListBox_WF .rlbFooter
{
	background-position: 0 -200px;
	background-color: #464646;
}

.RadListBox_WF .rlbDropClue
{
	background-image: url('Telerik/ListBox/rlbDropClue.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_WF .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #BBB;
}

.RadListBox_WF .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
}

/* Buttons normal state vertical layout*/
.RadListBox_WF .rlbButtonText
{
	background: transparent url('Telerik/ListBox/rlbSprite.png') no-repeat;
}

* html .RadListBox_WF .rlbButtonText
{
	background: transparent url('Telerik/ListBox/rlbSpriteIE6.png') no-repeat;
}

.RadListBox_WF .rlbButton:hover .rlbButtonTL, .RadListBox_WF .rlbButton:hover .rlbButtonTR, .RadListBox_WF .rlbButton:hover .rlbButtonBL, .RadListBox_WF .rlbButton:hover .rlbButtonBR
{
	background-image: url('Telerik/ListBox/rlbButtonHover.png');
}

* html .RadListBox_WF .rlbButton:hover .rlbButtonTL, * html .RadListBox_WF .rlbButton:hover .rlbButtonTR, * html .RadListBox_WF .rlbButton:hover .rlbButtonBL, * html .RadListBox_WF .rlbButton:hover .rlbButtonBR
{
	background-image: url('Telerik/ListBox/rlbButtonHoverIE6.png');
}

.RadListBox_WF .rlbButton .rlbButtonTL, .RadListBox_WF .rlbButton .rlbButtonTR, .RadListBox_WF .rlbButton .rlbButtonBL, .RadListBox_WF .rlbButton .rlbButtonBR, .RadListBox_WF .rlbDisabled:hover .rlbButtonTL, .RadListBox_WF .rlbDisabled:hover .rlbButtonTR, .RadListBox_WF .rlbDisabled:hover .rlbButtonBL, .RadListBox_WF .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('Telerik/ListBox/rlbButtonNormal.png');
}

* html .RadListBox_WF .rlbButton .rlbButtonTL, * html .RadListBox_WF .rlbButton .rlbButtonTR, * html .RadListBox_WF .rlbButton .rlbButtonBL, * html .RadListBox_WF .rlbButton .rlbButtonBR, * html .RadListBox_WF .rlbDisabled:hover .rlbButtonTL, * html .RadListBox_WF .rlbDisabled:hover .rlbButtonTR, * html .RadListBox_WF .rlbDisabled:hover .rlbButtonBL, * html .RadListBox_WF .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('Telerik/ListBox/rlbButtonNormalIE6.png');
}

.RadListBox_WF .rlbButton:hover .rlbButtonText
{
	color: #FFF;
}

.RadListBox_WF .rlbDisabled .rlbButtonText, .RadListBox_WF .rlbDisabled:hover .rlbButtonText
{
	color: #888;
}

.RadListBox_WF .rlbMoveUp .rlbButtonText
{
	background-position: 0 0;
}
.RadListBox_WF .rlbMoveUp:hover .rlbButtonText
{
	background-position: -400px 0;
}
.RadListBox_WF .rlbMoveUpDisabled .rlbButtonText, .RadListBox_WF .rlbMoveUpDisabled:hover .rlbButtonText
{
	background-position: -200px 0;
}

.RadListBox_WF .rlbMoveDown .rlbButtonText
{
	background-position: 0 -25px;
}
.RadListBox_WF .rlbMoveDown:hover .rlbButtonText
{
	background-position: -400px -25px;
}
.RadListBox_WF .rlbMoveDownDisabled .rlbButtonText, .RadListBox_WF .rlbMoveDownDisabled:hover .rlbButtonText
{
	background-position: -200px -25px;
}

.RadListBox_WF .rlbMoveToTop .rlbButtonText
{
	background-position: 0 -275px;
}
.RadListBox_WF .rlbMoveToTop:hover .rlbButtonText
{
	background-position: -400px -275px;
}
.RadListBox_WF .rlbMoveToTopDisabled .rlbButtonText, .RadListBox_WF .rlbMoveToTopDisabled:hover .rlbButtonText
{
	background-position: -200px -275px;
}

.RadListBox_WF .rlbMoveToBottom .rlbButtonText
{
	background-position: 0 -300px;
}
.RadListBox_WF .rlbMoveToBottom:hover .rlbButtonText
{
	background-position: -400px -300px;
}
.RadListBox_WF .rlbMoveToBottomDisabled .rlbButtonText, .RadListBox_WF .rlbMoveToBottomDisabled:hover .rlbButtonText
{
	background-position: -200px -300px;
}

.RadListBox_WF .rlbDelete .rlbButtonText
{
	background-position: 0 -50px;
}
.RadListBox_WF .rlbDelete:hover .rlbButtonText
{
	background-position: -400px -50px;
}
.RadListBox_WF .rlbDeleteDisabled .rlbButtonText, .RadListBox_WF .rlbDeleteDisabled:hover .rlbButtonText
{
	background-position: -200px -50px;
}


.RadListBox_WF .rlbButtonAreaRight .rlbTransferTo .rlbButtonText, .RadListBox_WF .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText
{
	background-position: 0 -100px;
}
.RadListBox_WF .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText
{
	background-position: 0 -75px;
}
.RadListBox_WF .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText
{
	background-position: -400px -100px;
}
.RadListBox_WF .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText
{
	background-position: -400px -75px;
}

.RadListBox_WF .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText
{
	background-position: -200px -100px;
}

.RadListBox_WF .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText
{
	background-position: -200px -75px;
}


.RadListBox_WF .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText, .RadListBox_WF .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText
{
	background-position: 0 -150px;
}
.RadListBox_WF .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText
{
	background-position: 0 -125px;
}
.RadListBox_WF .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText
{
	background-position: -400px -150px;
}
.RadListBox_WF .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText
{
	background-position: -400px -125px;
}

.RadListBox_WF .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText
{
	background-position: -200px -150px;
}

.RadListBox_WF .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText
{
	background-position: -200px -125px;
}


.RadListBox_WF .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText, .RadListBox_WF .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText
{
	background-position: 0 -200px;
}
.RadListBox_WF .rlbButtonAreaTop .rlbTransferTo .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText
{
	background-position: 0 -175px;
}
.RadListBox_WF .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText
{
	background-position: -400px -200px;
}
.RadListBox_WF .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText
{
	background-position: -400px -175px;
}

.RadListBox_WF .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText
{
	background-position: -200px -200px;
}

.RadListBox_WF .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText
{
	background-position: -200px -175px;
}


.RadListBox_WF .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText, .RadListBox_WF .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText
{
	background-position: 0 -250px;
}
.RadListBox_WF .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText
{
	background-position: 0 -225px;
}
.RadListBox_WF .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText
{
	background-position: -400px -250px;
}
.RadListBox_WF .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText
{
	background-position: -400px -225px;
}

.RadListBox_WF .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText
{
	background-position: -200px -250px;
}

.RadListBox_WF .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_WF .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText, .RadListBox_WF .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText
{
	background-position: -200px -225px;
}
