/*
File:			    ETFDB.Com Thesis Skin
Description:		Designed and Coded by Mohd Izuddin Helmi

Valid
*/

/* NEW CSS BY THIRDEYE - HEADER, SIDEBAR PACKAGE */

/* Globals */

/* Open Sans Condensed Bold */
@font-face {
  font-family: 'Open Sans Condensed Bold';
  src: url('/fonts/opensans-condbold-webfont.eot');
  src: url('/fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/opensans-condbold-webfont.woff') format('woff'),
       url('/fonts/opensans-condbold-webfont.ttf') format('truetype'),
       url('/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url('/fonts/OpenSans-Regular-webfont.eot');
  src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
       url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
       url('/fonts/OpenSans-Regular-webfont.svg#open_sans_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body a { color:#006cc9;}
body a:hover { color:#4d4c4c; text-decoration:none!important;}

.radius {-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;}
.pie {behavior: url(../../../../etfdb/assets/css/PIE.htc);}
.clearfix {clear:both; visibility:hidden; text-indent:-99999px;}

.bg_gradient_green {
background: #9ed529;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9ed529), to(#89B923));
background: -webkit-linear-gradient(#9ed529, #89B923);
background: -moz-linear-gradient(#9ed529, #89B923);
background: -ms-linear-gradient(#9ed529, #89B923);
background: -o-linear-gradient(#9ed529, #89B923);
background: linear-gradient(#9ed529, #89B923);
-pie-background: linear-gradient(#9ed529, #89B923);
}

.btn_green:hover {
background: #a8e22d;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a8e22d), to(#99CE28));
background: -webkit-linear-gradient(#a8e22d, #99CE28);
background: -moz-linear-gradient(#a8e22d, #99CE28);
background: -ms-linear-gradient(#a8e22d, #99CE28);
background: -o-linear-gradient(#a8e22d, #99CE28);
background: linear-gradient(#a8e22d, #99CE28);
-pie-background: linear-gradient(#a8e22d, #99CE28);
border:1px solid #99CE28;
color:#fff;
}

.bg_gradient_blue_reverse {
background: #1a9eef;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0069aa), to(#1a9eef));
background: -webkit-linear-gradient(#0069aa, #1a9eef);
background: -moz-linear-gradient(#0069aa, #1a9eef);
background: -ms-linear-gradient(#0069aa, #1a9eef);
background: -o-linear-gradient(#0069aa, #1a9eef);
background: linear-gradient(#0069aa, #1a9eef);
-pie-background: linear-gradient(#0069aa, #1a9eef);
}

.bg_gradient_blue {
background: #1a9eef;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1a9eef), to(#0069aa));
background: -webkit-linear-gradient(#1a9eef, #0069aa);
background: -moz-linear-gradient(#1a9eef, #0069aa);
background: -ms-linear-gradient(#1a9eef, #0069aa);
background: -o-linear-gradient(#1a9eef, #0069aa);
background: linear-gradient(#1a9eef, #0069aa);
-pie-background: linear-gradient(#1a9eef, #0069aa);
}

.btn_blue:hover {
background: #30aefb;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#30aefb), to(#027ecb));
background: -webkit-linear-gradient(#30aefb, #027ecb);
background: -moz-linear-gradient(#30aefb, #027ecb);
background: -ms-linear-gradient(#30aefb, #027ecb);
background: -o-linear-gradient(#30aefb, #027ecb);
background: linear-gradient(#30aefb, #027ecb);
-pie-background: linear-gradient(#30aefb, #027ecb);
border:1px solid #027ecb;
color:#fff;
}

.bg_gradient_dgray {
background: #4d4c4c;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4d4c4c), to(#232323));
background: -webkit-linear-gradient(#4d4c4c, #232323);
background: -moz-linear-gradient(#4d4c4c, #232323);
background: -ms-linear-gradient(#4d4c4c, #232323);
background: -o-linear-gradient(#4d4c4c, #232323);
background: linear-gradient(#4d4c4c, #232323);
-pie-background: linear-gradient(#4d4c4c, #232323);
}

.btn_dgray:hover {
background: #686767;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#686767), to(#393939));
background: -webkit-linear-gradient(#686767, #393939);
background: -moz-linear-gradient(#686767, #393939);
background: -ms-linear-gradient(#686767, #393939);
background: -o-linear-gradient(#686767, #393939);
background: linear-gradient(#686767, #393939);
-pie-background: linear-gradient(#686767, #393939);
border:1px solid #393939;
color:#fff;
}

.bg_gradient_lgray {
background: #ededec;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ededec), to(#C8C6C6));
background: -webkit-linear-gradient(#ededec, #C8C6C6);
background: -moz-linear-gradient(#ededec, #C8C6C6);
background: -ms-linear-gradient(#ededec, #C8C6C6);
background: -o-linear-gradient(#ededec, #C8C6C6);
background: linear-gradient(#ededec, #C8C6C6);
-pie-background: linear-gradient(#ededec, #C8C6C6);
}

.btn_lgray:hover {
background: #f5f6f4;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f6f4), to(#D6D3D3));
background: -webkit-linear-gradient(#f5f6f4, #D6D3D3);
background: -moz-linear-gradient(#f5f6f4, #D6D3D3);
background: -ms-linear-gradient(#f5f6f4, #D6D3D3);
background: -o-linear-gradient(#f5f6f4, #D6D3D3);
background: linear-gradient(#f5f6f4, #D6D3D3);
-pie-background: linear-gradient(#f5f6f4, #D6D3D3);
border:1px solid #D6D3D3;
color:#4d4d4d;
}

.bg_gradient_shadow {
background: #f2f2f2;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2f2f2), to(#fff));
background: -webkit-linear-gradient(#f2f2f2, #fff);
background: -moz-linear-gradient(#f2f2f2, #fff);
background: -ms-linear-gradient(#f2f2f2, #fff);
background: -o-linear-gradient(#f2f2f2, #fff);
background: linear-gradient(#f2f2f2, #fff);
-pie-background: linear-gradient(#f2f2f2, #fff);
}

.bg_gradient_dblue {
background: #015589;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#015589), to(#023859));
background: -webkit-linear-gradient(#015589, #023859);
background: -moz-linear-gradient(#015589, #023859);
background: -ms-linear-gradient(#015589, #023859);
background: -o-linear-gradient(#015589, #023859);
background: linear-gradient(#015589, #023859);
-pie-background: linear-gradient(#015589, #023859);
}

.btn_dblue:hover {
background: #0676BC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0676BC), to(#024F7E));
background: -webkit-linear-gradient(#0676BC, #024F7E);
background: -moz-linear-gradient(#0676BC, #024F7E);
background: -ms-linear-gradient(#0676BC, #024F7E);
background: -o-linear-gradient(#0676BC, #024F7E);
background: linear-gradient(#0676BC, #024F7E);
-pie-background: linear-gradient(#0676BC, #024F7E);
border:1px solid #024F7E height;

}


/* Buttons */
.btn_green {text-shadow: 1px 1px 1px #6d931b; border:1px solid #89B923; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color:#fff; }
.btn_blue {text-shadow: 1px 1px 1px #02588d; border:1px solid #0069aa; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color:#fff;}
.btn_dgray {text-shadow: 1px 1px 1px #000; border:1px solid #232323; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color:#fff;}
.btn_lgray {text-shadow: 1px 1px 1px #fff; border:1px solid #C8C6C6; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color:#4d4d4d;}
.btn_dblue {text-shadow: 1px 1px 1px #0069aa; border:1px solid #023859; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color:#fff;}

#button_package_upgrade {padding:5px 7px; font-size:1.4em; text-transform:uppercase; margin:0px 0px 25px 0px; width:110px; text-align:center; display:block;}
input#mc-embedded-subscribe {padding:5px; font-size:1.15em; margin:5px 0px 15px 0px; text-align:center; display:block;}

#etf_pro_index_ad a#button_upgrade, #etf_pro_index_ad a#button_learn_more {
font-size:1.5em; text-transform:uppercase; padding:0px 14px 4px 5px; text-decoration: none; font-variant:normal; display:block; width:120px; line-height:30px;}

#etf_pro_index_ad a#button_upgrade span, #etf_pro_index_ad a#button_learn_more span {font-size:1.6em; font-weight: normal; top:1px; position:relative; font-family:Arial, Helvetica, sans-serif;}

a#footer_button_signup, a#footer_button_upgrade {float:right; font-size:2em; text-transform:uppercase; padding:0px 12px 4px 5px; text-decoration: none; font-variant:normal;line-height:30px; margin:30px 30px 0px 0px; display:block;}
a#footer_button_signup span, a#footer_button_upgrade span {font-size:1.6em; font-weight: normal; top:1px; position:relative; font-family:Arial, Helvetica, sans-serif;}

.custom #header_area ul#tabs li.logout { margin: 0 0 0 10px; }
.custom #header_area ul#tabs li.logout a { text-transform:uppercase; }
.custom #header_area ul#tabs li a.sponsor_nav{
 display: block;
 float:left;
 width: 88px;
 height: 24px;
 line-height: 24px;
 font-size: 14px;
 text-align: center;
 text-shadow: none;
 margin: 4px 10px 0 10px;
 padding: 0;
 border-top: 1px solid #83caf6;
 border-bottom: 1px solid #0b68a2;
 text-shadow: 0 1px 0 #016aab;
 border-radius: 5px;
 background: #53b6f3;
}

/* Sidebar Headers */
#sidebars .sidebar .sidebar h3 span {font-weight: 700; color:#4d4c4c; text-transform:lowercase;}
#etfdb_pro_menu { margin:0px 0px 15px 0px;}
#etfdb_pro_menu h2.pro { background:url(../../../../images/pro/pro-logo-sidebar.png) no-repeat; text-indent:-99999px; height:32px; border:none!important; margin:0px 0px 5px 0px;}
#etfdb_pro_menu h3 { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color:#232323; line-height:16px; font-size:1.5em; text-transform:uppercase; margin:15px 0px 5px 0px; letter-spacing:-.05em; font-variant:normal; border:0px; border-left:5px solid #8aba23; padding-left:5px;}


/** Form elements **/
#mc-embedded-subscribe-form { box-sizing: border-box; }
#mc-embedded-subscribe-form .txtinput { display: block; font-size: 1.15em; padding: 7px; border-style: solid; border-width: 1px; border-color: #2c7dc2; position:relative; z-index:0}

input.search_box { padding: 5px; border-style: solid;border-width: 1px;border-color: #dddddd; width:140px; position:relative; z-index:0; font-size:1.1em;}
input.search_submit {padding:.28em 7px;  margin:0px 0px 3px 0px; text-align:center; text-transform: uppercase; cursor:pointer; position:relative; z-index:0;}

input.txtinput {
  margin-bottom: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  position:relative; z-index:0;
  font-size:1em;
}

input.txtinput:focus {
  color: #333;
  border-color: rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(50, 50, 50, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 0 5px rgba(50, 50, 50, 0.6);
  outline: 0 none;
}


/* Sidebar content */
#sidebars li { list-style:none; font-size:12px; width: 166px; padding-bottom: 11px;}
#sidebars li a { background:url(../../../../images/nav-bullet-sidebar.png) no-repeat 0px 5px; padding:4px 0px  4px 18px; display:inline;}
#sidebars li a:hover { background:url(../../../../images/nav-bullet-sidebar.png) no-repeat 0px -148px;}

.sidebar #newsletter_signup {padding:9px; position:relative; z-index:0;}
.sidebar #newsletter_signup h3 {border:none; font-family: 'Cabin Condensed', sans-serif; font-weight: 600; color:#fff; text-shadow: 1px 1px 1px #153d5e; font-variant:normal; padding:0px; margin:0px 0px 3px 0px; letter-spacing:normal; line-height:28px; text-transform:uppercase;}
.sidebar #newsletter_signup p {color:#fff; font-size:1.4em; padding:5px 0px 10px 0px; margin:0px;}

#newsletter_social_proof {background:#1c517d; color:#fff; text-align:center; width:100%; padding:4px 0px; margin:14px 0px 0px;}

.sidebar #social_chicklets {width:165px; height:45px;}
.sidebar #social_chicklets a{width:32px; height:32px; margin:7px 0px 0px 0px; display:block; float:left; text-indent:-9999px;}
.sidebar #social_chicklets a.twitter{ background:url(../../../../images/Twitter_32x32.png) no-repeat;}
.sidebar #social_chicklets a.facebook{ background:url(../../../../images/FaceBook_32x32.png) no-repeat;}
.sidebar #social_chicklets a.feeds{ background:url(../../../../images/Feed_32x32.png) no-repeat;}
.sidebar #social_chicklets a.youtube{ background:url(../../../../images/YouTube_32x32.png) no-repeat;}
.sidebar #social_chicklets a.ios{ background:url(../../../../images/apple_logo.png) no-repeat;}

.callout_sidebar {padding:7px; border:1px solid #eaeaea; position:relative; z-index:0;}

#popular_tickers h4 {font-size:1.2em; font-family: 'Cabin Condensed', sans-serif; font-weight: 700; display:block; text-transform:uppercase; color:#4d4c4c; border:1px solid #eaeaea; margin:0px 0px 5px 0px; padding:4px 3px 3px; background:#f2f2f2; line-height:20px;}
#popular_tickers h4 span { float:left;}

#popular_tickers h4 a{font-size:.8em; font-weight: normal; color:#006cc9; float:right; position:relative; right:1px; display:inline; line-height:20px;}
#popular_tickers p {font-size:1.5em; font-weight: 700; line-height:16px; display:block; margin:0px 0px 7px 0px;}

.custom .sidebar div.knowledge_center h3 {font-size:1.65em; font-family: 'Cabin Condensed', sans-serif; font-weight: 700; text-transform:uppercase; margin:0px; text-shadow: 1px 1px 1px #f2f2f2; font-variant:normal; letter-spacing:normal; line-height:20px; text-decoration:none; border:none;}

.custom .sidebar div.knowledge_center {margin:5px 0px 7px 0px;}
.custom .sidebar div.knowledge_center div {margin:0px; padding:0px;}
.custom .sidebar div.knowledge_center div div{margin:7px 0px 0px; padding:0px; border:1px solid #eaeaea; background: none;}


/* Home Page ETFdb Pro ads */
#etf_pro_index_ad {width:278px; height:228px; padding:10px; border:1px solid #eaeaea; margin:20px 0px 0px; position:relative; z-index:0;}
#etf_pro_index_ad p.tagline {font-size:1.1em; font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color:#939393; margin:0px; padding:0px; white-space:nowrap;}
#etf_pro_index_ad h2 { margin:0px; padding:0px; display:block; height:60px; width:220px; background:url(../../../../images/etfdb-logo-large.png) no-repeat -1px 3px; text-indent:-99999px;}

#etf_pro_index_ad ul.benefits { margin:0px 0px 14px 0px; padding:0px;}
#etf_pro_index_ad ul.benefits li{font-size:1.2em; font-family: 'Cabin Condensed', sans-serif; font-weight: 700; color:#4d4c4c; list-style:none; line-height:24px; background:url(../../../../images/etfdb-pro-ad-icons.png) no-repeat; padding:0px 0px 0px 28px;}

#etf_pro_index_ad ul.benefits li.benefit1 {background-position:-6px -3px;}
#etf_pro_index_ad ul.benefits li.benefit2 {background-position:-6px -42px;}
#etf_pro_index_ad ul.benefits li.benefit3 {background-position:-6px -81px;}
#etf_pro_index_ad ul.benefits li.benefit4{color:#8bbb23; background:none; }

#etfdb_pro_join_footer {height:100px; line-height:100px; border-top:1px solid #eaeaea; position:relative; z-index:0;}
#etfdb_pro_join_footer h2{float:left; margin:0px 0px 0px 13px; display:block; height:100px; width:230px; background:url(../../../../images/etfdb-logo-large.png) no-repeat left center; text-indent:-99999px;}
#etfdb_pro_join_footer p{line-height:98px; border-top:1px solid #eaeaea; font-size:2em; font-family: 'Cabin Condensed', sans-serif; font-weight: 400; color:#939393; text-wrap:none; margin:0px; padding:0px; float:left; text-shadow: 1px 1px 1px #eaeaea;}

/* Header Mashizle */
div#etfdb_nav_search {float:right; position: relative; right: 16px; top: 9px;}
#breadcrumb_container {margin: 0 auto; border-bottom: 1px solid #D2D2D2; background:#fff; height: 44px; overflow: hidden; width:950px; clear:both;}

ul#ticker { list-style:none; font-size: 1.15em; color:#4d4c4c!important; background:#fff; height: 44px; overflow: hidden; width:690px; line-height:44px; float:left;}
ul#ticker span.pickme {font-family: 'Cabin Condensed', sans-serif; font-weight: 700; color:#BE262D; text-transform:uppercase; float:left; margin:0px 5px 0px 0px;}

ul#ticker li {height: 44px; line-height:44px; padding:0px; font-family:Arial, Helvetica, sans-serif; float: left; padding-right: 7px;}
ul#ticker li a {
  text-decoration: underline;
  font-size: 11px;
}
ul#ticker li .ticker-divider { color: #cccccc;}
/* END NEW THIRDEYE*/



/*--:[ Global ]:--*/

body { color:#2b2b2b; }
.custom .clear {clear:both;}

.custom .post_box { padding-top: 0em; }
.custom .home_post_box {
	position:relative;
	top:-35px;
}
.custom .headline_meta { font-size: 1em; line-height: 1.8em; }

h3 .widget {letter-spacing: 0px;}

#wrapper { width: 1130px; margin: 0 auto; }

/*--:[ Thesis Reset ]:--*/

.custom #header { border-bottom:none; background: #ffffff; width: 950px; margin: 0 auto; padding: 18px 0; }
.custom #header:after { content: ""; display: table; clear: both; }
.custom #content_box { background:none; }
.custom #footer { border-top:none; margin:0 auto; font-size: 0.9em; }
.custom #header_area .page { padding-top: 0; }
.custom #header img { display: block; }


/*--:[ Header ]:--*/
.custom #logo_area {width:950px;}
.custom #sponsors { width:950px; margin: 0 auto; padding: 18px 0 10px 0; text-align: center; }
.custom #sponsors div, .custom #sponsors img { margin: 0 auto;}
.custom #sponsors img { display: block; }
.custom ul#sponsors { list-style:none; }
.custom ul#sponsors li { float:left; width:728px; height:90px; margin:0 12px 7px 0; }
.custom #header #branding { float:left; }
.custom #header #logo a { display: none;}
.custom #header #tagline {display: none;}
.custom #header_area { background: #ffffff; padding:0; }

#nav-bar {
  width: 100%;
  border-top: 1px solid #1c679f;
  background: #217abc;
}

.custom #header_area ul#tabs { width: 950px; margin: 0 auto; border:0; }
.custom #header_area ul#tabs li {border: none; margin: 0; background:none; padding: 0;}
.custom #header_area ul#tabs li a { position: relative; letter-spacing: normal; color:#ffffff; font-size: 12px; font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif; text-transform:capitalize; padding: 0 11px; line-height: 42px; border-right: 1px solid #1c679f;}
.custom #header_area ul#tabs li a img#fa-line-chart-symbol {position: relative; top: 2px; margin-right: 5px;}
.custom #header_area ul#tabs li a:hover { background: #1e71ae; }
.custom #header_area ul#tabs li.home-item a { border-left: 1px solid #1c679f;}
.custom #header_area ul#tabs li a.premiumOrange  { color: #F67C17; }
.custom #header_area ul#tabs li a.premiumGreen  { color: #24DB60; }
.custom #header_area ul#tabs li.current_page_item a {color:#ffffff; }
.custom ul#tabs li.navmeta { padding-right: 0; background: none; border: none; float: right; }
.custom #header_area ul#tabs li.navcta { margin: 0 0 0 10px; padding-right: 0; background: none; border: none; float: right; }
.custom #header_area ul#tabs li.navcta a {
  height: 30px;
  line-height: 30px;
  margin: 9px 0 0;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
  background: #8cc700; /* Old browsers */
  background: -moz-linear-gradient(top,  #8cc700 0%, #74a500 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc700), color-stop(100%,#74a500)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8cc700 0%,#74a500 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8cc700 0%,#74a500 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8cc700 0%,#74a500 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #8cc700 0%,#74a500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc700', endColorstr='#74a500',GradientType=0 ); /* IE6-9 */
}

.custom #header_area ul#tabs li.last { margin: 0 0 0 10px;}
.custom #header_area ul#tabs li a.welcome:hover {color:#bcbcbc; text-decoration: none; cursor:text;}
.custom #header_area ul#tabs li.become a {color:#ffffff;}
.custom #header_area ul#tabs li a.black-btn {
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  margin: 9px 0 0;
  padding: 0 10px;
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(top,  #333333 0%, #191919 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#191919)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #333333 0%,#191919 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #333333 0%,#191919 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #333333 0%,#191919 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #333333 0%,#191919 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
}
.custom #header_area ul#tabs li span.welcome_user {color:#fff; padding:9px 10px 0px 0px; font-weight:300; font-size: 1.2em; font-family: 'Cabin Condensed', sans-serif; display:inline-block;}

.new-flag {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("/images/new-flag.png") no-repeat 0 0;
}

/* Header Buttons */
.header-buttons {
  float: right;
  list-style: none;
  margin: 12px 0 0;
}
.header-buttons > li {
  float: right;
  margin: 0 0 0 10px;
}
.header-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #689400;
  border-radius: 5px;
  background: #8cc700; /* Old browsers */
  background: -moz-linear-gradient(top,  #8cc700 0%, #74a500 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc700), color-stop(100%,#74a500)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8cc700 0%,#74a500 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8cc700 0%,#74a500 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8cc700 0%,#74a500 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #8cc700 0%,#74a500 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc700', endColorstr='#74a500',GradientType=0 ); /* IE6-9 */
}
.header-btn:hover {
  color: #ffffff;
  background: #80b600;
}
.black-btn {
  border: 1px solid #191919;
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(top,  #333333 0%, #191919 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#191919)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #333333 0%,#191919 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #333333 0%,#191919 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #333333 0%,#191919 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #333333 0%,#191919 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
}
.black-btn:hover {
  background: #191919;
}
.header-buttons .grey-btn {
  color: #217ABC;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.header-buttons .grey-btn:hover {
  border-color: #bbbbbb;
}

/*--:[ Content ]:--*/

.custom .page {width: 950px; margin:0 auto; padding:0;}
.custom #content {width: 730px; float: right; padding:15px 30px 15px 0px;}
.custom .no_sidebars #content { width: 890px; float:none; padding: 15px 30px;}
.custom #sidebars {padding: 15px 0 15px 0; width:160px; float:left; margin: 0 5px 0 25px;}
.sidebar ul.sidebar_list { padding-right: 0; padding-left: 0; }
.custom #feature_box { background: #fff; border-bottom: none ; }
.custom #followEtfdb_box { background: #fff; border-bottom: none; }
.custom #custom_box {background: #fff; border-bottom:0px; padding: 0px; margin: 0; font-size: 12px;}
.custom .post_box { border-top: 0px;}
.custom .headline_area h1,
.custom .headline_area h2 {font-weight:bold; line-height: 100%; color:#000000; letter-spacing:0px;}
.custom .headline_area h3 {font-weight:bold; line-height: 100%; color:#000000; letter-spacing:0px; font-size:22px;}
.custom .breadcrumb {font-size:12px !important; margin-bottom:10px; font-weight:bold;}

/*--:[ Follow ETFdb Box]:--*/

.custom #special {margin:10px 0 10px 0; padding-left: 10px; }
.custom #rss_logo {width:190px; height:104px;}
.custom #twitter {width:190px; height:103px;}
.custom #newsletter {width: 190px; height:191px; background: url(images/newsletter.jpg) no-repeat; }
.custom #freereport {width:190px; height:244px; margin-top: 20px;}

.custom #special #newsletter {}
.custom #special #newsletter form { margin:0; width:160px; padding:121px 0 0 30px; }
.custom #special #newsletter form input.input { border:none; line-height:25px; height:25px;  width: 130px; font-family: Arial; color:#000; font-size: 12px; background-color:#fff;}
.custom #special #newsletter form input.custom_submit { background:url(images/subscribe_submit.jpg) no-repeat; border:none; margin: 1px 0 0 60px; width:72px; height:31px; clear:both; cursor:pointer; }



/*--:[ After Post ]:--*/
.custom #newsletter-signup {background: url(images/newsletter2.gif) no-repeat; width:462px; height:128px; margin-bottom: 15px; }
.custom #newsletter-signup #weekly {padding:80px 0 0 145px;}
.custom #newsletter-signup #weekly form .input {height: 18px; margin:0;}
.custom #newsletter-signup #weekly form input.custom_submit { background:#ffffff url(images/submit.jpg) no-repeat; border:none; height:25px; width:69px; }
.custom #newsletter-signup #report {padding:80px 0 0 145px; }
.custom #newsletter-signup #report form .input {height: 18px; margin:0;}
.custom #newsletter-signup #report form input.custom_submit { background:#ffffff url(images/submit.jpg) no-repeat; border:none; height:25px; width:69px; }

/*--:[ After Post ]:--*/

.custom #footerbar {width: 950px; margin:0 auto; padding:0; background: #2b2b2b url(images/footerbg.jpg) bottom no-repeat; clear:both;}
.custom #footerbar #footdiv {width:950px; background: #2b2b2b url(images/footerbg.jpg) bottom no-repeat; margin:0 auto;}
.custom #footerbar #footdiv #ftools {width:174px; display:inline;}
.custom #footerbar #footdiv #fdatabase {width:174px; display:inline;}
.custom #footerbar #footdiv #fpro {width:174px; display:inline;}
.custom #footerbar #footdiv #fnews {width:174px; display:inline;}
.custom #footerbar #footdiv #fabout {width:174px; display:inline;}
.custom .fdiv { padding: 20px 0 20px 15px; float: left;}
.custom .fdiv ul {list-style: none;}
.custom .fdiv ul li {font-size:11px; margin-bottom: 5px;}
.custom .fdiv ul li a{color:#c1c1c1;}
.custom .fdiv ul li a:hover{color:#5ba0e5; text-decoration:underline;}
.custom .fdiv h3  {color:#fff; font-size: 14px; margin-bottom:7px; font-variant:small-caps;}
.custom .fdiv h3 a{color:#fff;}
.custom .fdiv h3 a:hover{color:#5ba0e5; text-decoration:underline;}

.custom .fdiv ul li a.subheader {color: #656565;}

.mitre-footer, .mitre-footer *, .pricing, .pricing * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mitre-footer {
  float: left;
  width: 920px;
  margin: 18px 15px;
  padding: 16px 10px 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  border-top: 1px solid #202020;
  box-shadow: inset 0 1px 0 #3c3c3c;
}
.mitre-footer-logo {
  display: block;
  float: left;
  width: 175px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0 20px 0 0;
  border-right: 1px solid #202020;
  background: url("/images/mitre-media-footer-logo.png") no-repeat 0 0;
}
.mitre-advertise-link {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #b2b2b2;
  margin: 0 0 0 17px;
}
.mitre-advertise-link:hover {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #3c3c3c;
}
.mitre-footer-copyright {
  display: block;
  float: right;
  font-size: 14px;
  color: #b2b2b2;
  height: 24px;
  line-height: 24px;
}


/*--[Special Newsletter]:--*/
.custom #special-newsletter {background: url(images/newsletter3.jpg) no-repeat; width:462px; height:119px;}
.custom #special-newsletter form {padding:80px 0 0 145px;}
.custom #special-newsletter form .input {height: 18px; margin:0;}
.custom #special-newsletter form input.custom_submit { background:#ffffff url(images/submit.jpg) no-repeat; border:none; height:25px; width:69px; }


.custom ul#library-list {
	margin-left: 3em;
}

.custom .login_alert { padding: 0; height: auto; }
.custom .login_alert p { margin: 10px; }

.custom .teasers_box { width: 655px; }
.custom .teaser { width: 32em; }

.custom p#breadcrumbs, .custom div#breadcrumbs { margin: 0px; padding: 0px; font-size: 10.5px; color:#4d4c4c!important; background:#fff; height:44px; line-height:45px; float:left;}


.custom table.home{
    width:670px;
    border-collapse:collapse;
    border: 0;
    padding: 0;
    margin: 0;
}

.custom table.home tr td{
    vertical-align:top;
    margin-top: 0;
}

.custom table.home tr td.home_left{
    padding: 2px 10px 2px 0;
    width: 350px;
}

.custom table.home tr td.home_right{
    padding: 2px 0 2px 10px;
    width: 300px;
}

.custom form input.ticker{
    width: 80px;
}

.widget_search {
	margin-top: 30px;
}



.custom .sidebar h2, .custom .sidebar h3 , h3.sidebarh3 { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; color:#232323; line-height:22px; font-size:20px; text-transform: capitalize; margin:25px 0 10px 0px; letter-spacing: -.01em; font-variant:normal; border:0px; border-left:5px solid #8aba23; padding-left:5px;}

#sidebars li.widget h3 a {background:none; color:#232323; padding:0px; margin:25px 0 10px 0px;}


.custom table.basic { border: 0; }
.custom table.basic tr td.span2 ul#stocktwits_list li { word-wrap: break-word; overflow: hidden; width: 330px; }

.custom table#latestFeatureStories { border: 0; margin-bottom: 0; }
.custom table#latestFeatureStories tr td { width: auto; vertical-align: top; padding: 2px; }
.custom table#latestFeatureStories tr td.latestfeatures_date { font-variant: small-caps; color: #888888; white-space: nowrap; }
.custom table#latestFeatureStories tr td.latestfeatures_title {  }


/*--:[ About Us Page ]:--*/

.custom #about_us img { width: 5.714em; height: 5.714em; margin: 5px 1.429em 1.571em 0; padding: 0.714em; background: #D1E0EF; float: left; clear: left; }
.custom #about_us .bio h3 { font-size: 120%; margin: 0; }
.custom #about_us .bio h3 span { font-weight: bold; font-size: 70%; line-height: 2.2em; text-transform: uppercase; letter-spacing: 1px; padding-left: 0.6em; color: #575757; }
.custom #about_us .bio h4 { font-weight: bold; color: #332b09; }
.custom #about_us strong span { font: bold 0.714em/2.2em Candara, "Trebuchet MS", Verdana, sans-serif; text-transform: uppercase; letter-spacing: 1px; padding-left: 0.6em; color: #9c905e; }
.custom .bio { margin-bottom: 2.357em; clear: both; }
.custom .bio p { margin-bottom: 0; }


/*--:[ HOF ]:--*/

.custom ol li img.hofpic { border: 1px solid #575757; margin: 5px 20px 10px 0; padding: 0; float: left; }

/*--:[ Four-Column Pages ]:--*/

.types_inner { width: 150px; float:left; background-color: #FFF; margin: 0 0 2px 0; padding: 0 9px 2px 9px; border-left: 2px dotted #d2d2d2; }
.types_inner_first { width: 150px; float:left; background-color: #FFF; margin: 0 0 2px 0; padding: 0 9px 2px 0; }
.types_inner_last { width: 150px; float:left; background-color: #FFF; margin: 0 0 2px 0; padding: 0 0 2px 9px; border-left: 2px dotted #d2d2d2; }
#types_outer { width: 690px; }
h2.column_header { margin-top: 40px; }
h2.column_header .top { margin-top: 0; }
#types_outer .types_inner h3 { font-size: 120%; }
#types_outer .types_inner_first h3 { font-size: 120%; }
#types_outer .types_inner_last h3 { font-size: 120%; }
.custom ul#latestfeatures { text-indent: -4.2em; padding-left: 2.8em; list-style: none;}

/*--:[ Blog Post Table Styling ]:--*/

.custom table { border-collapse: collapse; border: 1px solid #D2D2D2; border-bottom: 5px solid #D2D2D2; margin-bottom: 15px; }
.custom table tr { border: 0; }
.custom table tr th { background-color: #2361A1; color: #ffffff; font-weight: bold; padding: 3px 6px; }
.custom table tr td { padding: 3px 6px; border-color: #D2D2D2; }
.custom table tr th a { color: #ffffff; }

/*--:[ Sociable Stuff ]:--*/

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 48px;
	height: 48px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable {
	margin: 0 0 20px 0;
	padding: 0;
}

.custom input.form_submit:hover {color:#2361A1;}

.custom table.storytable { margin: 0 auto 10px auto; }

.custom #comments #registration-required, .custom #registration-required { background:#D1E6EF; padding: 0 15px; border: 1px solid #2361A1; }
.custom #comments #registration-required { margin: 1.667em 12px; }
.custom #registration-required { margin: 1.667em 0; }


/*--:[ Wikinvest Wire Stuff ]:--*/

.wikinvestWireContainer .wikinvestWireHeader { font-weight: normal; font-size: 1.333em; line-height: 1.25em; font-family: Tahoma, Geneva, Verdana, sans-serif; margin: 1.875em 0 0.625em 0; }
.wikinvestWireContainer .wikinvestWireItemList { margin: 10px 0 5px 0; }
.wikinvestWireContainer .wikinvestWireItem { padding-bottom: 3px; background: url(images/square.gif) no-repeat center left; padding-left: 20px; }
.wikinvestWireContainer {padding-bottom: 20px;}


h1.entry-title, .headline_area h2, .headline_area h1, h3.entry-title {font-size: 2.2em;}



/*--:[ Register Pages ]:--*/

.custom table#register { border: 0; }
.custom table#register tr td { vertical-align: top; padding-top: 0; width:50%; }
.custom table#register table { border: 0; }

/*--:[ Register Pages From Old amember-etfdb.css ]:--*/

  /*#login { width: 100%; }*/
  form#registerform { width: 320px; }
  /*form input#pass1, form input#pass2 { margin-bottom: 17px; }*/
  #reCAPTCHA { margin-bottom: 17px; }
  p.message { width: 627px; }
  #login_error { width: 677px; }
  form#loginform { width: 320px; }
  #register-intro { float: right; }
  input[type="checkbox"] {margin-right:5px;}

  /*#login { margin-top: 2em; width:880px; }*/
  form#registerform { width: 320px; }
  /*form input#pass1, form input#pass2 { margin-bottom: 17px; }*/
  #reCAPTCHA { margin-bottom: 17px; }
  p.message { width: 627px; }
  #login_error { width: 677px; }
  #register-intro { float: right; }
  div.small { font-size: 90%; padding-top: 0; }
  form label { font-variant: small-caps; color: #2B2B2B; }
 .format_text h2, .format_text h3 { font-size: 1.333em; line-height: 1.25em; font-family: Tahoma, Geneva, Verdana, sans-serif; margin: 1.875em 0 0.625em 0; }
 .format_text h2 { font-weight: bold; }
  	.post_box { padding-top: 2em; }
			.headline_area { margin-bottom: 2em; }
		.teasers_box { padding-top: 2em; padding-bottom: 2em; }
		#followEtfdb_box { margin-bottom: 2em; }
.format_text, .enjoying_related { font-size: 1.2em; line-height: 1.667em; }
.enjoying_related ul { list-style: square; }
.enjoying_related ul { margin: 0 0 1.667em 1.667em; }
.enjoying_related h3 { margin-top: .75em;}

	.format_text p { margin-bottom: 1.667em; }

h2.top {margin-top: 0;}


/*--:[ Comparison Table ]:--*/

table#comparison tr td { border: 1px solid #d2d2d2; font-weight: bold; }
table#comparison tr th.left { text-align:left; }
table#comparison tr td.center { text-align: center; }
table#comparison tr th { font-size: 1.3em; }


/*--:[ Pro Box on Homepage ]:--*/

#probox {
	background-color: #D1E0EF;
	border: 1px solid #d2d2d2;
	padding: 15px;
}
#probox h3 {
  margin-top: 0;
  display: inline;
}
#probox p {
  margin-bottom: 1.0em;
}
#probox ul {
  margin-bottom: 0;
}
.custom img.alignright {clear: right;}
.format_text h2 { font-weight: bold; }


table#portfolioreturn { margin: 0 0 15px 15px; }



label#lbl_assetclass, label#lbl_issuer, label#lbl_inverse, label#lbl_leveraged, label#lbl_expenseratio, label#lbl_marketcap, label#lbl_bondtype, label#lbl_commoditytype, label#lbl_currencytype, label#lbl_region, label#lbl_sector { color:#fff; }

#bottom_leaderboard { margin: 0 auto; text-align: center; background: #ffffff; padding-bottom: 15px; }

#bottom-ad
{
  margin-left: auto;
  margin-right: auto;
}

#google_ads_div_etfdb_bottom_leaderboard { margin: 0 auto; text-align: center; background: #ffffff; }
#gsa { float: right; margin-right: 70px; }

#ad_content_rectangle { float:right; padding: 0 0 10px 10px; }
#socialbuttons { float:left; padding: 0 10px 10px 0; height: 65px;}

#gsa { width: 210px;}

#homepage_ad {
  float: right;
  margin: 30px 0 0;
}

#homepage_ad > img { display: block; }

#printbutton { float: right; }
#printbutton p { text-transform: uppercase; }
#printbutton img { vertical-align: middle; }

a#printbutton-link {
	padding: 10px 0 10px 32px;
	margin: 0 0 0 10px;
	background: url('/wp-content/themes/thesis-15b-r6/custom/images/print-icon.png') center left no-repeat;
	height: 32px;
}


p#disclaimer_message { font-style: italic; }



.sidebar .text_input, .sidebar .form_submit , .sidebar input[type="text"], .sidebar input[type="submit"]  {
	padding: 3px;
}

.ticker {
	padding: 3px;
}

/*li.widget { margin-bottom: 2.5em; }*/


.center_widget {
  border: 2px solid #2361A1;
  text-align: center;
  padding-top: 7px;
  margin-bottom: 1.5em !important;
}



	/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:left;
      width:100%;
      font-size:100%;
      line-height:normal;
      }
    #tabsB ul {
        margin:0;
        padding:10px 5px 0 5px;
        list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("/images/tableftB.gif") no-repeat left top;
      margin:0 2px 0 0;
      padding:0 0 0 2px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("/images/tabrightB.gif") no-repeat right top;
      padding:5px 6px 4px 4px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

	#tabsB #current a {
		background-position:0% -42px;
	}
	#tabsB #current a span {
		background-position:100% -42px;
	}
	/*- Menu Tabs B--------------------------- */


/* ---- */

.etfdbSpecialBox {
	float:right;
	margin: 0 0 0 100px;
}

#browseCategory {
	margin-top:5px;
}

#latestFeatureStories {
	border: 0;
}
#latestFeatureStories tr td {
	padding-top: 0px;
}
.lfsRow {
	display:table-row;
	clear: both;
}
.lfsDate {
	font-variant: small-caps;
	color: #888;
	white-space:nowrap;
}
.lfsCol {
	display:table-cell;
}
#lfsSeeMore {
	font-variant:small-caps;
	font-size: 120%;
	font-weight: bold;
}

#etfsSeeAll {
	font-variant:small-caps;
	font-weight: bold;
}
/* ---- */

#tickersearch {
	margin-bottom: 0;
}

#tickersearch p {
	margin-bottom: 0;
}

.ticker {
	margin-bottom: 0;
}

.form_submit {
	margin-bottom: 0;
}

#subscribeArea {
  padding: 0 0 0 0;
}

#newsletteremail {
 	width: 90px;
}

.oneOfFourColumns {
	width: 24%;
}

.threeOfFourColumns {
	width: 74%;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.twoCol {
	width: 49%;
}

.noTransform {
	text-transform: none;
}

.noPaddingOrMargin {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* ---=== ETF Pages ===--- */

table.msdata{
    font-size: 11px;
    border:1px solid #1C1C35;
    margin-bottom: 20px;
    border-collapse:collapse;
    clear:right;
}

table.onePageCol {
    width: 320px;
}

table.msdata td {
    padding: 2px;
  	background-color: #FFF;
}
table.msdata tr.odd td {
  	background-color: #F0F0F6;
}
table.msdata thead tr .header {
	background-image: url(http://etfdb.com/etfdb/assets/images/mstablesortboth.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.msdata thead tr .headerSortUp {
	background-image: url(http://etfdb.com/etfdb/assets/images/mstablesortasc.gif);
}
table.msdata thead tr .headerSortDown {
	background-image: url(http://etfdb.com/etfdb/assets/images/mstablesortdesc.gif);
}
table.msdata th {
	text-align: left;
}
table#performance{
    font-size: 11px;
    border:1px solid #1C1C35;
    width: 320px;
    margin-bottom: 20px;
    border-collapse:collapse;
    clear:right;
}

table#performance td{
    padding: 2px;
}

tr.rnnRowOdd{
    background-color:#F1F1F7;
}

td.rnnValue{
    font-weight:normal;
    width: 84px;
}

td.rnnLabel{
    font-weight:bold;
    width: 84px;
}

table.basic{
    width:340px;
    border-collapse:collapse; margin-bottom: 0; padding-bottom: 0;
}

table.basic2{
    width:690px;
}

table.basic tr td{
    vertical-align:top;
    margin-top: 0; padding-bottom: 0;
}
h2.search{ margin-top: 10px; }

table.basic tr td.span1{
    width: 166px;
    padding: 2px 8px 2px 0;
}
table.basic tr td.span1a{
    width: 150px;
    padding: 2px 8px 2px 0;
}
table.basic tr td.span1b{
    width: 182px;
    padding: 2px 8px 2px 0;
}

table.basic tr td.span2{
    width: 332px;
    padding: 2px 8px 2px 0;
}

h3{
    margin-top: 0;
}

.bcSimpleQuoteTitle {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.bcSimpleQuoteLastValue {
    font-size: 22px;
    margin-bottom: 4px;
    padding-bottom: 0;
}
.bcSimpleQuoteChangeTitle, .bcSimpleQuoteTimeTitle, .bcSimpleQuoteCloseTitle {
	font-weight: bold;
}

p#price{
    font-size: 22px;
    margin-bottom: 4px;
    padding-bottom: 0;
}

p#price-data{
}

ul#stocktwits_list{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul#stocktwits_list li{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 5px;
}
form{
    margin-top: 0;
    padding-top: 0;
}
img{
    margin-bottom: 0;
    padding-bottom: 0;
}
ul#resources_list li{
    margin-bottom: 5px;
}
.ticker_menu_link {
	color: #bcbcbc;
	text-decoration: none;
}
.format_text h3.bricktop {
	margin-top:0;
}

/* ------- */
#etfTabsBottom {
	padding: 2px 6px 2px 10px;
	color: white;
	background: #666;
	color: #bcbcbc;
	margin-bottom: 10px;
	margin-top: 0px;
	text-decoration: none;
}

fieldset {
	border: 0;
}

.centernobr {
	white-space: nowrap;
	text-align: center;
}
.rightnobr , .bcPETFPrice, .bcPETFPctChange, .bcPETFAssets, .bcPETFAvgVol, .bcPETFYtd {
	white-space: nowrap;
	text-align: right;
}

#tableTradingData h3 {
	margin-top: 0pt;
}

.bcSimpleQuote {
/*	border: 1px;
	border: 1px solid #575757;*/
	margin-top: 0px;
	padding-top: 0px;
}
.bcSimpleQuoteTitle{
	margin-top: 0px;
	padding-top: 0px;
	line-height: 16px;
}

.custom .format_text table#bc_ChartSettings input {
  width: auto;
}

.custom .format_text table#bc_ChartOptions input#setName {
  display: block;
  margin-bottom: 5px;
  width: 142px;
}

input[type="button"] {
  padding: 0.25em; border-width: 0.083em 0.083em 0.083em 0.083em;
}






.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

.pagination a:hover,
.pagination a:active {
	border: 1px solid #999;
	color: #666;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #036CB4;
	font-weight: bold;
	background-color: #036CB4;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

#sm-sidebar {
	float: left;
	padding: 10px;
	position: fixed;
	top: 150px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 10px #bbb;
  opacity: 0.5;
}

#sm-sidebar div {
  margin: 5px 0;
}

.etfxraychart {
	width: 340px;
/*	border: .2em solid black; */
}

.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}
/* MailChimp */
.mc-badge {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block;
}

.mc-count {
  color: #51514a;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.subscriber-count {
  background-color: #50514a;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  padding: 2px 5px 2px 5px;
  line-height: 1em;
  min-width: 105px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-top: 1px solid #50514a;
}
.powered-by {
  color: #51514a;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.powered-by a {
  color: #51514a;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: transparent url(http://gallery.mailchimp.com/089443193dd93823f3fed78b4/images/powered_by_mailchimp01.png) 50% bottom no-repeat;
  display: block;
  height: 16px;
  text-indent: -9999px;
}
/* MailChimp */

.server-notification {
  background-color: #FF1400;
  color:            white;
  font-family:      Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:        14px;
  font-weight:      bold;
  line-height:      24px;
  opacity:          0.75;
  position:         fixed;
  bottom:              0px;
  text-align:       center;
  width:            100%;
  z-index:          99;
}

.cc-info-hidden {
  bottom: -72px;
}

.server-notification .expand {
  float: right;
  cursor: pointer;
  border: 1px solid white;
  padding-left: 7px;
  padding-right: 7px;
}


#dsq-content.clearfix {
  visibility: visible;
  text-indent: 0;
}

/* Article Footer */

/* Article Footer Reset Styles */

.article-footer * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
}

/* Placeholder Styles */

.placeholder-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px 0 8px;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  border: none;
  background: transparent;
}
.placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-weight: 300;
  font-variant: normal;
  color: #717f8d;
  text-align: left;
  padding: 0 0 0 10px;
  cursor: text;
  border: 1px solid #c6ccd1;
  border-radius: 5px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
  background: #eceeef;
}
.ie .placeholder-input {
  line-height: 28px;
}
.placeholder span {
  display: block;
  height: 30px;
  line-height: 28px;
}
.faded-label {
  color: #c6ccd1;
}

.article-footer {
  float: left;
  width: 715px;
  margin: 0 0 0 20px;
}
.article-footer-tabs {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #d9dde0;
}
.article-footer-tabs li {
  float: left;
  width: 50%;
}
.article-footer-tab {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #aab2bb;
  text-align: center;
  background: transparent;
}
.article-footer-tab:hover {
  color: #89b923;
}
.active-tab {
  font-weight: normal;
  color: #333333;
}
.tab-divider {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #e2e5e8;
}
.tab-arrow {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 165px;
  width: 24px;
  height: 12px;
  background: url(../../../../images/article-footer-tab-arrow.png) no-repeat 0 0;
}
.article-footer-tab-section {
  position: relative;
  float: left;
  width: 100%;
}
#comments-section {
  display: none;
}
.featured-articles {
  float: left;
  width: 470px;
  padding: 18px 0 0;
}
.featured-article-list {
  float: left;
  list-style: none;
}
.featured-article-list.homepage {
  width: 100%;
  margin: 0 0 20px 20px;
}
.featured-article-list li {
  float: left;
  margin: 0 5px 5px 0;
}
.featured-article-list a:before {
  content: ".";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}
.featured-article-list a {
  position: relative;
  display: block;
  width: 230px;
  height: 132px;
  overflow: hidden;
  border-radius: 5px;
}
.featured-article-list img {
  display: block;
  border-radius: 5px;
}
.featured-article-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 10px 8px 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.75);
  border-radius: 0 0 5px 5px;
  cursor: pointer;
  z-index: 10;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.featured-article-list a:hover > .featured-article-title {
  background: -moz-linear-gradient(top,  rgba(0,105,170,0) 0%, rgba(0,105,170,0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,105,170,0)), color-stop(100%,rgba(0,105,170,0.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,105,170,0) 0%,rgba(0,105,170,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top,  rgba(0,105,170,0) 0%,rgba(0,105,170,0.9) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,105,170,0) 0%,rgba(0,105,170,0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000069aa', endColorstr='#cc0069aa',GradientType=0 ); /* IE6-9 */
}
.featured-article-date {
  display: none;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  margin: 10px 0 0;
}
.article-footer-sidebar {
  float: right;
  width: 225px;
  text-align: center;
}
.sidebar-component {
  position: relative;
  padding: 18px 5px;
  border-bottom: 1px solid #e2e5e8;
}
.etf-screener {
  border-bottom: none;
}
.sidebar-component-header {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #0069aa;
  margin: 0 0 10px 0;
}
.sidebar-component p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.ie .newsletter-signup p {
  letter-spacing: -0.01em;
}
.article-footer-newsletter-form {
  position: relative;
  width: 100%;
  margin: 12px 0 0;
}
.signup-field {
  position: relative;
  width: 135px;
}
.signup-field .placeholder {
  border-radius: 5px 0 0 5px;
}
input#mc-embedded-subscribe.submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 30px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #749c1e;
  border-radius: 0 5px 5px 0;
  background: #89b923;
}
input#mc-embedded-subscribe.submit-btn:hover {
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  background: #94c726;
}
.etf-screener {
  padding: 18px 5px 0 10px;
}
.etf-screener p {
 text-align: left;
}
.sidebar-screener-graphic {
  display: block;
  position: absolute;
  top: 65px;
  left: -4px;
  width: 278px;
  height: 168px;
  background: url("../../../../images/article-footer-screener-graphic.png") no-repeat 0 0;
}
.green-btn {
  display: block;
  position: absolute;
  left: 70px;
  bottom: -42px;
  width: 115px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #749c1e;
  border-radius: 5px;
  background: #89b923;
}
.sidebar-screener-graphic:hover > .green-btn {
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  background: #94c726;
}
.article-disclaimer {
  float: left;
  width: 100%;
  margin: 19px 0 0;
  padding: 18px 0;
  border-top: 1px solid #e2e5e8;
}
.article-disclaimer p {
  font-size: 12px;
  line-height: 18px;
  color: #7f7f7f;
}
.article-disclaimer a {
  color: #333333;
}
.article-disclaimer a:hover {
  color: #0069aa;
}
#disqus_thread {
  margin: 18px 0 0;
}
.comments-closed-header {
  font-size: 18px;
  color: #0069aa;
  text-align: center;
  text-transform: capitalize;
  padding: 18px 0 0;
  letter-spacing: normal;
}

/* Home page featured articles */

.homepage-featured-article-header {
  font-size: 18px;
  color: #333333;
  margin: 0 0 20px 20px;
  padding: 0 0 12px 0 ;
  border-bottom: 1px solid #D9DDE0;
}

/* Home page wrappers */

.home-content-wrapper {
  margin: 0 0 0 25px;
}

.custom .home-content-wrapper {
  top: 0;
}

.home-left-col, .home-right-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home-left-col {
  width: 50%;
  padding: 0 15px 0 0;
}

.home-right-col {
  width: 50%;
  padding: 0 0 0 15px;
}

.home-pro-box {
  float: right;
  width: 268px;
  margin: 10px 0 30px 0;
}

/* Home page top story */

.media {
  position: relative;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
}

.media__image {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}

a.media__title {
  color: #217abc;
  text-decoration: none;
}

a.media__title:hover {
  color: #333333;
  text-decoration: underline !important;
}

.media__body {
  overflow: hidden;
}

.top-story {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.section-header {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
}

.top-story__header {
  margin: 0 0 10px 0;
}

.top-story__title {
  font-size: 24px;
  line-height: 30px;
}

.top-story__body > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 0;
  color: #666666;
}

.extra {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.home-featured-articles {
  position: relative;
  float: left;
  width: 375px;
}

.featured-article {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.home-featured-articles .featured-article:last-child {
  margin: 0;
  border: none;
}

.featured-article__header {
  padding: 20px 0;
}

.featured-article__title {
  font-size: 18px;
  line-height: 24px;
}

.featured-article__body > p {
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0 0;
  color: #666666;
}

/* nice-looking boxes to house contact us page content */
.contact-boxes {
  padding: 11px;
  padding-top:0;
  padding-bottom:0;
  margin-bottom:20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.contact-boxes h2 {
  margin-top:15px;
}

.premium_article_tag {
  color: #E09A10;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.headline_area .entry-title {
  display: inline-block;
}
h1.entry-title .premium_article_tag {
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
h2.entry-title .premium_article_tag, .latestfeatures_title .premium_article_tag {
  display: block;
}
.latestfeatures_title .premium_article_tag {
  line-height: 1;
  margin: 4px 0 0;
}


/* Pricing Page */

.pricing * {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.pricing {
  float: left;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  background: #ffffff;
}
.pricing * {
  font-family: Helvetica, Arial, sans-serif;
}
.pricing-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.pricing-header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #222222;
  text-align: center;
  margin: 30px 0;
}
.pricing-sub-header {
  display: block;
  font-size: 30px;
  font-weight: 300;
  color: #217ABC;
  padding: 8px 0 0;
}
.pricing-chart {
  position: relative;
  width: 750px;
  height: 1008px;
  margin: 0 auto 30px auto;
}
.pricing-chart a {
  text-decoration: none;
}
.pricing-feature-group {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0 0;
  z-index: 5;
}
#pricing-feature-group-one {
  margin: 138px 0 0;
}
.pricing-feature-group h4 {
  font-weight: normal;
  font-size: 21px;
  color: #217ABC;
  margin: 0 0 4px 0;
}
.feature-group-wrapper {
  float: left;
  width: 100%;
  padding: 4px 5px 5px;
  background: url('/images/black-opacity-tile-15.png') repeat; /* IE8 Fallback */
  background: rgba(0,0,0,0.15);
}
.pricing-feature-list {
  position: relative;
  float: left;
  text-align: center;
}
.pricing-feature-list li {
  width: 100%;
  height: 30px;
  line-height: 28px;
  margin: 1px 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
  border-top: 1px solid #ffffff;
  background: url('/images/white-opacity-tile-80.png') repeat; /* IE8 Fallback */
  background: rgba(255,255,255,0.8);
}
.feature-name-list {
  width: 265px;
  text-align: left;
}
.feature-name-list li {
  padding: 0 0 0 10px;
}
.free-feature-list { width: 240px; }
.lite-feature-list { width: 250px; }
.checkmark-list {
  width: 235px;
}
.pricing-feature-list .checkmark {
  display: block;
  width: 24px;
  height: 18px;
  margin: 5px 0 0 46%;
  background: url("/images/sharp-green-checkmark-18.png") no-repeat;
}
.connector-list:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 1px;
  height: 45px;
  background: url('/images/black-opacity-tile-15.png') repeat; /* IE8 Fallback */
  background: rgba(0,0,0,0.15);
}
.pricing-column {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 240px;
  padding: 6px;
  border-radius: 10px;
}
#free-pricing-column {
  right: 245px;
  bottom: 89px;
  border: 1px solid #cfd4d9;
  background: #e2e5e8;
}
#premium-pricing-column {
  right: 0;
  border: 1px solid #e09a10;
  background: #f0b033;
}
.pricing-column-logo {
  width: 100%;
  height: 48px;
  overflow: hidden;
  text-indent: -9999px;
  border-top: 1px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
.pricing-column-logo.etfdb-logo {
  background: #ffffff url("/images/etfdb-horizontal-logo-24.png") no-repeat 50% 50%; /* IE8 Fallback */
  background: rgba(255,255,255,0.7) url("/images/etfdb-horizontal-logo-24.png") no-repeat 50% 50%;
}
.pricing-column-logo.etfdb-pro-logo {
  background: #ffffff url("/images/etfdb-pro-horizontal-logo-24.png") no-repeat 50% 50%; /* IE8 Fallback */
  background: rgba(255,255,255,0.8) url("/images/etfdb-pro-horizontal-logo-24.png") no-repeat 50% 50%;
}
.product-price {
  font-weight: 300;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  margin: 18px 0 0;
}
.free-label {
  font-size: 60px;
  color: #7f7f7f;
  margin: 22px 0 0;
}
.product-price .per-year-label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.purchase-btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 20px 20px;
  border-top: 1px solid #ffffff;
  border-radius: 0 0 9px 9px;
  background: url('/images/white-opacity-tile-80.png') repeat; /* IE8 Fallback */
  background: rgba(255,255,255,0.8);
}
.purchase-arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.purchase-arrow.blue{
  border-top: 15px solid #3ca4ff;
}
.purchase-arrow.gold {
  border-top: 15px solid #f0b033;
}
.pricing-btn {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  border-radius: 5px;
  box-shadow: inset 0 1px rgba(255,255,255,0.4);
}
a.premium-gold-btn {
  border: 1px solid #e09a10;
  background: #f0b033;
}
a.premium-gold-btn:hover {
  color: #ffffff;
  border: 1px solid #689400;
  background: #80b600;
}

.pro-feature-list li {
  padding-bottom: 10px;
}

.section {
  position: relative;
  width: 100%;
}

.newSection * {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  list-style: none;
  list-style-image: none;
  outline: 0;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#mainNavDropdown {
  position: absolute;
  width: 300px;
  z-index: 20000;
  border: 1px solid #004D91;
  border-top: none;
  background: #217abc;
}

#mainNavDropdown li {
  float: none !important;
  margin: 0 !important;
  line-height: 1.5;
  border-top: 1px solid #0071d5 !important;
  border-bottom: 1px solid #1c679f !important;
}

#mainNavDropdown li:first-child {
  border-top: none !important;
}

#mainNavDropdown li:last-child {
  border-bottom: none !important;;
}

#mainNavDropdown li a {
  font-size: 12px !important;
  width: 100%;
  padding: 6px 10px !important;
  line-height: 1.5 !important;
}

#mainNavDropdown li a:hover {
  background: #0068c4;
}

.dropdownActive {
  background: #005fb3;
}

.dropdownArrow {
  position: absolute;
  top: 17px;
  right: 7px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #cccccc;
}

.secondDropdownArrow {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #cccccc;
}

#nav-bar ul ul {
  display: none;
}

#nav-bar ul li:hover > ul {
  display: block;
}

#nav-bar ul li:hover {
  background: #005fb3;
}

#nav-bar ul ul ul {
  top: -2px;
  left: 100%;
  border: 1px solid #004D91;
}


/* Google Charts - Annotated Time Line */
.annotation-timeline {
  margin-bottom: 1.667em;
}
.annotation-timeline table {
  border: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.annotation-timeline table tr td {
  padding: 0;
}

.annotation-timeline table tr th {
  padding: 0;
}

#div-gpt-ad-1370286880368-110 {
  margin-left: -135px;
}

/* Wing Ads */

.rail-ad-wrapper{
  position: relative;
}

.right-rail-ad{
  position: absolute;
  left: 1050px;
  top: 10px;
}

.left-rail-ad{
  position: absolute;
  right: 1060px;
  top: 10px;
 }

 #left-wing-stacked{
  float: right;
  margin-top: 20px;
 }

 #right-wing-stacked{
  margin-top: 20px;
 }

 @media screen and (max-width: 1700px){
  .right-wing-300x250, .left-wing-300x250{
    display: none;
  }
 }
