@charset "utf-8";
/* CSS Document */
/*used for "see_weather" pages and info*/
#currentweather{
	border:solid #036 1px;
	font-family:Verdana, Geneva, sans-serif;
	width:65%;
	padding:7px 7px 7px 7px;
/*	background-color:#A2C7E4;*/
}

#currentweather td.heading {
	font-size:120%;
	font-variant:small-caps;
	font-weight:bold;
	padding:0px 2px 0px 2px;
	border-bottom: solid #036 1px;
}

#currentweather td.label {
	color:#333;
	font-size:90%;
	font-weight:bold;
	padding:4px 3px 4px 0px;
	width:23%;
	border-bottom:solid #96BADE 1px;
	text-align:right;
}
#currentweather td.data {
	color:#036;
	font-size:95%;
	font-weight:bold;
	border-bottom:solid #96BADE 1px;
	width:22%;
	padding:4px 0px 4px 1px;
/*	border-top-color:#96BADE;*/
}

