/* RadPanelBar Web 2.0 skin */

    .RadPanelBar_RpWeb20 .rpItem .rpImage
        {
		margin: 3px 3px 0 0;
 		vertical-align: middle;
        }


.RadPanelBar_RpWeb20
{
	background: white;
	white-space: nowrap;
}

.RadPanelBar_RpWeb20 .rpRootGroup
{
	border: solid 1px #6788be;
	border-bottom: solid 1px #cfd8e4;
}

.RadPanelBar_RpWeb20 .rpText
{
	color: white;
	padding-left: 4px;
	font: bold 11px Arial, Verdana, Sans-serif;
}

.RadPanelBar_RpWeb20 .rpImage
{
	
}

.RadPanelBar_RpWeb20 .rpRootGroup .rpText
{
	/*background: url('Img/HeaderArrowCollapsed.gif') no-repeat 98% center;*/
	line-height: 20px;
	border-bottom: solid 1px #6788be;
	border-top: solid 1px #cfd8e4;
	
}

.RadPanelBar_RpWeb20 .rpRootGroup .rpLink
{
	/*background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;*/
	background-color: #6B6B6B;
	
}

.RadPanelBar_RpWeb20 .rpGroup .rpText
{
	border: 0px;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 11px;
	
}

.RadPanelBar_RpWeb20 .rpGroup .rpLink
{
	background: none;
	border-bottom: solid 1px #f0f2f3;
}

.RadPanelBar_RpWeb20 .rpGroup .rpLink:hover
{
	background: #D4D4D4;
	border-bottom: solid 1px #d8dde0;
}

.RadPanelBar_RpWeb20 .rpGroup .rpLink .rpSelected
{
	/**/
}

.RadPanelBar_RpWeb20 .rpRootGroup .rpSelected
{
	/*background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;*/
	background-color: #6B6B6B;
}

.RadPanelBar_RpWeb20 .rpGroup .rpSelected, 
.RadPanelBar_RpWeb20 .rpGroup .rpSelected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelBar_RpWeb20 .rpRootGroup .rpExpanded .rpText
{
	/*background: url('Img/ExpandedBg.gif') no-repeat 98% center;*/
	font-weight: bold;
}

.RadPanelBar_RpWeb20 .rpGroup .rpSelected .rpText
{
	font-weight: normal !important;
	border: 0px;
	border-bottom: solid 1px #999999;
	background: #D4D4D4;
	color: #333;
}

.RadPanelBar_RpWeb20 .rpGroup .rpExpanded .rpText
{
	color: #000;
	background: #D4D4D4;
	font-weight: normal !important;
	text-decoration: underline !important
}

.RadPanelBar_RpWeb20 .rpLevel2 .rpText
{
	padding-left: 36px;
	line-height: 20px;
}


.RadPanelBar_RpWeb20 .rpRootGroup .rpDisabled:hover,
.RadPanelBar_RpWeb20 .rpRootGroup .rpDisabled .rptext
{
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelBar_RpWeb20 .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar_RpWeb20 .rpRootGroup .rpGroup .rpDisabled .rptext
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;
}

