/* RadPanelBar Outlook skin */

.RadPanelBar_YCOutlook
{
	background: white;
	white-space: normal;
}

.RadPanelBar_YCOutlook .rpRootGroup
{
	border: solid 1px #000000;
	border-top: 0px;
}

.RadPanelBar_YCOutlook .rpText
{
	padding: 0px 20px; /* vertical - horizontal */
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 23px;
}

.RadPanelBar_YCOutlook .rpImage
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelBar_YCOutlook .rpRootGroup .rpLink
{
	border-top: solid 1px #000000;
	background: #4d4d88 url('PanelBar/RootItemBkg.gif') repeat-x;
	color: #FFFFFF;
}

/* span class="text" */
.RadPanelBar_YCOutlook .rpRootGroup .rpText
{
	font-weight: bold;
}



.RadPanelBar_YCOutlook .rpRootGroup .rpLink:hover
{
	background: #840707;
}


.RadPanelBar_YCOutlook .rpRootGroup .rpDisabled:hover
{
	border-top: solid 1px #000000;
	background: #4d4d88 url('PanelBar/RootItemBkg.gif') repeat-x;
	color: #10110f;
}

.RadPanelBar_YCOutlook .rpGroup .rpText
{
	font-weight: normal;
	padding: 0px 20px; /* vertical-horizontal */
	border: 0px;
}

.RadPanelBar_YCOutlook .rpLevel2 .rpText
{
	padding-left: 43px;
	line-height: 23px;
}

.RadPanelBar_YCOutlook .rpLevel3 .rpText { padding-left: 64px; }
.RadPanelBar_YCOutlook .rpLevel3 .rpText { padding-left: 70px; }

.RadPanelBar_YCOutlook .rpRootGroup .rpSelected
{
	background: #840707;
}

/* child item link */
.RadPanelBar_YCOutlook .rpGroup .rpLink
{
	background: none;
	border: 0px;
	color: #10110f;
}

/* child item link:hover */
.RadPanelBar_YCOutlook .rpGroup .rpLink:hover,
.RadPanelBar_YCOutlook .rpGroup .rpSelected .rpText
{
	background: none;
	text-decoration: underline;
}

.RadPanelBar_YCOutlook .rpRootGroup .rpDisabled:hover,
.RadPanelBar_YCOutlook .rpRootGroup .rpDisabled .rpText
{
	background: #840707 url('PanelBar/RootItemBkg.gif') repeat-x;
	color: #888;
	cursor: default;
}

.RadPanelBar_YCOutlook .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar_YCOutlook .rpRootGroup .rpGroup .rpDisabled .rpText
{
	border:none;
	text-decoration:none;
	background:none;
	color: #ccc;
	cursor: default;
}
