<p style="font-size:small;">Content-Length: 30882 | <a href="http://akroncuttingedge.com/2g/pFad.php?u=" style="font-size:small;">pFad</a> | <a href="https://www.star.nesdis.noaa.gov/star/css/main.css" style="font-size:small;">https://www.star.nesdis.noaa.gov/star/css/main.css</a></p>
/* CSS Document Plain */
/*  no class needed - styles for unspecified tags **********************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', arial, sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 76%;
	background-color: #CDD9F7;
}

div#centeringBox {
	margin: 0px auto !important;
	width: 952px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link {
/*	color: #6886d3; */
	color: #37508E;
}

a:visited {
	color: #616161;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #93052A;
	text-decoration: none;
}

a img, img#STARBanner, img#valid {
	border: 0px !important;
}	

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;	
}

acronym {
/*	border-bottom: dashed 1px #666 !important; */
	padding-bottom: 0px;
}

/* am adding this 'unclassed' version of the */
/* bullet style to ease implementation. */

ul {
	margin: 5px 0px 0px 12px;
	padding: 0px;
} 

ul li {
	list-style-type: none;
	background: url(../images/blueBullet.gif) no-repeat top left;
	margin: 0px 0px 12px 0px;
	padding: 1px 0px 0px 10px;
	line-height: 135%;
}

ul li ul {
	margin: 0px 0px 5px 6px;
	padding: 0px;
}

ul li ul li {
	list-style-type: none;
	background: url(../images/blueBullet.gif) no-repeat top left;
	margin: 8px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 135%;
}

ul li h3 {
	padding-top: 0px;
	margin-top: 0px !important;
}

ul li h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 0px !important;
	text-align: left !important; 
	padding-bottom: 0px;
}

ul li p {
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

hr {
	padding: 0px;
	border: 0px;
	color: #666;
	background-color: #666;
	height: 1px;
	text-align: left;
}

ul.tighter li {
	margin: 0px 0px 5px 0px;
}

/* layout table for nearly all pages  ******************************************/

table#mainTable {
	background-color: #fff;
	margin: 0px 0px 20px 7px !important;
	padding: 0px !important;
    border-spacing: 0px;
	border-collapse: collapse !important;
	width: 952px !important;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}

table#mainTablev2 {
	background-color: #fff;
	margin: 0px 0px 20px 7px !important;
	padding: 0px !important;
    border-spacing: 0px;
	border-collapse: collapse !important;
	width: 954px !important;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}

div#bottomBanner {
	font-size: 0.9em;
	font-family: 'Open Sans', arial, sans-serif;
	/* font-family: Geneva, Arial, Helvetica, sans-serif; */
	border-top: 1px solid #666;
	background-color: #ccc;
	padding: 6px;
}

div#bottomBanner div.left {
	width: 35%;
	float: left;
	line-height: 200%;
}

div#bottomBanner div.right {
	text-align: right;
	width: 65%;
	float: right;
	line-height: 180%;
}

div#bottomBanner div.right img {
	text-align: right; 
	padding: 5px 0px 8px 8px;
	line-height: 100%; 
	font-size: 0.9em;
	height: 32px;
	width: 88px;
	float: right;
}

div#bottomBanner div.right img#valid {
	padding: 5px 0px 8px 8px;
	line-height: 100%; 
	font-size: 0.9em;
	float: right;
	border: 0px solid #fff;
}

.redBold {
	color: #93052a;
	font-weight: bold;
}

.text {
	font-size: 1em;
}

.toolBarContainer {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background-color: #888; 
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0px 6px 0px 6px; 
	height: 22px;
	width: 950px;
}

div.toolBarContainer#withSearch {
	height: 26px;
}

.toolBarInner {
	padding: 3px 8px 3px 8px; 
}

div.toolBarInner a:link, div.toolBarInner a:visited {
	color: #fff;
	text-decoration: none;
	border: 1px solid #888;
}

div.toolBarInner a:focus, div.toolBarInner a:hover, div.toolBarInner a:active {
/*	color: #3890D0;  */
	color: #7CCBFF;
	text-decoration: underline;
	border: 1px dotted #7CCBFF;	
}

div.toolBarInner form {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.toolBarInner input {
	font-size: 1em;
}

div.toolBarInner div.left {
	float: left; 
	width: 60%; 
	text-align: left; 
	margin-top: 3px;
}

div.toolBarInner div.right {
	float: right; 
	width: 40%; 
	text-align: right;
}

div.toolBarInner#shortVersion {
}

div.toolBarInner#shortVersion div.left {
	float: left;
	width: 25%;
	text-align: left;
	margin-top: 3px;
}

div.toolBarInner#shortVersion div.right {
	float: right; 
	width: 75%; 
	text-align: right;
}

ul.noMarker {
	margin-left: 6px;
	padding: 0px;
	margin-top: 5px;
} 

ul.noMarker li {
	margin-top: 6px;
	margin-right: 10px;
	list-style-type: none;
	padding-left: 6px;
	background-image: none;
}

/* alpha lists of links -- the staff dir & acronym lists */

p.a-z {
	font-size: 1.2em !important;
	font-weight: bold;
	color: #37508E;
	margin-bottom: 1em;
	margin-top: 0.5em;
	line-height: 200% !important;
}

p.a-z a:link, p.a-z a:visited {
	color: #37508E;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
	
p.a-z a:focus, p.a-z a:hover, p.a-z a:active {
	color: #93052A;
	font-weight: bold;
	text-decoration: none;
}	

td#navCell {
	width: 200px;
	padding: 0 0 27px 0;
	border-collapse: collapse !important;
	position: relative; /*added 5/5/2020 for accessibility fix */
	top: -27px !important; /*added 5/5/2020 for accessibility fix */
}

div#leftNav {
	width: 200px;
	display: table;
	background-color: #fff;
	padding-bottom: 0px;
}

div#leftNav ul {
	margin: 2px 0px 0px 0px;
	padding: 5px 2px 5px 3px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/* background: #6886d3 url('../images/navButton/navButtonGrad.png') top left repeat-x; */
	background: #466BC9;
}

div#leftNav ul li {
	list-style-type: none;
	/* background: url('https://images.weserv.nl/?url=https%3A%2F%2Fwww.star.nesdis.noaa.gov%2Fstar%2Fimages%2FListBulletBkgd5.gif&q=12&output=webp&max-age=110') no-repeat top left !important; */
	background: none;
	padding: 1px 4px 0px 12px;
	margin: 0px;
	line-height: 125%;
}

div#leftNav ul li ul {
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	border-right: 0px solid #666;
	background: none !important; 
}

div#leftNav ul li ul li {
	background: url(../images/ListArrow.gif) no-repeat top left !important;
	padding: 1px 4px 1px 10px;
	margin: 0px;
	line-height: 115%;
}

div#leftNav ul li a {
	font-size: 1.0em;
}

div#leftNav ul li ul li a {
	font-size: 0.9em;
}

div#leftNav ul li a:link, div#leftNav ul li a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#leftNav ul li a:focus, div#leftNav ul li a:hover, div#leftNav ul li a:active {
	color: #93052A;
	font-weight: bold;
	text-decoration: underline;
}

td.mainPanel {
	width: 750px;
}

td.mainPanel#withBackground {
	height: 565px;
	width: 750px !important;
}

td.mainPanel#bestOf {
	width: 100%;  
}

td.mainPanel#bestOf p {
/*	text-indent: 20px; */
	line-height: 150%;
}

td.mainPanel#bestOf img {
	margin-left: 12px;
}

td.mainPanel div.padding {
	padding: 7px 14px 14px 14px;
}

td.mainPanel div.padding#news h2 {
	margin-top: 14px;
	border-top: 2px solid #282888;
	padding-top: 8px;
}

td.mainPanel p {
	font-size: 1em;
	line-height: 1.7em;
	/* line-height: 160%; */
	margin: 6px 0px 6px 0px;
}

td.mainPanel h1 {
	color: #37508E;
	margin-top: 2px;
	padding: 0px;
	font-size: 1.45em;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: left;
	}

.mainPanel h2 {
	font-size: 120%;
	font-weight: bold;
	color: #282888;
	margin-bottom: 0px;
	margin-top: 6px;
}

caption h2 {
	font-size: 1em !important;
}

caption {
	font-size: 1em !important;
	font-weight: bold;
	color: #282888;
	margin-bottom: 0px;
	margin-top: 4px;
}

.mainPanel h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 8px;
}

.mainPanel table.jobGrid td h3 {
	font-size: 110%;
	font-weight: bold;
	color: #37508E;
	margin: 2px;
}

.mainPanel h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 8px;
	text-align: center; 
	/* this is used as a figure caption! */
}

/* heading inside of lists */ 

h4.RPP {
	color: navy; 
	text-align: left; 
	font-size: 1.1em;
	padding-top: 0px;
	margin-top: 0px;
}
	
div.bannerContainer {
	background-color: #fff;
	margin: 6px 0px 0px 6px !important;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 950px;
}

div.bannerContainer div#screenBanner div.left {
	float: left;
	width: 570px;
	padding: 0px;
	margin: 0px;
}

div.bannerContainer div#screenBanner div.right {
	float: right;
	width: 380px;
	padding: 0px;
	margin: 0px;
}

div.clearing {
	clear: both;
	font-size: 1px;
	height: 0px;
}

dl.acrolist {
	margin-top: 5px;
	padding: 3px 3px 3px 4px;
}

dl.acrolist dt {
	font-weight: bold;
	color: #333;
}

dl.acrolist dd {
	margin-left: 5px;
	margin-bottom: 6px;
}

table.tableGrid, table.jobGrid, table#staffList {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	width: 100%;
}

table.jobGrid caption {
	font-size: 120%;
	font-weight: bold;
	color: #282888;
	margin-bottom: 2px;
	margin-top: 10px;
	text-align: center;
}

table.tableGrid td, table.jobGrid td, table.tableGrid th, table#staffList th, table#staffList td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 6px;
}

table.jobGrid th {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 6px;
	text-align: left;
	background-color: #FCFCE5;
}

ul.breadcrumbs {
	padding: 6px 2px 8px 2px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #666;
	}
	
ul.breadcrumbs li {
	list-style-type: disc;
	color: #37508E;
	margin: 0px;
	font-weight: bold;
	font-size: 0.9em;
	display: inline;
	padding: 1px;
	background-image: none;
}	

div.floatBox {
	border-bottom: 1px solid #666;
}

div.floatBox div.left {
	width: 70%;	
	float: left;
}

div.floatBox div.right {
	width: 25%;
	float: right;
}

div.floatBox#home {
	border-bottom: 0px solid #666;
}

div.floatBox#bios {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}

div.floatBox#home div.left {
	width: 44%;	
	float: left;
}

div.floatBox#home div.right {
	width: 53%;
	float: right;
}

div.floatBox#bios div.right {
	padding-bottom: 10px;
}

div.floatBox#bios div.right img {
	float: right;
}

div.corpBox {
	/* display: table; */
	width: 100%;
}

div.corpBox div.left {
	width: 62%;	
	float: left;
}

div.corpBox div.right {
	margin-left: 1%;
	width: 35%;
	float: right;
	border: 1px solid #282888;
	padding-top: 0px;
}

div.corpBox div.right h3 {
	padding-top: 2px;
	margin-top: 0px;
}

div.corpBox ul {
	margin-left: 6px;
}

div.corpBox ul li ul {
	margin-left: 2px;
}

div.corpBox ul li {
	margin-right: 5px;
	margin-top: 3px;
}

div.navigatorLinks {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	display: table;
	margin: 15px auto 5px auto;
	clear: both;
}

.detailContainer {
	/* background-color: #6886d3 !important; */
	background-image: none !important;
}

.detailContainer ul {
	/* background-color: #6886d3 !important; */
	background-image: none !important;
}

.showDetailContainer {
	display: block !important;
	list-style-type: none;
	/* background-color: #6886d3 !important; */
}

ul.showDetailContainer li ul li {
	display: block !important;
	list-style-type: none;
	/* background-color: #6886d3 !important; */
}

div#leftNav.showDetailContainer ul li ul {
	/* background-color: #6886d3 !important; */
	background: none !important;
}

/* acroContainer is detailContainer for acronyms; white bkgd. Also used in the expandomatic seminar abstract block */

.acroContainer {
	background-color: #fff;
}

/* showDetailContainer & activeLink are classes associated with the navigation menu & called by menuControllerPHP.js */

.showDetailContainer ul li, .showDetailContainer ul li ul li {
	/* display: list-item; */
	list-style-type: none;
	/* background-color: #6886d3 !important; */
}

a#activeLink:link, a#activeLink:visited, a#activeLink:focus, a#activeLink:hover, a#activeLink:active  {
	/* color: #93052A !important; */
	/* background-color: #6886d3 !important; */
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
}

div.searchBox {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #e4e4e4;
	margin-top: 2px;
	width: 199px;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

div.searchBox form {
	padding: 4px 5px 4px 5px;
}

div.searchBox label#searchlbl {
	font-weight: bold;
	color: #333;
}

form#smallSearch label {
	font-weight: bold;
	color: #fff;
}

form#smallSearch input#query-field {
	width: 11em; 
	color: #4b4b4b;
}

form#smallSearch input#Go {
	padding: 0px; 
	margin: 0px; 
	width: 3em;
	font-weight: bold;
}

div.searchBox h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1px 2px 2px 1px;
}

div.searchBox input#query-field {
	width: 145px;
	color: #444;
}

div.searchBox input#Go {
	width: 3em;
	text-align: center;
	font-size: 10px; 
	font-weight: bold;
}

img.bordered {
	border: 1px solid rgba(0, 0, 0,.35);
}

noscript, noscript div {
	width: 948px !important;
}

noscript div h3 {
	color: red;
	background-color: #fff;
	font-size: 1.1em;
	line-height: 135%;
	text-align: center;
	border-left: 1px solid #666;
	border-right: 1px solid #666; 
	padding: 6px;
	margin: 0px 0px 0px 6px;
}

span#jsDependent {
	display: none;
}

/* columns that wrap 'across' */
ul.HColWrap {
	width: 100%;
	margin-left: 0.4em;
	padding-left: 0em;
}

/* float & allow room for the widest item */
div.colWrapper ul li {
    float: left;
    width: 15em;
    padding-left: 0em;
    padding-right: 1em;
		padding-top: 0em;
		padding-bottom: 0em;
    list-style-type: none !important;
    background: none !important;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* separate the list from subsequent markup */
div.colWrapper {
		width: 100%;
    margin-bottom: 0em;
}

.smaller_text, p.smaller_text {
	font-size: 0.8em !important;
	line-height: 1.1em !important;
}

table.calendarGrid {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

table.calendarGrid td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #fff;
	padding: 3px 1px 3px 1px;
	text-align: center;
	width: 2em;
}

table.calendarGrid th {
	border-bottom: 2px solid navy;
	border-right: 1px solid #666;
	background-color: #fdffed;
	padding: 3px 1px 3px 1px;
	text-align: center;
}

table.calendarGrid td a:link, table.calendarGrid td a:visited, table.calendarGrid td a:active {
	font-weight: bold;
}

h4#disclaimer {
	margin: 2px 0px;
	padding: 7px 5px; 
	line-height: 142%;
	background-color: #f3f3f3;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #b42a2a; 
	border-top: #666 solid 1px;
	border-right: #666 solid 1px;
	border-bottom: #666 solid 1px;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

div#pubs p {
	text-indent: -20px !important;
	margin-left: 30px;
	margin-bottom: 12px;
}

div.pubs p {
	text-indent: -20px !important;
	margin-left: 30px;
	margin-bottom: 12px;
}


p.pubs {
	text-indent: -20px !important;
	margin-left: 30px !important;
	margin-bottom: 12px;
}

/* style for the e-mail Obfuscator!!! */

span.reverse { 
 	unicode-bidi:bidi-override; direction: rtl; 
 } 

/* images that float to the right! */

div.imageBox {
		float: right;
		padding-left: 15px;
		padding-bottom: 1px;
		margin-bottom: 5px;
}
	
div.imageBox img {
		border: 1px solid #666;
		margin-bottom: 1px;
}

div.imageBox h6 {
		font-size: 1em;
		font-style: italic;
		text-align: center;
		margin: 1px 6px 1px 6px;
	}	
	
div.leftCol {
	float: left;
	width: 47%;
}
	
div.rightCol {
	float: left;
	width: 49%;
	margin-left: 4%;
}	
	
dl.schedule {
	margin: 0px;
	padding: 0px;
}

dl.schedule dt {
	width: 16%;
	/* background-color: #888; */
	/* color: #fff; */
	font-weight: bold;
	padding: 6px;
	margin: 4px 0px 4px 0px;
	height: 100%;
	float: left;
	clear: both !important;
	border-top: 1px dotted #333;	
}

dl.schedule dd {
	width: 78%;
	padding-left: 5px;
	margin: 4px 0px 4px 0px;
	padding: 6px;
	float: left;
	/* background-color: #d1d1d1; */
	border-top: 1px dotted #333;	
}

dl.schedule dd a {
	display: block;
}

/* used only on the DocListTableGenerator.inc for EPL & similar */
h4.dateNote {
	float: right; 
	padding-top: 0px; 
	margin-top: 0px; 
	margin-bottom: 3px;
	color: #555;
}

/*  This formats a definition list   */
dl.List {
		margin-left: 5px;
		margin-right: 15px;
		line-height: 140%;
		border-bottom: navy 1px dotted;
	}
	
dl.List dt {
		color: #93052A;
		font-weight: bold;
		margin-left: 10px;
		margin-top: 5px;
		padding-top: 7px;
		padding-left: 5px;
		border-top: navy 1px dotted;
}
	
dl.List dd {
		margin-left: 25px;
		margin-bottom: 7px;
		color: #4b4b4b !important;
}
	
dl.List h2 {
		margin-top: 25px;
}
	
dl.List h3, dl.List h4 {
		text-align: left;
		margin-left: 15px;
		margin-bottom: -10px;
		margin-top: 15px;
}

/*  this format the seminar block on the left under the nav  */

div#semBlock {
	background: url(../images/seminarblock/seminarBkgdShorter.jpg) top left no-repeat;
	margin: 2px 0px; 
	padding: 20px 4px 10px 2px;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

div#semBlock ul.tighter li, div#semBlock ul.tighter li a:link, div#semBlock ul.tighter li a:visited {
	color: #fff;
	font-weight: bold;
}

div#semBlock ul.tighter {
	margin-left: 5px;
	margin-top: 2px;
	padding-top: 0px;
}

div#semBlock h2 {
	color: white; 
	font-size: 1.1em; 
	margin: 10px 4px 4px 15px;
}

div.iceBox {
	margin-top: 2px !important;
	border-right: 1px solid #666 !important;
	border-top: 1px solid #666 !important; 
	border-bottom: 1px solid #666 !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

div.iceBox a img {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;	
/*	border-right: 1px solid #666 !important;
	border-top: 1px solid #666 !important; 
	border-bottom: 1px solid #666 !important; */
} 

/* see ExtReviewStyles.css if you want to use .noticeBox */

p.bioFirstPara {
	text-indent: 0px !important;
}

p.bioFirstPara img {
	margin-left: 0px !important; 
	padding-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

ol li {
	margin-top: 8px;
}

/* talk2 style for orange tables */

div.talk2 {
	padding: 6px;
	border: 1px solid #F1C52B;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #989898;
}

table.talk2 {
	border-width: 1px 0px 0px 1px;
	border-color: #F1C52B !important; /* #FBD64E; */
	border-style: solid;
	background-color: #fff;
	padding: 3px;
	border-collapse: collapse; 
	width: 100%;
}

table.talk2 th {
	border-width: 0px 1px 0px 0px;
	border-color: #FBD64E  !important;
	border-style: solid;	
	color: #444;
	text-align: center;
	background-color: #FFFADF;
}

table.talk2 caption {
	font-weight: bold;
	text-align: left;
	color: #282888;
	font-size: 1.2em;
	margin-top: 0px;
	padding: 5px;
	text-align: center;
}

table.talk2 td, table.talk2 th {
	padding: 8px;
	border-bottom: 1px solid #F1C52B !important;
	border-right: 1px solid #F1C52B !important; 
}

table.talk2 th h3, table.talk2 td h3 {
	padding: 0px !important;
	margin: 0px !important;
	color: #282888;
	text-align: left !important;
}

table.talk2 td span {
	color: #AD1117;
	font-size: 1.15em;
	font-weight: bold;
	background-color: inherit;
}	
	
/* orgchart styles */

div.orgBox h1, div.orgBox h2, div.orgBox h3, div.orgBox h4 {
	margin-bottom: 2px;
	text-align: center !important;
	margin-top: 1px;
}

div.orgBoxRow {
	margin: 0px auto 0px auto;
	vertical-align: middle;
}

div.orgBox ul {
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

div.orgBox ul li {
	margin: 1px;
	padding: 1px;
	text-indent: 0px;
	text-align: center;
	background: none !important;
	}

div.orgBox p {
	margin-top: 6px;
	text-indent: 0px !important;
}

div#titleBox {
/*	float: left;  changed 12-3-2013 */
/*	width: 80%; */
	width: 99%;  /* 10/3/2023 */
}

div#titleBox h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#titleBox p {
	color: #555; 
	padding-top: 0px; 
	margin-top: 0px;
	font-style: italic;
 }

div#titleBox p a {
	font-size: 1.1em;
 }

/* the CoRP section now used for RMD chart */
div.orgBoxRow#corp0 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 26%;
	float: left;
	margin-left: 245px;
	background-color: #f7def6;
}

div.orgBoxRow#corp1 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 28%;
	float: left;
	margin-left: 450px;
	background-color: #f7def6;
}

div.orgBoxRow#corp2 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 22%;
	float: left;
	margin-left: 80px;
	background-color: #f7def6;
}

div.orgBoxRow#corp3 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 22%;
	float: left;
	margin-left: 80px;
	background-color: #f7def6;
}

/* end of CoRP start of SMCD */
div.orgBoxRow#smcd0 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 26%;
	float: left;
	margin-left: 310px !important;
	background-color: #fbd08c;
}

div.orgBoxRow#smcd1 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 28%;
	float: left;
	margin-left: 450px;
	background-color: #fbd08c;
}

div.orgBoxRow#smcd2 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 18%;
	float: left;
	margin-left: 22px;
	background-color: #fbd08c;
}

div.orgBoxRow#smcd2 div.orgBox h2 {
	font-size: 1.1em;
}

div.orgBoxRow#smcd3 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 18%;
	float: left;
	margin-left: 22px;
	background-color: #fbd08c;
}

/* end of SMCD start of SOCD */
div.orgBoxRow#socd0 div.orgBox {
	border: 1px dotted #666; 
	padding: 0.8em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 26%;
	float: left;
	margin-left: 310px;
	background-color: #b8e6fa;
}

div.orgBoxRow#socd1 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 26%;
	float: left;
	margin-left: 310px;
	background-color: #b8e6fa;
}

div.orgBoxRow#socd2 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 17%;
	float: left;
	margin-left: 30px;
	background-color: #b8e6fa;
}

div.orgBoxRow#socd3 div.orgBox {
	border: 1px dotted #666; 
	padding: 1em; 
	border-radius: 9px;
	box-shadow: 4px 4px 4px 0px #b3b3b3;
	text-align: center; 
	width: 17%;
	float: left;
	margin-left: 30px;
	background-color: #b8e6fa;
}

/* end of orgchart */
/* Hyper 2011 mtg. stuff */

div#HyperNav {
  float: right;
  margin-right: 15px;
	top: -80px;
	margin-top: 110px;
	height: 75px;
}

div#HyperNav ul li a {
	color: #f7941d;
	font-weight: bold;
	background-color: #000;
}

div#regButton {
	position: absolute;
	top: 300px;
	left: 440px;
	width: 190px;
}

/* below added to style new footer coding 6/9/2011 */

div#newFooter hr, td#newFooter hr {
	margin: 0px 8px;
}

div#newFooter div, td#newFooter div {
	padding: 7px 14px 8px 14px; 
	line-height: 180%; 
	/* font-size: 0.9em; */
}

div#newFooter div img, td#newFooter div img  {
	width: 147px; 
	height: 25px; 
	float: right; 
	margin-top: 10px;
}

div.floatBox#bios h1 img {
	float: right !important;
}

.otherNavBoxes {
	margin: 2px 0px 0px 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 199px;	
}

.otherNavBoxes a img {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}	

/*  This formats a definition list   */
dl.ListGCal {
		margin-left: 2px;
		margin-right: 2px;
		line-height: 140%;
		padding-top: 8px;
		border-top: navy 1px dotted; 
	}
	
dl.ListGCal dt {
		color: #93052A;
		font-weight: normal;
		margin-left: 2px;
		margin-top: 7px;
		padding-top: 2px;
		padding-left: 2px;
		width: 7em;
		/* border-top: navy 1px dotted; */
}
	
dl.ListGCal dd {
		margin-left: 8em;
		margin-bottom: 3px;
		margin-top: -1.4em;
		color: #4b4b4b !important;
}
	
dl.ListGCal h3, dl.ListGCal h4 {
		text-align: left;
		margin-left: 0px;
		margin: 0px;
}

/*  This formats a definition list for home page pubs list   */
dl.ListPubs {
		margin-left: 1px;
		margin-right: 0px;
		line-height: 130%;
		border-bottom: navy 1px dotted;
	}
	
dl.ListPubs dt {
		color: #93052A;
		font-weight: bold;
		width: 5em;
		margin-left: 2px;
		margin-top: 4px;
		padding-top: 3px;
		padding-left: 1px;
}
	
dl.ListPubs dd {
		margin-left: 5.5em;
		margin-top: -1.3em;
		margin-bottom: 6px;
		color: #4b4b4b !important;
		font-weight: normal !important;
}


/* new banner styles - stretchy w/ search */

#headerNewStretchy {
/* this is NOT the same style code as in the templated version of this same class. NOT THE SAME! Do NOT merge together. */
	padding: 0px !important;
	/*margin: 0px !important; */
	margin: 6px 0px 0px 6px !important;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 950px;
	height: 109px;
	background: #000 url(https://www.star.nesdis.noaa.gov/star/global/images/banner/stretchy/STARBannerStretchyRight.jpg) top right no-repeat;
	overflow: hidden; 
}

#headerNewStretchyv2 {
/* this is NOT the same style code as in the templated version of this same class. NOT THE SAME! Do NOT merge together. */
	padding: 0px !important;
	margin: 6px 0px 0px 7px !important;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 952px;
	height: 109px;
	background: #000 url(https://www.star.nesdis.noaa.gov/star/global/images/banner/stretchy/STARBannerStretchyRight.jpg) top right no-repeat;
	overflow: hidden; 
}

/* to house the new banner 12/7/2023 */
#headerNewStretchyv3 {
/* this is NOT the same style code as in the templated version of this same class. NOT THE SAME! Do NOT merge together. */
	padding: 0px !important;
	margin: 2px 0px 0px 7px !important;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 952px;
	height: 109px;
	background: #000 url(https://www.star.nesdis.noaa.gov/star/global/images/banner/stretchy/STARBannerStretchyRight_update.jpg) top right no-repeat;
	overflow: hidden; 
}

div#topLinks2 {
	float: right;
	padding: 0px;
	color: #fff;
	/* margin-top: -20px; */
	font-weight: bold;
	font-size: 1em;
	text-shadow: 4px 4px 5px #2D2D2D;
 /* added 3-26-2014 next 3 lines */
 	margin-top: -22px;
	text-align: right;
	height: 25px;
}

div#topLinks2 {
 	margin-top: -25px;
 	width: 500px;
}

div#topLinks2v2 {
	margin: 0 0 0 7px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: 952px;
	padding: 0px;
	color: #282888;
	/* font-weight: bold; */
	font-size: 1em;
	text-align: right;
	height: 27px;
	background-color: #fff;
}

#topLinks2v2 a:link, #topLinks2v2 a:visited {
	color: #282888;
	text-decoration: underline;
}

#topLinks2v2 a:hover, #topLinks2v2 a:active {
	color: #93052a;
	text-decoration: none;
}

div#topLinks2 div {
	float: right; 
	display: inline-block;
	margin-left: 3px;
	z-index: 100;
}

div#topLinks2v2 div {
	float: right; 
	display: inline-block;
	margin-left: 3px;
	margin-right: 4px;
	z-index: 100;
}

#topLinks2 a:link, #topLinks2 a:visited {
	color: #fff;
	text-decoration: none;
}

#topLinks2 a:hover, #topLinks2 a:active {
	color: #93052a;
}

/*  searchBoxPlainStretchy is for use in headerNewStretchySearch.inc 3-26-2014 */

div#searchBoxPlainStretchy {
	border: 0px solid #fff !important;
	background-color: transparent;
	margin-top: 0px;
	width: 14em;
	display: block !important;
}

div#searchBoxPlainStretchy div {
	padding: 0px;
}

div#searchBoxPlainStretchy label#searchlbl {
	font-weight: bold;
	color: #444;
	font-size: 1em;
}

div#searchBoxPlainStretchy input#query-field {
	width: 11em !important;
	color: #444;
	font-size: 0.8em;
}

div#searchBoxPlainStretchy input#Go {
	width: 2.4em; 
	padding: 0px;
	margin: 0px;
	font-size: 0.9em; 
	font-weight: bold;
}
/* end of searchBoxPlainStretchy */
/* end of new banner styles */

/* Styles for the researchIdentifiersBlock */

div#RIDBadge {
	width: 265px; 
	float: right; 
	margin: 10px 0px 20px 14px;
	padding: 9px;
	background: #e6eff7; /* commented out 6/6/2014 */
	border-radius: 8px;
	border: 1px solid #356EA7;
}

div#RIDBadge h3 {
	color: #356EA7;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 4px;
}

div#RIDBadge p {
	text-indent: 0px !important;
	margin: 0px 0px 7px 0px;
	padding-bottom: 0px;
	font-weight: normal;
	color: #4b4b4b;
	font-size: 1em;
}

div#RIDBadge span img {
	float: left; /* for small badge image; large floats right; */	
	margin-left: 0px !important;
	padding: 0px;
}

div.identifier {
	height: 27px !important;
	line-height: 160%;
	color: #4b4b4b;
}

div.identifier div.left {
float: left;
width: 120px !important;
}

div.identifier div.right {
margin: 0px;
float: left;
width: 140px;
}

div.identifier div.left strong {
	float: left;
	display: block;
	width: 90px !important;
	margin-left: 2px !important;
}

div.identifier#orcid div.left {
	padding-left: 22px;
	width: 100px !important; 
	background: url(../images/ORCID/tiny-icon.png) left top no-repeat;
}

div.identifier#GScholar div.left {
	padding-left: 22px;
	width: 100px !important; 
	background: url(../images/ORCID/GScholar2.png) left top no-repeat;
}

div.identifier#rid div.left {
	padding-left: 0px;
	text-indent: 0px !important;
	height: 22px !important;
	overflow: hidden; 
}

div.identifier#rid div.left img {
	margin-left: 0px !important;
}

div#RIDDisclaimer {
	margin-top: -25px; 
	float: right;
	font-size: 10px;
	line-height: 118%;
	text-align: left; 
	width: 370px !important; 
	color: #4b4b4b;
	font-style: italic;
	padding: 0px 4px 2px 0px;
}

div.RIDDisclaimer {
	font-size: 0.9em;
	line-height: 120%;
	width: 300px;
	color: #4b4b4b;
	font-style: italic;
	background-color: #efefef;
	border: 1px solid #666;
	border-radius: 4px;
	padding: 10px;
}


/* end of styles for ResearchIdentifierBlock */<!-- URL input box at the bottom -->
<form method="GET" action="">
    <label for="targeturl-bottom"><b>Enter URL:</b></label>
    <input type="text" id="targeturl-bottom" name="u" value="https://www.star.nesdis.noaa.gov/star/css/main.css" required><br><small>
    <label for="useWeserv-bottom">Disable Weserv Image Reduction:</label>
    <input type="checkbox" id="useWeserv-bottom" name="useWeserv" value="false"><br>
    <label for="stripJS-bottom">Strip JavaScript:</label>
    <input type="checkbox" id="stripJS-bottom" name="stripJS" value="true"><br>
    <label for="stripImages-bottom">Strip Images:</label>
    <input type="checkbox" id="stripImages-bottom" name="stripImages" value="true"><br>
    <label for="stripFnts-bottom">Stripout Font Forcing:</label>
    <input type="checkbox" id="stripFnts-bottom" name="stripFnts" value="true"><br>
    <label for="stripCSS-bottom">Strip CSS:</label>
    <input type="checkbox" id="stripCSS-bottom" name="stripCSS" value="true"><br>
    <label for="stripVideos-bottom">Strip Videos:</label>
    <input type="checkbox" id="stripVideos-bottom" name="stripVideos" value="true"><br>
    <label for="removeMenus-bottom">Remove Headers and Menus:</label>
    <input type="checkbox" id="removeMenus-bottom" name="removeMenus" value="true"><br></small>
<!-- New form elements Sandwich Strip -->
        <label for="start"><small>Remove from after:</label>
        <input type="text" id="start" name="start" value="<body>">
        <label for="end"><small>to before:</label>
        <input type="text" id="end" name="end">
        <input type="checkbox" id="applySandwichStrip" name="applySandwichStrip" value="1" onclick="submitForm()"> ApplySandwichStrip<br></small>
    <button type="submit">Fetch</button>
</form><!-- Header banner at the bottom -->
<p><h1><a href="http://akroncuttingedge.com/2g/pFad.php?u=" title="pFad">pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <i>Saves Data!</i></a></h1><br><em>--- a PPN by Garber Painting Akron. <b> With Image Size Reduction </b>included!</em></p><p>Fetched URL: <a href="https://www.star.nesdis.noaa.gov/star/css/main.css" target="_blank">https://www.star.nesdis.noaa.gov/star/css/main.css</a></p><p>Alternative Proxies:</p><p><a href="http://akroncuttingedge.com/php-proxy/index.php?q=https://www.star.nesdis.noaa.gov/star/css/main.css" target="_blank">Alternative Proxy</a></p><p><a href="http://akroncuttingedge.com/pFad/index.php?u=https://www.star.nesdis.noaa.gov/star/css/main.css&useWeserv=true" target="_blank">pFad Proxy</a></p><p><a href="http://akroncuttingedge.com/pFad/v3index.php?u=https://www.star.nesdis.noaa.gov/star/css/main.css&useWeserv=true" target="_blank">pFad v3 Proxy</a></p><p><a href="http://akroncuttingedge.com/pFad/v4index.php?u=https://www.star.nesdis.noaa.gov/star/css/main.css&useWeserv=true" target="_blank">pFad v4 Proxy</a></p>