.mdr-shell-wrapper {
	float:				left;
	text-align:			left;
}
.mdr-shell {
	overflow:			hidden;
	position:			relative;
	z-index:			1002;
	outline-style: 			none; 
	outline-width:			0pt; 
	width:				100%;
}
.container {
	position:			relative;
	width:				100%;
}
.titlebar {
	margin:				12px;
	margin-bottom:			0px;
	margin-right:			0px;
	margin-left:			0px;
	padding:			20px;
	background:			#FFFFFF;
}
.title {
}
.content {
	margin:				12px;
	margin-top:			0px;
	margin-left:			0px;
	margin-right:			0px;
	padding:			20px;
	background:			#FFFFFF;
}
.content-notitle {
	margin:				12px;
	margin-left:			0px;
	margin-right:			0px;
	padding:			20px;
	background:			#FFFFFF;
}
.mdr-shell-north {
	position:			absolute;
	display:			block;
	overflow:			hidden;
	height:				12px;
	top:				0px;
	left:				12px;
	right:				12px;
	background:			transparent url(../images/side.gif) repeat-x;
}
.mdr-shell-east {
	position:			absolute;
	display:			block;
	overflow:			hidden;
	width:				12px;
	top:				12px;
	bottom:				12px;
	right:				0px;
	background:			transparent url(../images/side.gif) repeat-y;
}
.mdr-shell-south {
	position:			absolute;
	display:			block;
	overflow:			hidden;
	height:				12px;
	bottom:				0px;
	left:				12px;
	right:				12px;
	background:			transparent url(../images/side.gif) repeat-x;
}
.mdr-shell-west {
	position:			absolute;
	display:			block;
	overflow:			hidden;
	width:				12px;
	top:				12px;
	bottom:				12px;
	left:				0px;
	background:			transparent url(../images/side.gif) repeat-y;
}

.mdr-shell-northeast {
	position:			absolute;
	display:			block;
	overflow:			hidden;
	width:				12px;
	height:				12px;
	top:				0px;
	right:				0px;
	background:			transparent url(../images/cnr_topRight.gif);
	z-index:			1001;
}
.mdr-shell-northwest {
	position:			absolute;
	display:			block;
	overflow:			hidden;
	width:				12px;
	height:				12px;
	top:				0px;
	left:				0px;
	background:			transparent url(../images/cnr_topLeft.gif);
	z-index:			1002;
}
.mdr-shell-southeast {
	position:			absolute;
	display:			block;
	overflow:			hidden;
	width:				12px;
	height:				12px;
	bottom:				0px;
	right:				0px;
	background:			transparent url(../images/cnr_bottomRight.gif);
	z-index:			1003;
}
.mdr-shell-southwest {
	position:			absolute;
	display:			block;
	overflow:			hidden;
	width:				12px;
	height:				12px;
	bottom:				0px;
	left:				0px;
	background:			transparent url(../images/cnr_bottomLeft.gif);
	z-index:			1004;
}
