.forecastBox { /* style the text in the gizmo here */
/*color : #531AFF;  text color in gizmo*/
/*text-align : center;*/
background-color: #EEEEEE; /* in gizmo box must match main-copy*/
font-size: 12px;
padding: 1px 10px 2px 10px
/*
top: 5.20em;
*/
}



table.forecast {
	border-width: 0px;
	border-spacing: 1px;
	border-style: none;
	border-color: black;
	border-collapse: collapse;
	background-color: #b3b3ff;
}
table.forecast th {
	border-width: 0px;
	padding: 10px;
	border-style: inset;
	border-color: gray;
	background-color: #EEEEEE;
	text-align:center;
	color : black;
}
table.forecast td {
	border-width: 0px;
	padding: 10px;
	border-style: inset;
	border-color: gray;
	background-color: #EEEEEE;
	color : #531AFF;
	text-align:center;
}




