#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  z-index: 998;
  top: 0;
  left: 0;
}

#shadowbox_container {
  position: fixed;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
 }

#shadowbox {
  display: none;
  visibility: hidden;
  position: relative;
  font-family: Arial;
  text-align: left;
  color: #888;
  margin: 0 auto;
}

/**
	Title
*/

#shadowbox_title {
  min-height: 30px;
  overflow: hidden;
  color: #FFF;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  background-color: #1F69A6;
  padding: 10px 0 4px 10px;
}

/**
	Body
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  border: 10px solid #1F69A6;
  background-color: #1F69A6;
}

#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}

/**
	Loading
*/

#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px;
  width: 100%;
  background-color: #1F69A6;
}

#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0;
}

#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}

#shadowbox_loading span a,#shadowbox_loading span a:link,#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html {
  height: 100%;
  width: 100%;
  overflow: auto;
}
/**
	Toolbar
*/
#shadowbox_toolbar {
  height: 26px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 26px;
  background-color: #1F69A6;
}
#shadowbox_toolbar_inner div {
  padding-top: 6px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
  color: #fff;
}
#shadowbox_toolbar_inner div a,
#shadowbox_nav_close div a {
  text-decoration: none;
  color: #FFF;
}

#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
/**
	Counter
*/

#shadowbox_counter {
  float: left;
  padding-left: 10px;
}

#shadowbox_counter a {
  padding: 0 4px 0 0;
}
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}
#shadowbox_toolbar_inner div span.shortcut,
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: 700;
}
