@charset "utf-8";
/* CSS Document */

.ExpandedCssClass
	{
		color: red !important;
	}
	
	.ClickedCssClass .rpText
	{
		color: green !important;
	}
	.DisabledCssClass
	{
		text-decoration: line-through !important;
	}
	.FocusedCssClass
	{
		color: blue !important;
	}
	.SelectedCssClass .rpText
	{
		color: black !important;
		font-weight: bold !important;
		text-decoration: underline !important;
	}
	.CustomCssClass1 .rpText
	{
		color:blue !important;
	}
	.CustomCssClass2 .rpText
	{
		color: green !important;
	}
	.CustomCssClass3 .rpText
	{
		color: orange !important;
	}
.Shaded
{ 		
    font: bold 9pt arial;
    
	COLOR: white;
	height: 32px;
	cursor: hand;
	cursor: pointer;
	background-image:url(../../../../Images/FolderTabBlue2.gif) !important;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.PanelbarHeaderSelected{

}

