@charset "utf-8";
/* CSS Document */

/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../images/mediabox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;
	border:#7a2b39 2px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #000 url(../images/mediabox/BlackLoading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/

}

#mbBottom {
	min-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 115%;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 20px 10px 25px;
}

#mb_bio_lightbox_container {
	width:478px;
	height:auto;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:20px;
	z-index:1;
}

#mb_bio_lightbox_container_contact {
	width:475px;
	height:auto;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:20px;
	z-index:1;
}


.mb_bio_lightbox_h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#585858;
	border-bottom:#dddddd 1px solid;
	line-height:125%;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}

.mb_bio_lightbox_empname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#585858;
	line-height:125%;
	font-weight:bold;
}

.mb_bio_lightbox_emptitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#585858;
	line-height:125%;
}

.mb_bio_lightbox_imagedecoration {
	background-color:#f2f2f2;
	border:#c9c9c9 1px solid;
	padding:5px;
}

.mb_bio_lightbox_close a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1779e8;
	line-height: 125%;
	text-decoration:underline;
}

.mb_bio_lightbox_close a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1779e8;
	line-height: 125%;
	text-decoration:underline;
}

.mb_bio_lightbox_close a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 125%; 
}

/*	End inline content styles	*/
