/* Default RadPanelBar MyCustomBlack skin */

/* panelbar wrapper */
.RadPanelBar_MyCustomBlack
{
	background: white;
	white-space: normal;
	/*width: 163px !important; */
}

.RadPanelBar_MyCustomBlack .rpText
{
	padding: 0px 20px;
	font: normal 14pt Verdana, Arial, Sans-serif;
}

.RadPanelBar_MyCustomBlack .rpItem
{
	margin-top: 20px;
	/* border-bottom: solid 1px #df793c; */
}

.RadPanelBar_MyCustomBlack .rpGroup .rpItem
{
	margin-top: 0px;
}

/* BEGIN Expanded Items ************************************************/

.RadPanelBar_MyCustomBlack .rpExpandable .rpText
{
	background: transparent url("Img/arrow-expand.gif") no-repeat right 6px;
}

.RadPanelBar_MyCustomBlack .rpExpanded .rpText
{
	background: transparent url("Img/arrow-shrink.gif") no-repeat right 6px;
}

.RadPanelBar_MyCustomBlack .rpGroup .rpExpanded .rpText,
.RadPanelBar_MyCustomBlack .rpGroup .rpExpandable .rpText
{
	background-position: right 5px;
}

.RadPanelBar_MyCustomBlack_rtl .rpExpandable .rpText
{
	background: transparent url("Img/arrow-expand.gif") no-repeat left 9px;
}

.RadPanelBar_MyCustomBlack_rtl .rpExpanded .rpText
{
	background: transparent url("Img/arrow-shrink.gif") no-repeat left 9px;
}

.RadPanelBar_MyCustomBlack_rtl .rpGroup .rpExpanded .rpText,
.RadPanelBar_MyCustomBlack_rtl .rpGroup .rpExpandable .rpText
{
	background-position: left 5px;
}

/* END Expanded Items **************************************************/

.RadPanelBar_MyCustomBlack .image
{
	margin: 4px 0px;
}

.RadPanelBar_MyCustomBlack .rpRootGroup .rpText, .RadPanelBar_MyCustomBlack .rpRootGroup .selected .rpText
{
	line-height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.RadPanelBar_MyCustomBlack .rpRootGroup .rpLink
{
	background: #454545 url('Img/GroupBg.gif') repeat-y;
	color: #ffffff;
	font-weight: bold;
}

.RadPanelBar_MyCustomBlack .rpRootGroup .rpLink:hover
{
	background: #454545 url('Img/GroupBg.gif') repeat-y;
	color: #ffffff;
	font-weight: bold;
}

.RadPanelbar_WindowsXP .rpRootGroup .rpItem
{
	margin-bottom: 20px;
}

.RadPanelBar_MyCustomBlack .rpGroup .rpText
{
	padding-left: 20px;
	background: url('Img/ListItem.gif') no-repeat 10px center;
}

.RadPanelBar_MyCustomBlack .rpGroup .rpLink
{
	background: #454545 url('Img/GroupBg.gif') repeat-y;
	color: #ffffff;
	font-weight: bold;
}

.RadPanelBar_MyCustomBlack .rpGroup .rpLink:hover
{
	color: #492b09;
	background: url('Img/GroupBg.gif') repeat-y;
}

.RadPanelBar_MyCustomBlack .rpRootGroup .selected
{
	background: #454545 url('Img/GroupBg.gif') repeat-y;
	color: #ffffff;
	font-weight: bold;
}

.RadPanelBar_MyCustomBlack .rpGroup .selected
{
	text-decoration: underline;
	font-weight: normal;
	background: url('Img/GroupBg.gif') repeat-y;
	color: black;
}

.RadPanelBar_MyCustomBlack .rpRootGroup .rpDisabled:hover,
.RadPanelBar_MyCustomBlack .rpDisabled .rpText
{
	background: #454545 url('Img/GroupBg.gif') repeat-y;
	color: #ffffff;
	cursor: default;
	font-weight: bold;
}

.RadPanelBar_MyCustomBlack .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar_MyCustomBlack .rpRootGroup .rpGroup .rpDisabled .rpText
{
	text-decoration: none;
	background: #454545 url('Img/GroupBg.gif') repeat-y;
	color: #ffffff;
	cursor: default;
	font-weight: bold;
}
