body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font-family: Tahoma, Verdana, sans-serif;
	overflow:hidden;
	-webkit-text-size-adjust:none;
}

h1 {
	color: white;
	text-shadow: 1px 1px 2px #999;
	font-size: 10pt;
	position:fixed;
	width: 115px;
	left: 135px;
	top: 5px;
}
h2 {
	margin:5px 15px 0px;
	padding:0;
	font-size:10pt;
	float:left;
}
h3 {
	margin: 3px 0;
	font-size: 10pt;
	text-shadow: 1px 1px 2px #999;
}

select {
	-webkit-appearance: listbox;
	width:100px;
	text-align:center;
}

img {
	border:none;
}

canvas {
	color:white;
}
p {
	font-size: 9pt;
	padding: 0 10px;
	margin: 3px 0;
}

#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: black;
}

#container canvas {
	vertical-align: top;
	overflow: auto;
}

#controls {
	background: black;
	height: 40px;
	width: 315px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	height: 34px;
	float:left;
}

#zoomcontrols {
	height: 30px;
	position:absolute;
	right:1px;
	top:34px;
	width:31px;
}
#slider-vertical{
	margin: 10px 0;
}

#settingsbtn {
	height: 30px;
	float: right;
}
#scenebtn {
	
}

#datepicker {
	display: none; 
	z-index: 20;
	padding: 0 3px 5px;
	position: absolute;
	width: 300px;
	top: 36px;
	left: 2px;
	color:black;
	background-color: rgba(255,255,255,0.6);
	border: black 2px solid;
	border-radius: 5px;
}


#socialmedia {
	display: none;
	z-index: 25;
	padding: 0 3px 5px;
	position: absolute;
	width: 300px;
	top: 36px;
	right: 1px;
	color:black;
	background-color: rgba(255,255,255,0.6);
	border: black 2px solid;
	border-radius: 5px;
}

#settingsdiv {
	display: none;
	z-index: 25;
	padding: 0 3px 5px;
	position: absolute;
	width: 300px;
	top: 36px;
	right: 1px;
	color:black;
	background-color: rgba(255,255,255,0.6);
	border: black 2px solid;
	border-radius: 5px;
}
#scenesdiv {
	display: none;
	z-index: 25;
	padding: 0 3px 5px;
	position: fixed;
	width: 300px;
	top: 36px;
	color:black;
	background-color: rgba(255,255,255,0.6);
	border: black 2px solid;
	border-radius: 5px;
}
#sceneselect {
	-webkit-appearance: listbox;
	width:250px;
	text-align:left;
	margin-left:25px;
}
#scenestatic {
	margin-left:40px;
	margin-top:10px;
}
#pickscene {
	position:relative;
	top:-25px;
	background-color:black;
	border:0px;
	color:white;
	width:120px;
	margin-left:90px;
	border-radius: 4px;
}
#pickscene:hover {
	background-color:#333;
}

#email {
	display: none;
	z-index: 23;
	padding: 0 3px 5px;
	position: fixed;
	width: 300px;
	top: 36px;
	color:black;
	background-color: rgba(255,255,255,0.6);
	border: black 2px solid;
	border-radius: 5px;
}

#imagedatetime {
	position:absolute;
	top: 5px;
	left: 50%;
	width: 130px;
	margin-left: -65px;
	color: white;
	text-shadow: 1px 1px 2px #999;
	font-size: 10pt;
	margin-top: 6px;
	padding:0 1px 0;
	font-size:10pt;
	background-color: black;
	border: white 0px solid;
	text-align:center;
	border-radius: 5px;
}

#link {
	border:0px;
}

#times {
	float:left;
	margin-left: 20px;
	z-index: 30;
	display: block;
	height: 120px;
}

#currentsstn {
	float:right;
	margin-right: 40px;
}
#pick {
	float:right;
	margin-right: 33px;
	background-color:black;
	border-width: 0px;
	color: white;
	border-radius: 4px;
	margin-top: 10px;
}
#pick:hover {
	background-color: #333;
}

#pickdate {
	margin-right: 48px;
	float:right;
}

#emailresult {
	border:none;
	width:250px;
	height:40px;
	overflow:hidden;
}
#send {
	background-color:black;
	border:0px;
	color:white;
	width:100px;
	border-radius: 4px;
}
#send:hover {
	background-color:#333;
}
#form {
	margin: 5px;
	padding: 5px;
	font-size: 10pt;
}	
#compare {
	float: right;
	margin-right: 44%;
	margin-top: 5px;

}
#interval {
	float: right;

}
#refreshbtn {
	position:absolute;
	bottom:40px;
	right:2px;
	z-index: 30;
}
.button {
	display: inline;
	text-align: center;
}
.comparediv {
	float:left;
	border: 1px solid #000;
	width: 290px;
	margin: 3px 0;
	border-radius: 3px;
}
.intdiv{
	float:left;
	border: 1px solid #000;
	width: 290px;
	margin: 3px 0;
	border-radius: 3px;
}
.intdiv h2 {
	margin: 5px 10px 5px 20px;
}
.intdiv select {
	margin: 3px 0 4px;
	margin-right: 15%;
}
.top {
	padding: 1px 2px;
}
.social {
	padding: 5px 2px;
}
.link {
	margin: 0 0 -5px 0;
}
.copytext {
	width: 90%;
	margin-left: 5%;
}
.close {
	float:right;
	clear:right;
}
.center {
	text-align:center;
	margin-left: 20px;
}
.header {
	float:left;
	clear:both;
	width:100%;
}
.left {
	float: left;
}
.right{
	margin-left:-5px;
}
.clickable {
	cursor:pointer;
}
.ui-dialog-titlebar {
	padding: 1px
}
.ui-dialog-title {
	font-size:10pt;
}
