﻿/* LIGHTBOX */ 


#lightbox {
	position: absolute;
    width: 100%;
    z-index: 10001;
    display: none;
}
#lightboxinner { 
    width: 80%;
    max-width:680px;
    margin:0 auto;
    background-color: white;
}
#popuplightbox {
    position: absolute;
    width: 100%;
    z-index: 1001;
    display: none;
}

#popuplightboxinner { 
    width: 80%;
    max-width:680px;
    margin:0 auto;
    background-color: white;
}

#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 10000;
	display: none;
}
#popuplightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}
#lightbox-menu{
	background-color:#b1e965;
	height: 35px;
}
#lightbox-close {
	padding-right:25px;
  	margin-top:10px;
  	float:right;
  	
}

#lightbox-close a {
	text-align: right;
	text-decoration:none;
	color:#333;
	font-weight:bold
}

#lightbox-print {
	padding-left:15px;
  	margin-top:10px;
    	float:left;

}

#lightbox-print a {
	text-align: left;
	text-decoration:none;
	color:#333;
	font-weight:bold
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

#lightboxError-menu{
	background-color:#9F6000;
	height: 35px;
}

#lightboxError-close {
	padding-right:25px;
  	margin-top:10px;
  	float:right;
  	
}

#lightboxError-close a {
	text-align: right;
	text-decoration:none;
	color:#FFF;
	font-weight:bold
}


#lightboxError-close a:focus {
    outline:white;
    padding:2px;
    border: 1px solid white;
}

#lightboxError a:focus {
    outline: white;
    padding: 2px;
    border: 1px solid white;
}

.FormPopUpLightBox {
    background-color: white; 
    box-sizing: border-box; 
    height: auto; 
    text-align: center;
    width: 100%;
}

.FormPopUpLightBoxHeader {
    background-color: #a8aff2; 
    height: 40px;
    width: 100%;
}

