@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

.icon-menu:before {
}
.icon-home:before {
	content: url(../images/Home.png); 
}
.sf-menu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none; 
}
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	/* left offset of submenus need to match (see below) */ 
}
.sf-menu ul li {
	width: 100%; 
}
.sf-menu li {
	float: left;
	position: relative; 
}
.sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */ 
}
.sf-menu a {
	display: block;
	position: relative; 
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em;
	/* match top ul list item height */
	z-index: 99; 
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em; 
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em;
	/* match ul width */
	top: 0; 
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em; 
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em;
	/* match ul width */
	top: 0; 
}

header.global {
	/* Begin modifications to Superfish menu */ 
}
header.global .branding {
	background: linear-gradient(#3892D6, #78B5E3);
	height: 80px;
	overflow: none;
}
header.global .branding h1 {
	color: #eee;
	text-transform: none;
	height: 110px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
header.global .branding img.logo {
	margin: 8px 0 0 26px;
	max-width: 80%;
	max-height: 80%;
}
header.global nav {
	font-family: 'PT Sans', 'sans-serif';
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	background: linear-gradient(#333, #111);
	background-color: #222;
	border-top: 4px solid #78B5E3;
	/** Bonus - here's how to do a double border ;) **/
	-webkit-box-shadow: 0px 0px 0px 0px #111, 0px 4px 0px 0px #78B5E3;
	-moz-box-shadow: 0px 0px 0px 0px #111, 0px 4px 0px 0px #78B5E3;
	box-shadow: 0px 0px 0px 0px #111, 0px 4px 0px 0px #78B5E3;
	min-height: 44px; 
}
header.global nav #hamburger {
	display: none;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
	color: #999; 
}
header.global nav ul {
	margin: 0;
	padding: 0 25px;
	display: block; 
}
header.global nav ul li {
	display: inline-block;
	color: #999;
	line-height: 44px;
	border-right: 1px solid #202020;
	border-left: 1px solid #3a3a3a; 
}
header.global nav ul li:first-child {
	border-left: none; 
}
header.global nav ul li:last-child {
	border-right: none; 
}
header.global nav ul li:hover {
	color: white; 
}
header.global nav ul li ul {
	margin-top: 4px;
	background: #2d2d2d;
	border-top: 4px solid #78B5E3;
	padding: 0; 
}
header.global nav ul li ul li {
	border-top: 1px solid #474747;
	border-bottom: 1px solid #141414;
	border-right: none;
	border-left: none; 
}
header.global nav ul li ul li:first-child {
	border-top: none; 
}
header.global nav ul li ul li:last-child {
	border-bottom: none; 
}
header.global nav ul li ul li a {
	padding: 10px 15px;
	line-height: 1em; 
}
header.global nav ul li ul li:hover {
	padding-left: 5px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s; 
}
header.global nav ul li a {
	text-decoration: none;
	color: #999;
	padding: 0 22px; 
}
header.global nav ul li a:hover {
	color: white; 
}
header.global nav ul li.home {
	min-width: 46px;
	background: linear-gradient(#78B5E3, #3892D6);
	color: #999;
	border-right: none;
	border-top: 3px solid #333;
	border-bottom: 3px solid #111;
	text-align: center; 
	height: 38px;
}
header.global nav ul li.home span {
	display: none; 
}
header.global nav ul li .sub-indicator, header.global nav ul li .top-menu ul li a .sub-indicator {
	right: 7px;
	top: 50%;
	margin-top: -2px;
	position: absolute;
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #999; 
}

p.logintext {
	float:right; 
	margin-right:20px; 
	margin-top:40px; 
	color:#eee;
}

.logintext a:link {
	color:#eee;
	text-decoration:none;
}
.logintext a:visited {
	color:#eee;
	text-decoration:none;
}
.logintext a:hover {
	color:#fff;
	text-decoration:none;
}
.logintext a:active {
	color:#fff;
	text-decoration:none;
}

#popup_container {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.0em;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #3892D6;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: white;
	background: linear-gradient(#78B5E3, #3892D6);
	border: solid 1px #FFF;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
	padding-left: 8px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

div.ui-datepicker {
	font-size:0.8em;
	background: linear-gradient(#FFFFFF, #EEEEEE);
	border: solid 5px #3892D6;
	color: #3892D6;
}

div.ui-datepicker-header {
	background: linear-gradient(#78B5E3, #3892D6);
	border: solid 1px #3892D6;
	color: white;
}

.ui-datepicker-trigger { 
	position: relative; 
	top: 3px; 
	left: 2px;
}

div.ui-buttonset {
	font-size:0.8em;
}

#Slabel.ui-state-default { 
	background: linear-gradient(#F8F8F8, #EEEEEE);
	color: #999;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#Slabel.ui-state-active { 
	background: linear-gradient(#78B5E3, #3892D6);	
	font-weight: bold;
}
#Tlabel.ui-state-default { 
	background: linear-gradient(#F8F8F8, #EEEEEE);
	color: #999;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#Tlabel.ui-state-active {
	background: linear-gradient(#78B5E3, #3892D6);
	font-weight: bold;
}

#Slabel.ui-state-active span.ui-button-text { color: white; }
#Tlabel.ui-state-active span.ui-button-text { color: white; }

.table_header {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.2em;
	background: linear-gradient(#78B5E3, #3892D6);
	color: white;
	font-weight: bold;
	text-align: center;
}

.table_odd {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.1em;
	background-color: #EBF5FF;
}

.table_even {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.1em;
}

.table_header_small {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1em;
	background: linear-gradient(#78B5E3, #3892D6);
	color: white;
	font-weight: bold;
	text-align: center;
}

.table_odd_small {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1em;
	background-color: #EBF5FF;
}

.table_even_small {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1em;
}

.table_header_live {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 3.5em;
	background: linear-gradient(#78B5E3, #3892D6);
	color: white;
	font-weight: bold;
	text-align: center;
}

.table_odd_live {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 3.2em;
	background-color: #EBF5FF;
}

.table_even_live {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 3.2em;
}

.table_header_live_details {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.8em;
	background: linear-gradient(#78B5E3, #3892D6);
	color: white;
	font-weight: bold;
	text-align: center;
}

.table_odd_live_details {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.7em;
	background-color: #EBF5FF;
}

.table_even_live_details {
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.7em;
}

.table_selected {
}

.table_hover {
}

.myPosition {
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-150px;
}	

body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'PT Sans', 'sans-serif';
	font-size: 1.0em;
	color: #666;
	font-weight: 200;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a:hover {
	border-bottom-color: #D63843;
	color: #D63843;
}

a:focus {
	outline: none;
}

a.button { 
    background: linear-gradient(#78B5E3, #3892D6);
    background-color: #62A9DF;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#3892D6;
}

a.button:active {
	background: linear-gradient(#333, #111);
	background-color: #222;
	color: #fff;
}

a.button-reversed { 
	background: linear-gradient(#333, #111);
	background-color: #222;
	color: #fff;
}

a.button-reversed:hover {
	background: #111;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 100px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #666;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

input, select, textarea {
	padding: 3px;
	color: #666;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

button:hover {
	cursor: pointer;
}

input.button {
    background: linear-gradient(#78B5E3, #3892D6);
    background-color: #62A9DF;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

input.button:hover {
	background:#3892D6;
	cursor: pointer;
}

input.button:active {
	background: linear-gradient(#333, #111);
	background-color: #222;
	color: #fff;
}

form input.formbutton {
    background: linear-gradient(#78B5E3, #3892D6);
    background-color: #62A9DF;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
	border: none;
	-moz-border-radius: 2px;
	border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

form input.formbutton:hover {
	background:#3892D6;
	cursor: pointer;
}

form input.formbutton:active {
	background: linear-gradient(#333, #111);
	background-color: #222;
	color: #fff;
}

span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 2.7em;
	text-transform: uppercase;
}

h2 {
	color: #222;
	font-size: 2.2em;
	letter-spacing: 0px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #3892D6;
	font-size: 1.9em;
	margin-bottom: 10px;
	letter-spacing: 0px;
}

h4 {
    color: #555;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 1800px;
	margin: 0 auto;
}


#container {
	background-color: #fff;
	width: auto;
	margin: 0 auto;
}

.hidden { display:none;  }

img {
	max-width: 100%;
	height: auto;
}

#body {
	background: none;
	margin: 5px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
}

.two-column {
	width: 66%;
}

.three-column {
	width: 46%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 2%;
}

.with-left-sidebar {
	margin-left: 2%;
}

.input-bar {
	width: 150px;
	height: 40px;
	margin-left: 2%;
	float: left;
	margin-bottom: 5px;
}

article {
    padding: 10px 10px 20px 5px;
 }

article h2 {
    padding-bottom: 0;
}

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.sidebar {
	margin-top: 0px;
	margin-left: 2%;
}

.left-sidebar { 
	float: left;
}

.right-sidebar {
	float: right;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	color: #333;
	letter-spacing: 0px;
	padding: 6px 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
	padding: 10px;
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
}

.sidebar li ul li ul {
	margin-top: 10px;
}

.sidebar li ul li li  {
	font-size: 1.0em;
	padding-left: 15px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}

.sidebar li ul li a {
	 border-bottom-color: #666;
	color: #666;
}

.sidebar li ul li a:hover {
	 border-bottom-color: #4A9CDA;
	color: #4A9CDA;
}

.sidebar li ul li a.readmore {
   font-weight: bold;
}

.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	padding: 0;
}

.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
	border-bottom: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.sidebar ul.blocklist li a.selected {
	background: linear-gradient(#78B5E3, #3892D6);
	background-color: #62A9DF;
    color: #FFFFFF;
	border-bottom-color: #2577B6;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
	margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}

.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px solid #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date { 
	background-color: #3892D6;
	border-bottom: 1px solid #2577B6;
	color: #fff;
	padding: 5px 10px;
}

.chart-normal {
	position:relative; 
	width:47%; 
	max-width: 800px; 
	min-width: 300px;
}

.chart-wide {
	position:relative; 
	width:94%; 
	max-width: 800px; 
	min-width: 350px;
}

.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #222;
	border-top: 2px solid #eee;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #505050;
	border-bottom-color:#505050;
    
}

footer .footer-content li {
 color: #505050;
	line-height: 1.5em;
font-size: 0.95em;
}

footer .footer-content li a:hover { 
	color: #909090;

	border-bottom-color:#909090;
}

footer .footer-content h4 {
   color: #ddd;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #666;
	border-bottom-color: #666;
}


@media screen and (max-width: 1500px) {

	.table_header_live {	font-size: 3.0em;}
	.table_odd_live {font-size: 2.8em;}
	.table_even_live {font-size: 2.8em;}
	
	.table_header_live_details {	font-size: 1.6em;}
	.table_odd_live_details {font-size: 1.5em;}
	.table_even_live_details {font-size: 1.5em;}
}

@media screen and (max-width: 1280px) {

	.table_header_live {	font-size: 2.4em;}
	.table_odd_live {font-size: 2.2em;}
	.table_even_live {font-size: 2.2em;}
	
	.table_header_live_details {	font-size: 1.4em;}
	.table_odd_live_details {font-size: 1.3em;}
	.table_even_live_details {font-size: 1.3em;}
}

@media screen and (max-width: 1024px) {

	body { font-size: 0.9em; }
	
	.table_header { font-size: 0.9em;}
	.table_odd { font-size: 0.9em;}
	.table_even { font-size: 0.9em;}

	.table_header_small { font-size: 0.8em;}
	.table_odd_small { font-size: 0.8em;}
	.table_even_small { font-size: 0.8em;}

	.table_header_live {	font-size: 1.7em;}
	.table_odd_live {font-size: 1.6em;}
	.table_even_live {font-size: 1.6em;}
	
	.table_header_live_details {	font-size: 1.2em;}
	.table_odd_live_details {font-size: 1.2em;}
	.table_even_live_details {font-size: 1.2em;}
	
	header.global .branding {
		height: 60px;
	}
	header.global .branding h1 {
		height: 90px;
	}
	header.global nav ul {
		padding: 0 10px;
	}
	header.global nav ul li a {
		padding-left: 20px;
	}
	header.global nav ul li ul {
		margin-top: 8px;
	}
	header.global nav ul li ul li a {
		line-height: 12px;
	}
	p.logintext {
		margin-top: 25px;
	}
}

@media screen and (max-width: 850px) {

	body { font-size: 0.8em; }
	
	.table_header_live {	font-size: 1.4em;}
	.table_odd_live {font-size: 1.3em;}
	.table_even_live {font-size: 1.3em;}
	
	.table_header_live_details {	font-size: 1.0em;}
	.table_odd_live_details {font-size: 1.0em;}
	.table_even_live_details {font-size: 1.0em;}

	header.global .branding {
		height: 50px;
	}
	header.global .branding h1 {
		height: 80px;
	}
	header.global nav ul li ul {
		margin-top: 12px;
	}
	header.global nav ul li ul li a {
		line-height: 10px;
	}
	p.logintext {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {

	body { font-size: 0.8em; }	

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	footer .footer-content ul { width: auto; float: none; }

	.table_header { font-size: 0.8em;}
	.table_odd { font-size: 0.8em;}
	.table_even { font-size: 0.8em;}

	.table_header_small { font-size: 0.7em;}
	.table_odd_small { font-size: 0.7em;}
	.table_even_small { font-size: 0.7em;}

	.table_header_live {	font-size: 0.9em;}
	.table_odd_live {font-size: 0.9em;}
	.table_even_live {font-size: 0.9em;}
	
	.table_header_live_details {	font-size: 0.7em;}
	.table_odd_live_details {font-size: 0.7em;}
	.table_even_live_details {font-size: 0.7em;}

	header.global .branding {
		height: 0;
	}
	header.global .branding h1 {
		height: 0px;
		overflow: hidden;
	}
	header.global nav {
		min-height: 34px; 
	}
	header.global nav ul li.home {
		height: 28px;
	}
	.icon-home {
		top: 4px; 
	}
	header.global nav ul li {
		width: 100%;
		background: #2d2d2d;
		border-left: none;
		border-right: none;
		border-top: 1px solid #474747;
		border-bottom: 1px solid #141414; 
	}
	header.global nav ul li:first-child {
		border-top: none; 
	}
	header.global nav ul li:last-child {
		border-bottom: none; 
	} 
	header.global nav #hamburger {
		display: block; 
		line-height: 36px;
	}
	header.global nav ul {
		display: none;
		margin: 4px 0;
		padding: 0; 
	}
	header.global nav ul li ul {
		width: 100% !important;
	}
	header.global nav ul li a {
		line-height: 30px;
	}
	header.global nav ul li ul {
		margin-top: 0px;
	}
	body {
		margin: 0; 
	}
	p.logintext {
		display:none;
	}
}

@media screen and (min-width: 768px) {
	header.global nav ul li:hover > a {
		position: relative; 
	}
	header.global nav ul li:hover > a:after {
		content: "";
		position: absolute;
		left: 20px;
		top: 40px;
		border-width: 0 8px 8px;
		border-style: solid;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
		display: block;
		width: 0;
		z-index: 999; 
	}
	header.global nav ul li ul li:hover a:after {
		border: none; 
	}
}

@media screen and (max-width: 540px) {


	body { font-size: 0.7em; }

	.table_header_live {	font-size: 0.7em;}
	.table_odd_live {font-size: 0.7em;}
	.table_even_live {font-size: 0.7em;}
	
	.table_header_live_details {	font-size: 0.6em;}
	.table_odd_live_details {font-size: 0.6em;}
	.table_even_live_details {font-size: 0.6em;}
}

