#calcatraz-weather-widget *, #calcatraz-weather-widget-credits * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height:normal;
} 
#calcatraz-weather-widget { 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 100%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(100%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 100%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 100%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 100%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 100%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	width:254px; height:52px;border:1px solid grey; border-radius:6px;font-family:arial;color:grey;font-size:12pt;
	padding:2px; margin:0 auto; box-sizing:content-box;
}
#calcatraz-weather-widget div.left {
	width:126px; height:52px; padding:0; margin:0; box-sizing:content-box;
	border-right: 1px solid #ccc; float:left; overflow:hidden;
}
#calcatraz-weather-widget div.left img {
	width:52px;height:52px;border-radius:6px;background-color:rgb(150,180,228);
}
#calcatraz-weather-widget div.left div.now {
	width:66px;vertical-align:middle;text-align:center;float:right;margin-right:4px;height:100%;display:table;
}
#calcatraz-weather-widget div.left div.now p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
  color:black;
  font-family:arial;
  font-size:16px;
  line-height:10px;
  padding-top:5px;
}
#calcatraz-weather-widget div.left div.now p span.desc {
	color:grey; font-size:11px; 
}
#calcatraz-weather-widget div.left div.switchscale {
	margin-top:-61px;padding-left:113px;z-index:100;position:absolute;
}
#calcatraz-weather-widget div.left div.switchscale a {
	font-size:8pt; text-decoration:none;
}
#calcatraz-weather-widget div.left div.switchscale a:hover {
	color:red;
}
#calcatraz-weather-widget div.right {
	width:127px; height:52px; padding:0; margin:0; box-sizing:content-box;
	float:left; vertical-align:center;
}
#calcatraz-weather-widget div.right img {
	width:16px;height:16px;margin:0;margin-left:2px;border-radius:3px;float:left;background-color:rgb(150,180,228);
}
#calcatraz-weather-widget div.right span.forecasttext {
	font-family:arial;font-size:11px;float:left;margin-top:1px;margin-left:5px;min-width:33px;color:black;
	margin-top:3px;
}
#calcatraz-weather-widget div.right span.row1 {
	margin-top:1px;
}
#calcatraz-weather-widget-credits { 
	width:260px;text-align:center;color:#ccc;font-size:7pt;font-family:arial;margin-top:1px;
}
#calcatraz-weather-widget-credits a { 
	color:#ccc; text-decoration:none;
}
#calcatraz-weather-widget-credits a:hover { 
	color:blue; text-decoration:underline;
}