@charset "UTF-8";

body {
	background: #FFF;
	color: #1D1D1D;
	font: normal .9em 'Droid Sans', arial, sans-serif;
	line-height: 1.75em;
}

p {
	padding: 0 0 1em 0;
	line-height: 1.7em;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	letter-spacing: 0em;
	padding: 0 0 0.5em 0;
}

h1, h2, h3 {
	font: bold 1.4em 'News Cycle', arial;
	margin: 0 0 0.2em 0;
	padding: 0em 0 0.5em 0;
	color: #2EC0FF;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
	padding: 0.5em 0 0 0;
}

h4, h5, h6 {
	padding: 0 0 0.5em 0;
	font: normal 1.2em 'Droid Sans', arial, sans-serif;
	color: #000;
}

a, a:hover {
	outline: none;
	text-decoration: none;
	color: #2EC0FF;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 2em 0;
	padding: 1em 2em 0 2em;
	border: 1px solid #E5E5DB;
	background: #FFF;
}

ul {
	margin: 0.1em 0 1em 2em;
}

ul li {
	list-style-type: circle;
	margin: 0 0 0.25em 0;
	padding: 0 0 0.25em 0.5em;
	line-height: 1.5em;
}

ol {
	margin: 0.1em 0 2em 2em;
}

ol li {
	margin: 0 0 0.5em 0;
}

.left {
	float: left;
	width: auto;
	margin-right: 1em;
}

.right {
	float: right;
	width: auto;
	margin-left: 1em;
}

.center {
	display: block;
	text-align: center;
	margin: 2em auto;
}

#header_container {
	background: #2C2C2C url(../images/bluesky.png) no-repeat;
	margin-bottom: 1em;
}

#header h1 a {
	font: normal 2em 'News Cycle', arial, sans-serif;
	border-bottom: 0;
	text-transform: none;
	margin: 0;
	color: #FFF;
	text-decoration: none;
}

#header h2 {
	font: normal 1.5em 'News Cycle', arial, sans-serif;
	border-bottom: 0;
	text-transform: none;
	margin: 0;
	color: #FFF;
}

#header h1 a .header_colour {
	color: #2EC0FF;
}

#header a:hover .header_colour {
	color: #FFF;
}

#header h2 {
	font-size: 1.4em;
	padding: 0 0 0 0;
	margin-top: -1em;
	color: #FFF;
}

.button {
	border-radius: 0.5em;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

.buttonMonRec {
	width: 40px;
}

#banner {
	color: #fff;
	background: #F5F5F5;
	text-align: center;
	padding-top: 0.4em;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
	margin-bottom: 2em;
	border-radius: 0.5em;
}

#site_content {
	margin-bottom: 2em;
}

.sidebar {
	margin: 2em 0 2em 0;
	background: #ececec;
	padding: 2em 1.5em 2em 0;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px;
}

#footer_container {
	background: #2C2C2C;
	padding: 0.25em;
	margin-top: 1em;
}

.credits {
	font: normal .7em 'Droid Sans', arial, sans-serif;
}

footer {
	font: 1em 'Droid Sans', arial, sans-serif;
	text-align: center;
	color: #FFF;
	margin: 0;
}

footer p {
	line-height: 1.2em;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.smallUnits {
	font-size: 75%;
	color: #808080;
}

.form_settings {
	margin: 1em 0 0 0;
}

.form_settings p {
	padding: 0 0 0.25em 0;
}

.form_settings span {
	float: left;
	width: 22em;
	text-align: left;
}

.form_settings input, .form_settings textarea {
	padding: 0.25em;
	width: 20em;
	font: 100% arial;
	margin-bottom: 1em;
	border: 1px solid #bbb;
	background: #FFF;
	color: #47433F;
}

.form_settings input[type="checkbox"] {
	padding: 0;
	width: 2em;
	font: 100% arial;
	border: 0;
	background: #FFF;
	color: #47433F;
}

.form_settings .submit {
	font-family: 'Source Sans Pro';
	font-weight: 700;
	border: 1px solid;
	width: 9em;
	margin: 0 0 0 14em;
	height: 2em;
	cursor: pointer;
	background: #0183F0;
	background: -moz-linear-gradient(#0183F0, #3B5998);
	background: -o-linear-gradient(#0183F0, #3B5998);
	background: -webkit-linear-gradient(#0183F0, #3B5998);
	border-radius: 0.4em;
	color: #FFF;
}

.form_settings .submit:hover {
	background: #3B5998;
	background: -moz-linear-gradient(#3B5998, #0183F0);
	background: -o-linear-gradient(#3B5998, #0183F0);
	background: -webkit-linear-gradient(#3B5998, #0183F0);
}

table {
	margin: 0.3em 0 0.3em 0;
}

table tr th, table tr td {
	background: #5cd6d6;
	color: #FFF;
	padding: 0.2em 0.5em;
	text-align: left;
	line-height: 1.8;
}

table tr td {
	background: #80b3ff;
	color: #47433F;
	border-top: 1px solid #FFF;
}

/*
span.sf-arrow {
	width: 9px;
	height: 7px;
	display: inline-block;
	background: url(../images/arrows-white.png) no-repeat;
	overflow: hidden;
	font-size: 1px;
}
*/

span.up-arrow {
	width: 9px;
	height: 7px;
	display: inline-block;
	background: url(../images/arrows-up.png) no-repeat;
	overflow: hidden;
	font-size: 1px;
}

.offlinewarning {
	text-align: center;
	color: red;
	border: red;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
}

.highcharts-loading {
	background-image: url('/images/spinner.gif');
	background-position: center;
	background-repeat: no-repeat;
}

/*	=================================
		Button stuff
	=================================
*/
#table_menu {
	text-align: center;
	margin-bottom: -10px; /* new */
}
#table_menu ul {
	list-style-type: none;
/*	font-size: 100%; */
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: -10px; /* new */
	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 #999999;
	background-color: #cce6ff;
	width: 75px;
	cursor: pointer;
	font-size: 12px;
}
#table_menu li:hover {
	background-color: #ffffff;
	box-shadow: 1px 1px 2px #919192;
	color: #ff3333;
}
#table_menu .picked {
	box-shadow: 1px 1px 2px #272727 inset !important;
	background-color: #80ffcc  !important;
}
#table_menu a {
	text-decoration: none;
	color: #333333;
}
#table_menu a:hover {
	color: #0000FF;
}

/*	=================================
		Menu stuff
	=================================
*/

#menu_container {
	font: normal 17px 'News Cycle', arial;
}

#menu-container ul li a.active {
	color: #fff;
	text-decoration: none;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 768px) {
	/* #menu is the original menu */
	#menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
}


/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** SKIN ***/
.sf-menu {
	float: right;
}
.sf-menu .active {
	color: #fff;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .5em .8em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #2ec0ff;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #2c2c2c;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #2e444c;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 1em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 60%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
	*zoom: 1;
}
.slicknav_menu .active {
	color: #fff;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 18px;
	box-sizing: border-box;
	padding: 5px;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	color: #fff;
	font-weight: bold;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #464646;
}
.slicknav_nav {
	color: #fff;
	background: #1d1d1d;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #2ec0ff;
}
.slicknav_nav a:hover {
	background: #ccc;
	color: #222;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}
.slicknav_nav
.slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}
