@import url(https://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext);	html{
		height: 100%;
	}
	body{
		width:100%;
		height: 100%;background-repeat: no-repeat;background: #00ccff;background: -webkit-linear-gradient(#00ccff,#0066cc,#3399ff,#0099ff);background: -o-linear-gradient(#00ccff,#0066cc,#3399ff,#0099ff);background: -moz-linear-gradient(#00ccff,#0066cc,#3399ff,#0099ff);background: linear-gradient(#00ccff,#0066cc,#3399ff,#0099ff);background-attachment: fixed;		margin: 0;
		padding: 0;
		font-family: "Dosis",Arial Narrow,Arial,Helvetica,sans-serif;
		font-size: 1.0em;
		color: #B3E5FC;
		word-wrap: break-word;
		text-shadow: 1px 1px #aaaaaa;
	}
	#main_top{
		width: 100%;
		max-width: 1600px;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	#main{
		width: 100%;
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		min-height: 70%;
	}
	#header{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#footer{
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		width: 100%;
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 0.7em;
		background: #1976D2;
					background-image: -ms-linear-gradient(top, #2196F3 0%, #0D47A1 100%);
			background-image: -moz-linear-gradient(top, #2196F3 0%, #0D47A1 100%);
			background-image: -o-linear-gradient(top, #2196F3 0%, #0D47A1 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2196F3), color-stop(100, #0D47A1));
			background-image: -webkit-linear-gradient(top, #2196F3 0%, #0D47A1 100%);
			background-image: linear-gradient(to bottom, #2196F3 0%, #0D47A1 100%);
				color: #FFFFFF;
	}
	#title{
		padding-top: 100px;
		color: white!important;
		font-variant: small-caps;
		font-size: 4.5em;
		font-family: "Times New Roman",Arial Narrow,Arial,Helvetica,sans-serif;
		font-weight: bold;
		text-shadow: black 0.02em 0.02em 0.02em;
	}
	#title{
		font-family: "Dosis",Arial Narrow,Arial,Helvetica,sans-serif!important;
	}
	#title1{
		font-size: 3.5em!important;
		color: white!important;
	}
	#title2{
		font-size: 2.5em!important;
		color: white!important;
	}
	h1{
		font-family: "Times New Roman",Arial Narrow,Arial,Helvetica,sans-serif;
		font-weight: bold;
		font-variant: small-caps;
		text-align: center;
		font-size: 2.5em;
		margin: 0.1em;
		margin-top: 0px;
		color: white;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	h2,.h2{
		color: #81D4FA;
		font-family: "Times New Roman",Arial Narrow,Arial,Helvetica,sans-serif;
		font-weight: bold;
		text-align: center;
		font-variant: small-caps;
		font-size: 2em;
		margin: 0.05em;
	}
	h3,.h3{
		font-family: "Times New Roman",Arial Narrow,Arial,Helvetica,sans-serif;
		font-weight: bold;
		text-align: left;
		font-size: 1.5em;
		margin-top: 0.05em;
		margin-bottom: 0.05em;
		font-variant: small-caps;
		color: #64B5F6;
	}
	h1,h2,h3,h4,.h1,.h2,.h3,.h4{
		text-shadow: 2px 2px #aaaaaa;
	}
	.button, .button2 {
		padding: 8px 8px 8px 8px;
		text-decoration: none;
		font-family: "Times New Roman",Arial Narrow,Arial,Helvetica,sans-serif;
		cursor: pointer;
		font-weight: bold;
		text-align: center;
	}
	.button:hover {
		text-decoration: none;
	}
	.button {
		border: 1px solid #81D4FA;
		color: #B3E5FC;
		background: #0277BD;
					background-image: -ms-linear-gradient(top, #01579B 0%, #0288D1 50%, #01579B 100%);
			background-image: -moz-linear-gradient(top, #01579B 0%, #0288D1 50%, #01579B 100%);
			background-image: -o-linear-gradient(top, #01579B 0%, #0288D1 50%, #01579B 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #01579B), color-stop(50, #0288D1), color-stop(100, #01579B));
			background-image: -webkit-linear-gradient(top, #01579B 0%, #0288D1 50%, #01579B 100%);
			background-image: linear-gradient(to bottom, #01579B 0%, #0288D1 50%, #01579B 100%);
			}
	.button:hover {
		background: #039BE5;
		color: #FFFFFF;
	}
	.button2 {
		border: 1px solid #90CAF9;
		color: #BBDEFB;
		background: #1565C0;
					background-image: -ms-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: -moz-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: -o-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0D47A1), color-stop(50, #1976D2), color-stop(100, #0D47A1));
			background-image: -webkit-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: linear-gradient(to bottom, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			}
	.button2:hover {
		background: #1E88E5;
		color: #FFFFFF;
	}
	a {
		text-decoration: none;
		color:#FFFFFF;
		font-variant: small-caps;
		color:#81D4FA;
	}
	a:link {
		color:#81D4FA;
		font-variant: small-caps;
	}
	a:visited {
		color:#81D4FA;
	}
	a:hover {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		color: #90CAF9;
	}
	#gotop{
		position:fixed;
		top:10px;
		right:10px;
	}
	.sup{
		vertical-align: top; font-size: 0.7em;
	}
	.sub{
		vertical-align: bottom; font-size: 0.7em;
	}
	::-webkit-scrollbar {
		margin-top: 5px;
		width: 14px;
	}
	.heading_bar {
		margin: 3px;
		font-family:"Dosis","Arial Narrow",Arial,Helvetica,sans-serif;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
		padding: 3px 10px;
		cursor: pointer;
		position: static;
		font-size: 1.2em;
		text-align: left;
		font-variant: small-caps;
		font-weight: bold;
		background: #0D47A1;
					background-image: -ms-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: -moz-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: -o-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0D47A1), color-stop(50, #1976D2), color-stop(100, #0D47A1));
			background-image: -webkit-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: linear-gradient(to bottom, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
				color: #FFFFFF;
	}
	.heading_bar:hover{
		background: #1976D2;
					background-image: -ms-linear-gradient(top, #1976D2 0%, #2196F3 50%, #1976D2 100%);
			background-image: -moz-linear-gradient(top, #1976D2 0%, #2196F3 50%, #1976D2 100%);
			background-image: -o-linear-gradient(top, #1976D2 0%, #2196F3 50%, #1976D2 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1976D2), color-stop(50, #2196F3), color-stop(100, #1976D2));
			background-image: -webkit-linear-gradient(top, #1976D2 0%, #2196F3 50%, #1976D2 100%);
			background-image: linear-gradient(to bottom, #1976D2 0%, #2196F3 50%, #1976D2 100%);
			}
	.content {
		padding: 5px 10px;
		margin: 1;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		background: #90CAF9;
		color: #000000;
	}
	.table{
		width: 100%;
		padding: 0px;
		border-spacing: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.table th{
		font-weight: bold;
		font-variant: small-caps;
		font-family: "Times New Roman",Arial Narrow,Arial,Helvetica,sans-serif;
		background: #0D47A1;
					background-image: -ms-linear-gradient(top, #0D47A1 0%, #2196F3 50%, #0D47A1 100%);
			background-image: -moz-linear-gradient(top, #0D47A1 0%, #2196F3 50%, #0D47A1 100%);
			background-image: -o-linear-gradient(top, #0D47A1 0%, #2196F3 50%, #0D47A1 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0D47A1), color-stop(50, #2196F3), color-stop(100, #0D47A1));
			background-image: -webkit-linear-gradient(top, #0D47A1 0%, #2196F3 50%, #0D47A1 100%);
			background-image: linear-gradient(to bottom, #0D47A1 0%, #2196F3 50%, #0D47A1 100%);
				color: #FFFFFF;
	}
	.table th, .table td{
		padding: 5px;
	}
	td{
		text-align: center;
	}
	.table td:first-child,th:first-child  {
		text-align: left;
	}
	.table tfoot{
		height: 3px;
	}
	.table tbody tr:hover td{
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	} 
	.table tr:nth-child(even) {
		background: #42A5F5;
		color: #000000;
	}
	.table tr:nth-child(odd) {
		background: #1E88E5;
		color: #FFFFFF;
	}
	.table tbody tr:hover td{
		background: #1565C0;
		color: #FFFFFF;
	}
	.table tfoot tr{
		background: #0D47A1;
		color: #FFFFFF;
	}
	#header, #main{
		background: #01579B;
					background-image: -ms-linear-gradient(top, #01579B 0%, #0277BD 50%, #01579B 100%);
			background-image: -moz-linear-gradient(top, #01579B 0%, #0277BD 50%, #01579B 100%);
			background-image: -o-linear-gradient(top, #01579B 0%, #0277BD 50%, #01579B 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #01579B), color-stop(50, #0277BD), color-stop(100, #01579B));
			background-image: -webkit-linear-gradient(top, #01579B 0%, #0277BD 50%, #01579B 100%);
			background-image: linear-gradient(to bottom, #01579B 0%, #0277BD 50%, #01579B 100%);
			}
	.line{
		width: 99%;
		border: 1px solid #90CAF9;
	}
	.textDiv{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
	}
	#settingsDiv{
		position:absolute;
		top:5px;
		right:10px;
		cursor:pointer;
		visibility:hidden;
		z-index:99
	}
	.tableDiv{
		display: table;
	}
	.rowDiv{
		display: table-row;
	}
	.cellDiv{
		display: table-cell;
		vertical-align: middle;
	}
	.digimeg-nav-wrap {
		position: relative;
		padding-left:0;
		font-family: Times New Roman, sans-serif;
	}
	.digimeg-nav-wrap .digimeg-main-nav {
		display: block;
		background: #1565C0;
					background-image: -ms-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: -moz-linear-gradient(top, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
			background-image: -o-linear-gradient(top, #0D47A1 0%, #0288D1 50%, #0D47A1 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0D47A1), color-stop(50, #1976D2), color-stop(100, #0D47A1));
			background-image: -webkit-linear-gradient(top, #0D47A1 0%, #0288D1 50%, #0D47A1 100%);
			background-image: linear-gradient(to bottom, #0D47A1 0%, #1976D2 50%, #0D47A1 100%);
				color: white;
	}

	.digimeg-nav-wrap .digimeg-main-nav li {
		list-style-type: none;
		display: inline;
		float: left;
		padding:0;
	}
		.digimeg-nav-wrap .digimeg-main-nav li a {
		display: block;
		padding-top: 0.9em;
		padding-bottom: 0.9em;
		padding-left: 1.1em;
		padding-right: 1.1em;
		text-decoration: none;
		
		color: #BBDEFB;
		position: relative;
		font-weight: bold;
						text-transform: uppercase;
				font-size: 0.9em;
			}
	.digimeg-nav-wrap .digimeg-main-nav li a:hover {
		color: white;
	}

	.digimeg-group:after {
		content: '.';
		visibility: hidden;
		clear: both;
		display: block;
		line-height: 0px;
	}

	.digimeg-sub-nav li {
		display: block;
		width: 100%;
		list-style-type: none;
	}
		.digimeg-nav-item-content {
		padding: 30px;
		list-style-type: none;
	}

	.digimeg-nav-item-content h2 {
		font-size: 30px;
		font-weight: 400;
	}

	.digimeg-nav-chunk {
		display: block;
		padding: 20px;
		float: left;
	}

	.digimeg-sub-nav {
		position: relative;
		list-style-type: none;
		z-index:20;
		padding:0;
		margin:0;
	}

	.digimeg-sub-nav>li {
		position: absolute;
		top:0px;
		display: none;
		background: #1976D2;
					background-image: -ms-linear-gradient(top, #01579B 0%, #0288D1 50%, #01579B 100%);
			background-image: -moz-linear-gradient(top, #01579B 0%, #0288D1 50%, #01579B 100%);
			background-image: -o-linear-gradient(top, #01579B 0%, #0288D1 50%, #01579B 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #01579B), color-stop(50, #0288D1), color-stop(100, #01579B));
			background-image: -webkit-linear-gradient(top, #01579B 0%, #0288D1 50%, #01579B 100%);
			background-image: linear-gradient(to bottom, #01579B 0%, #0288D1 50%, #01579B 100%);
				border-bottom: 20px solid #42A5F5;
		border-top: 1px solid #42A5F5;
	}
	#homeIcon{
		width: 32px;
		padding-left: 15px;
		padding-top: 4px;
		cursor: pointer;
		color: #BBDEFB;
	}
	#homeIcon:hover{
		color: white;
	}
	.iconMenu,.astro{
		opacity: 0.8;
		cursor: pointer;
	}
	.iconMenu:hover{
		opacity: 1;
	}
	#stationStatus{
		font-variant:small-caps;
		font-weight: bold;
		text-align: center;
		width: 80px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 5px;
		padding-right: 5px;
		border: 1px solid white;
	}
	.tooltipster-default {
		border: 2px solid #01579B;
		background: #1976D2;
		color: #FFFFFF;
	}
	#monthSelect .ui-datepicker-calendar {
		display: none;
	}
	.climateIcon{
		height:60px;
		opacity: 0.7;
		cursor: pointer;
	}
	.climateIcon:hover{
		opacity: 1;
	}
	#climateWorldIcon{
		width: 130px;
		opacity: 0.7;
		cursor: pointer;
	}
	#climateWorldIcon:hover{
		opacity: 1;
	}
	.flagIcon{
		width: 20px;
		opacity: 0.9;
	}
	.astronomyIcon{
		height: 30px;
		padding-right: 10px;
		opacity: 0.7;
	}
	.hoverIcon{
		height: 40px;
		opacity: 0.8;
		cursor: pointer;
	}
	.hoverIcon:hover{
		opacity: 1;
	}
	.menuHeading{
		font-family: "Times New Roman",Arial Narrow,Arial,Helvetica,sans-serif;
		font-weight: bold;
		text-align: left;
		font-size: 1.5em;
		margin-top: 0.05em;
		margin-bottom: 0.05em;
		font-variant: small-caps;
		color: #64B5F6;
		display: block;
	}
	.forceDefaultDatepicker .ui-widget-content{
		border: 1px solid #0D47A1;
		background: #90CAF9;
		background-color: #90CAF9;
	}
	.zeroSpacingPadding{
		border-spacing: 0px;
	}
	.zeroSpacingPadding td{
		padding: 0px;
	}
	.subheading{
		color: white;
		padding: 5px;
		padding-top: 10px;
		font-size: 1.2em;
		font-weight: bold;
	}
	.tooltipster-default {
		border: 2px solid #01579B;
		background: #1976D2;
		color: #FFFFFF;
	}
	#monthSelect .ui-datepicker-calendar {
		display: none;
	}
	.admin{
		width:17px;
		cursor:pointer;
		padding-top: 0;
		color: #BBDEFB;
	}
	.admin:hover{
		color: white;
	}
	.tableSpacing2Padding2{
		border-spacing: 2px;
	}
	.tableSpacing2Padding2 td{
		padding: 2px;
	}
	.exportIcon{
		width: 50px;
		opacity: 0.6;
		cursor: pointer;
	}
	.exportIcon:hover{
		opacity: 1;
	}
	.exportDiv{
		width:99%;
		margin: 0 auto;
		text-align: right;
	}
	.ui-dialog{
		z-index: 9999;
	}
	::-webkit-scrollbar-track {
		background: #0288D1;
		margin-top: 5px;
	}
	::-webkit-scrollbar-thumb {
		background: #0277BD;
		margin-top: 5px;
	}
	::-webkit-scrollbar-thumb:window-inactive {
		background: #0277BD;
	}
	.ui-widget {
		font-family: Dosis,Arial,sans-serif!important;
	}
	.ui-widget .ui-widget {
		font-size: 1em;
	}
	.ui-widget input,
	.ui-widget select,
	.ui-widget textarea,
	.ui-widget button {
		font-family: Dosis,Arial,sans-serif!important;
	}

	.mtSpinner {
		width: 250px;
		opacity: 0.8;
		-webkit-animation: mtSpinnerAnimation 1.6s infinite ease;
		animation: mtSpinnerAnimation 1.6s infinite ease;
	}

	@-webkit-keyframes mtSpinnerAnimation {
		from {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to   {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@keyframes mtSpinnerAnimation {
		from {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		to   {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	