/* telerik r.a.d.panelbar 4 WebBlue skin */

.RadPanelbar_WebBlue
{
	background: white;
	white-space: nowrap;
	line-height: 21px;
}
.RadPanelbar_WebBlue .rootGroup
{	
	border-bottom: solid 1px silver;
}

/* global text properties */
.RadPanelbar_WebBlue .text
{
	padding: 0px 5px;
	font: menu;
}

/* global link styles */
.RadPanelbar_WebBlue .link
{
	color: Black;
}

/* panelbar item icon [if any] */
.RadPanelbar_WebBlue .image
{
	margin:4px 0px;
}

/* panelbar root items style */
.RadPanelbar_WebBlue .rootGroup .text
{	
	background: url(Img/ItemHeader.gif) repeat-x top left;	
	font-weight: bold;	
}

/* root items <li> style */
.RadPanelbar_WebBlue .rootGroup .item
{
	border-top: solid 1px silver;
}

.RadPanelbar_WebBlue .rootGroup .item .link:hover SPAN
{
	background: url(Img/ItemHeaderHover.gif) repeat-x top left;
}

/* 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;
}

/* child items <li> style */
.RadPanelbar_WebBlue .group .item
{	
	border-top: 0px;
}

/* child items li.last */
.RadPanelbar_WebBlue .group .last
{
	border-bottom: 0px;
}

/* selected child item */
.RadPanelbar_WebBlue .group .selected .text
{	
	background: white;
}

/* child items link style */
.RadPanelbar_WebBlue .group .link
{
	color: #333;
}

.RadPanelbar_WebBlue .rootGroup .group .item .link SPAN 
{	
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

/* child items link:hover style */
.RadPanelbar_WebBlue .rootGroup .group .item .link:hover SPAN 
{
	background: #dddfe3;
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}

.RadPanelbar_WebBlue .rootGroup .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .disabled .text
{	
	background: url('Img/ItemHeader.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_WebBlue .rootGroup .item .disabled:hover SPAN
{
	background: none;
}

.RadPanelbar_WebBlue .rootGroup .group .disabled:hover,
.RadPanelbar_WebBlue .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_WebBlue .level2 .text
{
	padding-left: 15px;		
}
