/* RadPanelBar WebBlue skin */

.RadPanelBar
{
	background: #fff;
	white-space: nowrap;
	line-height: 21px;
	
}
.RadPanelBar .rpRootGroup
{
	border: solid 1px #69798c;
}
/* global text properties */
.RadPanelBar .rpText
{
	padding: 0px 20px;
	font: menu;
}

/* global link styles */
.RadPanelBar .rpLink
{
	color: #fff;
}

.RadPanelBar .rpNoLink
{
	color: #fff;
}

/* panelbar item icon [if any] */
.RadPanelBar .rpImage
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelBar .rpRootGroup .rpText
{
	vertical-align:middle;
	background: url('Images/PanelBar/MainItemNormal.gif') repeat-x;
	font-weight:bold;
	font-size:11px;
	line-height: 21px;
}

/* root items <li> style */
.RadPanelBar .rpRootGroup .rpItem
{
	border-top: solid 1px #869bb3;
}

/* li.first style */
.RadPanelBar .rpRootGroup .rpFirst
{
	border-top: 0px;
}

/* child items global style */
.RadPanelBar .rpGroup .rpText
{
	vertical-align:middle;
	border: 0;
	background: transparent;
	font-weight:normal;
	line-height:21px;
	padding-left:20px;
}

/* child items <li> style */
.RadPanelBar .rpGroup .rpItem
{
	border-bottom: solid 1px #dde1e4;
	border-top: 0px;
	text-align:left;
}

/* child items li.last */
.RadPanelBar .rpGroup .rpLast
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelBar .rpGroup .rpSelected .rpText
{
	background: #f0f2f4;
}

/* child items link style */
.RadPanelBar .rpGroup .rpLink
{
	color: #333;
}

/* child items link:hover style */
.RadPanelBar .rpGroup .rpLink:hover
{
	background: #f0f2f4;
}

.RadPanelBar .rpRootGroup .rpDisabled:hover,
.RadPanelBar .rpRootGroup .rpDisabled .rpText
{
	background: url('Images/PanelBar/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelBar .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar .rpRootGroup .rpGroup .rpDisabled .rpText
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
