html, body {
	background-color: #ccc;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#mainContainer {
	width: 840px;
	background-color: #f7f7f7;
	margin: 20px auto 20px auto;
	border: solid 1px #ccc;
}
#banner {
	height: 46px;
	background-color: #173d85;
	border-bottom: solid 1px #eee;
}
#top_logo {
	height: 70px;
	padding: 5px 10px 0 10px;
}
#content {
	clear: both;
	padding: 0 10px 0 10px;
}
#footer {
	height: 24px;
	background-color: #173d85;
	margin-top: 1em;
	border-top: solid 1px #eee;
}
#header, #footer {
	color: white;
}
#updated {
	font-size: 12px;
	margin-left: 10px;
}
noscript {
	text-align: center;
	font-size: 18px;
	color: #FF0000;
	margin: 2em 0 3em 0;
	font-weight: bold;
}
#homepage {
	min-height: 350px;
}
#homepage p {
	margin-top: 1em;
}
#div1 {
	min-height: 350px;
	text-align: center;
}
#div1 h3 {
	margin: 0;
	font-size: 14px;
}
#banner h1 {
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	color: white;
	font-size: 38px;
	line-height: 46px;
}
#banner h1 a {
	color: white;
	text-decoration: none;
}
h2 {
	margin-top: 0;
	text-align: center;
}
#controls {
	background-color: #e5decf;
	padding: 10px;
	border: solid 1px #ccc;
	color: black;
	margin-top: 10px;
}
.control {
	white-space: nowrap;
	margin-right: 8px;
	margin-left: 8px;
	padding: 5px;
	display: inline-block;
}
#controls .control:first-child {
	margin-left: 0;
}
#controls .prev-next-button {
	font-size: 12px;
	height: 24px;
}
#controls .prev-next-button span {
	position: relative; 
	top: -2px; 
}
#controls .prev-next-button[value=previous_day] span {
	margin-right: 3px;
}
#controls .prev-next-button[value=next_day] span {
	margin-left: 3px;
}

.separator {
	font-size: 1.5em;
	margin: 0 8px 0 8px;
}
.missingParam {
	background-color: #ffafaf;
	color: black;
}
#jsani {
	width: auto;
	height: 645px;
}

/* THUMBNAIL VIEW */
.thumbnails {
	text-align: center;
}
.thumbnails, .thumbnails li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.thumbnails li {
	/*display: inline-block;*/
}
.thumbnails li {
	width: 145px;
	text-align: center;
	margin-right: 15px;
	margin-top: 15px;
}
.thumbnails li img, .thumbnails li .image_placeholder {
	display: inline-block;
	width: 100%;
	border: solid 1px #ccc;
}
.thumbnails li .image_placeholder {
	height: 90px;
	line-height: 90px;
	background-color: #ddd;
}
.caption {
	width: auto;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

/* Lake Effect specific CSS */

#tn_table, #tn_table th, #tn_table td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: center;
}
#tn_table {
	margin-top: 1em;
}
#tn_table td {
	font-size: 0; /* collapse white space */
}

#tn_table .tn_container {
	display: inline-block;
	overflow: hidden;
}
#tn_table td img, #tn_table .tn_container {
	width: 370px;
}
#tn_table td.mrr img {
	width: 379px;
	margin-left: -20px;
}
#tn_table td.pip img {
	margin-left: -7px;
}
#tn_table thead th {
}
#tn_table tbody th {
	padding-right: 10px;
	vertical-align: middle;
}
#tn_table tbody td {
	padding-left: 5px;
	padding-right: 5px;
}
#tn_table td.mrr img {
	position: relative;
	left: 9px;
}

#tn_table .image_placeholder {
	display: inline-block;
	width: 100%;
	border: solid 1px #ccc;
	height: 90px;
	line-height: 90px;
	background-color: #ddd;
	font-size: 14px;
}

#tn_table .row_of_titles * {
	vertical-align: bottom;
	padding-top: 10px;
}

/* VIEW_IMAGE VIEW */
#view_image > a#img_link {
	display: block;
	width: 90%;
	margin: 15px auto 15px auto;
}
#view_image img {
	width: 100%;
	border: solid 1px #ccc;
}
