/* for tables of magnetic storm */
.station_name-head {
	text-align: center;
	width: 6em;
	background-color: #D7DDFF;
	color: #000080;
}
.station_name {
	text-align: center;
	width: 6em;
	background-color: #EBEBEB;
	color: #000080;
}
.start-head {
	text-align: center;
	width: 6em;
	background-color: #D7DDFF;
	color: #000080;
}
.start {
	text-align: center;
	width: 6em;
	background-color: #EBEBEB;
	color: #000080;
}
.end-head {
	text-align: center;
	width: 6em;
	background-color: #D7DDFF;
	color: #000080;
}
.end {
	text-align: center;
	width: 6em;
	background-color: #EBEBEB;
	color: #000080;
}

/* for mag */
.mag-head {
	text-align: center;
	background-color: #FFF4C4;
	color: #000080;
}	
.type-head {
	text-align: center;
	width: 4em;
	background-color: #FFF4C4;
	color: #000080;
}	
.type {
	text-align: center;
	width: 4em;
	background-color: #EBEBEB;
	color: #000080;
}
.sc-head {
	text-align: center;
	width: 4em;
	background-color: #FFF4C4;
	color: #000080;
}
.sc {
	text-align: right;
	width: 4em;
	background-color: #EBEBEB;
	color: #000080;
}
.range-head1 {
	text-align: center;
	background-color: #FFF4C4;
	color: #000080;
}	
.range-head2 {
	text-align: center;
	width: 6em;
	background-color: #FFF4C4;
	color: #000080;
	line-height: 1.15em;
}	
.hdz {
	text-align: right;
	width: 6em;
	background-color: #EBEBEB;
	color: #000080;
/*	font-weight: bold; */
}

/* for ec */
.ec-head {
	text-align: center;
	background-color: #FFDFF1;
	color: #000080;
}	
.ec-range-head {
	text-align: center;
	background-color: #FFDFF1;
	color: #000080;
/*	line-height: 1.15em; */
}
.ec-range {
	text-align: center;
	width: 6em;
	background-color: #FFDFF1;

}
.ewns {
	text-align: right;
	width: 6em;
	background-color: #EBEBEB;
	color: #000080;
}
