.RadListBox_Farmsat .rlbGroup
{
    border: 1px solid #8e8e8e;
    background: #FFF;
}

.RadListBox_Farmsat .rlbText,
.RadListBox_Farmsat .rlbItem,
.RadListBox_Farmsat .rlbButtonText,
.RadListBox_Farmsat .rlbEmptyMessage
{
	font-size: 12px;
	font-family: Arial;
	color: #333;
}

.RadListBox_Farmsat .rlbText,
.RadListBox_Farmsat .rlbItem
{
	line-height: 18px;
}

.RadListBox_Farmsat .rlbGroup .rlbHovered
{
	background: #DFDFDF;
}

.RadListBox_Farmsat .rlbGroup .rlbSelected
{
	background: #c5c5c5;
}

.RadListBox_Farmsat .rlbDisabled .rlbText
{
	color: #AAA;
}

.RadListBox_Farmsat .rlbDisabled .rlbImage
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.RadListBox_Farmsat .rlbDropClue
{
    background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
	left: -10px;
	width: 10px;
}

.RadListBox_Farmsat .rlbGroup .rlbDropClueAbove
{
	border-top-style: dotted;
	border-top-color: #8e8e8e;
}

.RadListBox_Farmsat .rlbGroup .rlbDropClueBelow
{
	border-bottom-style: dotted;
	border-bottom-color: #8e8e8e;
}

.RadListBox_Farmsat .rlbGroup .rlbSelected.rlbDropClueAbove,
.RadListBox_Farmsat .rlbGroup .rlbHovered.rlbDropClueAbove,
.RadListBox_Farmsat .rlbGroup .rlbSelected.rlbDropClueBelow,
.RadListBox_Farmsat .rlbGroup .rlbHovered.rlbDropClueBelow
{
	border-color: #FFF;
}

/* Buttons normal state vertical layout*/
.RadListBox_Farmsat .rlbButtonText
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatListBox/rlbSprite.png') no-repeat;
}

.RadListBox_Farmsat .rlbButton:hover .rlbButtonTL,
.RadListBox_Farmsat .rlbButton:hover .rlbButtonTR,
.RadListBox_Farmsat .rlbButton:hover .rlbButtonBL,
.RadListBox_Farmsat .rlbButton:hover .rlbButtonBR
{
	background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatListBox/rlbButtonHover.png');
}

* html .RadListBox_Farmsat .rlbButton:hover .rlbButtonTL,
* html .RadListBox_Farmsat .rlbButton:hover .rlbButtonTR,
* html .RadListBox_Farmsat .rlbButton:hover .rlbButtonBL,
* html .RadListBox_Farmsat .rlbButton:hover .rlbButtonBR
{
	background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatListBox/rlbButtonHoverIE6.png');
}

.RadListBox_Farmsat .rlbButton .rlbButtonTL,
.RadListBox_Farmsat .rlbButton .rlbButtonTR,
.RadListBox_Farmsat .rlbButton .rlbButtonBL,
.RadListBox_Farmsat .rlbButton .rlbButtonBR,
.RadListBox_Farmsat .rlbDisabled:hover .rlbButtonTL,
.RadListBox_Farmsat .rlbDisabled:hover .rlbButtonTR,
.RadListBox_Farmsat .rlbDisabled:hover .rlbButtonBL,
.RadListBox_Farmsat .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatListBox/rlbButtonNormal.png');
}

* html .RadListBox_Farmsat .rlbButton .rlbButtonTL,
* html .RadListBox_Farmsat .rlbButton .rlbButtonTR,
* html .RadListBox_Farmsat .rlbButton .rlbButtonBL,
* html .RadListBox_Farmsat .rlbButton .rlbButtonBR,
* html .RadListBox_Farmsat .rlbDisabled:hover .rlbButtonTL,
* html .RadListBox_Farmsat .rlbDisabled:hover .rlbButtonTR,
* html .RadListBox_Farmsat .rlbDisabled:hover .rlbButtonBL,
* html .RadListBox_Farmsat .rlbDisabled:hover .rlbButtonBR
{
	background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatListBox/rlbButtonNormalIE6.png');
}

.RadListBox_Farmsat .rlbButton:hover .rlbButtonText 
{ 
	color: #FFF; 
}

.RadListBox_Farmsat .rlbDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbDisabled:hover .rlbButtonText
{
	color: #888;
}

.RadListBox_Farmsat .rlbMoveUp .rlbButtonText { background-position: 0 0; }
.RadListBox_Farmsat .rlbMoveUp:hover .rlbButtonText { background-position: -400px 0; }
.RadListBox_Farmsat .rlbMoveUpDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbMoveUpDisabled:hover .rlbButtonText { background-position: -200px 0; }

.RadListBox_Farmsat .rlbMoveDown .rlbButtonText { background-position: 0 -25px; }
.RadListBox_Farmsat .rlbMoveDown:hover .rlbButtonText { background-position: -400px -25px; }
.RadListBox_Farmsat .rlbMoveDownDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbMoveDownDisabled:hover .rlbButtonText { background-position: -200px -25px; }

.RadListBox_Farmsat .rlbDelete .rlbButtonText { background-position: 0 -50px; }
.RadListBox_Farmsat .rlbDelete:hover .rlbButtonText { background-position: -400px -50px; }
.RadListBox_Farmsat .rlbDeleteDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbDeleteDisabled:hover .rlbButtonText { background-position: -200px -50px; }


.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText { background-position: 0 -100px; }
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText { background-position: 0 -75px; }
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText { background-position: -400px -100px; }
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -75px; }

.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -100px; }

.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -75px; }


.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText { background-position: 0 -150px; }
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText { background-position: 0 -125px; }
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -150px; }
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -125px; }

.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -150px; }

.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -125px; }


.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText { background-position: 0 -200px; }
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText { background-position: 0 -175px; }
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText { background-position: -400px -200px; }
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText { background-position: -400px -175px; }

.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText { background-position: -200px -200px; }

.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText { background-position: -200px -175px; }


.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText { background-position: 0 -250px; }
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText { background-position: 0 -225px; }
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText { background-position: -400px -250px; }
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText { background-position: -400px -225px; }

.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText { background-position: -200px -250px; }

.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox_Farmsat .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText { background-position: -200px -225px; }



div.RadListBox_Farmsat {  }
div.RadListBox_Farmsat .rlbItem {  }
div.RadListBox_Farmsat .rlbGroup .rlbText { font-family: Arial; font-size: 11px; font-weight: normal; }
div.RadListBox_Farmsat .rlbGroup .rlbHovered { background-color: rgb(153, 255, 153); }
div.RadListBox_Farmsat .rlbGroup .rlbHovered .rlbText {  }
div.RadListBox_Farmsat .rlbGroup .rlbSelected { background-color: rgb(153, 255, 51); }
div.RadListBox_Farmsat .rlbGroup .rlbSelected .rlbText {  }
div.RadListBox_Farmsat .rlbGroup .rlbActive { border-color: rgb(153, 204, 51); }
div.RadListBox_Farmsat .rlbButtonAreaRight {  }
div.RadListBox_Farmsat .rlbButton {  }
div.RadListBox_Farmsat .rlbMoveUp {  }
div.RadListBox_Farmsat .rlbMoveDown {  }
div.RadListBox_Farmsat .rlbDelete {  }
div.RadListBox_Farmsat .rlbTransferFrom {  }
div.RadListBox_Farmsat .rlbTransferTo {  }
div.RadListBox_Farmsat .rlbTransferAllFrom {  }
div.RadListBox_Farmsat .rlbTransferAllTo {  }
div.RadListBox_Farmsat .rlbButtonAreaRight { font-family: Arial; }
div.RadListBox_Farmsat .rlbButtonAreaRight .rlbDisabled {  }
div.RadListBox_Farmsat .rlbMoveUpDisabled {  }
div.RadListBox_Farmsat .rlbMoveDownDisabled {  }
div.RadListBox_Farmsat .rlbDeleteDisabled {  }
div.RadListBox_Farmsat .rlbTransferFromDisabled {  }
div.RadListBox_Farmsat .rlbTransferToDisabled {  }
div.RadListBox_Farmsat .rlbTransferAllFromDisabled {  }
div.RadListBox_Farmsat .rlbTransferAllToDisabled {  }
div.RadListBox_Farmsat .rlbEmptyMessage { font-family: Arial; font-size: 11px; }