/*************************/
/** LIGHT BOX BY: MT    **/
/*************************/


/*************************/
/** ALL ELEMENTS DEFINED **/
/*************************/

/*******************************************************************************/
/*******************************************************************************/

/* LIGHT BOX WRAPPER TO CONTAIN THE LIGHT BOX */

.wrapper {
	/* will define elements at a later time */
	
}

/*******************************************************************************/
/*******************************************************************************/


/* CONTENT SECTION */

.white_content {
	display: none;
	background-color: #cccccc;
	position: relative;
	top: 0%;
	left: 0%;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 3px solid black;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	margin: 3px;
}

.white_header {
	
	
}
/* END CONTENT SECTION */

/*******************************************************************************/
/*******************************************************************************/

/* CLOSE BUTTON SECTION */

.close_button {
	display: none;
	position: relative;
	padding-top: -20px;
	padding-right: -20px;
	float: right;
	left: 0%;
	cursor: pointer;
	z-index: 1004;
	
}
/* END CLOSE BUTTON SECTION */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);




/*******************************************************************************/



















/* OLD CODE BELOW */
/*

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}

/* This controls the content within the lightbox */

/*.white_content {
	display: none;
	background-color: #000000;
	position: absolute;
	top: 6%;
	left: 0%;
	width: 75%;
	padding: 16px;
	padding-top: 25px;
	border: 4px solid black;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}
*/
/* This centers the lightbox to help it be flexible to different content sizes

.center_lightbox {
	position: absolute;
	left: 4.5%;
	top: 25%;
	z-index: 1003;
	text-align: center;
}*/

/* This is the close button (X) on the lightbox */

/*.close_button {
	display: none;
	position: absolute;
	top: 6%;
	left: 76.6%;
/*	top: 10px;
	left: 869px; */
	cursor: pointer;
	z-index: 1004;
}
*/
