﻿.RadPanelBar_Test
{
    margin-top:10px;
    margin-bottom:10px;
    width:190px;

	
}
.RadPanelBar_Test .rpText
{
	color: #333333;
	padding:0 0 0 5px;
	font: normal 12px "Segoe UI", arial,sans-serif;
}


.RadPanelBar_Test .rpRootGroup
{
    list-style:none;
    margin-left:5px;
    padding-left:10px;
	border: 0;
	margin-top:0px;
	padding-top:0px;
}
.RadPanelBar_Test .rpRootGroup .rpText, .RadPanelBar_Test .rpRootGroup .rpExpandable .rpText
{

	padding-left:15px;
	line-height: 22px;
	
}
.RadPanelBar_Test .rpRootGroup .rpLink
{
	/* border-bottom: solid 1px #f5f5f5; */
	text-decoration:none;
}
.RadPanelBar_Test .group .rpText
{
	border:0;
	background:none;
	color:#333;
	
}


.RadPanelBar_Test .rpRootGroup .rpLink:hover
{
	text-decoration:underline;
	color:#333;
}



.RadPanelBar_Test .rpRootGroup .expanded
{
	/*background:white url('Img/SelectBg.gif') repeat-x;
	border-bottom:2px solid #fff;*/
}

.RadPanelBar_Test .group .expanded
{
	background:none;
	
}

.RadPanelBar_Test .rpRootGroup .expanded .rpText
{
    
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 0px center;
	border:0;
}

.RadPanelBar_Test .rpRootGroup .rpSelected .rpText
{
	font-weight: bold;
	background-color:#E0E0E0;
	background: url('Img/headerArrow.gif') no-repeat 0px center;
    line-height: 22px;
    border-bottom:0px;
    margin-bottom:1px
}

.RadPanelBar_Test .rpRootGroup .rpSelected
{
    border-bottom: solid 0px #e3e3e3;
}

.RadPanelBar_Test .group .rpSelected .rpText
{
	text-decoration: none;
	border: 0;
	background: none;
}

.RadPanelBar_Test .group .expanded .rpText
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	background: none;
}

.RadPanelBar_Test .rpRootGroup .group .rpSelected
{
	border:0;
}


/*
.RadPanelBar_Test .level2 .rpText
{
	padding-left: 36px;
	line-height: 14px;
}

.RadPanelBar_Test .disabled .rpText
{
	color: #ccc;
	cursor: default;
}
*/


