/* @override http://iaian7.com/css.php?n=mediaboxAdvBlack2 */

    /*  mediaboxAdvanced Black theme  */
    /*  version 2.1 - August 2010   */
    /*  for mediaboxAdvanced v.1.3.1  */

    /*  Overlay background styling  */

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

    /*  Legacy fix for older browsers */

#mbOverlay.mbOverlayFF {
  background: transparent url(/imageEditor/SG/css/img/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
  position: absolute;
}

    /*  Overlay panel styling */

#mbCenter {
  position: absolute;
  z-index: 9999999999;
  left: 50%;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
  -khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#FFFFFF')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#FFFFFF');
}

#mbCenter.mbLoading {
  background: #FFFFFF url(/imageEditor/SG/css/img/WhiteLoading.gif) no-repeat center;
/*  This style is applied only during animation.  */
/*  For example, the next lines turn off shadows  */
/*  improving browser performance on slow systems.  */
/*  To leave shadows on, just remove the following: */
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

    /*  Inline content styling  */

  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  text-align: left;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px;
}

    /*  Title, Caption and Button styling */

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

#mbTitle, #mbPrevLink, #mbNextLink, #mbPlayLink, #mbPauseLink, #mbCloseLink {
  display: inline;
  color: #666666;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}



#mbPrevLink {
  /*
	width: 14px;
  height: 12px;
  background: transparent url(/imageEditor/SG/css/img/mbox_back.png) no-repeat center;
  */
  width: 22px;
  height: 22px;
  background: transparent url(/imageEditor/SG/css/img/prev.png) no-repeat center;
}

#mbPrevLink:hover {
  background: transparent url(/imageEditor/SG/css/img/prev_over.png) no-repeat center;
}

#mbNextLink {
  width: 22px;
  height: 22px;
  background: transparent url(/imageEditor/SG/css/img/next.png) no-repeat center;
}

#mbNextLink:hover {
  background: transparent url(/imageEditor/SG/css/img/next_over.png) no-repeat center;
}

#mbPlayLink {
  display:none;
  width: 85px;
  height: 22px;
  background: transparent url(/imageEditor/SG/css/img/play.png) no-repeat center;
}

#mbPlayLink:hover {
  background: transparent url(/imageEditor/SG/css/img/play_over.png) no-repeat center;
}

#mbPauseLink {
  display:none;
  width: 85px;
  height: 22px;
  background: transparent url(/imageEditor/SG/css/img/stop.png) no-repeat center;
}

#mbPauseLink:hover {
  background: transparent url(/imageEditor/SG/css/img/stop_over.png) no-repeat center;
}

#mbCloseLink {
  width: 85px;
  height: 22px;
  background: transparent url(/imageEditor/SG/css/img/close.png) no-repeat center;
}

#mbCloseLink:hover {
  background: transparent url(/imageEditor/SG/css/img/close_over.png) no-repeat center;
}

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

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

#mbPrevLink, #mbNextLink, #mbPlayLink, #mbPauseLink, #mbCloseLink {
  float: right;
  outline: none;
  margin: 0 0 0 10px;
  font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbPlayLink b, #mbPauseLink b, #mbCloseLink b {
  color: #eee;
  font-weight: bold;
  text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbPlayLink big, #mbPauseLink big, #mbCloseLink big {
  color: #eee;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
}

#mbBottom a, #mbBottom a:link, #mbBottom a:visited {
  text-decoration: none;
  color: #ddd;
}

#mbBottom a:hover, #mbBottom a:active {
  text-decoration: underline;
  color: #000;
}


    /*  Error message styling */

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

br.clearboth {
	margin:0;
	padding:0;
	clear:both;
}
