@charset "UTF-8";
/* CSS Document */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
}


.header  { background: #94d5fa; border-bottom: solid 3px #27929A; width:309;  }
.footer  { background: #94d5fa;  color: #46511d; border-top: solid 3px #27929A;  margin: 10px 0 0 0;width:309; }
.company { font-weight: bold; }
 hr      { clear: both; border:solid; border-width:1px; border-bottom-color:#007300; border-top-color:#ffffff; border-left-color:#ffffff; border-right-color:#ffffff;
}
.top-news img{ float: left; margin-right: 5px;}
.top-news h3, .news h3 { font-size: large; font-weight: bold;}
.accesskey { text-decoration: underline;}
a { text-decoration: none;}
.validation { margin-top: 10px;}
.product img { float: left; margin-right: 5px;}
.product h3, .news h3 { font-size: large; font-weight: bold;}
/* four day forecast page styles*/
h3.fourDayForecast{
	color:#46511d;
	margin:0;
	padding:0;
}
p.fourDayForecast{
	color: #404040;
	margin:4px 0 4px 0;
	padding:0;
}
/* end four day forecast page styles*/
/* Two city Comparison*/
input.TwoCitycomparison{
	width:40px;
}
input.TwoCitycomparisonTwo{
	width:38px;
}
p.twoCityComparison{
	color: #404040;
}
span#cityOne{
	color: #fa771d;
	margin: 0 4px 0 0;
}
span#cityTwo{
	color: #ff0000;
	margin: 0 5px 0 0;
}
/* End Two city Comparison*/
/*Start Table*/
td.Header
{
	border-bottom: 2px solid #27929A;
	border-left: 1px solid #27929A;
	background-color: #94d5fa;
	text-align: left;
	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #46511d; 
}
td.cellBorder{
	border-left: 1px solid #b1cf3a;
}
td span#city{
	color:#Fa771d;
}
table.FourDayForecast
{ 
	margin: 4px 0 0 0;
	text-align:left;
	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #94d5fa solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
#errorText{
	color:#FF0000;
}
/*End Table*/

/*Index*/  
.low {
 color: #339933;
 font-style: normal;
 font-weight: bold;	
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
   text-decoration: none;
}    
.med {
 color: #FFCC00;
 font-style: normal;
 font-weight: bold;	
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
  text-decoration: none; 
}
.medhi {
 color: #FA771E;
 font-style: normal;
 font-weight: bold;	
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
  text-decoration: none; 
}    
.high {
 color: #FF0000;
 font-style: normal;
 font-weight: bold;	
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-decoration: none; 
}    
.lowmed{
 color: #66CC66;
 font-style: normal;
 font-weight: bold;	
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
  text-decoration: none; 
}    
.index{
 color: #006600;
 font-style: normal;
 font-weight: bold;	
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
  text-decoration: none; 
 cursor:pointer;  
}    
