﻿			.weatherzone
			{
				font-family: Georgia, "Times New Roman" , Times, serif;
				font-size: small;
				font-weight: normal;
				color: #444422;
				background-color: #ddddee;
			}
			.weatherzone_head
			{
				font-family: Georgia, "Times New Roman" , Times, serif;
				font-size: small;
				font-weight: bold;
				text-align: center;
				color: #ccccdd;
				background-color: #777788;
			}
			#weather_maps .spacer_v10
			{
				height: 25px;
			}
			#weather_maps .animator
			{
				border-bottom: #283227 2px solid;
				position: relative;
				border-left: #283227 2px solid;
				background-color: #283227;
				width: 140px;
				border-top: #283227 2px solid;
				border-right: #283227 2px solid;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
			}
			#weather_maps #animator_sat_animation
			{
				position: relative;
				background-color: #444444;
				width: 140px;
				height: 105px;
				cursor: pointer;
			}
			#weather_maps #animator_rad_animation
			{
				position: relative;
				background-color: #444444;
				width: 140px;
				height: 105px;
				cursor: pointer;
			}
			#weather_maps #animator_sat_timestamp
			{
				z-index: 999;
				position: absolute;
				text-align: center;
				padding-bottom: 0.2em;
				background-color: black;
				padding-left: 0.2em;
				width: 65px;
				bottom: 0px;
				padding-right: 0.2em;
				color: white;
				font-size: xx-small;
				right: 5px;
				font-weight: bold;
				padding-top: 0.2em;
				border-radius:3px;
				-webkit-border-top-left-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topright: 3px;
			}
			#weather_maps #animator_rad_timestamp
			{
				z-index: 999;
				position: absolute;
				text-align: center;
				padding-bottom: 0.2em;
				background-color: black;
				padding-left: 0.2em;
				width: 65px;
				bottom: 0px;
				padding-right: 0.2em;
				color: white;
				font-size: xx-small;
				right: 5px;
				font-weight: bold;
				padding-top: 0.2em;
				-webkit-border-top-left-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topright: 3px;
			}