/* RadPanelBar WDT_new_new skin */

.RadPanelbar_WDT_new
{
	background: #08248C;
	white-space: nowrap;
	width:144px;
}

.RadPanelbar_WDT_new .rootGroup
{
	/*padding: 20px;*/
}

.RadPanelbar_WDT_new .text
{
	color: white;
	padding: 0px 8px;
	font: normal 11px Arial, Verdana, Sans-serif;
}

.RadPanelbar_WDT_new .image
{
	margin: 4px 0px;
}

.RadPanelbar_WDT_new .rootGroup .text
{
	line-height: 24px;
	color: White;
	background: url('Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_WDT_new .rootGroup .link
{
	background: #08248C;
	border-bottom: solid 1px #90bbcf;
	padding-left: 8px;

}

.RadPanelbar_WDT_new .grouplevel2 .link:hover
{
	color:#D86001;
}

.RadPanelbar_WDT_new .group .text
{
	/*background: none;*/
	color: white;
}


.RadPanelbar_WDT_new .group
{
	background: #08248C /*url('Img/SlideBg.gif')*/;
}

.RadPanelbar_WDT_new .group .link
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_WDT_new .rootGroup .link:hover
{
	color:#D86001;
}

.RadPanelbar_WDT_new .group .link .selected
{
	background: url('Img/headerArrow.gif') no-repeat left center;
}

.RadPanelbar_WDT_new .group .selected
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_WDT_new .rootGroup .selected .text
{
	background: url('Img/headerArrow.gif') no-repeat left center;
}

.RadPanelbar_WDT_new .rootGroup .expanded .text
{
	background: url('Img/ArrowDown.gif') no-repeat left center;
}

.RadPanelbar_WDT_new .group .selected .text
{
	font-weight: normal;
	background: url('Img/Plus.gif') no-repeat left center;
	color: white;
	line-height: 24px;
}

.RadPanelbar_WDT_new .group .expanded .text
{
	color: white;
	background: url('Img/ArrowDown.gif') no-repeat left center;
}

.RadPanelbar_WDT_new .level2 .text
{
	padding-left: 16px;
	line-height: 24px;
	background: none;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/*.RadPanelbar_WDT_new .level2 .selected .text,
.RadPanelbar_WDT_new .level2 .expanded .text
{
	background: url('Img/Minus.gif') no-repeat;
	text-decoration: underline;
}*/

.RadPanelbar_WDT_new .rootGroup .disabled:hover,
.RadPanelbar_WDT_new .rootGroup .disabled .text
{
	background: #08248C;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_WDT_new .rootGroup .group .disabled:hover,
.RadPanelbar_WDT_new .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

