﻿#jb-overlay { 
	background: #000;
	z-index: 999;
}
#jb-window {
	z-index: 1000;
	height: 350px !important; /* ++++++++++++++ OHRM Web team added "height: 350px !important;" to get around an issue with the light box pop-up not showing properly  ++++++++++++++ */
}

.lb-header
{
    padding-bottom: 10px;
    padding-top: 20px;
    font-size:13px;
    font-weight:bold;
    line-height:17px;  

}
.lb-header span {
	float:right;
	margin-right:5px;
}
.lb-footer
{
    padding-top:10px;
    padding-bottom:10px;
}
.lb-title
{
    font-size:15px;
    font-weight:bold;
    float:left;
}

* html #jb-overlay, * html #jb-window { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#jb-window.reactive {
	background: transparent url(/vaforvets/images/butterfly/butterfly-reactive-overlay.png) right top no-repeat;
}

#jb-window-inner {
	background-color: #fff;
	overflow: hidden !important; /* ++++++++++++++ OHRM Web team added "overflow: hidden !important;" to get around an issue with the light box pop-up not showing properly  ++++++++++++++ */
}
#jb-window.loading #jb-window-inner {
	background-image: url(/vaforvets/images/butterfly/butterfly-loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.type-ajax #jb-window-content,
.type-fragment #jb-window-content {
	padding: 0 1em;
}

.type-media #jb-window-content {
	padding: 0;
}

#jb-window-content:focus {
	outline: none;
}
#jb-close-button img {
	border: none;
}
#jb-window.error-no-content #jb-window-content {
	background: transparent url(/vaforvets/images/butterfly/butterfly-alert-64.png) left center no-repeat;
	padding-left: 70px;
}
/* Firefox */
#jb-window, x:-moz-any-link, x:default {height:auto; position:absolute;} 
#jb-window-inner, x:-moz-any-link, x:default { min-height:200px; top:15% !important; }
#jb-window.loading #jb-window-inner, x:-moz-any-link, x:default { min-height:0px; height:auto; top:0px;position:fixed;}
#jb-close-button, x:-moz-any-link, x:default {top:13% !important;} 
