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