body {
	background: none;
}

.top_background_line {
	position: absolute;
	top:0px; left: 0px; height:65px; width:100%; background: #943338;
	box-shadow: 0px 5px 5px 0px rgba(163,163,163,1);
}

div.CBar_Loader_Top {
	position: absolute;
	top:0px; left: 0px; height:55px; width:100%; background: #943338;
}

div.MP_HD_mid {
	background: none;
	position: relative;
	text-shadow: none;
}

div.MP_HD_left { background: none;}
div.MP_HD_right { background: none;}

div.MP_HD_mid::before {
	content: "";
	display: inline-block;
	top: 10px;
	left: 0px;
	border-radius: 3px;
	background-color: #943338;
	height: 30px;
	width: 100%;
	position: absolute;
	box-shadow: 0px 0px 5px 0px #aaa;
	z-index: -1;
}

div.MP_HD_mid.green {
	background: none;
	position: relative;
	text-shadow: none;
}

div.MP_HD_left.green { background: none;}
div.MP_HD_right.green { background: none;}

div.MP_HD_mid.green::before {
	content: "";
	display: inline-block;
	top: 10px;
	left: 0px;
	border-radius: 3px;
	background-color: #5cb160;
	height: 30px;
	width: 100%;
	position: absolute;
	box-shadow: 0px 0px 5px 0px #aaa;
	z-index: -1;
}

div.MP_TB_mid {
	background: none;
	position: relative;
}

div.MP_TB_mid::before {
	content: "";
	display: inline-block;
	top: 5px;
	left: 0px;
	background: #fafafa;
	border:1px solid #efefef;
	border-radius: 3px;
	height: 38px;
	width: 100%;
	position: absolute;
}

div.MP_TB_left { background: none;}
div.MP_TB_right { background: none;}

div.MP_SW_Left	 { background: none; }
div.MP_SW_Right	 { background: none; }
div.MP_SW_LeftTop
div.MP_SW_Right	 { background: none; }

#main_panel #main_table_controller::after {
	content: "";
	color: green;
	display: inline-block;
	top: 0px;
	left: 15px;
	border-radius: 3px;

	border:1px solid #efefef;
	height: calc(100% - 15px);
	width: calc(100% - 30px);
	position: absolute;
	pointer-events: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
}

div.LP_Header {
	background: none;
	text-shadow: none;
	position: relative;
}

div.LP_Header::before {
	content: "";
	display: inline-block;
	top: 10px;
	left: 0px;
	border-radius: 3px;

	background-color: #5cb160;
	height: 30px;
	width: 100%;
	position: absolute;
	box-shadow: 0px 0px 5px 0px #aaa;
	z-index: -1;
}