﻿  body,html {
    background-color: #191A1B;
    padding: 0;
    height: 100%;
    margin: 0;
	overflow: hidden;
}

@font-face {
      font-family: "oldFont";
      src: url("OldLondon.ttf");
}

@font-face {
      font-family: "oldFont2";
      src: url("Lohengrin.ttf");
}
#tempCell {
}

table#tblRow1 {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width:100%;
	height:49.5%;
}

table#tblRow2 {
	border: 1px solid white;
	border-collapse: collapse;
	width:100%;
	padding: 0px;
	margin: 0px;
	height:49.5%;
}

.gauge_title {
    font-family: Georgia,serif;
    margin: 0;
    padding: 0; 
}

.buttonStyle {
	width: 175px;
	height: 80px;
	font-weight: bold;
	font-size: 20px;
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	background-color: #016A86;
	color: #E5E9E3;
  /*border: 3px solid #008000;
  adjust the roundness*/
	border-radius: 10px;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	padding: 0px;
}
.heading {
	color: #E5E9E3;
	background-color: #016A86;
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	display: block;
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	vertical-align: middle;
	top: 0px;
}
.content {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	height: 91%;
	text-align: center;
	display: inline-block;
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border-collapse: collapse;
}
.Row1Cell {
	padding: 0px;
	margin: 0px;
	border: 0px solid #FFFFFF;
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
	position: relative;
	border-collapse: collapse;
	top: 0px;
}
.Row2Cell {
	padding: 0px;
	margin: 0px;
	border: 0px solid #FFFFFF;
	width: 100%;
	height: 100%;
	display: inline-block;
	float: left;
	position: relative;
	border-collapse: collapse;
	top: 0px;
}
.gauge {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Georgia,serif;
	float: left;
	padding: 0;
	display: block;
}

.gaugeSml {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Georgia,serif;
    float: left;
    padding: 0;
}

.data {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Georgia,serif; /*float: left;*/;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

.dataTitle {
    margin-top: 10%;
}

.dataValue {
    font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 20%;
}

#row1 {
    height: 50%;
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 50%;
	margin: 0;
	padding: 0;
}
#g1 {
	width: 50%;
	height: 60%;
	position: static;
}

#row2 {
    height: 50%;
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 50%;
	margin: 0;
	padding: 0;
}

#dashboard {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.tempDataHead {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.tempDataValue {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.tempDataTime {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.UVText {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-align: center; 
}
#UVIndex {
	text-align: center;
}
.rainLabel {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.rainValue {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.AQIContainers {
	width: 40%;
	display: inline-block;
	margin: 0px;
	text-align: center; 
	margin: 0px; 
	padding: 1%; 
	top: 0px;
	left: 0px; 
	bottom: 0px; 
}
.AQIData {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #FFF;
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	top: 0px;
	left: 0px; 
	bottom: 0px; 
	display: inline-block;
	width: 100%;
	height: 100%;
}
.AQIHead {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #FFF;
	margin: 3%;
	display: inline-block;
}