.mvw_maintable {
	border: Gray solid;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-top-width : 1px;
	}
	
.mvw_maintable_minimized {
	border: Gray solid;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 0px;
	border-top-width : 1px;
	}
	      
.mvw_inhalt {
	border: Gray solid;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 0px;
	border-top-width : 0px;
	width:100%;
	height:100%;
	background-color : #000000;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	}
	
.mvw_inhalt_over {
	border: Gray solid;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 0px;
	border-top-width : 0px;
	width:100%;
	height:100%;
	background-color : #000000;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	}
	
.mvw_contentdiv {
	color: black;
	font-family: arial;
	width:100%;
	height:1px;
	font-size: 10pt;
	overflow: scroll;
	}

.mvw_title {
	color: black;
	font-family: verdana;
	height:20px;
	font-weight: bolder;
	font-size: 7pt;
	background-image: url(images/headbg.png);
	}
	
.mvw_title_over {
	color: 5A5A5A;
	font-family: verdana;
	height:20;
	font-weight: normal;
	font-size: 7pt;
	padding-left:5;
	padding-right:5;
	background-image: url(images/headbg.png);
	}
	
.mvw_min_btn {
	background-image: url(images/min.png);
	background-repeat:no-repeat;
	background-position:top;
	height:18px;
	width:14px;
	border-width: 0;
	}
	
.mvw_max_btn {
	background-image: url(images/max.png);
	background-repeat:no-repeat;
	background-positon:top;
	height:18px;
	width:14px;
	border-width: 0;
	}
	
.mvw_close_btn {
	background-image: url(images/close.png);
	background-repeat:no-repeat;
	background-positon:top;
	height:18px;
	width:14px;
	border-width: 0;
	}
	
.mvw_min_btn_minimized {
	background-image: url(images/min.png);
	background-repeat:no-repeat;
	background-positon:top;
	height:18px;
	width:14px;
	border-width: 0;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	}
	
.mvw_max_btn_minimized {
	background-image: url(images/max.png);
	background-repeat:no-repeat;
	background-positon:top;
	height:18px;
	width:14px;
	border-width: 0;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	}
	
.mvw_close_btn_minimized {
	background-image: url(images/close.png);
	background-repeat:no-repeat;
	background-positon:top;
	height:18px;
	width:14px;
	border-width: 0;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	}
	
.mvw_title_space {
	padding-left:5;
	padding-right:2;
	}
	
.mvw_resizebary{
	cursor:s-resize;
	background-color : black;
	height:1px;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	}

.mvw_resizebarx{
	cursor:w-resize;
	background-color : black;
	width:1px;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	}

.mvw_resizebarxy{
	cursor:nw-resize;
	background-color : black;
	width:1px;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	}
	
.mvw_alloverdiv {

	background-color : #000000;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	}
	
.mvw_alloverdiv_over {
	background-color : #000000;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	
	
	}
	
.mvw_alloverdiv_txt{
	color: white;
	font-family: verdana;
	font-weight: bolder;
	font-size: 12pt;
}