/* RadPanelBar Web 2.0 skin */

.RadPanelbar_Web20
{
	background: white;
	white-space: nowrap;
}

.RadPanelbar_Web20 .rootGroup
{
	border: solid 1px #747474;
	border-bottom: 0px;
}

.RadPanelbar_Web20 .text
{
	color: white;
	padding-left: 8px;
	font: normal 14px Arial, Verdana, Sans-serif;
}

.RadPanelbar_Web20 .image
{
	margin: 4px 4px;
}

.RadPanelbar_Web20 .rootGroup .text
{
	background: url('Img/HeaderArrowCollapsed.gif') no-repeat 98% center;
	line-height: 25px;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #747474;
}

.RadPanelbar_Web20 .rootGroup .link
{
	background: #fff url('Img/HeaderBg.gif') repeat-x;
}

.RadPanelbar_Web20 .group .text
{
	border: 0px;
	background: none;
	color: #747474;
	font-weight: normal;
	font-size: 12px;
}

.RadPanelbar_Web20 .group .link
{
	background: none;
	border-bottom: solid 1px #747474;
}

.RadPanelbar_Web20 .group .link:hover
{
	background: #fff;
	border-bottom: solid 1px #747474;
}

.RadPanelbar_Web20 .group .link .selected
{
	/**/
}

.RadPanelbar_Web20 .rootGroup .selected
{
	background: #747474 url('Img/HeaderBg.gif') repeat-x;
}

.RadPanelbar_Web20 .group .selected, 
.RadPanelbar_Web20 .group .selected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Web20 .rootGroup .expanded .text
{
	background: url('Img/ExpandedBg.gif') no-repeat 98% center;
	font-weight: normal;
}

.RadPanelbar_Web20 .group .selected .text
{
	font-weight: normal !important;
	border: 0px;
	border-bottom: solid 1px #747474;
	background: #800000;
	color: white;
}

.RadPanelbar_Web20 .group .expanded .text
{
	color: white;
	background: #800000;
	font-weight: normal !important;	
}

.RadPanelbar_Web20 .level2 .text
{
	padding-left: 22px;
	font-style: italic;
	line-height: 28px;
}


.RadPanelbar_Web20 .rootGroup .disabled:hover,
.RadPanelbar_Web20 .rootGroup .disabled .text
{
	background: #747474 url('Img/HeaderBg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Web20 .rootGroup .group .disabled:hover,
.RadPanelbar_Web20 .rootGroup .group .disabled .text
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;
}
