/*
CSS 					: lightbox.css , to be used with lighbox.js[ Light Box/ Popup Divisions] USING jo.js
License					: MIT-style license.
Egraffitics Copyright	: copyright (c) 2008 Nikhil D, <http://www.egraffitics.com>
Credits					: Documentation by ND.
						  JO [Javascript Objects] is a lightwieight, cross browser Javascript Objects Library Function [
*/
@charset "utf-8";
/*  START LIGHTBOX LOOK_N_FEEL*/
#lightbox_popup{width: 500px;background-color: white; border:2px ridge #CCCCCC;}
#lightbox_popup_header{ background-color:#D2FFDE;}
#lightbox_popup_title {color:#003399; font-size:16px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}
#lightbox_popup_body_outer{border:5px solid #D2FFDE;}
#lightbox_popup_body{padding:5px;}
#lightbox_underlay {background:url(lb_underlay_bkg.png) repeat;}

/*  END LIGHTBOX LOOK_N_FEEL  */
/* DONOT MODIFY ANY CSS BELOW THIS LINE  */
#lightbox_popup_header{padding:5px;}
#lightbox_underlay {display: none;position: absolute;top: 0%;left: 0%;width: 100%;height: 100%;z-index:8888;}
#lightbox_popup {display: none;	position: absolute;	z-index:9999;	overflow: auto;}
#lightbox_popup_title {text-align:left; }
#lightbox_popup_header_links{ float:right;}
#lightbox_clearfix{clear:both;}
.lbdisplaynone{display:none;}
.lbdisplayblock{display:block; }
/* DONOT MODIFY CSS ABOVE THIS LINE  */

