
/* CSS Document */
/* <style> */

body {
	margin: 0;
	background-color: #434343;
}
#container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 850px;
	width: 800px;
	overflow: hidden;
}
#img_map {
	background-image: url(https://climate.cod.edu/data/satellite/regional/usa/current/usa.vis.gif);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	position: relative;
	overflow: hidden;
}
#img_map area {
	outline: none;
}
#title_bar {
	height: 25px;
	width: 780px;
	font-size: 14px;
	font-style: italic;
	line-height: 25px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 67%, #fdfdfd 71%, #f4f4f4 75%, #e8e8e8 79%, #bbbbbb 92%, #a1a1a1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(67%,#ffffff), color-stop(71%,#fdfdfd), color-stop(75%,#f4f4f4), color-stop(79%,#e8e8e8), color-stop(92%,#bbbbbb), color-stop(100%,#a1a1a1));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 67%,#fdfdfd 71%,#f4f4f4 75%,#e8e8e8 79%,#bbbbbb 92%,#a1a1a1 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 67%,#fdfdfd 71%,#f4f4f4 75%,#e8e8e8 79%,#bbbbbb 92%,#a1a1a1 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 67%,#fdfdfd 71%,#f4f4f4 75%,#e8e8e8 79%,#bbbbbb 92%,#a1a1a1 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 67%,#fdfdfd 71%,#f4f4f4 75%,#e8e8e8 79%,#bbbbbb 92%,#a1a1a1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a1a1a1',GradientType=0 );

}
#title_bar form {
	display: inline;
	width:auto;
}
#title_bar input {
	font-size: 12px;
	height: 12px;
	vertical-align: top;
	margin-top: 3px;
	width: 180px;
}

#sector_selection {
	background-color: lightblue;
	width: 100%;
	display: block;
	overflow: auto;
}
#floater_panel {
	float: left;
	width: 300px;
	margin: 10px 50px;
	-webkit-box-shadow: 0 0 5px 0 #000;
	box-shadow: 0 0 5px 0 #000;
	overflow: auto;
	border-radius: 15px;
}
#floater_panel span.floatTitle {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	width: 100%;
	background-color: lightgreen;
	display: block;
}
#floater_panel img {
	display: block;
}
/*general highlights*/
#highlight {
	display: none;
	background: rgba(255,255,255,.25);
	height: 100px;
	width: 125px;
	position: absolute;
	border-radius: 10px;
	border: solid 1px black;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}
#nexrad_highlight {
	display: none;
	background: rgba(255,255,255,.25);
	height: 80px;
	width: 80px;
	position: absolute;
	border-radius: 50%;
	border: solid 1px black;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}
/*special highlights*/
#polar_highlight {
	display: none;
	background: rgba(255,255,255,.25);
	height: 1000px;
	width: 1000px;
	top: -400px;
	left: -80px;
	position: absolute;
	border-radius: 50%;
	border: solid 1px black;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}
#ak_highlight {
	display: none;
	background: rgba(255,255,255,.25);
	height: 105px;
	width: 144px;
	top: 117px;
	left: 272px;
	-moz-transform: rotate(46deg);
	-webkit-transform: rotate(46deg);
	-o-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
	position: absolute;
	border-radius: 10px;
	border: solid 1px black;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}
#hi_highlight {
	display: none;
	background: rgba(255,255,255,.25);
	height: 70px;
	width: 95px;
	top: 255px;
	left: 123px;
	-moz-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	position: absolute;
	border-radius: 10px;
	border: solid 1px black;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}
#full_highlight {
	display: none;
	background: rgba(255,255,255,.25);
	height: 580px;
	width: 780px;
	top: 10px;
	left: 10px;
	position: absolute;
	border-radius: 10px;
	border: solid 1px black;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}
#regDisclaimer {
	position: absolute;
	bottom: 12px;
	display: none;
	height: 50px;
	width: 200px;
	color: #FFF;
	border-radius: 20px 0 0 0;
	border-style: solid none none solid;
	border-color: white;
	border-width: 2px 0 0 2px;
	background: rgba(0,0,0,.5);
	padding: 10px;
	right: 0px;
	font-weight: bold;
	text-align: center;
	pointer-events: none;
	z-index: 2;
}
#addtlSectors {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -110px;
	height: 30px;
	width: 200px;
	color: #FFF;
	border-radius: 0 0 10px 10px;
	border-style: solid;
	border-color: white;
	border-width: 2px;
	border-top: none;
	background: rgba(0,0,0,.5);
	padding: 10px;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}
#addtlSectors a, #addtlSectors a:link, #addtlSectors a:visited {
	color: lightskyblue;
}
#addtlSectors a:hover {
	color: lightgreen;
}
#hiddenElements {
	display: none;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
#bottom_controls {
	background-color: #AEAEAE;
	height: 30px;
	width: 100%;
	border-radius: 0 0 20px 20px;
}
table.mapControls {
	width: 100%;
	height: 100%;
}
table.mapControls td {
	width: 25%;
}
table.mapControls td input {
	vertical-align: -3px;
	cursor: pointer;
}
table.mapControls td label {
	cursor: pointer;
	display: block;
	height: 100%;
	line-height: 30px;
}