/* LHS 2022-03-07: all borders changed to 1px (from 2px) */ 
@charset "UTF-8";

#table_container {
/*	width: 900px; */
	margin: 0 auto;
/*	font-family: Verdana, Helvetica, sans-serif; */
	font-size: 0.7em !important;
	color: #585858;
}
#table_container table {
	border-spacing: 0px 0px;
	margin: 0 auto;
}
#table_container table td,table th {
/* LHS	background-color:  #FFF; /* white - stop 'empty' cells being transparent */
	background-color:  #DDD; /* a light gray - stop 'empty' cells being transparent */
	width: 65px;
	text-align: right;
	padding: 2px 5px 2px 0px;
	border-top: 0px;
	line-height: 1.5;
}
#table_container table th {
	background-color:  #8499A7;
	font-size: 0.9em;
	font-weight: 100;
	text-align: right;
}
#table_container .box {
	outline: 2px solid white;
	cursor: pointer;
}
#table_container .highlight {
	background-color: #5f7584;
	cursor: pointer;
	color: white; /* was #F5E0CC , color added */
}
#table_container .smallfont {
	font-size: 70%;
}
#table_container .zerovalue {
	color: #999999;
}
#table_container .topborder {
	border-top: 1px solid black;
}
#table_container .bottomborder {
	border-bottom: 1px solid black;
}
#table_container .rightborder {
	border-right: 1px solid black;
}
#table_container .center {
	text-align: center;
	display: table-cell;
}
#table_container .nondate {
	background-color: #DDD;
}
#table_container .seasonal1 {
	border-right: 1px solid black;
	text-align: center;
	font-size: 180%;
}
#table_container .seasonal2 {
	text-align: center;
	font-size: 180%;
}
#table_container .seasonal3 {
	border-right: 1px solid black;
}
/* LHS */
#table_container .notehead {
	text-align: right;
	color: #FFFFFF; /* White */
	background-color: #808000; /* Olive */
	font-size: 100%;
}
#table_container .format_note {
	text-align: left;
	color: #FFFFFF; /* White */
	background-color: #808000; /* Olive */
	font-size: 100%;
}
/* LHS */
#table_container .ssbackground {
	background-color: #F0F8FF; /* Alice Blue */
	font-weight: bold;
}
/* LHS */
#table_container .dsgbackground {
	background-color: #2F4F4F; /* DarkSlateGray */
}
#table_name .table_title {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#table_name {
	position: relative; /* new */
	top: -10px; /* new */
	margin-bottom: -10px; /* new */
	font-size: 1.5em;
	text-align: center;
	background-color: #bfbfbf;
}
#table_year {
	width: 80px;
}
#table_container select {
	padding:3px;
	margin: 0;
	background: #ffffff;
	color:#000;
	border:none;
	outline:none;
	display: inline-block;
	cursor:pointer;
}
/* new */
#gilliam {
	position: relative; /* new */
	top: -10px; /* new */
}
.meterCont {
	position: relative;
	height: 1.5em;
}
.meterBar {
	display: block;
	height: 100%;
	background-color: #EFEF10;
	position: absolute;
	overflow: hidden;
	right: 0px;
}
.meterTxt {
	display: block;
	position: absolute;
	right:  3px;
}
.windIcon {
	display: inline-block;
	height: 15px;
	width: 15px;
	vertical-align: top;
}
.loading {
	position: absolute;
	display: none;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5)
/* LHS				url('/images/spinner.gif') */
				url('../images/spinner.gif')
				50% 10%
				no-repeat;
}
@media screen and (min-width: 800px) {
	#table_container table {
		font-size: 10px;
	}
}
@media screen and (min-width: 1000px) {
	#table_container table {
		font-size: 11px;
	}
}
@media screen and (min-width: 1200px) {
	#table_container table {
		font-size: 12px;
	}
}
