.weatherIcon
{
   height:180px;
   width:280px;
   background-repeat:no-repeat;
   margin:0pt;
   padding:0pt;
   border:0px;
   text-align:right;
   font-family:arial,helvetica,clean,sans-serif;
   color:white;
   background-position:0% 0%;
   background-repeat:no-repeat;
}

.weatherIcon div
{
   padding-right:10px;
}

.weatherIcon div.city
{
   padding-top:35px;
   margin-right:-10px;
   color:#00268F;
   font-size:12px;
   font-weight:bold;
   margin-top:-7px;
}

.weatherIcon div.temp
{
   font-size:12px;
}

.weatherIcon div.temp
{
   font-size:26px;
   padding:0;
   margin:0;
}

.weatherIcon div.description, .weatherIcon div.date
{
   font-size:12px;
   padding:0;
   margin:0;
}

.weatherIcon div.date
{
   font-weight:bold;
}

.weatherBlock
{
   background-repeat:no-repeat;
   background-position:100% 50px;
   height:250px;
   width:280px;
}

/*******************************
 * Custom for WaterSafeKids    *
 *******************************/

.weatherBlock .toggleSwitch
{
   font-size:60%;
   font-style:italic;
   text-align:right;
   margin-top:5px;
   padding-right:0;

   /*** Added after adding drop down menu ***/
   display:none;
}

.hiddenWeather
{
   display:none;
}

.weatherSelectBox
{
   color:#00268F;
   background-color:transparent;
   border:0;
   font-weight:bold;
   font-family:arial,helvetica,clean,sans-serif;
   font-size:12px;
   text-align:right;
   border-style:solid;
}
