/* RadPanelBar Web 2.0 skin */

.RadPanelBar_BlueTheme
{
	background: #fff;
	white-space: nowrap;
	
}

.RadPanelBar_BlueTheme .rpRootGroup
{
	/**** border: solid 1px #6788be; bluetheme*/
	border: solid 1px #846406;
	width:100%;
	
}

.RadPanelBar_BlueTheme .rpImage /* Setting Img Icon propertie */
{
	margin: 4px 5px;
	

	
}


.RadPanelBar_BlueTheme .rpText
{
	padding-left: 14px;
	font: bold 12px  Arial, Verdana, Sans-serif;
	color: #fff;  
	background: url('PanelBar/HeaderArrowCollapsed.gif') no-repeat 98% center;
	line-height: 28px;
	border-bottom: solid 1px #846406; /* np #6788be; */
	border-top: solid 1px #FAF27D; /* np #cfd8e4; */
}

.RadPanelBar_BlueTheme .rpLink
{
	background: #95b6e0 url('PanelBar/HeaderBg.gif') repeat-x;
}

.RadPanelBar_BlueTheme .rpGroup .rpText
{
	border: 0;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

.RadPanelBar_BlueTheme .rpGroup .rpLink
{
	background: none;
	border-bottom: solid 1px #f0f2f3;

}

.RadPanelBar_BlueTheme .rpGroup .rpLink:hover
{
	background: #FEFABA;  /* np #e7f1ff; */
	border-bottom-color: #d8dde0;
}

.RadPanelBar_BlueTheme .rpSelected
{
	/*np background: #95b6e0 url('PanelBar/HeaderBg.gif') repeat-x;  */
	background: #EDC83C url('PanelBar/HeaderBg.gif') repeat-x;  
	
}

.RadPanelBar_BlueTheme .rpGroup .rpSelected, 
.RadPanelBar_BlueTheme .rpGroup .rpSelected:hover
{
	background: none;
	border-bottom: 0;
}

.RadPanelBar_BlueTheme .rpExpanded .rpText
{
	background: url('PanelBar/ExpandedBg.gif') no-repeat 99% center;
	font-weight: bold;
	color: #ffffff; /*np */
}

.RadPanelBar_BlueTheme .rpGroup .rpSelected .rpText
{
	border: 0;
	border-bottom: solid 1px #accb2d;
	background: #D4F4F9 ;     /*np #dcfc5c; */
	color: #333;
}

.RadPanelBar_BlueTheme .rpGroup .rpExpanded .rpText
{
	color: #fff;  /* #000  nong*/
	background: #dcfc5c;
	text-decoration: underline;

}

.RadPanelBar_BlueTheme .rpLevel2 .rpText
{
	padding-left: 36px;
	line-height: 28px;
}

.RadPanelBar_BlueTheme .rpLevel3 .rpText { padding-left: 48px; }
.RadPanelBar_BlueTheme .rpLevel4 .rpText { padding-left: 60px; }

.RadPanelBar_BlueTheme .rpRootGroup .rpDisabled:hover,
.RadPanelBar_BlueTheme .rpRootGroup .rpDisabled .rpText
{
	background: #95b6e0 url('PanelBar/HeaderBg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelBar_BlueTheme .rpGroup .rpDisabled:hover,
.RadPanelBar_BlueTheme .rpGroup .rpDisabled .rpText
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;

}

.RadPanelBar_BlueTheme .rpGroup .rpLink,
.RadPanelBar_BlueTheme .rpGroup .rpLast .rpItem .rpLink,
.RadPanelBar_BlueTheme .rpGroup .rpLink .rpText,
.RadPanelBar_BlueTheme .rpGroup .rpLast .rpItem .rpLink .rpText
{
	border-bottom-width: 1px;
}

.RadPanelBar_BlueTheme .rpGroup .rpLast .rpLink,
.RadPanelBar_BlueTheme .rpGroup .rpLast .rpLast .rpLink,
.RadPanelBar_BlueTheme .rpGroup .rpLast .rpLink .rpText,
.RadPanelBar_BlueTheme .rpGroup .rpLast .rpLast .rpLink .rpText
{
	border-bottom-width: 0;
}