/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	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: #fff;
	/**-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: #fff 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	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

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

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	position:absolute;
	top:0px;
	right:0px;
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	width:100%;
	text-align: right;
	padding: 0 0px 0px;
}

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

#mbNumber {
	/**display: inline;**/
	display:none;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

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

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	margin: 0;
	outline: none;
	background-color:#0000ff;
}

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

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

#mbCloseLink {
	background:#00f url(../images/close.png) no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	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;
}



.hidden{
				height:0px;
				width:0px;
				overflow:hidden;
				display:none;
}
			
#container{
	background-image:url(../images/background.png);
	background-repeat:no-repeat;
	margin:auto;
	width:600px;
	width:893px;
	height:843px;		
}
			
#table{
	border:none;	
	border-spacing:14px;	
}

#table tr{height:27px;}
#table td{/**border: black solid 1px;**/}
			
.tablea{
	text-align:right;		
}
			
.tableb{
			 
}
			 
.tablec{
			 
}
			 
.tabled{
			 
}

img{ border:none;}/** height:40px; **/
a{border:none; text-decoration:none;}
#head{height:60px; margin-left:auto; margin-right:auto; text-align:center; margin-bottom:35px; margin-top:15px;}

/**
 Lightbox Design
**/
#mbImage *{
	margin:5px;
	padding:0px;
	color:#000;
}

.logo{
	width:100%;
	text-align:center;
	height:40px;
}
.content{
	overflow:auto;
	border:1px #333 dotted;
	width:640px;
	height:	340px;
	display:block;
}
.info{
	float:left;
	width: 200px;
	height:100px;
	display:block;
	vertical-align:top;	
}
.info{
	margin:0px !important;	
	line-height:28px;
}
.info .button{
	width:20px;
	height:20px;
	display:block;
	border: 1px #333 solid;	
	overflow:hidden;
	
	float:left;
	clear:left;
}

.info .button img{
	margin:2px !important;	
}

.info .button a{
	margin:0px !important;
}

.adress{
	font-size:11px;
	float:right;
	width: 400px;
	height: 100px;
	border: #333 solid 1px;
	padding:2px !important;
}
.adress *{
	margin:0 !important;
}
.clear{clear:both;}
