/* RadPanelBar PalladiumOutlook skin */

.RadPanelbar_PalladiumOutlook
{
	background: #d5dde1;
	/*white-space: nowrap;*/
	white-space: normal;
	/*border: solid 1px #608058;*/
	border: none 0px #608058;
	border-top: 0px;
	/* not defined */
	width: 197px;
}

.RadPanelbar_PalladiumOutlook .text
{
	padding: 0px 10px; /* vertical - horizontal */
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 31px;
}

.RadPanelbar_PalladiumOutlook .image
{
	margin: 4px; /* vertical - horizontal */
}

.RadPanelbar_PalladiumOutlook .rootGroup .link
{
	/*border-top: solid 1px #608058;*/
	border-top: none 0px #608058;
	/*background: url('Img/RootItemBkg.gif') repeat-x;*/
	color: #597886;
}

/* span class="text" */
.RadPanelbar_PalladiumOutlook .rootGroup .text
{
	font-weight: bold;
}

.RadPanelbar_PalladiumOutlook .rootGroup .link:hover
{
	/*background: url('Img/RootItemBkgActive.gif') repeat-x;*/
	background: white;
	color: #6d8d23;
	text-decoration:none;
}


.RadPanelbar_PalladiumOutlook .rootGroup .disabled:hover
{
	border-top: solid 1px #608058;
	/*background: url('Img/RootItemBkg.gif') repeat-x;*/
	color: #597886;
	background: white;
}

.RadPanelbar_PalladiumOutlook .group .text
{
	background: transparent;
	font-weight: normal;
	padding: 0px 20px; /* vertical-horizontal */
	border: 0px;
	line-height: 20px;
}

.RadPanelbar_PalladiumOutlook .level2 .text
{
	padding-left: 30px;
	line-height: 20px;
}

.RadPanelbar_PalladiumOutlook .rootGroup .selected .text
{
	/*background: url('Img/RootItemBkgActive.gif') repeat-x;*/
	background: white;
	color: #6d8d23;
}

/* child item link */
.RadPanelbar_PalladiumOutlook .group .link
{
	/*background: url(Img/itemsBg.gif) repeat-y;*/
	border: 0px;
}

/* child item link:hover */
.RadPanelbar_PalladiumOutlook .group .link:hover
{
	/*background: url(Img/itemSelected.gif) repeat-y;*/
	text-decoration: none;
}

.RadPanelbar_PalladiumOutlook .group .selected .text
{
	/*background: url(Img/itemSelected.gif) repeat-y;*/
	text-decoration: underline;
}

.RadPanelbar_PalladiumOutlook .rootGroup .disabled:hover,
.RadPanelbar_PalladiumOutlook .rootGroup .disabled .text
{
	/*background: url('Img/RootItemBkg.gif') repeat-x;*/
	color: #ccc;
	cursor: default;
}

.RadPanelbar_PalladiumOutlook .rootGroup .group .disabled:hover,
.RadPanelbar_PalladiumOutlook .rootGroup .group .disabled .text
{
	text-decoration: none;
	/*background: url(Img/itemsBg.gif) repeat-y;*/
	border-top: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_PalladiumOutlook .level3 .text
{
	padding-left: 40px;
	line-height: 20px;
}

.RadPanelbar_PalladiumOutlook .level4 .text
{
	padding-left: 50px;
	line-height: 20px;
}
.RadPanelbar_PalladiumOutlook .level5 .text
{
	padding-left: 60px;
	line-height: 20px;
}
.RadPanelbar_PalladiumOutlook .level6 .text
{
	padding-left: 70px;
	line-height: 20px;
}
.RadPanelbar_PalladiumOutlook .level7 .text
{
	padding-left: 80px;
	line-height: 20px;
}
.RadPanelbar_PalladiumOutlook .level8 .text
{
	padding-left: 90px;
	line-height: 20px;
}
.RadPanelbar_PalladiumOutlook .level9 .text
{
	padding-left: 100px;
	line-height: 20px;
}

