﻿/* r.a.d.panelbar 4 ActiveGroup skin */
/*Background*/
.RadPanelbar_ActiveGroup
{
	/*background: #E7E7E8;*/
	background:#F0F0F0;
	white-space: normal;	
	text-align:left;	
	
}
/*Border Color*/
.RadPanelbar_ActiveGroup .rootGroup
{
	border: solid 1px #bbbbbb;	
	border-bottom: 0;
}
/*Line Height and containing text padding and font size*/
.RadPanelbar_ActiveGroup .text
{	
	font: normal 14px Arial, Verdana, Sans-serif;
	font-weight:bold;
	text-transform :capitalize;
	padding: 0px 11px;
	text-align:left;
	color	:#F9A771;	
}
/*Margine from left*/
.RadPanelbar_ActiveGroup .image
{
	margin: 10px 0px;
}

.RadPanelbar_ActiveGroup .rootGroup .text
{
	/*background: url('Img/headerArrow.gif') no-repeat 11px center;*/
	line-height: 23px;
	border-bottom: dotted 1px #bbbbbb;
	border-top: solid 1px white;
	
}
/*Top Border color and Font Color of Text For link bg*/
.RadPanelbar_ActiveGroup .rootGroup .link
{
	background: white url('Img/grad_top.jpg') repeat;
}
.RadPanelbar_ActiveGroup .rootGroup .expanded
{
	background: none;
}

/*Expanded BackGrond Image*/
.RadPanelbar_ActiveGroup .rootGroup .expanded
{
	background: white none ;	
}

/*On Click Selected Text*/
.RadPanelbar_ActiveGroup .rootGroup .expanded .text
{	
	line-height: 40px;
	border-bottom: dotted 1px #bbbbbb;
	border-top: solid 1px white;
	color	: #F47324;
	font-size	:30px;	
	text-transform:capitalize;	
	font-weight: bolder;
}
/*On Click Selected Node Font Size*/
.RadPanelbar_ActiveGroup .rootGroup .selected .text
{
	background: white url('Img/grad_btm.jpg') repeat;
	font-weight:bolder;	
	font-size	:30px;	
	text-transform:capitalize;		
	font-family: Arial, Verdana, Sans-serif;	
}
.RadPanelbar_ActiveGroup .group .expanded
{	
	border-bottom: dotted 1px #bbbbbb;	
}
.RadPanelbar_ActiveGroup .group .text
{
	border-bottom: dotted 1px #bbbbbb;
	border-top: 0;	
	padding-left:40px;	
	color: #F9A771;
}

.RadPanelbar_ActiveGroup .group .link
{
	background: white url('Img/grad_top.jpg') repeat;
}
.RadPanelbar_ActiveGroup .group .selected .text
{
	text-decoration: none;
	font-weight: Bolder;
	border-bottom: solid 1px #bbbbbb;
	font-size	:14px;
	border-top: 0;
	font-family: Arial, Verdana, Sans-serif;	
	background: white url('Img/grad_top.jpg') repeat;
	color	: #F47324;
}

.RadPanelbar_ActiveGroup .group .expanded .text
{
	border-top:0;
	line-height: 23px;
	font-size	:14px;
	border-bottom: dotted 1px #bbbbbb;
	border-top: solid 1px #f5f5f5;
	color	: #F47324;
	text-transform:capitalize;	
	font-weight: bolder;
}

.RadPanelbar_ActiveGroup .level2 .text
{
	padding-left: 36px;
	line-height: 40px;	
	border-bottom: dotted 1px #bbbbbb;
	text-decoration:underline;	
}

.RadPanelbar_ActiveGroup .rootGroup .disabled:hover,
.RadPanelbar_ActiveGroup .rootGroup .disabled .text
{
	color: green;
	text-align:left;
	cursor:hand;
	border-bottom: dotted 1px #bbbbbb;
	text-decoration:underline;	

}

.RadPanelbar_ActiveGroup .rootGroup .group .disabled:hover,
.RadPanelbar_ActiveGroup .rootGroup .group .disabled .text
{	
	background: white url('Img/grad_top.jpg') repeat;
	color: green;
	cursor: default;
	border-bottom: dotted 1px #bbbbbb;
	text-decoration:underline;	
}
