/* 9/3/07 MM: */
/* 2008-03-28 MM: Adjusted padding and borders on Table and TD. Darkened text color a bit. */
/* 2015-06-01 MM: added mmHomePageTable */
/* 2023-08-25 MM: Added mmCollapse  */

Body 	{

		font-family		: "Arial";
		font-size		: 12pt;
		lang			: EN-US; 
		}
table 	{
		font-family		: "Arial";
		font-size		: 11pt;
		}
.frc 	{
		background-color: "";
		color			: "#660066"
		}
.wind 	{
		background-color: "";
		color			: "#0000cc"
		}
		
.mmHomeTable  {
		border-width	: 4;
		border-color	:green;
		borderColor	:blue;
		borderWidth	:1;
		text-align	: center;
		xwidth		: 96%;
}

.mmLeftPanelTable {
		width		: 300px;
		border-right: 1px solid blue;
		text-align	: right;
}

.mmRightBottomTable {
		padding		:6;
}
	
.divider {
	EM	:1;
	}

.mmNote {
		color			:#888899;
		font		:10pt;
}
table.mmIndex 	{
	color			:#666666;
	text-align		:Left;
	width			:100%;
	font-family		:Times;
	font-size		:13pt;
	font-weight		:normal;
	line-height		:1;
	border-width	:0px;
	border-style	:ridge;
	border-color	:#999999;
	border-collapse	:collapse;
	}
table.mmIndex td {
		padding: 3px;
		border-style: solid;
		border-color: #999999;
	}
table.mmNoBorder 	{ 
		text-align		:Left;
		width			:100%;
		font-family		:Times;
		font-size		:13pt;
		font-weight		:normal;
		line-height		:1;		border-width	:0;
		border-style	:solid;
		border-color	:#999999;
	}
table.mmNoBorder td {
		border-width	:0;
		text-align		:Left;		
	}

table.mmTable1	{
		color		:#999999;
		text-align	:center;
		width		:96%;
	}

table.mmTable2	{
		color		:#999999;
		text-align	:justify;
		width		:96%;
	}
	
a.mmSmartTip	{
		color			:#00ff00;
		text-decoration	:none;
}

.mmH1	{
		text-align		:center;
		xword-spacing	:36pt;
		font-family		:Verdana,Arial,Comic,Sans MS;
		font-size		:20pt;
		font-weight		:normal;
		line-height		:22pt;
		color			:#666666;
	}

.mmH2	{
		text-align		:center;
		font-family		:Verdana,Arial,Comic,Sans MS;
		font-size		:16pt;
		font-weight		:normal;
		line-height		:18pt;
		color			:#666666;
	}

.mmDescr1	{
		font-family	:Times;
		font-size	:14pt;
		font-weight	:normal;
		text-align	:justify;
	}
	
.mmHomeImg	{
		width		:82;
}
.mmIndexUpperImg {
		width		:42;
		border		:1;
}

.mmDescr2	{
		font-family	:"Times";
		font-size	:"12pt";
		font-weight	:"normal";
		line-height	:"1";
		text-align	:Left;
	}
table.mmLeftPanel 	{
		font-family		: "Arial";
		font-size		: 10pt;
		}

details {
  user-select: none;
}

details>summary span.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  margin-left: auto;
}

details[open] summary span.icon {
  transform: rotate(180deg);
}

summary {
  display: flex;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}