﻿/* r.a.d.panelbar 4 Office 2007 skin */

.RadPanelbar_customleftMenuSkin
{
	background: white;
	white-space: nowrap;
	border: solid 1px #a3beca;
	border-top: 0px;
}

.RadPanelbar_customleftMenuSkin .text
{
	padding: 0px 20px; /* vertical - horizontal */
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 21px;
	color:#456a7d;
}

.RadPanelbar_customleftMenuSkin .image
{
	margin: 0px; /* vertical - horizontal */
}


.RadPanelbar_customleftMenuSkin .rootGroup .link
{
	border-top: solid 1px #a3beca;
	background: #ebebeb url('Img/RootItemBkg.gif') repeat-x;
	color: #456a7d;
}

/* span class="text" */
.RadPanelbar_customleftMenuSkin .rootGroup .text
{
	font-weight: bold;
}

.RadPanelbar_customleftMenuSkin div.slide
{
	border-top: solid 1px #a3beca;
}

.RadPanelbar_customleftMenuSkin .rootGroup .link:hover
{
	background: #d8e3e8 url('Img/RootItemBkgActive.gif') repeat-x;
	color: #456a7d;
}


.RadPanelbar_customleftMenuSkin .rootGroup .disabled:hover
{
	background: #a3beca url('Img/RootItemBkg.gif') repeat-x;
	color: #a3beca;
}

.RadPanelbar_customleftMenuSkin .group .text
{
	background: transparent;
	font-weight: normal;
	padding: 0px 20px; /* vertical-horizontal */
	border: 0px;
}

.RadPanelbar_customleftMenuSkin .rootGroup .selected .text
{
	background: #D8E3E8 url('Img/RootItemBkgActive.gif') repeat-x;
}

/* child item link */
.RadPanelbar_customleftMenuSkin .group .link
{
	background: none;
	border: 0px;
}

/* child item link:hover */
.RadPanelbar_customleftMenuSkin .group .link:hover,
.RadPanelbar_customleftMenuSkin .group .selected .text
{
	background: none;
	text-decoration: underline;
}
