/* RadPanelBar WebBlue skin */

.RadPanelbar_AHSIS
{
	background: url('Img/internalAccordionBackground.gif') repeat-y;
	white-space: nowrap;
	line-height: 28px;
	
}
.RadPanelbar_AHSIS .rootGroup
{
}
/* global text properties */
.RadPanelbar_AHSIS .text
{
	padding: 0px 25px;
	font: menu;
}

/* global link styles */
.RadPanelbar_AHSIS .link
{
	color: White;
}

/* panelbar item icon [if any] */
.RadPanelbar_AHSIS .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_AHSIS .rootGroup .text
{
	background: url('Img/internalAccordionItemHeader.gif') no-repeat;
	font-weight: normal;
}

/* panelbar root items style */
.RadPanelbar_AHSIS .rootGroup .link:hover
{
	color: White;
	font-weight: bold;
	text-decoration:underline;
}

/* panelbar root items style */
.RadPanelbar_AHSIS .rootGroup .link
{
	color: White;
	font-weight:lighter;
}

/* root items <li> style */
.RadPanelbar_AHSIS .rootGroup .item
{
	border-top: solid 1px #FFFFFF;
}

/* li.first style */
.RadPanelbar_AHSIS .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_AHSIS .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 20px;
}

/* child items <li> style */
.RadPanelbar_AHSIS .group .item
{
	border-bottom: solid 1px #FFFFFF;
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_AHSIS .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_AHSIS .group .selected .text
{
	background: #f0f2f4;
}

/* child items link style */
.RadPanelbar_AHSIS .group .link
{
	color: white;
}

/* child items link:hover style */
.RadPanelbar_AHSIS .group .link:hover
{
	background: lightgrey;
	color: black;
	text-decoration:underline;

}

.RadPanelbar_AHSIS .rootGroup .disabled:hover,
.RadPanelbar_AHSIS .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_AHSIS .rootGroup .group .disabled:hover,
.RadPanelbar_AHSIS .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

