.slideshow {
	height: 300px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-bottom: 10px;
}
.tabbox {
	width: 600px;
	padding: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
.videobox {
	border: 1px solid #999;
	height: 335px;
	width: 596px;
}
.panes div {
	display:none;
	border:1px solid #999;
	border-top:0;
	font-size:14px;
	background-color:#fff;
	padding: 20px;
}
.Navbar {
	width: 150px;
	float: left;
}
.Wrapper {
	width: 774px;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/header-global.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.DivFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 774px;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.DivHeader {
	height: 100px;
	width: 772px;
}
.sidebar {
	float: right;
	width: 168px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
}
.tabbox2 {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 414px;
}
.heading-main {
	height: 60px;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	padding-left: 20px;
	padding-top: 14px;
}
.heading-main2 {
	height: 60px;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	padding-left: 0px;
	padding-top: 14px;
}
#heading-bullet {
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 68px;
	margin-top: 4px;
	margin-right: 4px;
	border: 2px solid #D0E0E6;
	padding: 0px;
}
#heading-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F5985;
	clear: right;
	height: 30px;
	width: 460px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0E0E6;
	padding-top: 10px;
	line-height: 40px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
html, body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

body {
	font-family: Arial;
	font-size: 13px;
	color: #444;
	background-color: #FFF;
}

#content {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F5985;
	padding-bottom: 6px;
}
.h1Italic {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F5985;
	padding-bottom: 6px;
	font-style: italic;
}


h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

.htitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1F5985;
	padding-top: 3px;
}

.htitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #1F5985;
	padding-top: 20px;
	padding-right: 6px;
}
h3 {
	color: #1F5985;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 6px;
}
h4 {
	color: #1F5985;

	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 7px;
}


hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
}

a {
	color: #28d;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

a {
	outline: none;	
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
}

img.whlogo {
	border: none;
	margin-top: 15px;
}

a img.bordernone {
	border: none;
}

a img.marginnone {
	border: none;
	margin: 0;
	padding: 0;
}

ul {
	margin: -7px 0 24px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.heading-mainLeftBox {
	width: 288px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-top: 14px;
	float: left;
	margin-right: 20px;
	height: 280px;
}
.heading-mainRightBox {
	height: 280px;
	width: 288px;
	padding-top: 14px;
	float: left;
}
#heading-bulletNews {
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 68px;
	margin-top: 4px;
	border: 2px solid #D0E0E6;
	padding: 0px;
	margin-right: 0px;
}
#heading-titleNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1F5985;
	clear: right;
	height: 30px;
	width: 192px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0E0E6;
	line-height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 4px;
	padding-top: 10px;
}
.news-content {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-top: 10px;
	clear: left;
	width: 266px;
}
.home-panels {
	height: 300px;
	width: 100%;
	background-image: url(../images/homepanel_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.home-panels2 {
	height: 300px;
	width: 100%;
	background-image: url(/images/homepanel_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.heading-mainCenterBox {
	padding-top: 14px;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 600px;
	background-image: url(../images/homepanel_bksml.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
}
#heading-titleCenterBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1F5985;
	height: 30px;
	width: 300px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0E0E6;
	line-height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	float: left;
	padding-left: 4px;
}
.news-contentHome {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	clear: left;
	width: 360px;
	margin-top: 10px;
}
.pictureboxHome {
	float: right;
	margin-top: 6px;
}
#heading-bulletCenter {
	float: left;
	height: 50px;
	width: 68px;
	margin-top: 4px;
	border: 2px solid #D0E0E6;
	padding: 0px;
	margin-right: 0px;
}
#heading-title-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F5985;
	clear: right;
	height: 30px;
	width: 390px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0E0E6;
	padding-top: 10px;
	line-height: 40px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#heading-title-content-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F5985;
	clear: right;
	height: 30px;
	width: 390px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0E0E6;
	padding-top: 10px;
	line-height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.tabbox3 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabheader-margin {
	float: left;
	height: 70px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 10px;
	width: 594px;
}
#heading-title-contentwide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F5985;
	clear: right;
	height: 30px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0E0E6;
	padding-top: 10px;
	line-height: 40px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.tabbox4 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabbox5 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.imageMarginLeft {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
}
.imageMarginRight {
	float: right;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
}
.imageMarginRight2 {
	float: right;
	padding: 0px;
	margin-top: 7px;
	margin-right: 5px;
	border: none;
}


.rednotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F00;
}
.smltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

.smltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	width: 200px;
}

.headline {
	width: 146px;
	text-align: center;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #1F5985;
	text-decoration: none;
}

.whWrapper {
	width: 562px;
	border: 1px solid #CCC;
	margin: 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/wh_header.jpg);
}
.whTitleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/wh_hdr_blt.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.whContent {
	padding-left: 32px;
	padding-right: 10px;
	margin-top: 120px;
}
.whResourceNav {
	height: 20px;
	width: 464px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tenthTitleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/10th_hdr_blt.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.tenthWrapper {
	width: 562px;
	border: 1px solid #CCC;
	margin: 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/10th_header.jpg);
}
.tenthContent {
	padding-left: 32px;
	padding-right: 10px;
	margin-top: 120px;
}
.tenthResourceNav {
	height: 20px;
	width: 464px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.videoSection {
	height: 210px;
	width: 160px;
	float: left;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}

.videoSection2 {
	height: 350px;
	width: 160px;
	float: left;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}

.pageSelect {
	height: 20px;
	width: 518px;
	text-align: right;
}
.imageCaptions {
	width: 250px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageCaptions2 {
	float: left;
	border: 1px solid #CCC;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 264px;
	color: #666;
	margin-right: 10px;
	margin-bottom: 2px;
	padding-right: 2px;
}
.imageCaptions3 {
	float: left;
	border: 1px solid #CCC;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 552px;
	color: #666;
	margin-right: 10px;
	margin-bottom: 2px;
	padding-right: 2px;
}
.photoCaptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 250px;
}
.menuLeft {
	float: left;
	width: 140px;
	height: 20px;
}
.menuLeftWide {
	float: left;
	width: 170px;
	height: 20px;
}
.menuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	width: 500px;
	color: #1F5985;
	padding-top: 4px;
}
.sitestatus_banner {
	width: 774px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 10px;
	font-style: italic;
	color: #666;
}
.BleachingTitleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/bleaching_hdr_blt.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
.BleachingWrapper {
	width: 562px;
	border: 1px solid #CCC;
	margin: 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/bleaching_header.jpg);
}
.BleachingContent {
	padding-left: 32px;
	padding-right: 10px;
	margin-top: 120px;
}
.BleachingResourceNav {
	height: 20px;
	width: 464px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.toolsHeader {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.6em;
	color: #000;
	letter-spacing: -1.5px;
}


/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}



.exit {
	color: #28d; /* should match color for other links (ie. <a></a> tags) */
	cursor: pointer;
}
.exit:hover { text-decoration: underline; }
.exit a{ display: none; }
span.exitUrl { color: #b71;  display: inline-block; margin-bottom: 4px;  }
.exitButtons { margin-top: 5px; }

/* Footer styles */

.noaalogosml-footer {
	background-image: url(/images/noaasm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 79px;
	width: 704px;
	padding-left: 46px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
}
.footer-line {
	width: 754px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	margin-left: 10px;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 610px;
	height: 45px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.footer-links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 610px;
	margin-bottom: 4px;
}

.footer-contact1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 320px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	height: 28px;
	text-align: left;
	margin-right: 14px;
}

.footer-contact2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 340px;
	float: left;
	height: 28px;
	text-align: left;
}

.footer-cell+.footer-cell {
	 border-left: 1px dotted #CCC;
	 padding-left: 10px;
}

a {
	color: #28d;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

a {
	outline: none;	
}