/*
 * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
 * Copyright (C) 2008 Benjamin Arthur Lupton
 * http://jquery.com/plugins/project/jquerylightbox_bal
 *
 * This file is part of jQuery Lightbox (balupton edition).
 * 
 * jQuery Lightbox (balupton edition) is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * jQuery Lightbox (balupton edition) 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 Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with jQuery Lightbox (balupton edition).  If not, see <http://www.gnu.org/licenses/>.
 *
 * @name jquery_lightbox: jquery.lightbox.css
 * @package jQuery Lightbox Plugin (balupton edition)
 * @version 1.3.0-rc1
 * @date August 24, 2008
 * @category jQuery plugin
 * @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
 * @copyright (c) 2008 Benjamin Arthur Lupton {@link http://www.balupton.com}
 * @license GNU Affero General Public License - {@link http://www.gnu.org/licenses/agpl.html}
 * @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
 */

html, body { margin: 0; padding: 0; height: 100%;}

.ui-rmqLightBox-modal{
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity:50);
	opacity:.5;
	position:absolute;
	top:0px;
	left:0px;
	/**/
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	/**/
	float:none;
	clear:none;
}
.ui-rmqLightBox-container{
	position:absolute;
	left:50%;
	top:50%;
}
.ui-rmqLBox-header{
	color:#FFF;
	font-weight:bold;
}

.ui-rmqLightBox-container h1,
.ui-rmqLightBox-container h2,
.ui-rmqLightBox-container h3,
.ui-rmqLightBox-container h4{
	margin:0px;
	padding:0px;
}

.ui-rmqLightBox-container{
	background-color:#FFF;
	padding:0px;
}
.ui-rmqLightBox-content{
	background-color:#333;
	margin:4px;
	padding:4px;
}
.ui-rmqLBox-image{
	text-align:center;
}

