.acgPanel
{
	overflow:visible;
	box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.2);
	z-index:3;
	jtransition:width 0.5s;
}

.acgPanelCloseTab
{
	position:absolute;
	font-size:initial;	/* compensate for innerArea being set to "0" */
	top:0.5em;
	right:0.5em;
	jcolor:rgb(120,120,120);
	color:rgb(202,0,2);
	jbackground-color:rgb(13,39,77);
	z-index:9999999;
	jheight:50px;
	jwidth:32px;
	jheight:32px;
	text-align:center;
	jpadding-top:1em;
	jpadding-top:0.5em;
	box-sizing:border-box;
	jbox-shadow: 3px 3px 5px 3px rgba(0,0,0,0.1);
	jtransition:left 0.5s;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	cursor:hand;
	cursor:pointer;
	line-height:0;
}