﻿#climate body,p,td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9px;
}

#climate thead { 
	font-size: 10px;
	text-align: center;
}   

#climate thead .xline, tfoot .xline { 
	border-left: 1px #999999 solid;
}   

#climate TBODY TR TD { 
	color: #333;
	padding: 5px; 
	border-bottom: 1px solid #CCC; 
	text-align: center;
}
#climate TBODY.monthtable TR TD { 
	padding-top: 1px; 
	padding-bottom: 1px; 
}
#climate TBODY.yeartable TR TD { 
	padding-top: 10px; 
	padding-bottom: 10px; 
}
#climate TBODY TR:hover TD {
	color: #000;
	background-color: #ffffef;
}
#climate tfoot { 
	background-color: #666666;
	color: #ffffff;
	border: 1px solid #222222;
	font-size: 10px;
	font-weight:bold
}  

#climate .tday {
    background-color: #666666;
    color: #cccccc;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
} 

#climate .topheader, a {
	font-weight:bold;
	color: #333333;
	background-color:transparent;
}
#climate .largeheader {
	font-size: 11px;
}

#climate .subheader {
	color: #ffffff;
	background-color: #666666;
	border-left: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

#climate .subheader2 {
	color: #333333;
	background-color: #cccccc;
	border-left: 1px #eeeeee solid;
	border-bottom: 1px #999999 solid;
	font-weight:normal;
}
.center {
	text-align:center;
}
.xline {
	border-left: 1px #cccccc dashed;
}
.xline_end {
	border-right: 1px #999999 solid;
}
.deghead {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
.tdmax 	{ color: #FF3333; }
.tdmin 	{ color: #0000cc; }
.tdper 	{ color: #3399FF; }
.tdsun 	{ color: #FFFF66; }
.tdbar	{ color: #996633; }
.tdwind	{ color: #669900; }
