/* RadPanelBar Abso skin */

.RadPanelbar_Abso
{
	background-color: #ffffff;
}

.RadPanelbar_Abso .rootGroup
{
}

.RadPanelbar_Abso .text
{
	color: #ffffff;
	padding-left: 20px;
	font-size: 1em;
}

.RadPanelbar_Abso .image
{
	margin: 4px 0px;
}

.RadPanelbar_Abso .rootGroup .text
{         
    padding-top:6px;
    padding-bottom:6px;
	background: url( 'Img/HeaderArrowCollapsed.gif' ) no-repeat 10px center;
	/*line-height: 24px; */
	line-height:normal;
	border-bottom: solid 1px #ffffff;
	color: #65615c;
}

.RadPanelbar_Abso .group .expandable .text
{
	background: url( 'Img/Level3Collapsed.gif' ) no-repeat 10px center;
}

p
{
    line-height:1;
}
.RadPanelbar_Abso .rootGroup .link
{
	background-color: #dfdbd6;
}

.RadPanelbar_Abso .group
{
	background-color: #f4efe9; 
}

.RadPanelbar_Abso .group .text
{
	border: 0px;
	background: none;
	color: #65615c;		
}

.RadPanelbar_Abso .group .link
{
	background: none;
	border-bottom: solid 1px #ffffff;
}

.RadPanelbar_Abso .group .link:hover
{
	font-weight: bold;
}

.RadPanelbar_Abso .group .link .selected
{
	/**/
}

.RadPanelbar_Abso .rootGroup .selected
{
	/*	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x; */
}

.RadPanelbar_Abso .group .selected, .RadPanelbar_Abso .group .selected:hover
{
	background: none;
	border-bottom: 0px;
}
  
.RadPanelbar_Abso .rootGroup .selected .text 
{
	background: url( 'Img/SelectedBg.gif' ) no-repeat 10px center;
	font-weight: bold;
	color: #ffffff;
	background-color: #aaa296;
}

.RadPanelbar_Abso .rootGroup .expanded .text
{
	background: url( 'Img/ExpandedBg.gif' ) no-repeat 7px center;
	font-weight: bold;
	color: #ffffff;
	background-color: #aaa296;
	border-bottom: solid 1px #ffffff;
}

.RadPanelbar_Abso .group .expanded .text
{
	color: #000000;
	background-color: #dcfc5c;
	font-weight: normal !important;
	text-decoration: underline !important;
}

.RadPanelbar_Abso .group .selected .text
{
	font-weight: normal !important;
	background: none;
	background-color: #c1c477;
	border-bottom: solid 1px #ffffff;
}

.RadPanelbar_Abso .group .expanded .text
{
	background: url( 'Img/Level3Expanded.gif' ) no-repeat 7px center;
	background-color: #ffffff;
	text-decoration: none !important;
	font-weight: bold !important;
	color: #65615c;
}

.RadPanelbar_Abso .level2 .text
{
	padding-left: 30px;
	line-height: 24px;	
	background-color: #ffffff;
	color: #65615c;
}


.RadPanelbar_Abso .rootGroup .disabled:hover, .RadPanelbar_Abso .rootGroup .disabled .text
{
	/*	background: #95b6e0 url('Img/HeaderBg.gif') repeat-x; */
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Abso .rootGroup .group .disabled:hover, .RadPanelbar_Abso .rootGroup .group .disabled .text
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Abso .rootGroup .link:hover
{
	font-weight: bold;
}

.RadPanelbar_Abso .rootGroup .link .selected
{
	/**/
}
