/* Default r.a.d.panelbar 4 Popcorn skin */

.RadPanelbar_wi_jasper
{
	background: white;
	white-space: nowrap;
	width: 228px !important;
	font: normal 9px Verdana, Arial, Sans-serif; 
	font-weight: bold !important;
	border-left: solid 1px #26323c;
	border-right: solid 1px #26323c;
	border-bottom: solid 1px #26323c;
}

.RadPanelbar_wi_jasper .text
{
	padding-left: 23px;
    background: #fff url('Img/item.gif') no-repeat 10px center;
    color: #26323C;
}

.RadPanelbar_wi_jasper .link:hover .text
{
    background: #26323c url('Img/hover.gif') no-repeat 10px center;
    color: White;
}

.RadPanelbar_wi_jasper .image
{
	margin: 4px 0px;
}

/*  RootGroup
-------------------------------------------------- */
.RadPanelbar_wi_jasper .rootGroup .first .link
{
	/*
    border-top: solid 1px #FFFFFF;
    background-color: Red;
    */
}


/* Overwrites rules to HIDE expanded groups (tab1) */
.RadPanelbar_wi_jasper .rootGroup .expanded
{
    line-height: 30px;
    overflow: hidden !important;
    height: 1px !important;
	font-weight: bold !important;
	text-decoration: none !important;
    color: #26323C;
   	font-weight: bold; 
}

.RadPanelbar_wi_jasper .rootGroup .selected .text
{ 
	color: white !important;
	background: #26323c url('Img/selected.gif') no-repeat 10px center;
}


/*  Group  Level 0
-------------------------------------------------- */
.RadPanelbar_wi_jasper .group .expandable .text
{
    /*background: #FFFFFF url('Img/item.gif') no-repeat 10px center;*/
    
    background: #FFFFFF url('Img/expandable.gif') no-repeat 0px center;
    color: #26323c;
}
.RadPanelbar_wi_jasper .group .expandable:hover .text
{
    /*background: #26323c url('Img/hover.gif') no-repeat 10px center;*/
    background: #26323c url('Img/expandable.gif') no-repeat 0px center;
    color: #796047;
}


/* Overwrites rules to show expanded groups on screen (from previously hidden on tab1 )*/
.RadPanelbar_wi_jasper .group .expanded
{
	height: 30px !important;
	overflow: hidden !important;
	color: red !important;
	font-weight: bold !important;
	text-decoration: none !important;
    /*background: #26323c url('Img/expanded.gif') no-repeat 0px center;*/
}


.RadPanelbar_wi_jasper .group .last .link,
.RadPanelbar_wi_jasper .group .last .link:hover
{
	/*border-bottom: 0;*/
}

.RadPanelbar_wi_jasper .group .link
{
	line-height:30px;
	color: #26323c;
	border-bottom: solid 1px #26323c;
}

.RadPanelbar_wi_jasper .group .first .link
{
	border-top: solid 1px #26323c;

}

.RadPanelbar_wi_jasper .group .selected
{
	background: white;
	text-decoration: none;
	color: #26323c;
}

.RadPanelbar_wi_jasper .group .expanded .text
{
    line-height: 30px;
    overflow: hidden !important;
    height: 30px !important;
    color: #26323c;
}

.RadPanelbar_wi_jasper .group .selected .text
{ 
	color: white;
	background: #26323c url('Img/selected.gif') no-repeat 10px center;
}


/*  Group  Level 2
-------------------------------------------------- */
.RadPanelbar_wi_jasper .group .level2 .first .link
{
	border-top: 0px;
}
.RadPanelbar_wi_jasper .level2 .link:hover .text
{
    background: #26323c url('Img/level2-hover.gif') no-repeat 10px center;
    color: White;
}
.RadPanelbar_wi_jasper .level2 .text
{
	margin-left: 0px;
	padding-left: 23px;
	color: #26323c;
    background: #FFFFFF url('Img/level2-item.gif') no-repeat 10px center;
    border-top: 0; border-bottom: 0;
}
.RadPanelbar_wi_jasper .level2 .selected .text
{
	margin-left: 0px;
	padding-left: 23px;
    background: #26323c url('Img/level2-selected.gif') no-repeat 10px center;
}
.RadPanelbar_wi_jasper .level2 .expandable .text
{
    background: #FFFFFF url('Img/level2-item.gif') no-repeat 10px center;
    color: #26323c;
    border-bottom: 1px solid #26323C;
}
.RadPanelbar_wi_jasper .level2 .expandable:hover .text
{
    background: #26323c url('Img/level2-hover.gif') no-repeat 10px center;
}
.RadPanelbar_wi_jasper .level2 .expanded .text
{
    line-height: 30px;
    overflow: hidden !important;
    height: 30px !important;
    color: #26323c;
}
.RadPanelbar_wi_jasper .level2 .selected .text
{ 
	color: white;
	background: #26323c url('Img/level2-selected.gif') no-repeat 10px center;
}

/*  Group  Level 3
-------------------------------------------------- */
.RadPanelbar_wi_jasper .group .level3 .first .link
{
	border-top: 0px;
}
.RadPanelbar_wi_jasper .level3 .link:hover .text
{
    background: #26323c url('Img/hover.gif') no-repeat 25px center;
    color: White;
}
.RadPanelbar_wi_jasper .level3 .text
{
	margin-left: 0px;
	padding-left: 35px;
	color: #26323c;
    background: #FFFFFF url('Img/item.gif') no-repeat 25px center;
    border-top: 0; border-bottom: 0;
}
.RadPanelbar_wi_jasper .level3 .selected .text
{
	margin-left: 0px;
	padding-left: 35px;
    background: #26323c url('Img/selected.gif') no-repeat 25px center;
}
.RadPanelbar_wi_jasper .level3 .expandable .text
{
    background: #FFFFFF url('Img/item.gif') no-repeat 25px center;
    color: #26323c;
    border-bottom: 1px solid #26323C;
}
.RadPanelbar_wi_jasper .level3 .expandable:hover .text
{
    background: #26323c url('Img/hover.gif') no-repeat 25px center;
}
.RadPanelbar_wi_jasper .level3 .expanded .text
{
    line-height: 30px;
    overflow: hidden !important;
    height: 30px !important;
    color: #26323c;
}
.RadPanelbar_wi_jasper .level3 .selected .text
{ 
	color: white;
	background: #26323c url('Img/selected.gif') no-repeat 25px center;
}


