/* CSS for Google Weather plugin */

.zc_gw {
	font-decoration: none;
}

.zc_gw_condition {
	font-weight: bold;
	font-size: 12px;
}

.zc_gw_smalltemp {
	font-weight: normal;
	font-size: 9px;
}

.zc_gw_temp {
	font-weight: normal;
	font-size: 100%;
}

.zc_gw_hightemp {
	color: #FF0000;
	font-weight: normal;
}

.zc_gw_lowtemp {
	color: #0033CC;
	font-weight: normal;
}

.zc_gw_smallimage {
	width: 16px;
	padding-right: 4px;
}

.zc_gw_popup table {
	background-color: #ffffff;
	border: 2px solid #8888ff;
}




