﻿html
{
	height: 100%;
	
}
body
{
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-family: Verdana, Arial;
	height: 100%;
}
h1
{
	font-size: 14pt;
	font-family: Verdana, Arial;
}
.WeatherInfo
{
    font-size: 10pt;
    font-family: Microsoft Sans Serif;
    color: Black;
    font-weight: bold;
    
}

.smallestText
{
    font-size: 8pt;
    font-weight: normal
}

.smallText
{
    font-size: 10pt;
    font-weight: normal
}

.smallHeader
{
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px
    
}

.smallestHeader
{
    font-size: 8pt;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 1px
    
}

.mediumText
{
    font-size: 10pt;
    font-weight: normal
}

.mediumHeader
{
    font-size: 10pt;
    font-weight: bold
}

.ajaxLoader
{
    display: none;
    margin: 0px;
    padding-Left: 0px;
    padding-Right: 0px;
    padding-Top: 0px;
    padding-Bottom: 0px;
    position:absolute;
    left: 500px;
    top: 70px;
    width:auto
}

