/* telerik RadPanelBar 4 Telerik skin */

/* panelbar wrapper */
.RadPanelbar_Telerik
{
	background: white;
	white-space: nowrap;
	width: 195px !important;
}

.RadPanelbar_Telerik .text
{
	color: #999999;
	padding: 0 10px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
}

.RadPanelbar_Telerik .text:hover
{
	color: #225C88;
}

.RadPanelbar_Telerik .image
{
	margin: 4px 0px;
}


.RadPanelbar_Telerik .rootGroup .text
{
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.RadPanelbar_Telerik .group .text
{
	padding: 0px 20px;
	color: black;
	line-height: 24px;
	background: url('Img/bullet.gif') no-repeat 8px center;
	color: #999999;
}

.RadPanelbar_Telerik .rootGroup .selected .text,
.RadPanelbar_Telerik .rootGroup .expanded .text
{
	color: #fff;
	font-weight: 300;
	background-color: #225C88;
	
}

.RadPanelbar_Telerik .group .selected .text
{
	text-decoration: none;
	font-weight: normal;
	background: none;
	color: #999999;
	font-weight: 300;
}

.RadPanelbar_Telerik .group .expanded .text,
.RadPanelbar_Telerik .group .selected .text
{
	text-decoration: none;
	background: none;
	color: #999999;
	font-weight: bold;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}


.RadPanelbar_Telerik .selected 
{
	background: url('Img/bullet1.gif') no-repeat 8px center;
}

.RadPanelbar_Telerik .rootGroup .group .disabled:hover,
.RadPanelbar_Telerik .rootGroup .group .disabled .text
{
	text-decoration: none;
	background-color: yellow;
	color: #ccc;
	cursor: default;
}
