/* mediaboxAdvanced - black theme */

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

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

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
    height: 100px;
	overflow: visible;
    visibility: visible;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
}
#mbCenter_ana {
    position: absolute;
    z-index: 9999;
    left: 50%;
    height: 100px;
    overflow: visible;
    visibility: visible;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
}
#mbCenter.mbLoading {
	background: #f4f4f0 url(/images/loading_diwan.gif) top  no-repeat;
	-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	*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;

}

#mbCenter a, #mbCenter a:link, #mbCenter a:visited {
	color: #ddd;
}

#mbCenter a:hover, #mbCenter a:active {
	color: #0066;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
    height:60px;
	color: #000;
	text-align: right;
	padding: 2px;
}

#mbTitle {
	display: inline;
	color: #000;
    width:328px;
    height:17px;
    float:right;

    text-align:right;
    position:absolute;
    overflow:hidden;
    top: 42px;
    right: 35px;
    direction:rtl;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
}

#mbNumber {
display: inline;
position:absolute;
top: 40px;
left: 33px;
color: #000;
height:17px;
width:80px;
float:float;
    text-align:right;
    direction:rtl;
    font-weight: bold;
	line-height: 17px;
	font-size: 12px;
	margin: 1px;
}
#mbDownload {
display: inline;
position:absolute;
top: 70px;
left: 173px;
color: #000;
height:17px;
width:80px;
float:float;
    text-align:right;
    direction:rtl;
    font-weight: bold;
    line-height: 17px;
    font-size: 12px;
    margin: 1px;
}
#mbCaption {

}





/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;;
    height:13px;
	text-align: center;

	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

