﻿/* RadPanelBar FFSB_Sub skin */
.RadPanelbar_FFSB_Sub
{
	width:181px;
	white-space: nowrap;
}

/* Main Item Text */
.RadPanelbar_FFSB_Sub .text
{
	
}
/* ? */
.RadPanelbar_FFSB_Sub .image
{
	margin: 0px 0px;
}

/* ? */
.RadPanelbar_FFSB_Sub .rootGroup
{
	border-bottom: 0px;
}

/* Arrow Off state */
.RadPanelbar_FFSB_Sub .rootGroup .text
{
	color: #b4ccf2;
	padding-left: 14px;
	font: bold 11px Arial, Verdana, Sans-serif;
	background: url('Img/Bullet.gif') no-repeat 95% center;
	line-height: 28px;
	border-bottom: solid 1px #233253;
	border-top: solid 1px #233253;
}

.RadPanelbar_FFSB_Sub .rootGroup .link
{
	background: url('Img/Divider.gif') no-repeat;
}

.RadPanelbar_FFSB_Sub .rootGroup .link:hover span.text
{
	color: #FFFFFF;
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 28px;
}


.RadPanelbar_FFSB_Sub .rootGroup .link:hover
{
	background: url('Img/HeaderBgNew.gif') repeat-y;
}


/* Group Item with Background - Selected */
.RadPanelbar_FFSB_Sub .rootGroup .selected
{
	color: #FFFFFF;
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 28px;
	background: #95b6e0 url('Img/HeaderBgNew.gif') repeat-y;
}

.RadPanelbar_FFSB_Sub .rootGroup .selected .text
{
	color: #FFFFFF;
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 28px;
	background: url('Img/Bullet.gif') no-repeat 95% center;}

.RadPanelbar_FFSB_Sub .rootGroup .expanded .text
{
	background: url('Img/BulletDown.gif') no-repeat 95% center;
	font-weight: bold;
	color: #b4ccf2;
}

.RadPanelbar_FFSB_Sub .rootGroup .disabled .text
{
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_FFSB_Sub .rootGroup .group .disabled:hover,
.RadPanelbar_FFSB_Sub .rootGroup .group .disabled .text
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_FFSB_Sub .rootGroup .group .selected .text
{
	font-weight: normal !important;
	padding-left: 14px;
	border: 0px;
	border-bottom: solid 0px #accb2d;
	background: #141f40;
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
}

/* Sub Group Items in Off state */
.RadPanelbar_FFSB_Sub .group .text
{
	padding-left: 14px;
	border: 0px;
	background: none;
	color: #b4ccf2;
	font-weight: normal;
	font-size: 9px;
}

.RadPanelbar_FFSB_Sub .group .link:hover span.text
{

	border: 0px;
	background: none;
	color: FFFFFF;
	text-decoration: underline; 
	font-weight: normal;
	font-size: 9px;
}

/* Sub Group Items in Off state */
.RadPanelbar_FFSB_Sub .group .link
{
	background: none;
}

/* Sub Group Item - Hover State */
.RadPanelbar_FFSB_Sub .group .link:hover
{
	color: white;
	background: #141f40;
}

.RadPanelbar_FFSB_Sub .group .link .selected
{
	color: #FFFFFF;
}

.RadPanelbar_FFSB_Sub .group .selected
{
	background: none;
	border-bottom: 0px;
}
 
.RadPanelbar_FFSB_Sub .group .selected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_FFSB_Sub .group .selected .text
{
	font-weight: normal !important;
	border: 0px;
	border-bottom: solid 0px #accb2d;
	background: #141f40;
	color: #FFFFFF;
}

.RadPanelbar_FFSB_Sub .group .expanded .text
{
	color: #000;
	background: #dcfc5c;
	font-weight: normal !important;
	text-decoration: underline !important;
}


.RadPanelbar_FFSB_Sub .level2 .text
{
	line-height: 28px;
}

.RadPanelbar_FFSB_Sub .rootGroup .disabled:hover
{
	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}



