/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}

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

#mbOverlay.mbOverlayIE {
	background: transparent url(_images/50.gif) repeat;
}

#mbCenter {
position: absolute;
z-index: 9999;
left: 50%;
overflow: hidden;
background-color: #fff; }

#mbCenter h3 {
margin: 0px 0px 15px 0px;
padding: 10px 0px 0px 10px;
font: normal normal bold 18px/22px Verdana, sans-serif;
color: #ffbb02; }

#mbCenter p {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
font: normal normal normal 11px/14px Verdana, sans-serif;
color: #707070; }

#mbCenter p a:link, #mbCenter p a:visited {
margin: 0px 0px 10px 0px;
font: normal normal bold 11px/14px Verdana, sans-serif;
color: #ffbb02; }


#mbCenter p a:hover, #mbCenter p a:active {
margin: 0px 0px 10px 0px;
font: normal normal bold 11px/14px Verdana, sans-serif; }


#mbCenter img {
margin: 0px 10px 10px 0px;
padding: 0px 0px 0px 10px;
float: right; }

#mbCenter ul {
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 10px;
font-size: 11px;
font-weight: normal;
line-height: 16px;
list-style: none;
color: #707070;
background: transparent;
z-index: 2; }

#mbCenter ul li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
text-decoration: none;
background: transparent url(_images/ulinfo_li.gif) left center no-repeat; }

#mbCenter table {
margin: 0px 0px 10px 10px;
padding: 0px 0px 0px 0px;
width: 430px;
font-size: 10px;
border-collapse: collapse;
vertical-align: top;
background: transparent;  }

#mbCenter table caption {
margin: 0px 0px 5px 0px ;
padding: 0px 0px 0px 0px ;
color: #ffbb02;
font-size: 10px;
font-weight: bold;
caption-side: top;
text-align: left;
background: #fff; } 	

#mbCenter table thead tr  {
text-align: left;
color: #fff;
background: #ffbb02; }	

#mbCenter table thead tr th {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
width: 215px;
vertical-align: top;
text-align: left;
color: #fff;
background: #ffbb02; }				

#mbCenter table tfoot tr th {
padding: 2px 0px 2px 10px;
width: 430px;
font-size: 10px;
font-weight: normal;
line-height: 13px;
text-align: left;
color: #707070;  }	

#mbCenter table tr  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
vertical-align: top;
border-bottom: 1px solid #707070;
background: #fafafa;; 
display: block;}

#mbCenter table tr td {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
width: 215px;
vertical-align: top;
text-align: left;
color: #525252;
border-bottom: 1px solid #707070; }				



#mbBottomContainer {
position: absolute;
z-index: 9999;
left: 50%;
overflow: hidden;
background-color: #ffbb02; }


.mbLoading {
	background: #000 url(_images/BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffbb02;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

#mbBottom {
	line-height: 36px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 10px solid #ffbb02;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 36px;
	width: 46px;
	background: transparent url(_images/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 69px;
	background: transparent url(_images/BlackPrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url(_images/BlackNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 160px;
	background: transparent url(_images/BlackClose.gif) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
