.ShowHidePanel
{
	Z-INDEX:999;
	background-color:#ffffff;
}

.ShowHideGroupHeader
{
	background-color: #CECECE;
	color: #A0A0A0;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: Bold;
	cursor: hand;
	cursor: pointer;
}

.ShowHideGroupHeaderOpen
{
	background-color:#BED4D4;
	color:#000000; 
	font-family:Verdana;
	font-size:10pt;
	font-weight:Bold;
	cursor:hand;
	cursor:pointer;
}

.ShowHideGroupHeaderSelect
{
	background-color:#BED4D4;
	color:#000000; 
	font-family:Verdana;
	font-size:10pt;
	font-weight:Bold;
	cursor:hand;
	cursor:pointer;
}

.ShowHideDisabledGroupHeader
{
	background-color:#BED4D4;
	color:#dddddd;
	font-family:Verdana;
	font-size:10pt;
	font-weight:Bold;
	cursor:default;
}

.ShowHideGroup
{
	border-style:solid;
	border-width:1px;
	border-color:#BED4D4;
	background-color:#f5f5f5;
}

.ShowHideDisabledItem
{
	color:#a9a9a9;
	font-family:Verdana;
	font-size:8pt;
	padding-left:5px;
	cursor:default;
}

.ShowHideItem
{
	color:#000099; 
	font-family:Verdana;
	font-size:8pt;
	text-decoration:Underline;
	padding-left:5px;

}

.ShowHideItemOver
{
	color:Red; 
	font-family:Verdana;
	font-size:8pt;
	text-decoration:Underline;
	padding-left:5px;
	cursor:pointer;
	cursor:hand;
}

.ShowHideItemSelect
{
	color:#000099; 
	font-family:Verdana;
	font-size:8pt;
	font-weight:Bold;
	padding-left:5px;
}

.ShowHideItemTitle
{
	color:Black;
	font-family:Verdana;
	font-size:8pt;
	font-weight:Bold;
	padding-left:4px;
}


