﻿/* RadPanelBar NESA skin */

.RadPanelBar_AccountProfile
{

	/*background: #597ea8;*/
}

.RadPanelBar .rpGroup {   
     overflow-x:hidden !important;   
     overflow-y:hidden !important;   
} 

.RadPanelBar_AccountProfile .rpRootGroup
{
	border: solid 1px #000;
	border-top: 0;
	background-color:#000;
}

.RadPanelBar_AccountProfile .rpText
{
	padding: 7px 20px; /* vertical - horizontal */
	text-align:left;
    color: #c1d2ee;
    background: url('images/acctprofile_expandimage.gif') no-repeat right 10px !important; 
}

.RadPanelBar_AccountProfile .rpImage
{
	margin: 4px; /* vertical - horizontal */
	vertical-align: middle;
	padding-top:5px;
	padding-left:40px !important;
	height:23px;
}

.RadPanelBar_AccountProfile .rpRootGroup .rpTemplate
{
	color: #c1d2ee;
	font: bold 11px/31px Arial, Verdana, Sans-serif;
    background: url('images/acctprofile_content.jpg') no-repeat !important;
    background-color: #000;
    width:948px;
    height:258px;
}

.RadPanelBar_AccountProfile .rpRootGroup .rpLink
{
	color: #c1d2ee;
	font: bold 11px/31px Arial, Verdana, Sans-serif;
    background: url('images/acctprofile_header.png') no-repeat !important;
    border-top: solid 1px #000;
    height:39px;
    width:947px;
    cursor:pointer;
}


.RadPanelBar_AccountProfile .rpRootGroup .rpLink
{
	/*
	background: #2b4a6d;*/
}

.RadPanelBar_AccountProfile .rpRootGroup .rpLink:hover
{
	/*background: #2b4a6d;*/
}

.RadPanelBar_AccountProfile .rpRootGroup .rpDisabled:hover
{
	border-top: solid 1px #000;
	background: #000;
	color: #c1d2ee;
}

.RadPanelBar_AccountProfile .rpGroup .rpLink,
.RadPanelBar_AccountProfile .rpGroup .rpTemplate
{
	font-weight: normal;
}

.RadPanelBar_AccountProfile .rpGroup .rpText
{
	background-color: transparent;
	padding: 0 20px; /* vertical-horizontal */
	border: 0;
}

.RadPanelBar_AccountProfile .rpLevel2 .rpText
{
	padding-left: 43px;
	line-height: 12px;
}

.RadPanelBar_AccountProfile .rpLevel3 .rpText { padding-left: 64px; }
.RadPanelBar_AccountProfile .rpLevel3 .rpText { padding-left: 70px; }

.RadPanelBar_AccountProfile .rpRootGroup .rpSelected
{
	/*background: #2b4a6d;*/
}

/* child item link */
.RadPanelBar_AccountProfile .rpGroup .rpLink
{
	background: none;
	border: 0;
}

/* child item link:hover */
.RadPanelBar_AccountProfile .rpGroup .rpLink:hover,
.RadPanelBar_AccountProfile .rpGroup .rpSelected .rpText
{
	background: none;
	text-decoration: underline;
}

.RadPanelBar_AccountProfile .rpRootGroup .rpDisabled:hover,
.RadPanelBar_AccountProfile .rpRootGroup .rpDisabled .rpText
{
	background: #000;
	color: #888;
	cursor: default;
}

.RadPanelBar_AccountProfile .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar_AccountProfile .rpRootGroup .rpGroup .rpDisabled .rpText
{
	border:none;
	text-decoration:none;
	background:none;
	color: #c1d2ee;
	cursor: default;
}
