#weatherBox {
	background: url(weather-bg.png) no-repeat white;
	padding-left: 30px;
	padding-top: 15px;
	min-height: 300px;
	color: #333;
	position: relative;
}

.currentConditions {
	background: transparent;
	color: #555;
	margin: 8px 0 0 8px;
}

#weatherBalloon .currentConditions {
	margin: auto;
}

.currentConditions thead { display: none; }


.currentConditions th, .currentConditions td {
	font-size: 12px;
	font-weight: normal;
	padding: 0.2em 2px;
}

.currentConditions th { text-align: left; }
.currentConditions td { text-align: right; }

.currentConditions tr:hover {
	background: white;
}

.weatherWindArrow {
	display: inline-block;
	height: 1.5em;
	position: relative;
	top: 4px;
	width: 1.5em;
}


.no-svg .weatherWindArrow { display: none; }

.viewWebcamIcon {
	background: url(webcam-icon.png) 50% 8px no-repeat;
	border-radius: 8px;
	display: block;
	padding: 40px 4px 8px;
	text-align: center;
	position: absolute;
	right: 4px;
	top: 8px;
	width: 90px;
}
.viewWebcamIcon:focus, .viewWebcamIcon:hover {
	box-shadow: 0 0 16px #ddc inset, 4px 4px 4px #ccc;
}
.viewWebcamIcon:active {
	box-shadow: 0 0 16px #ddc inset, 1px 1px 2px #aaa;
	top: 10px;
	right: 2px;
}

.moreWeather {
	clear: both;
	list-style-type: none;
	margin: 0 0 4px;
	padding: 0;
}

.weatherLocation {
	background: #ddc;
	border: none;
	border-radius: 0.4em;
	box-shadow: 0 0.5em 1em #ffe inset;
	color: #333;
	font: large "Georgia", serif;
	margin: auto;
	padding: 8px 4px 6px;
	width: 88%;
}

#weatherBalloonSelect .weatherLocation {
	background: #abc;
	box-shadow: 0 -0.5em 1em #789 inset;
	font-size: x-large;
}

.weatherData {
	height: 100px;
	overflow: hidden;
	position: relative;
}

.weatherData > div {
	position: absolute;
	width: 280px;
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}

#weatherBalloonData > div {
	width: 100%;
}

.weatherChanging { cursor: wait; }

.weatherCurrentData {
	opacity: 1;
	top: 0;
	left: 0;
}
.weatherPreviousData {
	filter: alpha(opacity=10);
	opacity: 0;
	top: 75px;
}

.weatherChanging > .weatherCurrentData {
	opacity: 0;
	top: -4em;
}

.currentConditions abbr {
	border-color: #eee;
	cursor: help;
}

.weatherValueUnknown {
	color: #999;
	font-size: smaller;
	font-weight: normal;
}

#weatherAtmosphere, #weatherFog, #weatherFront {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#weatherAtmosphere {
	display: none;
	opacity: 0;
	position: fixed;
	z-index: 9000;
	-webkit-transition: opacity 0.5s;
	   -moz-transition: opacity 0.5s;
	    -ms-transition: opacity 0.5s;
	     -o-transition: opacity 0.5s;
	        transition: opacity 0.5s;
}

#weatherFog {
	background: #79a;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#weatherAtmosphere.weatherCloudingOver, #weatherAtmosphere.weatherClearing {
	display: block;
}
#weatherAtmosphere.weatherOvercast {
	display: block;
	opacity: 1;
	/*filter: alpha(opacity=100);*/
}

#weatherBalloon {
	background: #eee;
	border-radius: 64px;
	box-shadow: 0 0 2em #999 inset, 1em 1em 4em #333;
	color: #333;
	display: block;
	font-size: large;
	margin: auto;
	padding: 32px;
	position: relative;
	text-align: center;
	top: 0;
	width: 320px;
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}
.weatherOvercast #weatherBalloon {
}

#weatherBalloonImg {
	position: relative;
	width: 320px;
	height: 240px;
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
}
#weatherBalloonImg img {
	left: 0%;
	margin: auto;
	width: 100%;
	opacity: 1.0;
	position: absolute;
	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
	    -ms-transition: all 1s;
	     -o-transition: all 1s;
	        transition: all 1s;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

#weatherBalloonImg .weatherOldImg {
	filter: alpha(opacity=10);
	opacity: 0.0;
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}

#weatherBalloonImg .weatherNewImg {
	opacity: 0.0;
	-webkit-transform: scale(0.5);
	   -moz-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	     -o-transform: scale(0.5);
	        transform: scale(0.5);
}

#weatherBalloonSelect {
	margin-bottom: 16px;
}

#weatherBalloonData {
	height: 127px;
	margin-top: 16px;
}
#weatherBalloonData th, #weatherBalloonData td {
	font-size: medium;
}

#weatherClose {
	background: #111;
	border: 0.2em solid #eee;
	border-radius: 1em;
	box-shadow: 0.5em 0.5em 2em #888;
	color: #eee;
	display: block;
	font-size: 16px;
	padding: 0.3em 0.5em 0.2em;
	position: absolute;
	top: 1%;
	left: 1%;
	text-align: center;
	width: 2em;
}
#weatherClose:focus, #weatherClose:hover, #weatherClose:active {
	background: #000;
	border-style: outset;
	text-decoration: underline;
}
#weatherClose:active {
	border-style: inset;
}

.weatherLoading, .weatherLoading #weatherBalloon {
	cursor: wait;
}
