﻿body 
{
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family: Arial;
	font-size: .75em;
	background-color: #ffffff;
}

.MainForm
{	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 460px;
}

.txtLabel
{
	vertical-align:middle; 
	padding-top:3px;
	padding-right:5px;
	display:block; 
	width:24%; 
	float:left; 
	height:22px;
	background-color: #eeeeee;	
	text-align:right;
	font-size:.85em;
}
.txtValue
{
	height:22px;
	padding-top:3px;
	padding-left:10px;
	width:70%;
	display:block;	
	float:right;	
}

.WeatherBoldFont
{
	font-weight:bold;	
}

.AlphaCol
{
	width:105px;
	display:block;	
	float:left;
	height:185px;
	padding-left:5px;
	padding-right:5px;
	/*background-color:#eeeeee;*/
	text-align:center;	
}
.BetaCol
{
	width:105px;
	display:block;	
	float:left;
	height:185px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
.GammaCol
{
	width:105px;
	display:block;	
	float:left;
	height:185px;
	padding-left:5px;
	padding-right:5px;
	/*background-color:#eeeeee;*/
	text-align:center;
}
.DeltaCol
{
	width:105px;
	display:block;	
	float:left;
	height:185px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

.AlphaRow
{
	width:105px;
	display:block;	
	float:left;
	height:20px;
	position:relative;
}
.BetaRow
{
	width:105px;
	display:block;	
	float:left;
	height:30px;
	position:relative;
}
.GammaRow
{
	width:105px;
	display:block;	
	float:left;
	height:50px;	
	top:20px;
	position:relative;
}
.DeltaRow
{
	width:105px;
	display:block;	
	float:left;
	height:20px;
	top:20px;
	position:relative;
}
.EpsilonRow
{	
	width:105px;
	display:block;	
	float:left;
	height:15px;
	top:20px;
	position:relative;
}
.ZetaRow
{	
	width:105px;
	display:block;	
	float:left;
	height:15px;
	top:20px;
	position:relative;
}