﻿/* --- Grid with snowheights ---- */

/* ================== START: OLD CSS
table.WeatherSnowheightsPerCountry_Grid{margin-bottom:30px;}

table.WeatherSnowheightsPerCountry_Grid th.Village{color:white; Width:158px; height:15px; padding-left:1px; border-bottom:solid 1px white; border-right:solid 1px white; background-color:Gray;}
table.WeatherSnowheightsPerCountry_Grid th.Temperature{color:white; Width:68px; height:15px; padding-right:1px; border-bottom:solid 1px white; border-right:solid 1px white; background-color:Gray; text-align:right;}
table.WeatherSnowheightsPerCountry_Grid th.Snowheight{color:white; Width:78px; height:15px; padding-right:1px; border-bottom:solid 1px white; border-right:solid 1px white; background-color:Gray; text-align:right;}
table.WeatherSnowheightsPerCountry_Grid th.Date{color:white; Width:58px; height:15px; padding-right:1px; border-bottom:solid 1px white; border-right:solid 1px white; background-color:Gray; text-align:right;}
table.WeatherSnowheightsPerCountry_Grid th.Village A, A:visited, A:active, A:hover {color: white; font-size:12px; font-weight:bold; text-decoration: none;}
table.WeatherSnowheightsPerCountry_Grid th.Snowheight A, A:visited, A:active, A:hover {color: white; font-size:12px; font-weight:bold; text-decoration: none;}

table.WeatherSnowheightsPerCountry_Grid td.Village{Width:158px; height:15px; padding-left:1px; border-bottom:solid 1px white; border-right:solid 1px white; background-color:#dcdcdc;}
table.WeatherSnowheightsPerCountry_Grid td.Temperature{Width:68px; height:15px; padding-right:1px; border-bottom:solid 1px white; border-right:solid 1px white; text-align:right; background-color:#dcdcdc; }
table.WeatherSnowheightsPerCountry_Grid td.Snowheight{Width:78px; height:15px; padding-right:1px; border-bottom:solid 1px white; border-right:solid 1px white; text-align:right; background-color:#dcdcdc;}
table.WeatherSnowheightsPerCountry_Grid td.Date{Width:58px; height:15px;  padding-right:1px; border-bottom:solid 1px white; border-right:solid 1px white; text-align:right; background-color:#dcdcdc; }
table.WeatherSnowheightsPerCountry_Grid td.Village A, A:visited, A:active, A:hover {color: black; font-size:12px; font-weight:bold; text-decoration: none;}
table.WeatherSnowheightsPerCountry_Grid td.Snowheight A, A:visited, A:active, A:hover {color: black; font-size:12px; text-decoration: none;}
================== END: OLD CSS */


/* ================== START: NEW CSS */
div.WeatherSnowheightsPerCountry_HeaderOfListOfVillages{margin-bottom:0px; padding:5px 0px 5px 2px; background-color:transparent; clear:both;}
table.WeatherSnowheightsPerCountry_Grid{clear:both; float:left; margin-bottom:20px;}

table.WeatherSnowheightsPerCountry_Grid th.Village{Width:159px; height:15px; padding-left:1px; border-bottom:solid 1px #336699; border-right:solid 1px #336699; background-color:#336699;}
table.WeatherSnowheightsPerCountry_Grid th.Temperature{Width:58px; height:15px; padding-right:1px; border-bottom:solid 1px #336699; border-right:solid 1px #336699; background-color:#336699; text-align:right;  color:White;}
table.WeatherSnowheightsPerCountry_Grid th.Snowheight{Width:78px; height:15px; padding-right:1px; border-bottom:solid 1px #336699; border-right:solid 1px #336699; background-color:#336699; text-align:right;}
table.WeatherSnowheightsPerCountry_Grid th.Date{Width:68px; height:15px; padding-right:1px; border-bottom:solid 1px #336699; border-right:solid 1px #336699; background-color:#336699; text-align:right; color:White;}
table.WeatherSnowheightsPerCountry_Grid th.Village A, A:visited, A:active, A:hover {color: white; font-size:12px; font-weight:bold; text-decoration: none;}
table.WeatherSnowheightsPerCountry_Grid th.Snowheight A, A:visited, A:active, A:hover {color: white; font-size:12px; font-weight:bold; text-decoration: none;}

table.WeatherSnowheightsPerCountry_Grid td.Village{Width:158px; height:15px; padding-left:1px; border-bottom:solid 1px LightGrey; border-right:solid 1px transparent; background-color:transparent;}
table.WeatherSnowheightsPerCountry_Grid td.Temperature{Width:68px; height:15px; padding-right:1px; border-bottom:solid 1px LightGrey; border-right:solid 1px transparent; text-align:right; background-color:transparent; }
table.WeatherSnowheightsPerCountry_Grid td.Snowheight{Width:78px; height:15px; padding-right:1px; border-bottom:solid 1px LightGrey; border-right:solid 1px transparent; text-align:right; background-color:transparent;}
table.WeatherSnowheightsPerCountry_Grid td.Date{Width:58px; height:15px;  padding-right:1px; border-bottom:solid 1px LightGrey; border-right:solid 1px transparent; text-align:right; background-color:transparent; }
table.WeatherSnowheightsPerCountry_Grid td.Village A, A:visited, A:active, A:hover {color: #336699; font-size:12px; font-weight:bold; text-decoration: none;}
table.WeatherSnowheightsPerCountry_Grid td.Village A:hover {color: #336699; font-size:12px; font-weight:bold; text-decoration: underline;}

table.WeatherSnowheightsPerCountry_Grid td.Snowheight A, A:visited, A:active, A:hover {color: Black; font-size:12px; text-decoration: none; font-weight:normal;}

/* ================== END: NEW CSS */
