body {
	background:#FFFFFF;
	font-family:"Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#777777;
	font-size:14px;
}

a {
	color: #1a6bac;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {color: #343434; }

.container {
	max-width:1000px;
	min-width:1000px;
	margin:0 auto; 	
}

h2 {
	color:#666666;	
	font-size:16px;
	font-weight:400;
}

#top {
	overflow:hidden;
	padding-top:5px;	
}

#top .logo {
	float:left;
	width:120px;
	height:30px;
	margin-top:10px;
}

#top .menu-header-container{
float:left;
}
#top .main-navigation {
	float:right;
	margin-top:15px;
	overflow:hidden;
}

#top .main-navigation a {
	color:#8e8e8e;
}

#top .main-navigation a:hover, #top .main-navigation .current-menu-item a {
	color:#3786c1;	
}

#top .main-navigation ul {
	font-size:11px;
	font-weight:600;
	float:left;
	margin-top:2px;
}

#top .main-navigation ul li {
	padding:0 10px;
	float:left;
	text-transform:uppercase;	
}

#top .main-navigation .search {
    float: left;
width: 121px;
height: 22px;
margin:0px 0px 0 10px;
overflow:hidden;
}

#top .main-navigation .search input[type=text] {
	width: 91px;
font-family:"Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
float:left;
font-size:11px;
color:#f1f1f1;
display: block;
background:url(images/search-background.png) no-repeat;
border:none;
padding:3px 25px 3px 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#top .main-navigation .search input[type=text]:focus {
	background:#1c73b1;
	color:#FFFFFF;
}

#top .main-navigation .search input[type=submit] {
	height: 12px;
	margin: 5px 0px 0 -22px;
	padding: 0;
	width: 12px;
	cursor: pointer;
	color: #000;
	float:left;
	text-indent:-9999px;
	background:none;
	border:none;
	background:url(images/search-icon.png) no-repeat center center;
}

#top .main-navigation .social a.gplay {
    background:url(images/icons/social.png) no-repeat -48px 0;   
}

#top .main-navigation .social a.gplay:hover {
    background:url(images/icons/social.png) no-repeat -48px -16px;   
}

#advert {
	overflow:hidden;	
}

#advert h1 {
	color:#343434;
	font-size:21px;
	padding-bottom:12px;
	padding-right:120px;
	background:url(images/top-heading-divider.png) no-repeat left bottom;	
}

#advert h1 span {
	color:#196cae;	
}

#advert .welcome {
	float:left;
	margin: 25px 0 15px 5px;
max-width: 480px;

}

#advert .welcome p {
	color:#777777;
	font-size:14px;
	padding-top:10px;	
}

#advert .advert-right {
	float:right;
	width:501px;
	background:#FFFFFF;
}

#advert .advert-right:hover {
	background: #eaf5fa; /* Old browsers */
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;	
}

#tabbed-navigation .tabs-head {
	overflow:hidden;
	padding-top:10px;
	margin-top:-10px;
}

#tabbed-navigation .tabs-head h2.stats-dashboard {
	background:url(images/icons/icon-tabs-statsdashboard.png) no-repeat left center;
	padding-left:20px;
	float:left;
	margin-left:10px;
	margin-top:3px;	
}

#tabbed-navigation ul.table-tabs {
    list-style:none;
    margin:0;
    padding:0;
    height:35px;
	float:right;
	border:1px solid #efefef;
	border-bottom:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right:10px;
	margin-bottom:-2px;
}

#tabbed-navigation ul.table-tabs li {
    float:left;
    text-indent:0;
    padding:0;
    list-style-image:none;
}

#tabbed-navigation ul.table-tabs a {
    font-size:14px;
    display:block;
    height: 35px;
	line-height:35px;
    text-align:center;
    text-decoration:none;
    color:#6f6f6f;
    padding:0px 15px 0 30px;
    position:relative;
	border:1px solid rgba(0,0,0,0);
	border-right:1px solid #efefef;
}

#tabbed-navigation ul.table-tabs li:first-child a.current { margin-left:0px;}
#tabbed-navigation ul.table-tabs li:last-child a {border-right:1px solid rgba(0,0,0,0); }
#tabbed-navigation ul.table-tabs li:last-child a.current {border-right:1px solid #efefef; margin-right:-2px;}
#tabbed-navigation ul.table-tabs a:hover { color:#2d80bd;}

#tabbed-navigation ul.table-tabs a.current, #tabbed-navigation ul.table-tabs a.current:hover, #tabbed-navigation ul.table-tabs li.current a {
    background:#f6f6f6;
	top:-5px;
	left:-1px;
	padding-top:2px; padding-bottom:3px;
	border:1px solid #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    cursor:default !important;
    color:#2d80bd !important;
}

#tabbed-navigation ul.table-tabs a.financial{
	background:url(images/icons/icon-tabs-financial.png) no-repeat 15px 11px;	
}

#tabbed-navigation ul.table-tabs a.current.financial {
	background:#f6f6f6 url(images/icons/icon-tabs-financial.png) no-repeat 15px 13px;	

}

#tabbed-navigation ul.table-tabs a.clock{
	background:url(images/icons/icon-tabs-clock.png) no-repeat 12px 9px;	
}

#tabbed-navigation ul.table-tabs a.current.clock {
	background:#f6f6f6 url(images/icons/icon-tabs-clock.png) no-repeat 12px 11px;	

}

#tabbed-navigation ul.table-tabs a.blocks {
	background:url(images/icons/icon-tabs-blocks.png) no-repeat 15px 12px;	
}

#tabbed-navigation ul.table-tabs a.current.blocks {
	background:#f6f6f6 url(images/icons/icon-tabs-blocks.png) no-repeat 15px 14px;
	left:-1px;
}

#tabbed-navigation ul.table-tabs a.hashrate {
	background:url(images/icons/icon-tabs-hashrate.png) no-repeat 15px 12px;	
}

#tabbed-navigation ul.table-tabs a.current.hashrate {
	background:#f6f6f6 url(images/icons/icon-tabs-hashrate.png) no-repeat 15px 14px;
	left:-1px;
}

#tabbed-navigation ul.table-tabs a.pools {
	background:url(images/icons/icon-tabs-pools.png) no-repeat 15px 11px;
}

#tabbed-navigation ul.table-tabs a.current.pools {
	background:#f6f6f6 url(images/icons/icon-tabs-pools.png) no-repeat 15px 13px;
	left:-1px;
}

#tabbed-navigation .panels .pane {
    display:none;
}

#tabbed-navigation .panels {
	background:#f6f6f6;	
	padding:10px 2px 0 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.panels div {
    display:none;
    height:auto;
    font-size:14px;
}

#tabbed-navigation .big-table {
	border: 0 none;
    width: 100%;
	color:#777777;
}

#tabbed-navigation .big-table th {
    padding: 10px 0;
	text-align:center;
	border-bottom: 1px solid #efefef;
	font-size:15px;
	font-weight:600;	
}

#tabbed-navigation .big-table th span { color:#848484; font-weight:400; font-size:11px;}

#tabbed-navigation .big-table tr {border-bottom: 1px solid #efefef;} #tabbed-navigation .big-table tr:last-child {border-bottom:none;}
#tabbed-navigation .big-table td {
    padding: 10px 0;
    text-align: center;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#tabbed-navigation .big-table td span { color:#ff7700; }

#tabbed-navigation .big-table td:hover {
	background:#f2f0f0;
}

#tabbed-navigation .clock-table td {
	border-left:1px solid #efefef;
}

#tabbed-navigation .clock-table td:first-child {
	border-left:none;	
}

#tabbed-navigation .clock-table strong {
	font-weight:600;	
}


#content {
	clear:both;
	padding:15px 5px 20px 5px;
}

#content p {
	line-height:20px;
	padding:5px 0 10px 0;	
}

#content h1, #content h2, #content h3, #content h4 {
	color:#343434;
}

#content h1 {font-size:21px;} #content h2 {font-size:18px;} #content h3 { font-size:16px;}

#content ul, #content ol {line-height:18px;}

#content ul li {
	margin:5px 0 10px 0;
	background:url(images/bullet.png) no-repeat left 4px;
	padding-left:18px;	
}

.one-half-left {
	float: left;
    margin: 0 2.5% 0 0;
    width: 48.5%;
}

.one-half-right {
	float: left;
	width:49%;
	margin:0;	
}

.one-half {
	float: left;
    margin: 0 1.5% 0 0;
    width: 48.5%;
}

.one-third {
	float: left;
    margin: 0 1.5% 0 0;
    width: 31.5%;
}

.two-third {
	float:left;
	width:65%;	
}

.one-half:last-child {
	width:50%;
	margin:0;	
}

h2.news-title {
	background:url(images/icons/icon-rss.png) no-repeat left center;
	padding-left:16px;
}

h2.exchange {
	background:url(images/icons/icon-exchange.png) no-repeat left center;
	padding-left:20px;
}

h2.localbitcoins {
	background:url(images/icons/icon-localbitcoins.png) no-repeat left center;
	padding-left:20px;
}

h2.hashrate {
	background:url(images/icons/icon-hashrate.png) no-repeat left center;
	padding-left:20px;
}

h2.currency {
	background:url(images/icons/icon-currency.png) no-repeat left center;
	padding-left:20px;
}
h2.exchangeb {
	background:url(images/icons/icon-exchangeb.png) no-repeat left center;
	padding-left:30px;
}
.content-table {
	border: 0 none;
    width: 100%;
	color:#777777;
	border:1px solid #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	margin:10px 0 20px 0;
}

.content-table table {
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.content-table th {
    line-height:45px;
	text-align:center;
	padding:0 15px;
	color:#666666;
	font-size:15px;
	font-weight:600;
	background:url(images/table-heading-bg.jpg) repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.content-table tr {
	border-bottom: 1px solid #efefef; 
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;   
     box-shadow: inset 0px 1px 0px 0px #ffffff;
}

.content-table tr:first-child {
	-webkit-box-shadow: none;   
     box-shadow: none;	
}

.content-table tr:nth-child(odd) {
  background:#F6F6F6 url(images/table-td-bg.jpg) repeat-x;
}
.content-table td {
    padding: 7px 15px;
	font-size:14px;
	border-right:1px solid #efefef;
	line-height:19px;
	text-align:center;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.content-table tr:last-child {border-bottom:none;}


.content-table td:last-child {border-right:none;}

.content-table td span { color:#ff7700; }

.content-table td:hover {
	background:#f6f6f6;
}

.content-table th:first-child, td:first-child {
	text-align:left;	
}

.content-table .date {
	background:url(images/icons/icon-date.png) no-repeat left center;
	padding-left:16px;	
}


.exchange-table td, .exchange-table th {
	text-align:center;	
}


.exchange-table .upg {
	color:#21b100;
}

.exchange-table .upg td:first-child {
	text-align:left;
	background:url(images/icons/icon-arrow-up.png) no-repeat 15px center;
	padding-left:27px;
}

.exchange-table .downg {
	color:#c72121;
}

.exchange-table .downg td:first-child {
	text-align:left;
	background:url(images/icons/icon-arrow-down.png) no-repeat 15px center;
	padding-left:27px;
}

.exchange-table .view-markets {
	text-align:left;	
}

.exchange-table .view-markets a {
	background:url(images/icons/icon-view-markets.png) no-repeat left center;
	padding-left:16px;
}

.currency td:first-child {
	font-weight:600;
	width:20%;	
}

.localbitcoins-table .showmore {
	text-align:left;
	background:#fff;	
}

.localbitcoins-table .showmore a {
	background:url(images/icons/icon-showmore.png) no-repeat left center;
	padding-left:16px;
}

.localbitcoins-table td {
	border-right:none;
	padding:7px 5px 7px 10px;
}

.localbitcoins-table td:last-child {
	border-left:1px solid #efefef;	
}

#footer {
	background:url(images/footer-bg.png) repeat-x top left;
	padding:10px 0 10px 0;
	overflow:hidden;
	clear:both;
	margin:0px 0 0 0;
	width:100%;
}

#footer p {
	font-size:11px;
	margin:10px 0;	
}

#footer ul.footer-nav {
	float:right;
	margin-top:15px;	
}

#footer ul.footer-nav li {
	float:left;
}

#footer ul.footer-nav li a {
	color:#8e8e8e;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	margin:0 15px;	
}

#footer ul.footer-nav li a:last-child {
	margin-right:0;	
}

#footer ul.footer-nav li a:hover {
	color:#1A6BAC
}

#bitcoin-calculator .content-table {
	padding:1%;
	width:98%;
}

#bitcoin-calculator .one-half-left { width:47.5%; margin-right:2.5%;}

#bitcoin-calculator .content-table .one-half-left div, #bitcoin-calculator .content-table .one-half-right div {

	padding:2%; overflow:hidden;	
}

#bitcoin-calculator label {
	float: left;
	width:39%;
	font-size:14px;
	padding-top:3px;
}

#bitcoin-calculator input[type='text'] {
	float:right;
	width:55%;
	background:#fff;
	border:none;
	outline:none;
	border: 1px solid #E6E6E6;
	line-height:15px;
	padding:5px 10px;
	color:#7C7C7C;
	font-size:13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.button-blue{
	border:none;
	outline:none;
	float:left;
	margin:0 10px 0 0px;
	background: #4893c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #4893c9 0%, #1a77bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4893c9), color-stop(100%,#1a77bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4893c9 0%,#1a77bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4893c9', endColorstr='#1a77bb',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #5091c0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding:5px 10px;
	text-decoration:none;
	color: #fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	text-align:center;
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	cursor:pointer;
}
.button-blue:hover {
	background: #1c73b1;
	border-top:1px solid #1f87cd;
	color: #fff;
}


#results .content-table td { 
background:#fff;
}

#results .content-table td:first-child {
font-weight:600;
}

#results h2 { background:url(images/icons/icon-chart.png) no-repeat left center; padding-left:28px;}

.result-info {
background:url(images/icons/icon-info.png) no-repeat left 8px; padding-left: 45px !important; margin-top:10px; font-size:12px;
}

 #top .main-navigation .social {
float:right;
margin-top:3px;
}

#top .main-navigation .social a {
float:left;
width:16px;
height:16px;
margin-left:10px; 
}

#top .main-navigation .social a.facebook {
background:url(images/icons/social.png) no-repeat 0 0; 
}

#top .main-navigation .social a.facebook:hover {
background:url(images/icons/social.png) no-repeat 0 -16px;
}

#top .main-navigation .social a.twitter {
background:url(images/icons/social.png) no-repeat -16px 0; 
}

#top .main-navigation .social a.twitter:hover {
background:url(images/icons/social.png) no-repeat -16px -16px; 
}

#top .main-navigation .social a.gplus {
background:url(images/icons/social.png) no-repeat -32px 0; 
}

#top .main-navigation .social a.gplus:hover {
background:url(images/icons/social.png) no-repeat -32px -16px; 
}

#breadcrumb {
    padding:8px 10px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;   
    border:1px solid #EEEEEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:0 -5px;
    font-family:"Lato", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#breadcrumb p {
    padding:0 !important;   
}

#breadcrumb:empty {
    display:none !important;
}

h1.page-heading {
    color:#343434;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}

#blog-container {
    font-family:"Lato", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:15px;
    letter-spacing:0.5px;
    color:#333;
}

#blog-container p {
    line-height:24px;
    padding-bottom:15px;   
}

#blog-container .post-header {
    background:url(images/icons/icon-post-date.png) no-repeat left 10px;
    padding:5px 0 5px 18px;
}

#blog-container .post-header small {
    font-size:13px;   
}

#blog-container .post  {
    padding:15px 0 30px 0;
    border-bottom:1px solid #eee;   
}

#blog-container .post:last-child {
    border-bottom:none;   
}

#blog-container .post h2 {
    font-size:36px;
    font-weight:700;
}

#blog-container .post h2 a {
    color:#000;   
}

#blog-container .post h2 a:hover {
    color:#4893c9;
}

#blog-container .read-more {
    position:relative;
    top:10px;
    background: #4893c9; /* Old browsers */
    background: -moz-linear-gradient(top,  #4893c9 0%, #1a77bb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4893c9), color-stop(100%,#1a77bb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4893c9 0%,#1a77bb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4893c9', endColorstr='#1a77bb',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    padding:5px 10px;
    text-decoration:none;
    color: #fff;
    text-shadow:1px 1px 0 rgba(0,0,0,0.3);
    text-align:center;
    font-size:13px;
    cursor:pointer;
}

#blog-left {
    padding-right:20px;
    border-right:1px solid #eee;
    width:750px;
    float:left;
}

#menu-left {
    padding-left:19px;
    margin-left:-1px;
    border-left:1px solid #eee;
    padding-top:15px;
    width:210px;
    float:left;
}

#menu-left h3 {
    font-size:18px;   
}

.alignleft {
 float:left;
 margin-top:15px;
 margin-right:10px;
}

.alignright {
 float:right;
 margin-top:15px;
 margin-left:10px; 
}

.alignleft img, .align-right img {
 margin:0 !important;
}

.wp-caption-text {
 font-size:80%;
 padding-right:10px !important;
 line-height:20px;
}

blockquote{
 background:#f9f9f9;
 border:1px solid #eee;
 border-left: 15px solid #eeeeee;
 margin:15px 0;
 padding: 15px 10px;
 quotes:"\201C""\201D";
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
	clear: both;
}

blockquote:before{
 color:#808080;
 content:open-quote;
 font-size:4.5em;
 line-height:.1em;
 margin-right:5px;
 vertical-align:-.4em;
}

blockquote :first-child{display:inline;}
blockquote :last-child{margin-bottom:0;}
blockquote p:first-child {display: inline;}

.mc_custom_border_hdr {
    color: #343434;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.signup-box {
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    color: #777777;
    margin: 20px 0 15px 0;
    width: 100%;   
   -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
   padding:15px 15px;
}

.widget_mailchimpsf_widget .widget-title {
    line-height: 1.4em;
    margin-bottom: 0.75em;
}
#mc_subheader {
    line-height: 1.25em;
    margin-bottom: 18px;
}

.mc_form_inside {
    overflow:hidden;   
}

.mc_merge_var {
    margin-bottom: 10px;
    float:left;
    width:100%;
    margin-top:5px !important;

}
.mc_var_label,
.mc_interest_label {
    display: block;
    margin-bottom: 5px;
    font-size:12px;
   
}
.mc_input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    color: #7C7C7C;
    font-size: 13px;
    line-height: 15px;
    outline: medium none;
    padding: 5px 10px;
    margin-right:15px;
}
.mc_input.mc_phone {
    width: auto;
}
select.mc_select {
    margin-top: 0.5em;
    width: 100%;
}
.mc_address_label {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    display: block;
}
.mc_address_label ~ select {
    width: 100%;      
}
.mc_list li {
    list-style: none;
    background: none !important;
}
.mc_interests_header {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}
.mc_interest label,
.mc_interest input {
    margin-bottom: 0.4em;
}
#mc_signup_submit {
    border:none;
    outline:none;
    width:100% !important;
    background: #4893c9; /* Old browsers */
    background: -moz-linear-gradient(top,  #4893c9 0%, #1a77bb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4893c9), color-stop(100%,#1a77bb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4893c9 0%,#1a77bb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4893c9', endColorstr='#1a77bb',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #5091c0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;   
    padding:5px 10px;
    text-decoration:none;
    color: #fff;
    text-shadow:1px 1px 0 rgba(0,0,0,0.3);
    text-align:center;
    text-transform:uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size:12px;
    margin-top:0 !important;
	position:relative;
	top:-10px;
   
}

#mc_signup_submit:hover {
    background: #1c73b1;
    border-top:1px solid #1f87cd;
    color: #fff;
}

#mc_unsub_link a {
    font-size: 0.75em;
}
#mc_unsub_link {
    margin-top: 1.0em;
}
.mc_header_address,
.mc_email_format {
    display: block;
    font-weight: bold;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
}
.mc_email_options {
    margin-top: 0.5em;
}
.mc_email_type {
    padding-left: 4px;
}

.mc_success_msg {
  background-color: #DFF0D8;   
   -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
   padding:8px 15px;
   display:block;
   -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight:400 !important;
  border:1px solid #c4e2b7;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
  color:#66aa4a;
  position:relative;
  margin-bottom:15px; margin-top:10px;
  font-size:12px;
}

.mc_success_msg:after, .mc_success_msg:before { top: 100%; left: 5%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .mc_success_msg:after { border-color: rgba(223, 240, 216, 0); border-top-color: #DFF0D8; border-width: 8px; margin-left: -8px; } .mc_success_msg:before { border-color: rgba(196, 226, 183, 0); border-top-color: #c4e2b7; border-width: 9px; margin-left: -9px; }

.mc_error_msg {
  background-color: #F2DEDE;   
   -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
   padding:8px 15px;
   display:block;
   -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight:400 !important;
  border:1px solid #eec0c0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.9);
  color:#a13a3a;
  position:relative;
  margin-bottom:15px; margin-top:10px;
  font-size:12px;
}

.mc_error_msg:after, .mc_error_msg:before { top: 100%; left: 5%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .mc_error_msg:after { border-color: rgba(242, 222, 222, 0); border-top-color: #F2DEDE; border-width: 8px; margin-left: -8px; } .mc_error_msg:before { border-color: rgba(238, 192, 192, 0); border-top-color: #eec0c0; border-width: 9px; margin-left: -9px; }


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
  background:none !important;
  margin: -1px 0 0 !important;
    padding: 0 !important;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size:12px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
   background: #4893c9; /* Old browsers */
 background: -moz-linear-gradient(top,  #4893c9 0%, #1a77bb 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4893c9), color-stop(100%,#1a77bb)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #4893c9 0%,#1a77bb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4893c9', endColorstr='#1a77bb',GradientType=0 ); /* IE6-9 */
 border-color: #0f619c;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination > li:nth-child(20n) > a {
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
pagination > li:nth-child(21n) > a {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.charts-row {
    border-bottom:1px dashed #ececec;
    margin-top:20px;
    padding-bottom:10px;
}

.charts-row:after {
    content:"";
    clear:both;   
}

.charts-row .charts-image {
    float:left;
    max-width:180px;
    margin-right:20px;
    padding:5px;
    background:#efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position:relative;
    z-index:1;
}

.charts-row .charts-image .charts-image-over {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index:3;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border:5px solid #d9d9d9;
    background:rgba(255,255,255,0.5);
}

.charts-row .charts-image .charts-image-over span.zoom-icon {
        background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC3klEQVRYhcWXv2sUQRTHJ42NWljoGRI1IcnJsnu7877fd2yRP0AshKioEFBrRYhGQ0gCCrGzFhQsLBQiEVEQ1NQW/iAgaYIgASGKP1KIieiZX2fhHCwh5Hbvzvjgmpl57/N9M7Nv3hlTh5FsJnmW5ASAaZJzJOcATAN4RvKM7/u762GsawA6SY4DWCFZ3ujn1owD6GwIXESOAvjhgpdEZExVT5EsBEGQC4IgR7JA8rSq3gNQcmsXSPbUC+8HsOqyu2+tbavmE4Zhu6o+qOyGtfZ8TXCSPQBWnIChrP6qOgJg1cU4lMk5juNWkvMky9ba4eRcR0fHLmvtFRF5DeALgBMbJHHZ7d53ks2pBQC47RwfGWOaEgF7AXwjeSMIAi0UCjuqhGoC8NjFupUKbq1tc9v2m2RHAn4MwIcoiiR1JsYYz/O6SC6SXC4Wi3uqOpDsI1kWkbHKmIjsBPAVQJgFnog5TrKsqueqLnYFpZw8W5Kjqnq9Frjz73VJPUkj4J0T0JkYmyoWi8VaBYRhuN/dg7dpBCyQLPu+vy05lsvlttYqoLu7e7sTMJ9GQIlkOQkUkZO1wmsR8JFk2fO8rnqgSct0BCQn1l7Cei3TJRSRwbWfYQMEpP8MPc/bR3J5bSGq1TIXIqf4uTuzh3Xys5dikkPJBkNE+mulW2sHMj1GCfisiAy6p3iZZF9WuKpecEeZ7jm21g5X4JUqSPLipjQk68ErJiL9iX6vpKp3AByJ47jV9/0tvu9vieO41bVudzO3ZBvBwzBsB/Dezb8kuVStKSW5KCI38/l8S1W4qo6khF81xph8Pt8iIv2q+pTkLMkll/FM5rZcVa+54DMk9ybnAHgkP7uWbCBVwCyWNfOGWhRFx6tk/snNX2o43EEmSf4C4CXH12Q++k/gxhjj2u03/wXuBLwCUAJAY/4+FpsGN8YYETno/rGUAEyR/Llp8IpFUXQAwAt3FyajKDq8Wew/HIuCbOYTz+AAAAAASUVORK5CYII=) no-repeat center center rgba(0,0,0,0.1);
        width:40px;
        height:40px;
        display:block;
        position:relative;
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        top:50%; left:50%; margin-left:-20px; margin-top:-20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}

.charts-row .charts-image:hover .charts-image-over {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor:pointer;
}

.charts-description {
    float:left;   
}

.charts-description h3 {
    font-weight:600;
}

.charts-description a:hover {
    text-decoration:underline;   
}

.charts-description p {
    font-size:13px;
    color:#787878;
    padding:0 !important;
}

.charts-description ul {
    font-size:12px;
    margin:10px 0 0 5px;
}

.charts-description ul li {
    line-height:12px;
    background-position:2px 1px !important;
       
}

.chart-single {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:5px solid #efefef;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.wp-paginate {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.wp-paginate > li {
  display: inline;
  background:none !important;
  margin: -1px 0 0 !important;
    padding: 0 !important;
}

.wp-paginate > li > a,
.wp-paginate > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size:12px;
}

.wp-paginate > li:first-child > a,
.wp-paginate > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.wp-paginate > li:last-child > a,
.wp-paginate > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.wp-paginate > li > a:hover,
.wp-paginate > li > span:hover,
.wp-paginate > li > a:focus,
.wp-paginate > li > span:focus {
  background-color: #eeeeee;
	color: #333;
}

.wp-paginate > .active > a,
.wp-paginate > .active > span,
.wp-paginate > .active > a:hover,
.wp-paginate > .active > span:hover,
.wp-paginate > .active > a:focus,
.wp-paginate > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
   background: #4893c9; /* Old browsers */
 background: -moz-linear-gradient(top,  #4893c9 0%, #1a77bb 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4893c9), color-stop(100%,#1a77bb)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #4893c9 0%,#1a77bb 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #4893c9 0%,#1a77bb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4893c9', endColorstr='#1a77bb',GradientType=0 ); /* IE6-9 */
 border-color: #0f619c;
}

.wp-paginate > .disabled > span,
.wp-paginate > .disabled > a,
.wp-paginate > .disabled > a:hover,
.wp-paginate > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.wp-paginate > li:nth-child(20n) > a {
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
wp-paginate > li:nth-child(21n) > a {
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.icotable-wrap {
	border:none;
	box-shadow:none;
}

.icotable .listingimage {
	width:12%;
	max-width:12%;
	text-align:center;	
}

.icotable th {
	font-size:16px;
	font-weight:600;
	background:none;
	border-bottom:1px solid #ccc;
	box-shadow:0 1px 0 0 #ececec;	
}

.icotable tr {
	background:none !important;	
}

.icotable td {
	background:none !important;
	border:none;
	border-bottom:1px solid #ccc;
	padding:15px 15px;
}

.icotable .iconame {
	text-align:left;	
}

.icotable .ico_title {
    font-size: 1.2rem;
    line-height: 1em;
}

.icotable .ico_ticker {
    font-size: .8rem;
    font-weight: 500;
}

.icotable .ico_link {
    font-weight: 500;
}

.icotable .ico_description {
    color: #777;
}

.icotable .listingcell1 {
	color:#555;
	text-align:left
}

.content-table .icotable td span {
	color:#555;	
}

.icotable .listingcell2 {
    text-align: center;
    color: #555;
    font-size: .9rem;
    width: 20%;
    max-width: 20%;
}

