@charset "UTF-8";
/* CSS Document */

.sepupinneriframe { /* inner iFrame for sepup.com's correlation page. We have approval to use this per SEPUP staff */
	border:1px;
	border-color:#999999; /* for testing */
	border-color:#FF0000;
	margin-top:-8em; /* -136px  remove their top nav & branding */
	margin-left:-20em; /* -197px remove their left column */
	margin-right:-54em;/* -40px */
	margin-bottom:-180em; /* -20px */
	width:80em; /*720px  show us map only */
	height:75em;/* 770px */
	overflow:scroll;
	float:left;
	clear: right;

	/* frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" width="100%" height="100%*/
}
.sepupouteriframe { /* inner iFrame for sepup.com's correlation page. We have approval to use this per SEPUP staff */
	border:1px;
	border-color: #CC9999; /* for testing */
	width:41em; /* 600px */
	height:61em; /*52em  820px wrapper=918px, main content=875 */
	overflow:hidden;
	margin:0px;
	padding:4px;
	clip:rect(8em,54em,180em,20em); /* t,r,b,l remove non-displayed content */
	visibility: visible;
	/* frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" width="100%" height="100%*/
}
.inneriframeclip { /* inner iFrame for iaes/scienceTable.html. We have approval to use this per SEPUP staff */
/*	border:1px;
	border-color:#FF0000;*/ /* for ony testing */
	margin-top:-11em; /* -8em=-136px  remove their top nav & branding */
	margin-left:-16em; /* -20em=-197px remove their left column */
	margin-right:-20em;/* -54em=-40px */
	margin-bottom:-500px; /* -580em=-20px */
	width:69em; /* was 70 80=720px */
	height:96em;/* fits table only */
	overflow:hidden;
	float:left;
	clear:right;	
/*	clip: rect(auto,auto,0em,auto);	*/
	/* frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" width="100%" height="100%*/
}
.inneriframescroll { /* inner iFrame for iaes/scienceTable.html. We have approval to use this per SEPUP staff */
	border:hidden;
	/*border:1px;
	border-color:#999999;*/ /* for testing */
	margin-top:0em; /* -8em=-136px  remove their top nav & branding */
	margin-left:0em; /* -20em=-197px remove their left column */
	margin-right:-200em;/* -54em=-40px */
	margin-bottom:-400px; /* -580em=-20px */
	width:38em; /* 80=720px  show table only */
	height:86em;/* 75em=770px */
	overflow:hidden;
	float:left;
	clear: right;
	/*clip: rect(auto,-40em,-200em,auto);*/	
	clip: rect(auto,-60px,0em,auto);
	/* frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" width="100%" height="100%*/
}
.outeriframescroll { /* inner iFrame foriaes/scienceTable.html. We have approval to use this per SEPUP staff */
	border:hidden;
/*	border:1px;
	border-color: #CC9999; /* for testing */
	width:40em;
	height:44em; /*52em  820px wrapper=918px, main content=875 */
	overflow:scroll;
	margin:0px;
	padding:4px;
	clip:rect(8em,54em,180em,20em); /* t,r,b,l remove non-displayed content */
	/*clip:rect(19em,0em,200em,23em); /* was 19,56,800,23 */
	visibility: visible;	/* frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" width="100%" height="100%*/
}

