.dr-mpnl-ovf-hd {
	overflow: hidden;
}

.dr-mpnl-trim {
	position: relative;
	z-index: 0;
}

.dr-mpnl-iframe {
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	overflow-y: hidden;
	z-index: -1;
}

.dr-mpnl-mask-div {
	position: fixed;
	top: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-style: none;
	background-color: #d0d0d0;
}

.dr-mpnl-mask-div-opaque {
	filter: alpha(opacity =   50);
	opacity: .5;
}

.dr-mpnl-mask-div-transparent {
	background-color: transparent;
}

.dr-mpnl-panel {
	position: fixed;
	margin: 0;
	padding: 0;
	background-color: inherit;
	z-index: 9;
	left: 0;
	top: 0;
}

.dr-mpnl-resizer {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.dr-mpnl-header {
	height: 20px;
	width: 100%;
	vertical-align: middle;
	z-index: 5;
}

.dr-mpnl-pnl-button {
	outline-style: none;
	position: absolute;
	border: 10px solid red;
	position: absolute;
	clip: rect(0px, 0, 1px, 1px);
	height: 10px;
	width: 10px;
	left: 0;
	top: 0;
	z-index: -300;
}

.rich-mpnl-controls {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 1;
}

.rich-modalpanel {
	left: 0;
	top: 0;
}

.dr-mpnl-spacer,.dr-mpnl-resizer {
	background-image: url('../../resources/img/back.png');
}

.dr-mpnl-pnl {
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	background-color: inherit;
}

.dr-mpnl-pnl-h {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	background-position: top left;
	background-repeat: repeat-x;
}

.dr-mpnl-pnl-b {
	padding: 10px;
}

.dr-mpnl-shadow {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 4px;
	left: 4px;
	filter: alpha(opacity =   10);
	opacity: .1;
}

.dr-mpnl-pnl {
	background-color: #f1f1f1;
	border-color: #C0C0C0;
}

.dr-mpnl-pnl-h {
	background-color: #005000;
	border-color: #005000;
	background-image: url('../../resources/img/back.png');
}

.dr-mpnl-pnl-text {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

.dr-mpnl-pnl-b {
	font-size: 11px;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
}

.dr-mpnl-shadow {
	background-color: #000;
}
