/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */
#shadowbox_close_button:after {
    content: " ";
    display: block;
    clear: both;
}
/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
	visibility: hidden;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
	position: fixed;
	height: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center; /* centers in quirks and IE */
}

/*_______________________________________________________________  Shadowbox  */
/*_______________________________________________________________  Shadowbox  */
#shadowbox {
	display: none;
	visibility: hidden;
	margin: 0 auto;
	position: relative;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	text-align: left; /* reset left alignment */
    background: #fff;
}

#shadowbox_imgheader {
	display: none;
}
/*___________________________________________________________________  Title  */
	/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  /*height: 50px;*/
  padding: 0 0 5px 0;
  overflow: hidden;
  background: #fff;
  clear:both;
}

#shadowbox_title_inner {
	margin-left: 10px;
	padding-top: 5px;
	color: #4F6177;
	font-size: 170%;
	font-weight: bold;
    height: auto !important; 
}

#shadowbox_title .nav-paging {
    margin: 5px 0 5px !important;
	width: 100%;
	border-top: none;
	border-bottom: none;
	text-align: center;
    margin: 35px 0 0 0;
    padding: 5px 0;
}
#shadowbox_title .paging {
	clear: both;
	color:#336799;
	/* display: inline;*/
    display: block;
	height: auto;
	margin: 0;
	padding-left: 23px;
	padding-right: 23px;
	position: relative;
	width: auto;
}
* html #shadowbox_title .paging {
    padding-left: 3%;
	padding-right: 3%;
	width: 93%;
}
*+html #shadowbox_title .paging {
    padding-left: 3%;
	padding-right: 3%;
	width: 93%;
}
#shadowbox_title .paging .back {
   top:0.3em;
   left: 10px;
}
#shadowbox_title .paging .forward {
   top:0.3em;
   right: 10px;
}

#shadowbox_title .paging strong {
	padding:0 4px 0 7px;
}
#shadowbox_description {
    margin: 0 10px 10px 10px;
}
#shadowbox_download {
	margin: 0 11px 0 11px;
	font-weight:bold;
}
#shadowbox_source {
	background: none;
	padding: 2px;
	margin: 0 10px;
	text-align: right;
	position: relative;
	top: 0;
	color: #336799;
}
/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  zoom: 1;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  background-color: #fff;
}

#shadowbox_body_inner {
	position: relative;
	overflow: hidden;
}
#shadowbox_body_inner img {
	top: 0;
    left: 0;
}
#shadowbox_loading {
	position: absolute;
	top: 0;
	left: 0;
	height: 10000px; /* overflow:hidden will clip this */
	width: 100%;
	background-color: #fff;
}

#shadowbox_loading img {
	float: left;
	margin: 10px 10px 0 10px;
}

#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 { /* make html content scrollable */
	height: 100%;
	width: 100%;
	overflow: auto;
}


#shadowbox_close_button {
	background: #C2D7EA;
	float:left;
	width:100%;
}
#shadowbox_close_button a {
	float: right;
	background: url(../images/icons/close.gif) 0 3px no-repeat;
	padding: 2px 10px 2px 16px;
}
#shadowbox_toolbar_inner {
	height: 20px;
	color: #336799;
}

#shadowbox_toolbar_inner div {
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 10px;
	height: 10px;
	line-height: 10px;
}

#shadowbox_toolbar_inner div a {
	text-decoration: none;
	color: #336799;
}



#shadowbox_counter {
	float: left;
	padding-left: 10px;
}

#shadowbox_counter a {
	padding: 0 4px 0 0;
}

#shadowbox_counter a.shadowbox_counter_current {
	text-decoration: underline;
	font-weight: bold;
}

/*________________________________________________________________  Messages  */
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;
}

/*_________________________________________________________________ Description Bar */
#shadowbox_descbar {
	display: block;
	background-color: white;
    padding-top: 0;
    padding-bottom: 5px;
}


/*_________________________________________________________________ Download Bar */
#shadowbox_download a.download:hover {
	background: url(../images/icons/download.gif) no-repeat 0 0 scroll;
}
#shadowbox_body object,
#shadowbox_body embed,
#shadowbox_body iframe {
    margin: 0;
}