/* r.a.d.panelbar 4 ISST skin */

.RadPanelbar_ISST
{
	background: #D9D9E4;
	white-space: nowrap;
}

.RadPanelbar_ISST .rootGroup
{
	margin: 0;
}

.RadPanelbar_ISST .text
{
	padding: 0px 10px; /* vertical - horizontal */
	font: bold .8em Calibri, Arial, Verdana, Sans-serif;
	line-height: 17px;
}

.RadPanelbar_ISST .image
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelbar_ISST .rootGroup .link
{
	background: #7da5e0 url('Img/RootItemBkg.gif') repeat-x;
	color: #10110f;
}

/* span class="text" */
.RadPanelbar_ISST .rootGroup .text
{
	font-weight: bold;
}



.RadPanelbar_ISST .rootGroup .link:hover
{
	background: #ee9515 url('Img/RootItemBkgActive.gif') repeat-x;
}


.RadPanelbar_ISST .rootGroup .disabled:hover
{
	border-top: solid 1px #002d96;
	background: #7da5e0 url('Img/RootItemBkg.gif') repeat-x;
	color: #10110f;
}

.RadPanelbar_ISST .group
{
    background-color: White;
    padding: 0;
    margin: 0;
}
.RadPanelbar_ISST .group .text
{
	background-color: transparent;
	font-weight: normal;
    font-size: .75em;
	padding: 0px 10px; /* vertical-horizontal */
	border: 0px;
	line-height: 1.2em;
}

.RadPanelbar_ISST .level2 .text
{
	padding-left: 15px;
	line-height: 1.0em;
}

.RadPanelbar_ISST .rootGroup .selected .text
{
	background: #ee9515 url('Img/RootItemBkgActive.gif') repeat-x;
}

/* child item link */
.RadPanelbar_ISST .group .link
{
	background: none;
	border: 0px;
}

/* child item link:hover */
.RadPanelbar_ISST .group .link:hover,
.RadPanelbar_ISST .group .selected .text
{
	background: none;
	text-decoration: underline;
}

.RadPanelbar_ISST .rootGroup .disabled:hover,
.RadPanelbar_ISST .rootGroup .disabled .text
{
	background: #7da5e0 url('Img/RootItemBkg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_ISST .rootGroup .group .disabled:hover,
.RadPanelbar_ISST .rootGroup .group .disabled .text
{
	border:none;
	text-decoration:none;
	background:none;
	color: #ccc;
	cursor: default;
}

