@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF;
	margin:0px;
}

#wrapper {
	width:126px;
	height:214px;
	background-image:url(/images/widgets/3dayback.png);
	background-repeat:no-repeat;
	padding: 7px 0 0 7px;
	font-size:11px;
	color:#FFF;
}

#wrapper2 {
	width:126px;
	height:155px;
	background-image:url(/images/widgets/cback.png);
	background-repeat:no-repeat;
	padding: 7px 0 0 7px;
}

.whitetext { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF;}
a.whitetext:link { text-decoration: none }
a.whitetext:active { text-decoration: none }
a.whitetext:visited { text-decoration: none }
a.whitetext:hover { text-decoration: none;}

.weather { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; float:left;}

.weather ul {
	list-style:none;
	padding:0px;
	margin:1px 0 0 0;}
	
.weather ul li {
	list-style:none}

.weather ul li a {
	background-color:#007379;
	width:58px;
	height:12px;
	display:block;
	margin-bottom:1px;
	text-align:center;
	}
	
.day { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF;float:left;}

.day ul {
	list-style:none;
	padding:0px;
	margin:1px 0 0 1px;}
	
.day ul li {
	list-style:none}

.day ul li a {
	background-color:#007379;
	width:57px;
	height:12px;
	display:block;
	margin-bottom:1px;
	text-align:center;
	}

.chartmap {
	width:116px;
	height:121px;
	overflow:hidden;
}

#countybox {
	width:116px;
	height:100px;
	overflow:hidden;
	color:#000;
}

.box {
	padding:1px;
	width:116px;
	border:1px solid #666;
	background:#FFF;
	
}

.banner {
	width:112px; 
	background-color:#007379; 
	margin-bottom:1px; 
	padding:2px;
	color:#fff;
	font-size:10px;
}

#warningbox {
	width:116px;
	height:121px;
	overflow:hidden;
	color:#000;
	padding:0 5px 0 5px;
}

.warning3 {
	font-size: 10px;
	color: #F00;
}

.warning3 a { color:#F00; text-decoration:none;}
.warning3 a:hover { color:#F00; text-decoration:underline;}
.warning3 a:link { color:#F00; text-decoration:none;}
.warning3 a:visited { color:#F00; text-decoration:none;}
.warning3 a:active { color:#F00; text-decoration:none;}

.warning3off {
	font-size: 10px;
	color: #999;
}

.warning3off a { color:#999; text-decoration:none;}
.warning3off a:hover { color:#999; text-decoration:underline;}
.warning3off a:link { color:#999; text-decoration:none;}
.warning3off a:visited { color:#999; text-decoration:none;}
.warning3off a:active { color:#999; text-decoration:none;}

.copyright {color:#007379; font-size:9px; padding:0px; margin:0px;}
.copyright a{color:#007379; text-decoration:none;}
.copyright a:link {color:#007379; text-decoration:none;}
.copyright a: visted {color:#007379; text-decoration:none;}

