﻿/*---------------------- Weather Right Box-------------------------*/
.WeatherPanel
{
    width: 300px;
    padding-bottom: 0px;
}
.WeatherHeader
{
    text-align: center;
    color: #0d1f51;
}
.WeatherBox
{
float: left;
padding: 0px 5px 0px 5px;
color: #0d1f51;
}
.TableWeatherBoxes
{
    text-align:center;  
    border: none;  
}
.TdWeatherSubHeader
{
    border-bottom: dotted 1px #ffffff;
}
.TdWeatherSeparator
{
    text-align:center;
    padding-right: 5px;
    border-right: solid 1px #ffffff;
}
.WeatherIcon
{
    width:45px;
}
.WeatherFooter
{
    text-align: center;
    color: #0d1f51;
}
.WeatherFooterHeader
{
    text-align: left;
    padding-top: 10px;
}

/*------------------- Snowheight Right Box (Not Visible) -----------------*/
  
.TableSnowHeight
{
    border: none;
    width: 200px; 
    height: 70px; 
    background: #ffffff url('/images/Icons/Meteo/SnowHeight/mountain.jpg') no-repeat bottom left;
}  
.TdSnowHeightMax
{
    height: 35px;
    vertical-align:bottom; 
    text-align:right; 
    padding-right:10px;
}
.TdSnowHeightMin
{
    height: 25px;
    vertical-align:bottom; 
    text-align:right; 
    padding-right:10px;
}
.TdSnowHeightFooter
{
    height:10px;
}

/* ----------------- End Weather Right Box ---------------------------------------*/
