#mm-container
{
	position: relative;
	
	margin: auto;
	padding: 10px;

	border: 4px solid black;
	background-color: white;
}

#mm-object
{
	/*background-image: url(/os3jslib/gfx/progress/medium_white.gif);
	background-repeat: no-repeat;*/

	position: relative;
	margin: auto;

	width: 618px;
	height: 600px;
}

#mm-container .panel
{
	border: 1px solid black;
	background-color: #cccccc;
	padding: 3px;
	overflow: auto;

	margin-top: 4px;
}

#mm-container .panel td
{
	border: 1px solid #ffcccc;
	padding: 2px;
}

#mm-tbar {
	position: relative;

	border: 1px solid black;
	padding: 4px;
	background-color: #dddddd;
	color: black;

	margin-bottom: 1em;

	height: 14px;
}

#mm-tbar-close {
	position: absolute;

	right: 4px;

	width: 14px;
	height: 14px;

	background-image: url(close.gif);

	cursor: pointer;
}
	

.mm-act-del, .mm-act-rot-l, .mm-act-rot-r {
	width: 32px;
	height: 32px;

	cursor: pointer;

	float: left;

	background-image: url(del.png);
	background-repeat: no-repeat;

	margin-right: 3px;
}

.mm-act-rot-l {
	background-image: url(rot_l.png);
}

.mm-act-rot-r {
	background-image: url(rot_r.png);
}

.dgrid_container {
	width: 700px;
	border: 1px solid blue !important;
}

.dgrid_box {
	width: 680px !important;
}
