/* 
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specific language governing rights and limitations under the License.

The Original Code is comprised of the ADF directory

The Initial Developer of the Original Code is
PaperThin, Inc. Copyright(C) 2010.
All Rights Reserved.

By downloading, modifying, distributing, using and/or accessing any files 
in this directory, you agree to the terms and conditions of the applicable 
end user license agreement.
*/
/*
 * 	ADF UPDATES - MFC [2010-02-23]
 */

.lightboxContainer .lightboxIframe {
	overflow-y: hidden;
	overflow-x: hidden;
}

.lightboxContainer .lightboxTopCorner {
	margin-bottom: 0px;
}
/* Loading Message */
div#loading_container div#loading_content{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #7E96AD;
}
/* Borders images for lightbox */
div.lightboxContainer img {
		margin: 0;
		padding: 0;
}
/* 2010-11-26 - RAK - Changed to fixed. Specified height variable.*/
.lightboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}