/* RadPanelBar WebBlue skin */

.RadPanelbar_WebBlue
{
	background: #e5eee6;
	white-space: nowrap;
	line-height: 21px;
	font-family:Tahoma;
	font-size:12px !important;
	
}
.RadPanelbar_WebBlue .rootGroup
{
	border: none;
}
/* global text properties */
.RadPanelbar_WebBlue .text
{
	padding: 0px 10px;
	font-family:Arial;
	font-size:12px !important;
	font-style:italic;
}

/* global link styles */
.RadPanelbar_WebBlue .link
{
	color: White;
}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	font-weight: bold;
}

/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item
{
	border-top: solid 1px #497743;
}

/* 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 20px;
}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{
	border-bottom: solid 1px #497743;
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{
	background: #497743;
	color:#ffffff;
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	color: #497743;
}

/* child items link:hover style */
.RadPanelbar_WebBlue .group .link:hover
{
	background: #497743;
	color: #ffffff;
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{
	background: url('Img/MainItemNormal.gif') repeat-x;
	color: #ff0000;
	cursor: default;
}

.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
