@charset "UTF-8";


body {
	background: #FFF url(../images/light.png) repeat;
	color: #1D1D1D;
	font: normal .9em 'Roboto', 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 'Roboto', 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 'Roboto', arial, sans-serif;
}

footer {
	font: 1em 'Roboto', 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: #BBB;
	color: #FFF;
	padding: 0.2em 0.5em;
	text-align: center;
	line-height: 1.8;
}

table tr td {
	background: #DDD;
	color: #47433F;
	border-top: 1px solid #FFF;
}

.up-arrow::after {
	content: '';
	position: absolute;
	margin-left: 0.4em;
	margin-top: 0.3em;
	height: 0;
	width: 0;
	border-bottom: 0.4em solid rgba(255,255,255,.5);
	border-left: 0.4em solid transparent;
	border-right: 0.4em solid transparent;
}

.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: top;
	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;
	width: auto;

}
#table_menu li {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 0.7em;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999999;
	background-color: #E2E2E2;
	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 #272727 inset !important;
	background-color: #b3b3b3  !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;
}
