/* RadPanelBar Outlook skin */

.RadPanelbar_OutlookOlive
{
	background: transparent;
	white-space: nowrap;
	border: solid 1px #608058;
	border-top: 1px;
}

.RadPanelbar_OutlookOlive .text
{
	padding: 0px 6px; /* vertical - horizontal */
	font: bold 13px Arial, Verdana, Sans-serif;
	line-height: 31px;
}

.RadPanelbar_OutlookOlive .image
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelbar_OutlookOlive .rootGroup .link
{
	border-top: solid 0px green;
	border-bottom: solid 0px green;
	background: url('Img/RootItemBkg.gif') repeat-x;
	color: white;
}

/* span class="text" */
.RadPanelbar_OutlookOlive .rootGroup .text
{
	font-weight: bold;
	/*background-color: teal*/
}

.RadPanelbar_OutlookOlive .rootGroup .link:hover
{
	background: url('Img/RootItemBkgActive.gif') repeat-x;
	/*background-color: aqua;*/
}


.RadPanelbar_OutlookOlive .rootGroup .disabled:hover
{
	border-top: solid 1px #608058;
	background: url('Img/RootItemBkg.gif') repeat-x;
	color: white;
}

.RadPanelbar_OutlookOlive .group .text
{
	background: transparent;
	font-weight: bold;
	padding: 0px 11px; /* vertical-horizontal */
	border: 1px;
}

.RadPanelbar_OutlookOlive .level2 .text
{
	padding-left: 20px;
	line-height: 20px;
	background: transparent;
}

.RadPanelbar_OutlookOlive .level3 .text
{
	padding-left: 30px;
	line-height: 23px;
	background: url(Img/itemsBg.gif) repeat-y;
}

.RadPanelbar_OutlookOlive .rootGroup .selected .text
{
	background: url('Img/RootItemBkgActive.gif') repeat-x;
	border-top: solid 0px green;
	border-bottom: solid 0px green;
	color:purple;
	/*background: teal;*/
}

/* child item link */
.RadPanelbar_OutlookOlive .group .link
{
	background: url(Img/itemsBg.gif) repeat-y;
	border: 0px;
}

/* child item link:hover */
.RadPanelbar_OutlookOlive .group .link:hover
{
	background: url(Img/itemSelected.gif) repeat-y;
	text-decoration: none;
		border-top: solid 0px aqua;
	border-bottom: solid 0px aqua;
	/*background: #9966ff; */
}

.RadPanelbar_OutlookOlive .group .selected .text
{
	background: url(Img/itemSelected.gif) repeat-y;
	text-decoration: none;
		border-top: solid 1px aqua;
	border-bottom: solid 1px aqua;
	/*background: #9966ff; */
}

.RadPanelbar_OutlookOlive .rootGroup .disabled:hover,
.RadPanelbar_OutlookOlive .rootGroup .disabled .text
{
	background: url('Img/RootItemBkg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_OutlookOlive .rootGroup .group .disabled:hover,
.RadPanelbar_OutlookOlive .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: url(Img/itemsBg.gif) repeat-y;
	border-top: none;
	color: #ccc;
	cursor: default;
}
