@charset "utf-8";
/* for /climate/data-services/solar/  specifically targetted styles */

/* date-time.html */
#station-download {
	background: url(/climate/cdo/images/symbols/inpage-info.gif) no-repeat;
	padding-left: 20px;
}
#fig-eof {width: 304px;}
#fig-times {width: 254px;}

/* data-notices */
ol#ratings {list-style-type: none;}

ol#ratings li p {padding:0px; margin:5px;}

li#def-high {
	margin-top: 1em;
	margin-bottom:1em;
	padding-top:0px;
	padding-bottom:0px;

}
.sig-high, .sig-med, .sig-low {
		float: left;
		font-weight:bold;
		padding:1px 4px 1px 2px;
		margin-right:1em;
}
.sig-high {
	color:#900;
	border: solid #900 2px;
}
li#def-med {
	margin-top:1em;
	margin-bottom:1em;
	padding-top:0px;
	padding-bottom:0px;
	border: 1px solid white;
}
.sig-med {
	color:#F90;
	border: solid #F90 2px;
	margin-bottom:1em;
}
li#def-low {
	margin-top: 1em;
	margin-bottom: 2em;}


.sig-low {
	color:#090;
	border: solid #090 2px;
	margin-bottom:1em;
}

div#linkto-rss {width: 750px;
		 padding-bottom: 1em;
		 padding-left: 5px;
}

div#linkto-rss a {
		background:url(/climate/rss/feed_add.png) left center no-repeat;
		padding-left: 30px;
}
	