/*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 75 2008-02-21 16:51:29Z mjijackson $*/
#shadowbox_overlay{visibility:hidden;position:absolute;display:block;top:0;left:0;z-index:998;margin:0;padding:0;}#shadowbox_container{position:fixed;height:0;width:100%;top:0;left:0;z-index:999;text-align:center;margin:0;padding:0;}#shadowbox{display:none;visibility:hidden;position:relative;font-family:'Lucida Grande', Tahoma, sans-serif;text-align:left;margin:0 auto;}#shadowbox_title{height:25px;overflow:hidden;padding:0;}#shadowbox_title_inner{height:16px;font-size:16px;line-height:16px;white-space:nowrap;color:#fff;padding:5px 0 4px 8px;}#shadowbox_body{position:relative;overflow:hidden;border:2px solid #7fc31b;border-bottom:none;background-color:#FFF;margin:0;padding:0;}#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:16px 10px 0;}#shadowbox_loading span{float:left;margin-top:16px;font-size:12px;}#shadowbox_loading span a,#shadowbox_loading span a:link,#shadowbox_loading span a:visited{color:#7fc31b;}#shadowbox_content.html{height:100%;width:100%;overflow:auto;}#shadowbox_toolbar{height:25px;overflow:hidden;background:#F2F2F2;border:2px solid #7fc31b;border-top:none;margin:0;padding:0;}#shadowbox_toolbar_inner{height:25px;color:#fff;}#shadowbox_toolbar_inner div{padding-top:5px;padding-bottom:5px;font-size:12px;height:14px;line-height:14px;}#shadowbox_toolbar_inner div a{text-decoration:none;color:#333;}#shadowbox_nav_close,#shadowbox_nav_previous,#shadowbox_nav_next{float:right;padding-right:20px;}#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:bold;}