/* local.css */
html {
	overflow-y: scroll;
}

body {
	min-width: 97%;
	zoom: 1;
}

#wrap {
	background: #fff;
	margin: 0.4em auto 4em auto !important;
	width: 97%;
	min-width: 1100px;
	max-width: 1100px;
}

div#header {
	background: #BDD2FF; 
	height: 75px; 
	overflow: hidden;
	border-top-right-radius: 3px; 
	border-top-left-radius: 3px;
}	

div#header div {
	width: 1100px !important; 
	display: table;
	vertical-align: top;
}

div#header div img {
	border: 0 solid #fff;
}

#skipNav {
	position: absolute !important;
	visibility: hidden;
	top: 0.0em !important;
	right: 5em !important;
	margin: 0;
	padding: 0;
	width: 13em;
	height: 2em;
    font-weight: 700;
}

#main {
	float: left; 
	margin-left: 0 !important;
	width: 918px !important;
}

#mainNoNav {
	float: left; 
	margin-left: 0 !important;
	width: 1100px;
}

/* Styles local to your site */
div#selector {
	border: 1px solid #666; 
	background-color: #eee; 
	padding: 8px 8px 1px 8px;
	display: table !important;
}

div#prodselector {
	border: 1px solid #666; 
	background-color: #eee; 
	padding: 8px;
	display: table !important;
}

div#displayBox {
	border: 1px solid #cbcbcb;
	padding: 2px 8px 1px 8px;
	border-radius: 5px;
}

div#displayBox h2, div#displayBox h3 {
	display: inline;
	width: 30%;
	margin-bottom: 20px;
}

div.picker { /* same as selectBox except always visible */
	float: left;
	margin: 3px !important;
	padding: 2px;
	height: 3em;
	width: 15em; 
	text-align: left;
	color: #333;
	display: table;
}

div.picker#timeScopeBox {
  width: 11em; 
}

div.selectBox {
	float: left;
	margin: 2px;
	padding: 2px;
	height: 3em;
	display: none;
	white-space: nowrap !important;
}

div.firstSelectBoxDiv {
	display: block;
}

div.dateBox {
	float: left;
	margin: 3px 0 !important;
	padding: 2px;
	height: 3em;
	width: 10em; 
	text-align: center;
	color: #333;
}

div.submitBox {
	float: left;
	margin: 3px !important;
	padding: 12px 2px 2px 2px;
	height: 3em;
	width: 100px; 
	text-align: left;
	color: #333;
	display: none;
}

div#datePick {
	float: left;
}

div.stepButton {
	float: left;
	margin: 2px 0 !important;
	padding: 15px 0 1px 0;
	height: 3em;
	width: 28px; 
	color: #333;
}

/* the increment buttons are to step through the select box, not datewise but through the parameters
  they are never 'off' because they loop through, so no 'off' states are necessary */
div.incrementButton {
	float: left; 
	margin: -1px 0 0 0 !important;
	padding: 0 2px;
	height: 2em !important;
	width: 30px; 
	vertical-align: top;
}

div.incrementButton span.prevOff, div.incrementButton span.nextOff {
	display: block;
	width: 27px !important;
	height: 23px !important;
	background-color: #a09999;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 28px !important;
	line-height: 23px;
	box-shadow: 2px 2px 2px 0 rgba(195,195,199,1);
}

a.incrLeft:link, a.incrLeft:visited, a.incrRight:link, a.incrRight:visited {
	display: block;
	width: 27px !important;
	height: 23px !important;
	background-color: #195996;  /* accessibility - contrast improvement */
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 28px !important;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	box-shadow: 2px 2px 2px 0px rgba(195,195,199,1);
}

a.incrLeft:hover, a.incrRight:hover {
    color: #be0c0c;
}

/* stepButtons are for the datewise stepping */
div.stepButton a#stepLeft:link, div.stepButton a#stepLeft:visited, div.stepButton a#stepRight:link, div.stepButton a#stepRight:visited {
	display: block;
	width: 27px !important;
	height: 23px !important;
	background-color: #195996;  /* accessibility - contrast improvement */
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	box-shadow: 2px 2px 2px 0px rgba(195,195,199,1);
}

div.stepButton a#stepLeft:hover, div.stepButton a#stepRight:hover {
	text-decoration: none;
    color: #be0c0c;
}

div.stepButton span.previousOff, div.stepButton span.nextOff {
	display: block;
	width: 27px !important;
	height: 23px !important;
	background-color: #195996;  /* accessibility - contrast improvement */
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	box-shadow: 2px 2px 2px 0px rgba(195,195,199,1);
}

div.selectBox label, div.picker label, div.dateBox label {
	display: table;
	color: #536ba8;
	font-weight: bold;
	white-space: nowrap;
}

div.selectBox option, div.picker option, div.dateBox input, div.selectBox select, div.picker select {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

div.dateBox input, div.selectBox select, div.picker select {
	float: left; 
}

div#metricInfo {
	margin-bottom: 6px;
	clear: both;
}

div#metricInfo div#right {
	float: right; 
	width: 460px;
} 

div#metricInfo h1 {
	margin-bottom: 5px;
}

div#metricInfo h2 {
	margin-top: 2px;
	float: right;
	text-align: right;
}

p#note {
	font-size: 0.9em; 
	color: #666;
	font-style: italic;
	margin-top: 1px;
	text-align: left;
}

p#aboutLink {
	text-align: right;
	margin-top: 0;
	padding-top: 0;
	width: 400px;
	float: right !important;
	clear: both;
}

h3.timeBlock {
	color: #666; 
	font-weight: bold; 
	width: 12em; 
	float: left; 
	margin-top: 0;
}

/* next 2 classes are for imageErrorHandling.js */
div#errorTextContainer h4 {
	padding: 16px;
	line-height: 1.8em;
	background-color: #efefef;
	border-radius: 6px;
	margin-bottom: 10px;
}

div#errorTextContainer h4 span {
	font-weight: normal; 
	font-style: italic; 
	color: #333; 
	display: block; 
	margin-left: 30px;
	padding: 4px;
}

div#animationBlock {
	width: 820px; 
	margin-left: 20px; 
	float: right; 
	border: 1px #777 dotted;
    background-color: #d9e5f7;
}

div#animationBlock div { 
	text-align: center; 
	margin: 10px 0;
}

div#animationBlock div h3 {
	color: navy; 
	display: inline;
}

#leftNav {
	width: 180px !important; 
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#navContainer {
	float: left;
	width: 180px !important; 
}

div#leftNav li.instr  {
	border-top: 1px dotted #282888 !important;
	padding-top: 5px !important;
	margin-top: 5px !important;
	background-image: none !important;
	font-weight: bold;
}

div#leftNav li.instr ul li  {
	border-top: 0;
	padding-top: 1px !important;
	margin-top: 1px !important;
}

div#searchBox {
	width: 179px;
}

div#searchBox input#query-field {
	width: 125px !important;
}

div#searchBox input#Go {
	width: 3em; 
	padding: 0;
	margin: 0;
	font-size: 10px; 
	font-weight: bold;
}

div#searchBox p {
	text-align: center;
	font-weight: bold;
	margin: 2px;
}

img#displayImage1 {
	margin-top: 8px;
}

div.noticeBox h4#disclaimer {
	padding: 1px;
}

h4#disclaimer {
	font-size: 11px;
	margin: 1px;
}

div.dateSelectContainer {
	white-space: nowrap; 
	float: left; 
	margin-left: 0.5em;
}

iframe#timeStamp {
	width: 72px; 
	height: 36px; 
	padding: 0; 
	margin: 0 0 0 20px; 
	float: left; 
}

div#feedBox {
	border: 1px solid #a5cafd; 
	background-color: #afd0fd; 
	padding: 5px 9px;
	line-height: 145%; 
	width: 260px; 
	float: right; 
	border-radius: 8px;
}

div#feedBox img {
	float: left; 
	margin-right: 13px; 
	margin-top: 3px;
}

div.allNotices {
	background: #fff url('../images/clicktoenlarge.png') no-repeat top right;
	margin-top: 15px;
}

div#Notices p img {
	margin-bottom: 30px;
	padding: 12px 6px;
	float: left; 
	width: 250px; 
	margin: 8px 25px 8px 0;
	border: 3px solid #fff;
}	
	
div#Notices p a img:hover {
	border: 3px solid #CCDFFD;
	border-radius: 7px;
}

h1.description {
	background: #fff url('../images/NOAAlogo65.png') no-repeat top left; 
	padding-left: 70px;
	padding-top: 0;
	height: 65px;
	margin-bottom: 3px;
}

div.indNotice {
	padding-top: 10px;
	clear: both;
	border-top: #666 1px solid;
}

h2.feedContent {
	margin-left: 16px;
	color: #666;
	font-weight: bold;
	line-height: 125%;
	margin-top: 4px;
}	

h2.feedContent span {
    color: #0c447c;
    font-size: 1.3em;
    line-height: 160%;
}

div.indNotice p {
	margin-left: 16px;
}
	
div#finder_wrapper div {
	padding: 2px !important;  /* this deflates the too fat padding on the jquery UI dialog inserted divs */
}

div#popupAbout {
	display: none;
	font-family: arial, helvetica, sans-serif !important;
	border-radius: 12px;
	padding: 12px !important;
}

div#finderDialog {
	display: none;
	font-family: arial, helvetica, sans-serif !important;
	border-radius: 12px;
	padding: 12px !important;
}

table#finder thead {
	display: none;
}

.ui-dialog {
	box-shadow: 0 0 25px 25px rgba(199,199,199,1);
}

div.ui-dialog-titlebar {
	margin-top: 0 !important;
}

div#metricInfo {
	margin-bottom: 6px;
	clear: both;
}

div#metricInfo div#rightMI {
	float: right; 
	width: 510px;
	margin: 0;
	padding: 0;
} 

div#metricInfo div#leftMI {
	float: left; 
	width: 380px;
	margin: 0;
	padding: 0;
} 

div#leftMI h1 {
	float: left;
	margin-top: 0;
	margin-bottom: 3px;
}

div#leftMI p#note {
	font-size: 0.9em; 
	color: #666;
	font-style: italic;
	margin: 2px 0;
	text-align: left;
	padding: 0;
}

div#leftMI h3.timeBlock {
	color: #666;
	font-weight: normal; 
	width: 20em; 
	float: left; 
	margin-top: 0;
	padding-top: 0;
	clear: left;
}

div#metricInfo div#rightMI h2 {
	margin-top: 2px;
	float: right;
	text-align: right;
}

div#activateDayView {  
	display: block;
	width: 500px !important;
	height: 27px !important;
	float: right;
	clear: both;
    margin: 10px 0 0 0;
}

div#activateDayView a:link, div#activateDayView a:visited {
	padding: 0 8px;
	display: block;
	margin-left: 0.5em;
	float: right;
	background-color: #195996;  /* accessibility - contrast improvement */
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	font-size: 1em;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	box-shadow: 2px 2px 2px 0px rgba(195,195,199,1);
}

div#activateDayView a:hover {
	text-decoration: none;
	color: #BE0C0C;
}

div#displayBox h3.returnLink {
    color: #666;
    float: right;
    width: 20% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
}

div#textContainer {
	width: 800px; 
	overflow: scroll-x;
}

a.navExpCon {
	display: block !important; 
	background: url('../images/plus.gif') top left no-repeat; 
	padding-left: 24px !important; 
	min-height: 20px;
}

/* next 4 classes are for expand contract in the nav only */
a.togPlus {
	display: block !important; 
	background: url('../images/plus.gif') top left no-repeat; 
	padding-left: 24px !important; 
	min-height: 20px;
	font-weight: 700;
	font-size: 1.1em !important;
	color: #02247D;
}

a.togMinus {
	display: block !important; 
	background: url('../images/minus.gif') top left no-repeat; 
	padding-left: 24px !important; 
	min-height: 20px;
	font-weight: 700;
	font-size: 1.1em !important;
	color: #02247D;
}

div.ui-dialog-titlebar {
	background-color: #195996 !important;  /* accessibility - contrast improvement */
	background: none;
}

div.fg-toolbar {
	background-color: #195996 !important;  /* accessibility - contrast improvement */
	background: none;
}
/* end of nav only expand contract classes */

ul.sub {
	display: none;
}

