/* Maris LightBox */

/* class t.b.v deactiveren achtergrond */

.mlb-deactive {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: 9990;
	}

.mlb-container {
	position: absolute;
	background-color: #000;
	width: 280px;
	top: 250px;
	right: 200px;
	z-index: 9992;
	display: none;
	}

.mlb_title {
	font-weight: bold;
	font-size: 1.2em;
	color: #173642;
	height: 30px;
    padding-left: 0px;
    padding-top: 6px;
	}

.mlb-content ul
	{
	margin-right:10px;
	}

h3
	{
	color: #fff;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px;
    }

.mlb-content {
	color: #000;
	height: 98%;
	overflow: hidden;
	}

#mlb-content		{	padding: 0px 14px 0px 14px;}

.mlb-content table				{ padding: 0px; }
.mlb-content td {
	font-size: 0.95em;
	padding: 2px 2px 2px 0px;
	}

.mlb-content div ul {
	list-style: none;
	display: inline-block;
	float: right;
	}

.mlb-content div ul:after {
	content:".";
	display:block;
	clear:both;
	height: 0;
	visibility: hidden;
	}

.mlb-content div ul li {
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin-top: 6px;
	margin-right: 6px;
	float: left;
	cursor: pointer;
	}

.mlb-content div ul li:last-child {
	margin-right: 0px;
	}

.mlb-save						{ background-image: url(/grfx/save-image-btn.png); display: none; }

.mlb-print						{ background-image: url(/grfx/print-lightbox-btn.png); display: none; }
.mlb-close, #most_active_users .close 	{ background-image: url(/grfx/close-lightbox-btn.png); }

.mlb-deactive					{ display: none; }
.mlb-active						{ display: block; }

.mlb-ready {
	border: 1px solid #c5b791;
	font-weight: bold;
	color: #c5b791;
	text-indent: 0px !important;
	line-height: 18px;
	width: auto !important;
	height: auto !important;
	padding: 0px 6px 0px 6px;
	display: none;
	}


/* Smartphones  */
@media only screen and (max-width: 520px)
{
	.mlb-container			{max-width:100%; margin:0 auto; right:0px; left:0px !important;}
	.mlb-content div ul li  { margin-top:80px;}

}


