/* telerik r.a.d.panelbar 4 WebBlue skin */

.RadPanelbar_SidePanel
{
    background-color:Transparent;
	/*white-space: nowrap;*/
	line-height: 16px;
	
}
.RadPanelbar_SidePanel .rootGroup
{
	
}
/* global text properties */
.RadPanelbar_SidePanel .text
{
	padding: 0px 0px;
	font: Tahoma, Verdana, Arial;
	font-size:10pt;
	color: #222222;
}

/* global link styles */
.RadPanelbar_SidePanel .link
{
	color: #222222;
	padding-top:2px;
	padding-bottom:2px;
}

/* panelbar item icon [if any] */
.RadPanelbar_SidePanel .image
{
	margin:0px 0px;
}

/* panelbar root items style */
.RadPanelbar_SidePanel .rootGroup .text
{

}

/* selected root item */
.RadPanelbar_SidePanel .rootGroup .selected .text
{
   font-weight: bold;
}

/* root items <li> style */
.RadPanelbar_SidePanel .rootGroup
{
	/*border-bottom: 1px #869bb3 solid;*/
	padding-top:0px;
	margin-top:0px;
}

/* li.first style */
.RadPanelbar_SidePanel .rootGroup .first
{
	border-top: 0px;
	padding-top: 0px;
}

/* child items global style */
.RadPanelbar_SidePanel .group .text
{
	border: 0;
	background: transparent;
	padding: 0px 0px;
	margin-left: 10px;
}

.RadPanelbar_SidePanel .group .level2 .text
{
	margin-left: 20px;
}

.RadPanelbar_SidePanel .group .level3 .text
{
	margin-left: 30px;
}
.RadPanelbar_SidePanel .group .level4 .text
{
	margin-left: 40px;
}

/* child items <li> style */
.RadPanelbar_SidePanel .group .item
{
	/*border-top: solid 1px #869bb3;*/
	border-bottom: 0px;
}

/* child items li.last */
.RadPanelbar_SidePanel .group .last
{
	
}

/* selected child item */
.RadPanelbar_SidePanel .group .selected .text
{
   font-weight: bold;
}

/* child items link style */
.RadPanelbar_SidePanel .group .link
{
	
}

/* child items link:hover style */
.RadPanelbar_SidePanel .group .link:hover
{
	
}

.RadPanelbar_SidePanel .rootGroup .disabled:hover,
.RadPanelbar_SidePanel .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_SidePanel .rootGroup .group .disabled:hover,
.RadPanelbar_SidePanel .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

