.RadListBox_songwriters .rlbGroup
{
    background: #FFF;
}

.RadListBox_songwriters .rlbText,
.RadListBox_songwriters .rlbItem,
.RadListBox_songwriters .rlbButtonText,
.RadListBox_songwriters .rlbEmptyMessage
{
}

.RadListBox_songwriters .rlbText,
.RadListBox_songwriters .rlbItem
{
	line-height: 18px;
	font-weight: bold;
}

.RadListBox_songwriters .rlbGroup .rlbItem
{
	color: #0e5882;
	background-image: url(/images/check.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.RadListBox_songwriters .rlbGroup .rlbHovered
{
	background: #DFDFDF;
	background-image: url(/images/check2.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	color: #0e5882;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.RadListBox_songwriters .rlbGroup .rlbSelected
{
	padding-left: 17px;
}

.RadListBox_songwriters .rlbDisabled .rlbText
{
	color: #AAA;
}


/*******************/
/*** Base Styles ***/
/*******************/

.RadListBox
{
	position: relative;
    vertical-align: top;
    display: block;
    display: inline-block;
    *display: inline;	
    zoom:1;
}

/* Fix for FF2 padding on top and bottom buttons */
.RadListBox, x:-moz-any-link { float: left; }
.RadListBox, x:-moz-any-link, x:default { float: none; }

.RadListBox .rlbGroup
{
	outline: none;
}

* html .RadListBox .rlbGroup
{
	top: auto;
	bottom: auto;
	zoom: 1;
}

.RadListBox .rlbList
{
    list-style: none outside;
    margin: 0;
    padding: 0;
    height:100%;
}

*+html .RadListBox .rlbList
{
	zoom: 1;
}

.RadListBox .rlbItem
{
	cursor: default;
	white-space: nowrap;
}

.RadListBox .rlbGroup .rlbActive
{
	border: 1px solid #dfdfdf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

*+html .RadListBox .rlbItem
{
	overflow: visible;
}

* html .RadListBox .rlbItem
{
	white-space /**/: normal;
}

.RadListBox .rlbText,
.RadListBox .rlbTemplate
{
    display: inline;
	white-space: normal;
}

.RadListBox .rlbTemplate /* Templates should be able to contain floated elements. */
{
    display: block;
    overflow: hidden;
}

* html .RadListBox .rlbGroupTop .rlbText,
* html .RadListBox .rlbGroupBottom .rlbText,
* html .RadListBoxScrollable .rlbText
{
    zoom: 1;
}


.RadListBox .rlbCheck,
.RadListBox .rlbImage,
.RadListBox .rlbText
{
	vertical-align: middle;
}

.RadListBoxButtonArea
{
	width: 170px;
}

.RadListBox .rlbButtonAreaRight
{
	float: right;
}

.RadListBox .rlbButtonAreaLeft
{
	float: left;
}

.RadListBoxScrollable .rlbGroup
{
	overflow: auto;
}

.RadListBoxScrollable .rlbGroupLeft,
.RadListBoxScrollable .rlbGroupRight
{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
* html .RadListBoxScrollable .rlbGroupLeft,
* html .RadListBoxScrollable .rlbGroupRight
{
	height: 100%;
}

.RadListBoxScrollable .rlbGroupTop,
.RadListBoxScrollable .rlbGroupBottom
{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;	
}
* html .RadListBoxScrollable .rlbGroupTop,
* html .RadListBoxScrollable .rlbGroupBottom
{
	width: 100%;
}

.RadListBoxScrollable .rlbButtonAreaBottom
{
	position: absolute;
	bottom: 0;
}

.RadListBox .rlbButton
{
	display: block;
	width: auto;
	height: 21px;
	line-height: 15px;
	padding-right: 5px;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

* html .RadListBox .rlbButton
{
	margin: 0 8px 5px 2px;
}

.RadListBox .rlbButton:hover
{
	zoom: 1;
}

.RadListBox .rlbNoButtonText
{
}

.RadListBox .rlbButtonAreaTop,
.RadListBox .rlbButtonAreaBottom
{
	width: 100%;
}

.RadListBox .rlbButtonAreaTop .rlbButton,
.RadListBox .rlbButtonAreaBottom .rlbButton
{
	vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
}

/* Fix for FF2 padding on top and bottom buttons */
.RadListBox .rlbButtonAreaTop .rlbButton, .RadListBox .rlbButtonAreaBottom .rlbButton, x:-moz-any-link { padding: 0; }
.RadListBox .rlbButtonAreaTop .rlbButton, .RadListBox .rlbButtonAreaBottom .rlbButton, x:-moz-any-link, x:default { padding-right: 5px; }

.RadListBox .rlbCenter,
.RadListBox .rlbRight
{
	width: 100%;
}

.RadListBox .rlbCenter td
{
	text-align: center;
}

.RadListBox .rlbRight td
{
	text-align: right;
}

.RadListBox .rlbRight .rlbButton
{
	margin: 5px 0px 5px 5px;
}

.RadListBox .rlbButtonAreaTop .rlbButton
{
	margin: 0 3px 5px;
}

.RadListBox .rlbButtonAreaBottom .rlbButton
{
	margin: 5px 3px 1px;
}

.RadListBox .rlbMiddle,
.RadListBox .rlbBottom
{
	height:100%;
}
.RadListBox .rlbMiddle td
{
	vertical-align: middle;
}

.RadListBox .rlbBottom td
{
	vertical-align: bottom;
}

.RadListBox .rlbButtonTL,
.RadListBox .rlbButtonTR,
.RadListBox .rlbButtonBL,
.RadListBox .rlbButtonBR
{
    display: -moz-inline-block;
    display: inline-block;
	position: relative;
}

.RadListBox .rlbButtonAreaLeft .rlbButtonTL,
.RadListBox .rlbButtonAreaLeft .rlbButtonTR,
.RadListBox .rlbButtonAreaLeft .rlbButtonBL,
.RadListBox .rlbButtonAreaLeft .rlbButtonBR,
.RadListBox .rlbButtonAreaRight .rlbButtonTL,
.RadListBox .rlbButtonAreaRight .rlbButtonTR,
.RadListBox .rlbButtonAreaRight .rlbButtonBL,
.RadListBox .rlbButtonAreaRight .rlbButtonBR
{
	width: 100%;
}

.RadListBox .rlbButtonTL
{
	left: -4px;
}

.RadListBox .rlbButtonTR
{
	bottom: 4px;
	right: 0;
	overflow: visible;
}

.RadListBox .rlbButtonBL
{
	top: 4px;
	right: 0;
}

.RadListBox .rlbButtonBR
{
	right: -4px;
    display: table;
    display: inline-block;
}

.RadListBox .rlbButtonText
{
	position: relative;
    display: -moz-inline-box;
    display: inline-block;
	z-index: 1;
	line-height: 15px;
	text-align: left;
}
* html .RadListBox .rlbButtonAreaTop .rlbButtonText,
* html .RadListBox .rlbButtonAreaBottom .rlbButtonText { line-height: 14px; }
*+html .RadListBox .rlbButtonAreaTop .rlbButtonText,
*+html .RadListBox .rlbButtonAreaBottom .rlbButtonText { line-height: 14px; }

.RadListBox .rlbNoButtonText .rlbButtonTL 
{ 
}

.RadListBox .rlbNoButtonText .rlbButtonText
{
}

.RadListBox .rlbDisabled
{
	cursor: default;
}

.RadListBox .rlbDropClue
{
	position: absolute;
	height: 9px;
	z-index: 10;
}

.RadListBox .rlbGroup .rlbDropClueAbove
{
}

.RadListBox .rlbGroup .rlbDropClueBelow
{
}

.RadListBox .rlbEmptyMessage
{
	font-style: italic;
	text-align: center;
}

.RadListBox .rlbButton
{
	direction: ltr;
}

