/**
 * The default CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * You should have received a license with this distribution explaining the terms
 * under which Shadowbox may be used. If you did not, you may obtain a copy of the
 * license at http://shadowbox-js.com/LICENSE
 *
 * @author      Michael J. I. Jackson <michael@mjijackson.com>
 * @copyright   2007-2009 Michael J. I. Jackson
 * @version     SVN: $Id: shadowbox.css 20M 2009-04-23 13:08:21Z (local) $
 */

/*_____________________________________________  container, overlay, & wrapper  */
#sb-container,
#sb-wrapper {
  text-align: left; /* reset left alignment */
}
#sb-container,
#sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
}
#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 1999;
}
body > #sb-container {
  /* use position:fixed in modern browsers */
  position: fixed;
}
* html #sb-overlay {
  /* needed in IE6 where sb-container uses position:absolute */
  height: expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay {
  /* use for sb-container position:fixed */
  height: 100%;
}

/*_________________________________________________________________  wrapper & common styles */
#sb-wrapper {
  position: relative;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #3d3d3d;
    font-size: 11px;
    line-height: 16px;
  background: #fcfcfa;
}
* html #sb-wrapper {
  width: 460px;
}
#sb-wrapper-inner {
  position: relative;
  padding: 0 0 0 0;
}
#sb-wrapper img {
  border: none;
}
#sb-wrapper a {
  color: #3d3d3d;
  cursor: pointer;
  text-decoration: none;
}
.sb-clear {
  clear: both;
  line-height: 0;
}
#sb-wrapper .sb-content-inactive {
  display: none;
}
#sb-wrapper  p {
  margin-bottom: 10px;
}
#sb-wrapper hr.px2 {
  margin: 20px 0;
}
#sb-wrapper hr.px3 {
  margin-bottom: 10px;
}
#sb-wrapper h3 {
  margin-bottom: 20px;
}
/*____________________________________________________________________  body  */
#sb-body {
  position: relative;
  margin: 0;
  padding: 0 0 3px 0;
  overflow: hidden;
}
#sb-body-inner {
  position: relative;
  height: 100%;
}
#sb-wrapper-inner,
#sb-body ,
#sb-body-inner,
#sb-content{
  background: #fcfcfa url(resources/bg-sb-body.png) repeat-x  left bottom;
}
/*____________________________________________________________________  content-element */
#sb-content {
  height: 100%;
  overflow: auto; /* make html content scrollable */
  border-top: 3px solid #dcdcd9;
}
img#sb-content {
  display: block;
}
.sb-mode-feedBack #sb-wrapper iframe {
  background: #fcfcfa url(resources/loading.gif) no-repeat scroll center center;
  overflow: hidden;
}

/*_________________________________________________________________  loading  */
#sb-body,
#sb-loading {
  background: #fcfcfa; /* should match loading image background color */
}
#sb-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfcfa url(resources/loading.gif) no-repeat scroll center center;
}
* html #sb-loading {
  width: 380px;
  height: 380px;
}
#sb-loading a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
}

/*____________________________________________________________  title  */
#sb-title {
  display: block;
  width: 75%;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  margin-top: -25px;
  margin-left: 15px;
}

/*_____________________________________________________________________  description */
#sb-description {
  height: auto;
  width: 100%;
  padding: 15px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #999;
}
#sb-description-inner {
  padding: 4px;
}
#sb-description h3 {
  font-size: 120%;
  margin-bottom: 3px;
}
#sb-description h4,
#sb-description p {
  font-size: 100%;
}
.sb-player-iframe #sb-description {
  display: none;
}

/*_____________________________________________________________________  nav  */
#sb-tools-top .sb-nav {
  float: right;
  padding: 10px 15px 10px 15px;
  width: 40%;
}
* html #sb-tools-top .sb-nav {
  padding: 10px 15px 5px 15px;
}
#sb-tools-bottom .sb-nav {
  margin-top: 0;
  padding: 10px 15px 10px 15px;
  border-top: 3px solid #dcdcd9;
}
.sb-nav .sb-nav-inner {
  position: relative;
}
.sb-nav {
  font-size: 11px;
  position: relative;
}
.sb-nav a {
  display: inline;
  float: left;
  padding: 0 0 0 20px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: left center;
  outline: none;
}
* html .sb-nav,
* html .sb-nav a {
  display: inline-block;
  position: relative;
  z-index: 1000;
}
.sb-nav a:hover {
  color: #df3000!important;
  text-decoration: underline!important;
}
.sb-nav .sb-nav-close {
  background-image: url(resources/close.gif);
  background-position: right center;
  padding: 0 25px 0 0;
  float: right;
  color: #3d3d3d!important;
}
.sb-nav-next {
  background-image: url(resources/next.png);
}
.sb-nav-previous {
  background-image: url(resources/previous.png);
}
.sb-nav-play {
  background-image: url(resources/play.png);
}
.sb-nav-pause {
  background-image: url(resources/pause.png);
}
.sb-nav-print {
  background-image: url(resources/print.gif);
}
.sb-nav .sb-nav-download {
  border-left: 1px solid #999999;
  margin-left: 8px;
  padding-left: 40px;
  background-position: 7px center;
  background-image: url(resources/download.gif);
}
.sb-nav .sb-nav-restart,
#sb-tools-top .sb-nav-print,
#sb-tools-top .sb-nav-download,
#sb-tools-top .sb-nav-next,
#sb-tools-top .sb-nav-previous,
#sb-tools-bottom .sb-nav-next,
#sb-tools-bottom .sb-nav-previous {
  display: none;
}
.sb-nav .sb-nav-inactive {
  display: none;
}

/*_________________________________________________________________  overlay navigation  */
#sb-nav-overlay {
  position: static;
  display: none;
}
#sb-nav-overlay div {
  position: absolute;
  bottom: 30px;
  width: 100px;
  top: 30px;
}
#sb-nav-overlay-left {
  left: 0;
}
* html #sb-nav-overlay-left {
  left: -100px; /* corrects positioning in ie6 */
}
#sb-nav-overlay-right {
  right: 0;
}
#sb-nav-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent url(resources/sprites_nav_overlay.gif) no-repeat scroll;
}
* html #sb-nav-overlay a {
  height: 460px; /* use fixed height in ie6 */
}
#sb-nav-overlay .sb-nav-previous {
  background-position: -0px;
}
#sb-nav-overlay .sb-nav-previous:hover {
  background-position: -110px;
}
#sb-nav-overlay .sb-nav-next {
  background-position: -230px;
}
#sb-nav-overlay .sb-nav-next:hover {
  background-position: -340px;
}

/*_________________________________________________________________  counter  */
.sb-counter {
  float: left;
  padding: 7px 0 8px 0;
  width: 40%;
}
.sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
}
.sb-counter a.sb-counter-current {
  text-decoration: underline;
}
#sb-tools-bottom .sb-counter {
  display: none;
}

/*________________________________________________________________  messages  */
div.sb-message {
  padding: 10px;
  text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
  text-decoration: underline;
}

/*________________________________________________________________  box shadow  */
.sb-shadow {
  position: absolute;
  background: transparent scroll left top;
  z-index: 1;
}
.sb-shadow-vertical {
  width: 12px;
  top: 0;
  height: 100%;
  background-repeat: repeat-y;
}
.sb-shadow-horizontal {
  height: 12px;
  width: 100%;
  background-repeat: repeat-x;
}
.sb-shadow-corner {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}
.sb-shadow-top{
  top: -12px;
  left: 0;
  background-image: url(resources/shadow/top.png);
}
.sb-shadow-right-top {
  right: -12px;
  top: -12px;
  background-image: url(resources/shadow/right_top.png);
}
.sb-shadow-right{
  right: -12px;
  top: 0;
  background-image: url(resources/shadow/right.png);
}
.sb-shadow-right-bottom {
  right: -12px;
  bottom: -12px;
  background-image: url(resources/shadow/right_bottom.png);
}
.sb-shadow-bottom {
  right: 0;
  bottom: -12px;
  background-image: url(resources/shadow/bottom.png);
}
.sb-shadow-left-bottom {
  left: -12px;
  bottom: -12px;
  background-image: url(resources/shadow/left_bottom.png);
}
.sb-shadow-left{
  left: -12px;
  bottom: 0;
  background-image: url(resources/shadow/left.png);
}
.sb-shadow-left-top {
  left: -12px;
  top: -12px;
  background-image: url(resources/shadow/left_top.png);
}
/* ie6 needs patching */
* html .sb-shadow-top,
* html .sb-shadow-right-top,
* html .sb-shadow-left-top {
  top: -13px;
}
* html .sb-shadow-right-bottom,
* html .sb-shadow-bottom,
* html .sb-shadow-left-bottom {
  bottom: -13px;
}
/*_________________________________________________________________  special Styles  */
.sb-counter {
  float: left;
  padding: 7px 0 8px 0;
  width: 40%;
}
.inline-sample-content {
  padding: 20px;
}
#sb-container #main {
    background-color: red;
}

/*____________________________________________________________  printing-support  */
@media print {
  body.sb-is-visible #typo,
  body.sb-is-visible .sb-do-not-print,
  body.sb-is-visible #sb-container .sb-nav,
  body.sb-is-visible #sb-container .sb-counter,
  body.sb-is-visible #page_margins,
  body.sb-is-visible #helpTab,
  body.sb-is-visible .sb-shadow {
    display: none!important;
  }
  body.sb-is-visible #sb-container,
  body.sb-is-visible #sb-container #sb-overlay,
  body.sb-is-visible #sb-container #sb-wrapper {
    position: static;
    background: none;
    filter: none;
    height: auto;
  }

  body.sb-is-visible .sb-player-inline #sb-body {
    height: auto!important;
  }
  body.sb-is-visible,
  body.sb-is-visible clearfix,
  body.sb-is-visible #sb-container #sb-wrapper,
  body.sb-is-visible #sb-container #sb-wrapper #sb-wrapper-inner,
  body.sb-is-visible #sb-body,
  body.sb-is-visible iframe,
  body.sb-is-visible #sb-body-inner  {
    min-height:950px!important;
    overflow: visible!important;
    background-image: none!important;
  }


}


/*____________________________________________________________ Shadowbox-Anpassungen für Guided Tour  */

.sb-mode-helpBox #sb-wrapper-inner {
  border: 2px solid #7eb75b;
  background-color: #fff;
  background-image: none;
}

.sb-mode-helpBox #sb-content {
  border-top: 0;
  background-color: #fff;
  background-image: none;
}
.sb-mode-helpBox iframe#sb-content {
  overflow-y: hidden!important;
}
.sb-mode-helpBox #sb-tools-bottom {
  display: none;
}
.sb-mode-helpBox #sb-counter {
  display: none;
}
.sb-mode-helpBox #sb-tools-top .sb-nav {
  padding: 5px 15px 3px 15px;
}

/*____________________________________________________________ Shadowbox-Anpassungen für screencast  */
.sb-mode-screencastBox #sb-tools-top {
  background-color: #86ca59;
  background-image: url(resources/bgHeadScreencast.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 40px;
} 
.sb-mode-screencastBox #sb-content {
  border-top: 0;
  background-color: #fff;
  background-image: none;
} 
.sb-mode-screencastBox iframe#sb-content {
  overflow-y: hidden!important;
}
.sb-mode-screencastBox .sb-counter {
  display: none;
}
.sb-mode-screencastBox #sb-tools-bottom {
  display: none;
} 
.sb-mode-screencastBox .sb-nav .sb-nav-close {
  padding: 0 25px 0 0;
  color: #fff!important;
  background-image:url(resources/closeScreencast.png);
}
* html .sb-mode-screencastBox .sb-nav .sb-nav-close {
  background-image:url(resources/close.gif);
}

/*deprecated_____________________________________________________ Shadowbox-Anpassungen für feedBack  */

.sb-mode-feedBack #sb-tools-bottom {
  display: none;
}
/*_______________________________________________________________ Shadowbox-Anpassungen für noFooter  */

.sb-mode-noFooter #sb-tools-bottom {
  display: none;
}

/*____________________________________________________________ Shadowbox-Anpassungen für printPreview  */

/* Anpassung des grünen Druck-Buttons */
.sb-mode-printPreview .sb-nav-print {
    background-image: url("resources/printPreview.gif");
  padding: 5px 35px 0 0;
  color: #fff!important;
  width: 71px;
  height: 26px;
  text-align: right;
  font-size: 14px;
  float: right;
}
.sb-mode-printPreview #sb-tools-bottom .sb-nav .sb-nav-close {
  display: none;
}

/*____________________________________________________________ Shadowbox-Anpassungen für galerie mit slider rechts  */
.sb-mode-gallery .sb-counter {
	display: none;
}
.sb-mode-gallery #sb-nav-overlay {
	display: block;
}
.sb-mode-gallery #sb-body {
	padding-bottom: 0;
}
.sb-mode-gallery #sb-tools-top {
	*height: 36px; /* was too high in ie7 */
}

