/* RadPanelBar WebBlue skin */

.RadPanelbar_UWPCE
{
	background: white;
	/*white-space: nowrap;*/
	line-height: 16px;
	font-size: 1em;
}

.RadPanelbar_UWPCE .rootGroup
{
	/*border: solid 1px #69798c;*/
}

/* global text properties */
.RadPanelbar_UWPCE .text
{
	padding: 0px 6px;
}

/* global link styles */
.RadPanelbar_UWPCE .link
{
	color: White;
}

/* panelbar item icon [if any] 
.RadPanelbar_UWPCE .image
{
	margin:4px 0px;
}
*/

/* panelbar root items style */
.RadPanelbar_UWPCE .rootGroup .item .expandable
{
	/*background: url('Img/MainItemNormal.gif') repeat-x;
	font-weight: bold;*/
	background: transparent url('Img/bg_accordion_closed.gif') 0 0 no-repeat;
	color: #000000;
	margin-bottom: 6px;
}

.RadPanelbar_UWPCE .rootGroup .item .expanded
{
	/*background: url('Img/MainItemNormal.gif') repeat-x;
	font-weight: bold;*/
	background: transparent url('Img/bg_accordion_expanded.gif') 0 0 no-repeat;
	color: #ffffff;
	margin-bottom: 6px;
}

/* root items <li> style */
.RadPanelbar_UWPCE .rootGroup .item
{
	/*border-top: solid 1px #869bb3;*/
}

/* li.first style */
.RadPanelbar_UWPCE .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_UWPCE .group .text
{
	border: 0;
	background: #ffffff;
	font-weight:normal;
	padding: 0px 20px;
}

/* child items <li> style */
.RadPanelbar_UWPCE .group .item
{
	/*border-bottom: solid 1px #dde1e4;
	border-top: 0px;*/
	margin-bottom: 4px;
}

/* child items <li> style */
.RadPanelbar_UWPCE .group .item .expandable
{
	background: transparent url('Img/bg_accordion_L1_closed.gif') 0 0px no-repeat;
	padding: 0 0 0 10px;
	color: #41a9d1;
}

.RadPanelbar_UWPCE .group .item .expandable .text
{
	padding: 0 0 0 3px;
}

/* child items <li> style */
.RadPanelbar_UWPCE .group .item .expanded
{
	background: transparent url('Img/bg_accordion_L1_expanded.gif') 0 0px no-repeat;
	padding: 0 0 0 10px;
}

.RadPanelbar_UWPCE .group .item .expanded .text
{
	padding: 0 0 0 3px;
}

/* child items li.last */
.RadPanelbar_UWPCE .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_UWPCE .group .selected .text
{
	color: #41a9d1;
	background: #ffffff;
	/*padding: 0 0 0 3px;*/
}

/* child items link style */
.RadPanelbar_UWPCE .group .link
{
	color: #41a9d1;
}

/* child items link:hover style */
.RadPanelbar_UWPCE .group .link:hover
{
	text-decoration: underline;
}

/*
.RadPanelbar_UWPCE .rootGroup .disabled:hover,
.RadPanelbar_UWPCE .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_UWPCE .rootGroup .group .disabled:hover,
.RadPanelbar_UWPCE .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
*/

