html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; 
}

textarea, input {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; 
}

body, window, document {
  font-family: Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #000;
  color: #fff;
  overflow: hidden; 
}

div.page {
  -webkit-transition: -webkit-transform 0.4s ease; 
}

.page {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
}

.header {
    height: 30px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background: #101066;
    background: -moz-linear-gradient(top, #191976 0%, #303096 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #191976), color-stop(100%, #303096));
    background: -webkit-linear-gradient(top, #191976 0%, #303096 100%);
    background: -o-linear-gradient(top, #191976 0%, #303096 100%);
    background: -ms-linear-gradient(top, #191976 0%, #303096 100%);
    background: linear-gradient(to bottom, #191976 0%, #303096 100%); }

.footer {
    height: 50px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    bottom: 0px;
    background: #101066;
    background: -moz-linear-gradient(top, #303096 0%, #191976 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303096), color-stop(100%, #191976));
    background: -webkit-linear-gradient(top, #303096 0%, #191976 100%);
    background: -o-linear-gradient(top, #303096 0%, #191976 100%);
    background: -ms-linear-gradient(top, #303096 0%, #191976 100%);
    background: linear-gradient(to bottom, #303096 0%, #191976 100%);
}

.footerButton {
	font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: white;
	text-align: center;
}

.footerButton.pressed {
	background-color: #454585; 
}

.footer table {
	width: 100%;
}

.footer td {
	height: 46px;
}

.center {
	vertical-align: middle;
}

.currentConditionsBody {
	padding-top: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.settingsBody {
	padding: 20px;
	text-align: center;
}

.settingsBodyCenter {
	width: 220px;
	margin: 0 auto;
}

#lastUpdateTime {
	padding-top: 20px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #bbb;
}

#lastFishUpdateTime {
    padding-top: 7px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #bbb;
}


#depthJetSkiIcon, #depthBoatIcon {
	background-image: url('Images/watercraft.png');
}

#flowDeltaIcon {
	background-image: url('Images/arrows.png');
	margin-left: 40px;
}

#airQualityIcon {
    background-image: url('Images/clouds.png');
	margin-left: 44px;
    border-radius: 5px;
}

#airQualityText {
    font-weight: bold;
    font-size: 18px;
}

.button {
	width: 220px;
	background-color: #C31A00;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #A11600;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.active {
	background-color: #4CBF00;
	border: 2px solid #3B9400;
}

.buttonImage {
	vertical-align: middle;
}

#currentDepthInches {
	position: absolute;
	top: 40px;
	left: 10px;
	font-size: 12px;
	font-weight: bold;
}

.fishSummaryBody {
    padding-top: 8px;
}