/* RadPanelBar Coris skin */

.RadPanelbar_Coris
{
	background: #7592AD;
	white-space: nowrap;
}

.RadPanelbar_Coris a.link
{
	text-decoration: none;
}

.RadPanelbar_Coris a.link:hover
{
	background-color: #BAC8DA;
}

.RadPanelbar_Coris a.link:hover .text
{
	color: Black !important;
}

.RadPanelbar_Coris .rootGroup
{
	padding: 5px;
}

.RadPanelbar_Coris .text
{
	color: white;
	padding: 0px 7px;
	font: normal 12px Arial, Helvetica, Sans-serif;
}

.RadPanelbar_Coris .image
{
	margin: 4px 0px;
}

.RadPanelbar_Coris .rootGroup .text
{
	line-height: 24px;
	color: White;
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_Coris .rootGroup .link
{
	background: #7592AD;
	border-bottom: solid 1px #B9C9D9;
	padding-left: 1px;
}

.RadPanelbar_Coris .rootGroup .expanded
{
	border-bottom: none;
}

.RadPanelbar_Coris .group .text
{
	background: none;
	color: white;
}

.RadPanelbar_Coris .group
{
	background: #4693b6 url('Img/SlideBg.gif');
}

.RadPanelbar_Coris .group .link
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Coris .group .link .selected
{
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_Coris .group .selected
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Coris .rootGroup .selected .text
{
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_Coris .rootGroup .expanded .text
{
	background: url('Img/ArrowDown.gif') no-repeat left center;
}

.RadPanelbar_Coris .group .selected .text
{
	font-weight: normal;
	background: url('Img/Plus.gif') no-repeat left center;
	color: white;
	line-height: 24px;
}

.RadPanelbar_Coris .group .expanded .text
{
	color: white;
	background: url('Img/Minus.gif') no-repeat left center;
}

.RadPanelbar_Coris .rootGroup .disabled:hover,
.RadPanelbar_Coris .rootGroup .disabled .text
{
	background: #7592AD;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Coris .rootGroup .group .disabled:hover,
.RadPanelbar_Coris .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}



.RadPanelbar_Coris .level1
{
	background: #96A6C6;
	color: Black;
}

.RadPanelbar_Coris .level1 .text
{
}

.RadPanelbar_Coris .level1 .selected .text,
.RadPanelbar_Coris .level1 .expanded .text
{
}



.RadPanelbar_Coris .level2
{
	background: #96A6C6;
	color: Black;
}

.RadPanelbar_Coris .level2 .text
{
	padding-left: 16px;
	line-height: 14px;
	background: none;
}

.RadPanelbar_Coris .level2 .selected .text,
.RadPanelbar_Coris .level2 .expanded .text
{
	background: none;
	text-decoration: none;
}



