@font-face { 
  font-family: Droid Sans; 
    src: url('../fonts/DroidSans-webfont.eot'); 
    src: local("Droid Sans"), url('../fonts/DroidSans-webfont.woff'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body {
	font: normal .80em arial, sans-serif;
	background: #535353;
	color: #FFFFFF;

}




p { 
  padding: 0 0 16px 0;
  line-height: 1.7em;
	
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5 { 
  color: #FFFFFF;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% 'News Cycle', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h2 { 
  font-size: 160%;
  padding: 9px 0 5px 0;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
    
}   
h6 { 
  font-size: 640%;
  padding: 5px 0 0 0;
  color: #2EC0FF;
}

h4, h6 { 
  padding: 0 0 5px 0;
  font: normal 120% 'Droid Sans', arial, sans-serif;
}

h5, h6 { 
  font: italic 200% 'Droid Sans', arial;
  padding: 0 0 15px 0;
}

h6 { 
  font: normal 130% 'Droid Sans', arial;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  background: transparent;
}


#logo_text h1 a .logo_colour {
	color: #2EC0FF;

}
header { 
  background: #2C2C2C url(/images/bluesky.png) no-repeat;
  margin-bottom: 1em;
  height: 100px;
  width: 100%;
  min-width: 1200px;
  position: relative;
}

#logo { 
  height: 180px;
  width: 1200px;
  background: transparent;
  color: #888;
  padding: 20px 0 0 0;  
}

#logo_text { 
  width: 330px;
  left: 0;
  padding: 0 20px 20px 20px;
}

#logo h1, #logo h2 { 
  font: normal 250% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0;
  color: #FFFFFF;
  text-decoration: none;

}
nav { 
  height: 44px;
  margin: -100px auto 0 auto;
  color: #fef4e9;
  background: #000;
  width: 100%;
  min-width: 1200px;
} 



	.header-weather {
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		line-height: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		text-align: center;
		position: absolute;
		top: 22px;
		right: 20px;
	}
	.toptemp {
		display: inline-block;
		font-size: 26px;
		font-weight: bold;
		vertical-align: baseline;
		color: #FFF23F;
	}
	.data small {
		display: block;
		color: #FFFFFF;
	}
	.tooltip {
		display: none;
		position: absolute;
		border: 2px solid #2EC0FF;
		background-color: #000000;
		border-radius: 5px;
		padding: 1px;
		color: #fff;
		font-size: 1px Arial;
		white-space: pre-line;

	}
#menu_container {
    width: 1200px;
	margin: 0 auto 0 auto;
}

#site_content { 
  width: 1200px;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 15px 0 25px 0;} 


.content { 
  text-align: left;
  width: 740px;
  margin: 0 0 15px 0;
  float: right;
  font-size: 120%;
  padding: 14px 0 0 0;}
  
.content ul { 
  margin: 2px 0 22px 0px;
}

.content ul li, .sidebar ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.5em;
}

footer { 
  font: 100% 'Droid Sans', arial, sans-serif;
  width: 100%;
  min-width: 1200px;
  height: 60px;
  padding: 12px 0 5px 0;
  text-align: center; 
  background: #1D1D1D;
  color: #FFF;
  margin-bottom: -20px;
  border-top: 4px solid #2EC0FF;
  box-sizing: border-box;
}

footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
}

footer a { 
  color: lightblue;
  text-decoration: none;
}

footer a:hover { 
  color: white;
  text-decoration: underline;
}


[data-table-theme*=stripes][data-table-theme*=dark] tbody tr:nth-of-type(odd) {
	background: #3f3f3f;
}
[data-table-theme*=dark] {
	font: normal 90% NTR, sans-serif;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	background: #222222;
	font-size: 12pt;
	text-shadow: 1px 1px #000000;
	border-collapse: collapse;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;
}
[data-table-theme*=dark] caption {
	padding: 1em;
}
[data-table-theme*=dark] th, [data-table-theme*=dark] td {
	border: none;
	padding: 3px 3px;
}
[moon*=dark] {
	font: normal 90% NTR, sans-serif;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	background: #272727;
	font-size: 12pt;
	border-collapse: collapse;
    padding: 3px;
}
.tableseparator {
	font-size: 100%;
	font-weight: bolder;
	background-color: #000000;
	color: #2EC0FF;
	padding: 3px;
	text-align: left;
}
.tableseparator-center {
	font-size: 100%;
	font-weight: bolder;
	background-color: #000000;
	color: #2EC0FF;
	padding: 3px;
	text-align: center;
}

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 240px;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 240px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-white.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 10;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  float: left;
}

ul#nav ul { 
  background: #000000;
  margin-top: 5px;
  padding-bottom: 15px;
}

ul#nav li a { 
  padding:5px 20px 6px 20px;
  font: 150% 'News Cycle', arial, sans-serif;
  text-shadow: 1px 1px #294701;
  text-decoration: none;
  color:#2EC0FF;
  margin-right: 2px;
}

ul#nav li a:hover,ul#nav li a:focus { 
  color: #FFF;
  text-decoration: underline;
	
 }
	.highcharts-loading {
		background-image: url('/images/spinner.gif');
		background-position: center;
		background-repeat: no-repeat;
	}
	#table_menu {
		text-align: center;
		margin-bottom: -10px;
	}
	#table_menu ul {
		list-style-type: none;
		font-weight: bold;
		margin-left: 0px;
		margin-bottom: -10px;
		text-transform: none;
		padding: 5px 0px;
	}
	#table_menu li {
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 0.7em;
		padding: 2px 5px 2px 5px;
		border: 1px solid #000000;
		background-color: #2D2626;
		width: 75px;
		cursor: pointer;
		font-size: 12px;
	}
	#table_menu li:hover {
		background-color: #ffffff;
		box-shadow: 1px 1px 2px #919192;
		color: #34c0ff;
	}
	#table_menu .picked {
		box-shadow: 1px 1px 2px #E41B1E inset !important;
		background-color: #b3b3b3 !important;
	}
		.highcharts-tooltip>span {
			background: #FFFFFF;
			border: 2px solid #FF8E00;
			border-radius: 3px;
			box-shadow: 1px 1px 2px #888;
			padding: 8px;
			z-index: 2;
		}

.form_settings {
	margin: 45px 0 0 0;
	text-align: center;
}
.form_settings p {
	padding: 0 0 4px 100px;
}
.form_settings span {
	width: 200px;
	padding: 2px 0 3px 0;
}
.form_settings input, .form_settings textarea {
	padding: 5px;
	margin: 0px 0 20px 0;
	width: 510px;
	height: 20px;
	font: 100% arial;
	border: 1px solid #2EC0FF;
	background: #D4D4D4;
	color: #47433F;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}
/* send button */

.form_settings .submit {
	font: 100% arial;
	border: 0;
	width: 99px;
	margin: 0 0 0 12px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #2EC0FF;
	color: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border: 7px 7px 7px 7px;
}
/* Message box*/

.form_settings textarea, .form_settings select {
	font: 100% arial;
	border: 0;
	width: 592px;
	border: 1px solid #2EC0FF;
	margin: 0 0 0 21px;
	height: 100px;
	padding: 25px 0 3px 0;
	border-radius: 7px 7px 7px 7px;
}
.form_settings select {
	width: 3110px;
}
.form_settings .checkbox {
	margin: 4px 0;
	padding: 0;
	width: 14px;
	border: 0;
	background: none;
}

.content {
	text-align: left;
	width: 700px;
	margin: 0 0 15px 0;
	float: left;
	font-size: 120%;
	padding: 14px 0 0 0;
}

.submit {margin: 0 0 0 0.3em !important;}
		.form_settings {text-align: center;}

		
		.no-wrapping {
			display: inline-block;
			white-space: nowrap;
		}
		.selecta-area {
			display: flex;
		}
		@media only screen and (min-width: 0px) and (max-width: 370px) {
			.selecta-area {
				flex-wrap: wrap;
			}
			.selecta-1 .selecta-2 {
				min-width: 100%;
			}
		}
		@media only screen and (min-width: 371px) and (max-width: 5000px) {
			.selecta-area {
				text-align: center;
				width: 100%;
				margin-top: 10px;
				margin-bottom: 25px;
			}
			.selecta-1 {
				flex: 50%;
				margin-left: 0;
				margin-right: 15px;
				text-align: left;
			}
			.selecta-2 {
				flex: 50%;
				margin-left: 15px;
				margin-right: 0;
				text-align: right;
			}
		}
