﻿.weatherpanel-main
{
    width:630px;
    Height:160px;
	/*width:100%;
	margin:.5em .5em .5em .5em;*/
	
	/*border-style:solid;
	border-color:#99CCFF;
	border-width:1px;*/
	padding:0.5em 1em 1em 1em;
	/*padding:top right bottom left*/
}

.weatherpanel
{
	/*width:100%;
	margin:.5em .5em .5em .5em;*/
	width:110px;
	text-align:center;	
	/*border-style:solid;
	border-color:#99CCFF;
	border-width:1px;*/
	padding:0.5em 1em 1em 1em;
	Height:155px;
	/*padding:top right bottom left*/
}

.weatherpanel-forecast
{
position: relative; 
float:right;
top:-220px;
	/*border-style:solid;
	border-color:#99CCFF;
	border-width:1px;*/
}

.solterra
{
	text-align:center;
	font-weight:bold; padding:0px 5px 0px 5px;
	
}
.solterra-header
{
	font-weight:bold;
	text-align:center;
}
.solterra-high
{
	color:Red;
}
.solterra-low
{
	color:Blue;
}

.weatherpanel-header
{
	font-weight:bold;
	text-align:center;
}
.weatherpanel-high
{
	color:Red;
}
.weatherpanel-low
{
	color:Blue;
}
.weatherpanel-current
{
    /*background-position: url('images/bg.gif');
    background: url('images/bg.gif');*/
    padding: 0em 1em 0em 1em;
    width:300px;
    /*background-color: #99CCFF;*/
}

.weatherpanel-current-temp
{
position: relative; 
top: -102px;
left:70px; 
width: 200px; 
font-family:Verdana; 
font-weight:bold; 
font-size:28px; 
color:#000000; 
text-transform:capitalize;
/*
    float:right; 
    font-size:28px; 
    font-weight:bold; 
    color:#000000; 


    float:left;
	font-weight:bold;
	font-size:18pt;
	font-family:Verdana;
	text-align:center;
	*/
}
.weatherpanel-current-high
{
position: relative; 
top: -92px;
left:85px; 
width: 100px; 
font-family:Verdana; 
font-weight:bold; 
font-size:12px; 
color:Red;
}
.weatherpanel-current-low
{
position: relative; 
top: -92px;
left:90px; 
width: 100px; 
font-family:Verdana; 
font-weight:bold; 
font-size:12px; 
color:Blue;
}

.weatherpanel-current-label
{
position: relative; 
top: -12px;
left:30px; 
text-align:right;
width: 300px; 
font-family:Verdana; 
font-weight:bold; 
font-size:16px; 
}
.weatherpanel-current-sep
{
position: relative; 
top: -92px;
left:90px; 
width: 20px; 
font-family:Verdana; 
font-weight:bold; 
font-size:12px; 
}

.weatherpanel-current-data
{
	font-size:10pt;	
	font-family:Verdana;
	text-align:left;
}
.weatherpanel-current-icon
{
    float:left;
    width:140px;
	font-weight:bold;
	font-size:12pt;	
	font-family:Verdana;
	text-align:center;
}

