@charset "UTF-8";
body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #585858;
	text-align: left;
}
#content {
	max-width: 540px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #678090;
	letter-spacing: 0.3em;
	padding-bottom: 0em;
	text-align: left;
}
a {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline overline;
	color: #6F9DBE;
}
a:active {
	text-decoration: none;
}
.activepage {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 0.3em;
	text-align: right;
}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
tbody {
	border: inherit;
}
tr {
	border: inherit;
}
td {
	font-size: 100%;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	color: #222222;
	border: thin solid black; 
}
.dotsabove {
	border-top-style: dotted;
}
.dotsbelow {
	border-bottom-style: dotted;
}
.nolineabove {
	border-top-style: none;
}
.nolinebelow {
	border-bottom-style: none;
}
.nowvalue {
	font-size: 120%;
}
.embedtable {
	padding: 0;
	margin: 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}
.miniunits {
	font-size: 80%;
}
.minibr {
	font-size: 70%;
	text-align: right;
	display: block;
	color: gray;
}
.winddir {
	font-size: 110%;
	text-align: center;
}
.clabel, .rlabel {
	font-weight: bold;
}
.labels {
	font-weight: bold;
	background-position: left;
	border: none;
}
.site_data {
	text-align: left;
	border: none;
}
.record {
    background: linear-gradient(to right, #F3F5F6, #E6EBED);
}
.today {
    background: linear-gradient(to left, #F3F5F6, #E6EBED);
}
.yesterday {
    background: linear-gradient(to left, #DAE0E5, #CED6DC);
}
.month {
    background: linear-gradient(to left, #C2CCD3, #B5C2CA);
}
.year {
    background: linear-gradient(to left, #A9B8C1, #9DADB9);
}
.todayl {
    background: linear-gradient(to top left, #F8FAFB, #E6EBED);
}
.yesterdayl {
    background: linear-gradient(to top left, #F3F5F6, #CED6DC);
}
.monthl {
    background: linear-gradient(to top left, #DAE0E5, #B5C2CA);
}
.yearl {
    background: linear-gradient(to top left, #C2CCD3, #9DADB9);
}
