/* RadPanelBar Perama Office 2007 skin */

.RadPanelbar_Perama
{
	background: white;
	white-space: nowrap;
}

.RadPanelbar_Perama .rootGroup
{
	border: solid 1px #6593cf;
	border-top: 0px;
}

.RadPanelbar_Perama .text
{
	padding: 0px 20px; /* vertical - horizontal */
	font: bold 11px Verdana, Arial, Sans-serif;
	line-height: 31px;
}

.RadPanelbar_Perama .image
{
	margin: 4px; /* vertical - horizontal */
}


.RadPanelbar_Perama .rootGroup .link
{
	border-top: solid 1px #6593cf;
	background: #c0dbff url('Img/RootItemBkg.gif') repeat-x;
	color: #204d89;
}

/* span class="text" */
.RadPanelbar_Perama .rootGroup .text
{
	font-weight: normal;
}



.RadPanelbar_Perama .rootGroup .link:hover
{
	background: #fee17a url('Img/RootItemBkgActive.gif') repeat-x;
	color: #003112;
}


.RadPanelbar_Perama .rootGroup .disabled:hover
{
	background: #7da5e0 url('Img/RootItemBkg.gif') repeat-x;
	color: #10110f;
}

.RadPanelbar_Perama .group .text
{
	background: transparent;
	font-weight: normal;
	padding: 0px 20px; /* vertical-horizontal */
	border: 0px;
}

/* IST Mods */
.RadPanelbar_Perama .rootGroup .expanded .text
{
/*	padding-left: 10px;
	margin-left: 10px;
	background: transparent url("./Img/arrow-down.gif") no-repeat 0 13px; */
	background: #ee9515 url('Img/RootItemBkgActive.gif') repeat-x;
}

.RadPanelbar_Perama .rootGroup .selected .text
{
	background: #ee9515 url('Img/RootItemBkgActive.gif') repeat-x;
}

/* child item link */
.RadPanelbar_Perama .group .link
{
	background: none;
	border: 0px;
}

/* child item link:hover */
.RadPanelbar_Perama .group .link:hover {
	background: none;
	text-decoration: underline;
}

.RadPanelbar_Perama .group .selected .text
{
	padding-left: 10px;
	margin-left: 15px;
	background: transparent url("./Img/arrow-left.gif") no-repeat 0 10px;
	/*background: none;
	text-decoration: underline;*/
}

.RadPanelbar_Perama .rootGroup .disabled:hover,
.RadPanelbar_Perama .rootGroup .disabled .text
{
	background: #c0dbff url('Img/RootItemBkg.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Perama .rootGroup .group .disabled:hover,
.RadPanelbar_Perama .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}


