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

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

.RadPanelbar_ISST .rootGroup
{
	border: solid 1px #002d96;
	border-top: 0px;
}

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

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


.RadPanelbar_ISST .rootGroup .link
{
	border-top: solid 1px #002d96;
	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 .text
{
	background-color: transparent;
	font-weight: normal;
	padding: 0px 10px; /* vertical-horizontal */
	border: 0px;
	line-height: 1.2em;
}

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

.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;
}
