
/* CSS Document */
/* <style> */

body {
	background-color: #434344;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}
#display {
	position: relative;
	background-color: black;
	width: 1180px;
	height: 780px;
	padding: 10px;
}
	#display #help {
		position: absolute;
		top: 40px;
		right: 16px;
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		border-radius: 16px;
		border: white 2px solid;
		display: block;
		cursor: pointer;
		overflow: hidden;
		transition: ease all 500ms;
	}
	#display #help:hover {
		width: auto;
	}
	#display #help a {
		color: white;
		font-size: 12px;
		line-height: 24px;
		text-align: right;
		padding: 0 0 0 5px;
		white-space: nowrap;
		float: right;
	}
	#display #help img {
		width: 26px;
		height: auto;
		display: inline-block;
		vertical-align: middle;
	}
#map_holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: none;
	z-index: 100;
	/* rules below prevent margin collapse from #map's top margin */
	padding-top: 1px;
    margin-top: -1px;
}
#map {
	position: relative;
	display: block;
	width: 800px;
	height: 600px;
	margin: 100px auto 0 auto;
	background-color: lightgrey;
	overflow: hidden;
	z-index: 100;
}
#clickable {
	display: block;
	width: inherit;
	cursor: crosshair;
}
#product {
	vertical-align: bottom;
	display: block;
}
#badSounding {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: calc(100% - 200px);
	width: 100%;
	padding-top: 200px;
	text-align: center;
	background-color: pink;
}
#compass {
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 830px;
}

#tooltip {
	color: #FFF;
	position: absolute;
	z-index: 100;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	padding: 3px;
	font-size: 12px;
	text-decoration: underline;
	height: 55px;
	width: 200px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
}
#customContextMenu {
	position: absolute;
	width: 200px;
	background-color: rgba(0,0,0,.6);
	z-index: 103;
	border-radius: 0 10px 10px 10px;
	display: none;
}
#customContextMenu img.marker {
	position: absolute;
}
#customContextMenu table.contextMenu {
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: white;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}
#customContextMenu table.contextMenu th {
	padding: 5px;
	cursor: default;
	border-bottom: dotted 1px white;
}
#customContextMenu table.contextMenu td {
	padding: 5px;
	cursor: pointer;
}
#customContextMenu table.contextMenu td.selected {
	color: black;
	padding: 4px; /* adjust for border */
	background: #e2e2e2;
	background: -moz-linear-gradient(-45deg,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: -o-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: -ms-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: linear-gradient(135deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );
	border: 1px solid #000;
	border-radius: 15px;
}
#customContextMenu table.contextMenu td.load {
	font-size: 16px;
	color: black;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
	text-shadow: 1px 1px 0 #FFFFFF;
}
#customContextMenu table.contextMenu td.override {
	font-size: 10px;
	color: lightgreen;
}
#customContextMenu table.contextMenu td.close {
	font-size: 10px;
	color: orange;
}
#tooltip_comp {
	color: #FFF;
	position: absolute;
	z-index: 103;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	padding: 3px;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
	width: 130px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	right: 1px;
	top: 802.5px;
	display: none;
}

#location {
	position: absolute;
	z-index: 102;
	left: 708px;
	top: 136px;
	}
#locationNew {
	position: absolute;
	z-index: 102;
	left: 708px;
	top: 136px;
	display: none;
}

table.menu {
	width: 1065px;
	height: 130px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
table.menu td {
	width: 13%;
	color: #FFF;
	padding: 0px;
}
table.menu th {
	width: 13%;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #636B74;
	text-align: center;
	line-height: 20px;
}
table.menu th:nth-of-type(1) {
	font-size: 14px;
}
.tableBreak {
	height: 12px;
	display: block;
}
input.loadButton {
	display: block;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}
input.updateMap {
	display: block;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}
input {
	width: 95%;
	height: 17px;
}
select {
	width: 100%;
	height: 25px;
}
#hidden {
	display: none;
}
#loading {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 100%;
	padding-top: 250px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	left: 0px;
	top: 0px;
	background-image: url(https://weather.cod.edu/images/web/filter-bg.png);
	background-repeat: repeat;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	right: 0px;
	bottom: 0px;
}
#loading img {
	margin-left: auto;
	margin-right: auto;
}
table.links {
	background-color: #aeaeae;
	width: 1200px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
}
table.links td {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
table.links a, a:visited {
	color: #000;
}
table.links a:hover {

}
#preload {
	display:none;
}
a.prevSounding {
	border: 1px solid #000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 18px;
	display: inline-table;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
}
a.prevSounding:hover {
	color:#09C;
}
form {
	background-color:#AEAEAE;
}

#display_controls {
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */

}

#display_controls table {
	width: 70%;
	margin: 0 auto 0 auto;
	text-align: center;
}

#display_controls table td {
	width: 20%;
}
#display_controls table td a,#display_controls table td a:link,#display_controls table td a:visited {
	color: white;
	text-decoration: none;
}
#display_controls table td a:hover {
	text-decoration: underline;
}
#display_controls table td a.selected {
	color: black;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(135deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #000;
	padding: 4px 20px;
	border-radius: 10px;
}

#text_viewer {
	position: absolute;
	padding: 10px;
	top: 35px;
	left: calc(50% - 450px);
	width: 900px;
	height: 720px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	-webkit-box-shadow:  0px 0px 10px 0px #000000;
	box-shadow:  0px 0px 10px 0px #000000;
	overflow-y: auto;
	z-index: 96;
	display: none;
}

#metaData {
	font-size: 14px;
	position: absolute;
	overflow-x: hidden;
	padding: 10px;
	top: 35px;
	left: calc(50% - 450px);
	width: 900px;
	height: 720px;
	z-index: 500;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	-webkit-box-shadow:  0px 0px 10px 0px #000000;
	box-shadow:  0px 0px 10px 0px #000000;
	display: none;
}
#metaData h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
#metaData h2 {
	padding: 0;
	margin: 0;
	color: red;
	font-size: 16px;
}
#metaData table td {
	vertical-align: top;
}
img.close {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 501;
	cursor: pointer;
}
.message {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	display: block;
	text-align: center;
	color: black;
	font-size: 12px;
	background-color: lightgreen;
}