/* Default r.a.d.panelbar 4 Trofe skin */

.RadPanelbar_Trofe
{
	background: none;
	white-space: nowrap;
}

.RadPanelbar_Trofe .rootGroup
{
	padding: 20px;
}

.RadPanelbar_Trofe .text
{
	color: White;
	padding: 0px 8px;
	font: normal 11px Tahoma, Verdana, Sans-serif, Helvetica;
	font-weight:bold;
}

.RadPanelbar_Trofe .image
{
	margin: 4px 0px;
}

.RadPanelbar_Trofe .rootGroup .text
{
	line-height: 24px;
	color: #707070;
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_Trofe .rootGroup .link
{
	background: #fdf2d2;
	border-bottom: solid 1px #979797;
	padding-left: 8px;
}

.RadPanelbar_Trofe .group .text
{
	background: none;
	color: #707070;
	font-weight:normal;
	line-height: 16px;
}

.RadPanelbar_Trofe .group
{
	background: none;
}

.RadPanelbar_Trofe .group .link
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Trofe .group .link .selected
{
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_Trofe .group .selected
{
	background: none;
	border-bottom: 0px;
	color: #707070;
}

.RadPanelbar_Trofe .rootGroup .selected .text
{
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_Trofe .rootGroup .expanded .text
{
	background: url('Img/ArrowDown.gif') no-repeat left center;
}

.RadPanelbar_Trofe .group .selected .text
{
	font-weight: normal;
	background: url('Img/Plus.gif') no-repeat left center;
	color: #707070;
	line-height: 24px;
}

.RadPanelbar_Trofe .group .expanded .text
{
	color: #707070;
	background: url('Img/Minus.gif') no-repeat left center;
}

.RadPanelbar_Trofe .level2 .text
{
	padding-left: 16px;
	line-height: 24px;
	background: none;
}

.RadPanelbar_Trofe .level2 .selected .text,
.RadPanelbar_Trofe .level2 .expanded .text
{
	background: none;
	text-decoration: underline;
}

.RadPanelbar_Trofe .rootGroup .disabled:hover,
.RadPanelbar_Trofe .rootGroup .disabled .text
{
	background: white;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Trofe .rootGroup .group .disabled:hover,
.RadPanelbar_Trofe .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
