/* Default r.a.d.panelbar 4 Default skin */

.RadPanelbar_TAK
{ 
	padding:0;
	background:#d3d4d5;
	width:100%;
	border-bottom:2px #7fb4d9 solid;
	border-top:2px #7fb4d9 solid;
}

.RadPanelbar_TAK .text
{
	font-size:0.87em;
	font-variant:normal;
	padding-left:1em;
	padding-bottom:0.5em;
	padding-top:0.5em;
	border-bottom:1px solid white;
	line-height:1.2em;
 	color:#333333	
}

.RadPanelbar_TAK .image
{
	
}


.RadPanelbar_TAK .rootGroup .text
{
 font-weight:bold;
	
}

.RadPanelbar_TAK .rootGroup .link
{
	text-decoration:none;
}

.RadPanelbar_TAK .group
{
 background:white;
}
.RadPanelbar_TAK .group .text
{
    padding-left:1.5em;
    font-size:0.83em;
	border-bottom:0;
	line-height:0.9em;
	font-weight:normal;
}

.RadPanelbar_TAK .group .link
{
 
	
}
.RadPanelbar_TAK .group .last .text
{
	 padding-bottom:0.6em;
	 	
}

.RadPanelbar_TAK .rootGroup .expanded
{
	
}

.RadPanelbar_TAK .group .expanded
{
	font-variant:normal;
}

.RadPanelbar_TAK .rootGroup .expanded .text
{
	font-weight:bold;

	
}

.RadPanelbar_TAK .rootGroup .selected .text
{
	font-weight:bold;
	}

.RadPanelbar_TAK .group .selected .text
{
	 color:#9cc037;
	 font-variant:normal;
	 
}

.RadPanelbar_TAK .group .expanded .text
{
 font-variant:normal;
}

.RadPanelbar_TAK .group .first .text
{
	 margin-top:0.5em;
}
.RadPanelbar_TAK .group .last .text
{
	 padding-bottom:0.6em;
	 border-bottom:1px solid white;
	
}


.RadPanelbar_TAK .disabled .text
{
	color: #ccc;
	cursor: default;
}
.RadPanelbar_TAK .Test
{
	font-weight:bold;
	color:Blue;
}