/* RadPanelbar Default skin */

.RadPanelbar_Custom
{
	width: 150px;
	
}
.RadPanelbar_Custom .text
{
}
.RadPanelbar_Custom .rootGroup .link,
.RadPanelbar_Custom .rootGroup .link:visited
.RadPanelbar_Custom .group .link,
.RadPanelbar_Custom .group .link:visited
{
	
}
.RadPanelbar_Custom a
{
	text-decoration: none;
}
.RadPanelbar_Custom .rootgroup .link,
.RadPanelbar_Custom .link:visited
{
	line-height: 24px;
	text-decoration: none;
	color: #747679;
}

.RadPanelbar_Custom .link:hover
{
	color: #8A221C;
	text-decoration: none;
}

.RadPanelbar_Custom .group .link .focused
{
	color: #8A221C;
}
.RadPanelbar_Custom .rootGroup .item .focused .text
{
	color: #8A221C;
}

.RadPanelbar_Custom .group .item .selected .text
{
	color: #8A221C;
}

.RadPanelbar_Custom .rootGroup .link:hover,
.RadPanelbar_Custom .rootGroup .link .selected
{
	color: #8A221C;
	cursor: pointer;
}
.RadPanelbar_Custom .group .link:hover,
.RadPanelbar_Custom .group .selected,
.RadPanelbar_Custom .group .expanded
{
	color: #8A221C;
	cursor: pointer;
}

.RadPanelbar_Custom .link,
.RadPanelbar_Custom .link:visited
{
	/*color: #747679;  Gray */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9.5pt;
}
.RadPanelbar_Custom .group .link
{
	
	cursor: pointer;
}

.RadPanelbar_Custom .text
{
	font-size: 8pt;
	width: 150px;
}
.RadPanelbar_Custom .group
{
	position:relative;
	right:10px;
	width: 150px;
}
.RadPanelbar_Custom .group .text
{
	font-size: 7pt;
	text-align: right;
	font-style: italic;
}
.RadPanelbar_Custom .rootgroup .text
{
	line-height: 26px;
}

.RadPanelbar_Custom .group
{
	
}

.RadPanelbar_Custom .vertical .group .last 
{
	border-bottom: 0; 
}
.RadPanelbar_Custom .group .expanded
{
	z-index: 11;
}
