/* @override http://lsc.nes.erskinedev.com/dev/js/shadowbox/css/shadowbox.css */

/* @override http://triton-oceanic.com/js/shadowbox/css/shadowbox.css */

/**
 * 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 $
 */

/*_________________________________________________________________  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; }


/*_______________________________________________________________  Shadowbox  */

#shadowbox { display:none; visibility:hidden; margin:0 auto; position:relative; font-family: Arial, Helvetica,sans-serif; text-align:left; }


/*___________________________________________________________________  Title  */


#shadowbox_title { overflow:hidden; height:25px; }
#shadowbox_title_inner { font-weight:bold; font-size:13px; padding:0;  }


/*____________________________________________________________________  Body  */

#shadowbox_body { position:relative; overflow:hidden; margin:0; padding:0; border:0; background-color:#000; }
#shadowbox_body_inner { position:relative; overflow:hidden; }

#shadowbox_loading { position:absolute; top:0; left:0; height:10000px; width:100%; background-color:#fff; }
#shadowbox_loading img { float:left; margin:10px 10px 0 10px; }
#shadowbox_loading span { float:left; margin-top:9px; 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 { margin:0; padding:0; height:15px; overflow:hidden; position:absolute; top:0; right:0; }
#shadowbox_toolbar_inner { height:15px; color:#fff; }
#shadowbox_toolbar_inner div a { text-decoration:none; color:#fff; }

#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next { float:right; text-align:right; display:none; }

#shadowbox_nav_close { display:block; float:none; }
#shadowbox_nav_close a { display:block; width:15px; height:15px; text-indent:9999px; background:url(../images/icon_close.png) no-repeat 0 0; overflow:hidden; font-size:1px; }
#shadowbox_nav_close a:hover,
#shadowbox_nav_close a:focus { background-position:0 -15px; }

#shadowbox_counter { display:none; }


/*________________________________________________________________  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; }