/* RadPanelBar WebBlue skin */

.RadPanelbar_WebBlue
{
	background: #7e8f99;
	white-space: nowrap;
	line-height: 21px;
	width:186px;
}
.RadPanelbar_WebBlue .rootGroup
{
	border: 0;
}
/* global text properties */
.RadPanelbar_WebBlue .text
{
	padding: 0px 10px;
	font: menu;
}

/* global link styles */
.RadPanelbar_WebBlue .link
{
	color: White;
	border:none;
	background:#fff;
}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text
{
	background:#7e8f99;
	font-weight: bold;
	color:#fff;
}

/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item
{
	border-top: solid 3px #dde1e4;
	color:#fff;
	border-left:0!important;
	border-right:0!important;
}

/* li.first style */
.RadPanelbar_WebBlue .rootGroup .first
{
	border-top: 0px;
}

/* child items global style */
.RadPanelbar_WebBlue .group .text
{
	border: 0;
	background: transparent;
	font-weight:normal;
	padding: 0px 10px;
	color:#333;
}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-bottom: solid 1px #dde1e4;
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
	background: #f0f2f4;
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	color: #333;
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	background: #f0f2f4;
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #fff;
	cursor: default;
}

.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #fff;
	cursor: default;
}
