/* RadPanelBar WebBlue skin */
.panelbar
{
	width:129px;
}

.RadPanelbar_WebBlue
{
	background: white;
	white-space: nowrap;
	line-height: 15px;
	
}
.RadPanelbar_WebBlue .rootGroup
{
	/* border: solid 1px #69798c; */
}
/* global text properties */
.RadPanelbar_WebBlue .text
{
	text-align:left;
	padding: 0;
	height:20px;
	font-size:1.0em;
}

/* global link styles */
.RadPanelbar_WebBlue .link
{
	color: #6d476c;
}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text
{
	background: url('/layouts/helppoint/images/bar_no_arrow.gif') repeat-x;
	font-weight: normal;
	margin-top:3px;
	padding-left:3px;
}


/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item
{
	border-top: dotted 1px #6d476c;
}

.RadPanelbar_WebBlue .rootGroup .item .text:hover{background: url('/layouts/helppoint/images/bar_with_arrow.gif') repeat-x;}
.RadPanelbar_WebBlue .rootGroup .selected .text{background: url('/layouts/helppoint/images/bar_with_arrow.gif') repeat-x;}


/* li.first style */
.RadPanelbar_WebBlue .rootGroup .first
{
	border-top: solid 1px #ffffff;
}

.RadPanelbar_WebBlue .rootGroup .last
{
	border-bottom: dotted 1px #6d476c;
}


/* child items global style */
.RadPanelbar_WebBlue .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0;
}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-bottom: 0px; 
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

.RadPanelbar_WebBlue .group .first
{
	border-top: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
	background: #f0f2f4;
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	color: #333;
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	background: #f0f2f4;
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
