@charset "UTF-8";
/* the overlayed element for use with jquery tools */
.overlay {
	display: none;
	z-index: 10000000;
	
	/*  !important */
	/* styling - height is automatic - if width is removed then overlay is the width of window */
	background-color: #fff;
	/* width: 640px; */
	color: #333;
	padding: 35px;
	border: 1px solid #232323;
	
	/* CSS3 styling for latest browsers	 */
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}

/* close button positioned on upper right corner */
.overlay .close {
	position: absolute; 
	display: block;
	background-image: url(../images/close.gif);
	right: 8px; 
	top: 8px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	z-index: 10020;
}


/* begin for pledge drive popup */
#coverlayer {
	/* width and height are taken from iframe size */
	display: none;
	overflow-x: auto;
	overflow-y: auto;
	background-color: #ffffff;
	color: #333;
	padding: 20px 2px 2px 2px;
	border: 10px solid #37619B;
	
	-moz-box-shadow: 0 0 90px 5px #000000;
	-webkit-box-shadow: 0 0 90px #000000;
	box-shadow: 0 0 90px #000;    
	
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius: 8px; 
	/*z-index: 10000000;*/
	
	margin-left: 100px;
}

/* close button positioned on upper right corner */
#coverlayer .close {
	position: absolute; 
	display: block;
	background-image: url(../images/close.gif);
	right: 8px; 
	top: 8px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	z-index: 10020;
}

#coverlayer_iframe {
	/* width and height are for initial default starter size */
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 0 auto;
	background-color: none;
	/*z-index: 10000002;*/
}
/* end for pledge drive popup */
/* END CSS Document */
