
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/gray.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:600px;
 	
	/* some padding to layout nested elements nicely  */
	padding:35px 35px 0px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/close.png);
	position:absolute; 
	right:-20px; 
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* the overlayed element */
.apple_overlay_4 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/gray.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:600px;
 	
	/* some padding to layout nested elements nicely  */
	padding:35px 35px 0px;

	/* a little styling */	
	font-size:11px;
}
.apple_overlay_4 .close {
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/close.png);
	position:absolute; 
	right:-20px; 
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}	
/* the overlayed element */
.apple_overlay_2 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/grayLong.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:600px;
	height:600px;
 	
	/* some padding to layout nested elements nicely  */
	padding:35px 35px 0px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay_2 .close {
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/close.png);
	position:absolute; 
	right:5px; 
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* the overlayed element */
.apple_overlay_3 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/gray900.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:900px;
	height:900px;
 	
	/* some padding to layout nested elements nicely  */
	padding:35px 35px 0px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay_3 .close {
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/close.png);
	position:absolute; 
	right:5px; 
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* the overlayed element */
.apple_overlay_Custom {
	
	/* initially overlay is hidden */
	display:none;
	background-color:#000;
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:900px;
 	
	/* some padding to layout nested elements nicely  */
	padding:35px 35px 0px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay_Custom .close {
	background-image:url(/web/20161019002039oe_/http://www.benning.army.mil/common/rv5_images/Overlay%20Elements/close.png);
	position:absolute; 
	right:5px; 
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}				
/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:700px;
	overflow-y:auto;
	overflow-x:none;
}

.contentWrapNoScroll {
	height:700px;
	overflow-y:none;
	overflow-x:none;
}