/* r.a.d.panelbar 4 Outlook skin */

.RadPanelbar_AMR
{
	/*background: white;*/
	white-space: nowrap;
	/*border: solid 1px #aec5d7;*/
	border-top: 0px;
}

.RadPanelbar_AMR .text
{
	padding: 0px 20px; /* vertical - horizontal */
	font: bold 11px Arial, Verdana, Sans-serif;
	line-height: 21px;
}

.RadPanelbar_AMR .image
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelbar_AMR .rootGroup .link
{
	border-top: solid 1px #4a6686;  /* spacer rows */
	border-bottom: solid 1px #35465f;
	background: url('Img/RootItemBkg.gif') repeat-y;
	color: #ffffff;
}

/* span class="text" */
.RadPanelbar_AMR .rootGroup .text
{
	font-weight: bold;
}

.RadPanelbar_AMR .rootGroup .link:hover
{
	background: #191a15;
	color: #ffffff;
	padding-left: 4px;
}


.RadPanelbar_AMR .rootGroup .disabled:hover
{
	border-top: solid 1px #608058;
	background: url('Img/RootItemBkg.gif') repeat-y;
	color: #10110f;
}

.RadPanelbar_AMR .group .text
{
	/*background: transparent;*/
	font-weight: normal;
	padding: 0px 20px; /* vertical-horizontal */
	border: 0px;
}

.RadPanelbar_AMR .level2 .text
{
	padding-left: 43px;
	line-height: 21px;
}

.RadPanelbar_AMR .rootGroup .selected .text
{
	/*background: url('Img/RootItemBkgActive.gif') repeat-x;*/
	background: #191a15;
	color: #ffffff;
}

/* child item link */
.RadPanelbar_AMR .group .link
{
    border-top: solid 1px #191a15;  /* spacer rows */
	/*background: url(Img/itemsBg.gif) repeat-y;*/
    background: #191a15;
    padding-left: 8px;
}

/* child item link:hover */
.RadPanelbar_AMR .group .link:hover,
.RadPanelbar_AMR .group .selected .text
{
	/*background: url(Img/itemSelected.gif) repeat-y;*/
	text-decoration: underline;
	background: #191a15;
	border-top: solid 1px #191a15;
	padding-left: 12px;
}




.RadPanelbar_AMR .rootGroup .disabled:hover,
.RadPanelbar_AMR .rootGroup .disabled .text
{
	background: url('Img/RootItemBkg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_AMR .rootGroup .group .disabled:hover,
.RadPanelbar_AMR .rootGroup .group .disabled .text
{
	text-decoration: none;
	/*background: url(Img/itemsBg.gif) repeat-y;*/
	background-color: #f8fbfe;
	border-top: solid 1px #FFFFFF;  /* spacer rows */
	color: #ccc;
	cursor: default;
}
