/* .mDepth1 NEEDS to be assigned to each first-level block since it has
	margin:5px 0px 5px 0px and a default width. Override the width with 
	CSS (id or class). mDhtmlPop gets display:inline so it will squeeze to the width of
	.mDepth1 (plus mDhtmlPop's padding and border, of course)
	*/

DIV.mDhtmlPop			{display:none;position:absolute;left:0;top:0; border: 1px red solid; background-color: #CCCCCC; padding: 5px 10px 5px 10px;z-index:45;;}
DIV.mDhtmlPop *			{font-size:10px}

DIV.mDhtmlPop .mPopTitle	{font-weight:bold;font-size:11px;background-color:white;border-bottom: 1px #999999 solid; padding:10px 5px 10px 5px}
DIV.mDhtmlPop .mScroller	{overflow-y:auto;overflow-x:auto;height:210px;background-color:white;padding-left:5px ;overflow: auto;width:328;padding-top:10px;}
DIV.mDhtmlPop .mFootnotes	{border:1px black dashed;padding: 5px 5px 5px 5px;margin-top:5px;}
DIV.mDhtmlPop .mDhtmlPopClose	{text-align:right}
DIV.mDhtmlPop .mDhtmlPopClose IMG	{display:inline}

DIV.mDhtmlPop .mController	{width:100%;background-color:white;border-top:1ps solid #999999;;padding: 5px 5px 5px 5px;margin-top:5px;}

IMG#mPopShadow			{display:none;position:absolute;z-index:40;behavior:url("/css/m/png.htc");}

DIV.mDhtmlPop .mDepth1		{width:350px;margin:5px 0px 5px 0px;}


