
/* tab right */

a#Mtab_woonstad_woonstad {
  top: 25%;
  left: auto;
  right: 0px; 
  bottom: auto; 
  width: 30px;
  height: 100px;
  color: #FFF;
  cursor:pointer;
  text-indent:-100000px;
  overflow:hidden;
  position: fixed;
  z-index: 999990;
  background-image: url(http://api.mopinion.nl/custom/woonstad/button_woonstad.png);
  _position: absolute;
  _background-image: url(http://api.mopinion.nl/custom/woonstad/button_woonstad.png);
  margin-left: auto;
  margin-right: -5px; 
  margin-top: auto; 
  margin-bottom: auto; 
}


a#Mtab_woonstad_woonstad:hover {
    margin-left: auto;
	margin-right: -3px;
	margin-top: auto; 
	margin-bottom: 0px; 
}


/* screen */

#Mscreen {
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
  z-index: 999995;
  position: fixed;
}

#Mbg {
  top:0;
  left:0;
  z-index:999991;
  width: 100%;
  height: 1000px;
  position: absolute;
  background-color: #000;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter:alpha(opacity=45);
}

#Mcontainer {
  width: 525px;
  margin: 0 auto;
  z-index:999996;
  position:absolute;
  -webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	left: 28%;
	top: 0;
	
}

#Mloader {

	z-index:999993;
	/* background: transparent url(http://api.mopinion.nl/img/loader.gif) no-repeat;*/
	background-color: white;
	width: 100%;
	height: 500px;

}

#Mcontainer iframe {
    width: 100%;
    height: 700px;
    margin-left: 25px;
	background: transparent;
	/* border: 1px solid #000; */
    /* background: transparent url(http://api.mopinion.nl/img/loader.gif) no-repeat;*/
}
#Mcontainer iframe.loaded {
      background: transparent;
}



a#Mclose {
  position: fixed;
  cursor:pointer;
  outline:none;
  top: 0;
  left: 0;
  z-index: 999997;
  width:42px;
  height:42px;
  overflow:hidden;
  background-image: url(https://admin.mopinion.nl/2.0/img/close.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://admin.mopinion.nl/2.0/img/close.png', sizingMethod='crop');
}

#Mclose:hover {
    background-position: -42px 0;
}



/* OPMAAK TABEL */

.titel1 {
	color:#666;
	font-size:11pt;
	letter-spacing:-1px;
	font-weight:bold;
}

div#titel1 {
	background-image:url(https://admin.mopinion.nl/2.0/img/but_sluit.png);
	position: absolute;
	z-index:999998;
	font-size:13pt;
	font-style:italic;
	color:#F00;
	height: 42px;
	width: 44px;
	top: 20px;
	left: 20px;
}

a div#titel1 {
	background-image:url(https://admin.mopinion.nl/2.0/img/but_sluit.png);
	border:0px;
	text-decoration:none;
}
a:hover div#titel1 {
	background-image: url(https://admin.mopinion.nl/2.0/img/but_sluit_o.png);
}

.titelwit {
	color:#FFFFFF;
	font-size:18px;
	text-shadow:0 -1px 0 #666;
	font-weight:bold;
}
