html {
  height: 100%;
}

body {
  background: #FFF;
  color: #222;
  font: 10pt/13pt Helvetica, Arial, Verdana, sans-serif;
  height: 100%;
}

strong {
  font-weight: bold;
}

p {
  padding-bottom: 1em;
  line-height: 160%;
}

h1,h2,h3,h4,h5 {
  color: #0068b3;
  letter-spacing: -0.05em;
  font: bold 15pt "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  padding-bottom: .6em;
}

h1, h1 a {
  color: #333;
  font-size: 17pt;
  padding-bottom: 5px;
  padding-left: 7px;
}
h1 em{
  padding-left: 7px;
  padding-bottom: 10px;
}

h1 a img,
h1 a:link img,
h1 a:visited img {
  vertical-align: middle;
  padding: 1px;
  border: 1px solid #CCC;
  margin-right: 7px;
}

h1 a:hover {
  text-decoration: underline;
}

h1 em {
  display: block;
  font-size: 9pt;
  padding-top: 10px;
  font-weight: normal;
  font-style: normal;
  color: #333;
}

h4 {
  font-size: 13pt;
}

h5 {
  font-size: 11pt;
}

h3 .icon {
  background-repeat: no-repeat;
  padding: 7px 0 5px 30px;
  font-size: 10.5pt;
  line-height: 10.5pt;
}

a {
  text-decoration: none;
  color: #0068b3;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a.sel {
  cursor: default;
}

a.sel:hover {
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.leftalign {
  text-align: left !important;
}

.rightalign {
  text-align: right !important;
}

body .last {
  border-right: none;
  margin-right: 0 !important;
}

label.inset {
  visibility: hidden;
}

.last {
  margin-right: 0;
}

.headlines li strong {
  color: #0068B3;
}

.red {
  color: #cd2824;
}

.green {
  color: #23b93e;
}

.bullet-blue {
  padding-top: 10px;
}
.bullet-blue li {
  padding: 2px 0;
  line-height: 130%;
}

/* Header */

#preload {
  position: absolute;
}

#content {
  width: 950px;
  position: relative;
  min-height: 90%;
  height: auto !important;
  height: 90%;
  margin: 140px auto 0px;
}

#header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#header-wrap a {
  text-decoration: none;
}

#header {
  position: relative;
  width: 950px;
  height: 70px;
  margin: 10px auto;
}

#logo {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 57px;
  overflow: hidden;
  padding-left: 205px;
}

#header-links {
  position: absolute;
  top: 6px;
  left: 543px;
  font-size: 12px;
}

#header-links a {
  color: #666;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
  line-height: 130%;
}

#header-links a:hover {
  text-decoration: underline;
}

#header-links a.last {
  border: none;
}

#header-flags {
  position: absolute;
  top: 5px;
  right: 0;
}

#header-flags a {
  float: left;
  width: 19px;
  height: 13px;
  border: 1px solid #ddd;
  margin-left: 5px;
  overflow: hidden;
  text-indent: -100px;
  padding: 1px;
}

#banner {
  position: absolute;
  bottom: -3px;
  right: 0;
}


/* Footer */

#footer-wrap {
  width: 100%;
  background: #3386c2;
  margin-top: 20px;

}

#footer {
  width: 950px;
  height: 30px;
  color: #FFF;
  margin: 0 auto;
  padding: 20px 0;
}

#footer a {
  color: #FFF;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #7cb1d9;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a.last {
  border: none;
}


/* Header search box */

#searchbox {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 406px;
  height: 25px;
  border: 1px solid #93c540;
  overflow: hidden;
}

#searchbox label, #searchbox input {
  font: 10pt "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
}

#searchbox input {
  width: 270px;
  border: 0;
  padding: 4px 5px 7px 35px;
}

#searchbox button {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 25px;
  border: 0;
  vertical-align: top;
}

#searchbox button span {
  display: none;
}

#searchbox label {
  position: absolute;
  padding: 4px 5px 5px 35px;
}


/* Standard columns */

.col-left {
  clear: left;
  float: left;
  width: 625px;
  _overflow: hidden;
}

.col-left-wide {
  clear: left;
  float: left;
  width: 950px;
  _overflow: hidden;
}

.col-left .page h5 {
  color: #333;
  font: 11pt "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
  _letter-spacing: 0;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #f4f4f4;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  CCborderRadius: 4px;
}

.col-right {
  clear: right;
  float: right;
  padding: 10px 9px 15px;
  width: 290px;
  _overflow: hidden;
  background-color: #EEE;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  CCborderRadius: 4px;
}

.col-right .box {
  width: 288px;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-top: 0;
  -webkit-border-radius-bottomleft: 6px;
  -webkit-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  CCborderRadiusTL: 0;
  CCborderRadiusTR: 0;
  CCborderRadiusBL: 6px;
  CCborderRadiusBR: 6px;
}

.col-right .box ul {
  border-top: 1px dotted #CCC;
}

.col-right .box-inner {
  background: #FFF;
}

.col-right .box-inner p {
  color: #333;
  font-size: 9pt;
}

.col-right h2 {
  clear: left;
  padding: 11px 20px 10px;
  font-size: 14pt;
  color: #333;
  background: #F4F4F4;
  border: 1px solid #DDD;
  border-bottom: none;
  -webkit-border-radius-topleft: 6px;
  -webkit-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  CCborderRadius: 6px;
  CCborderRadiusTL: 6px;
  CCborderRadiusTR: 6px;
}

.col-right h3 {
  clear: left;
  padding: 13px 20px 12px;
  *padding: 6px 20px 12px;
  font-size: 10.5pt;
  line-height: 10.5pt;
  background: #F4F4F4;
  border: 1px solid #DDD;
  border-bottom: none;
  -webkit-border-radius-topleft: 6px;
  -webkit-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  CCborderRadius: 6px;
  CCborderRadiusTL: 6px;
  CCborderRadiusTR: 6px;
}

.col-right h5 {
  padding-bottom: 5px;
}


/* Right side nav bar */

#rnav {
  margin-bottom: 15px;
  float: left;
}

#rnav .member_heading{
  float: left;
  clear: left;
  display: block;
  width: 228px;
  padding: 10px 15px 9px 44px;
  margin-bottom: 7px;
  color: #222;
  background-color: #ddd;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  CCborderRadius: 6px;
  font-weight:700;
}

#rnav .member_logo{
  float: left;
  clear: left;
  display: block;
  width: 228px;
  padding: 10px 15px 9px 44px;
  margin-bottom: 7px;
  color: #222;
  font-size:16px;
  font-weight:300;
  background-color: #94C544;
  border: 1px solid #fff;
  color:#fff;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  CCborderRadius: 6px;
  font-weight:700;
}

#rnav .member_logo div{ font-size:11px; color:#eee; letter-spacing:0px;margin-top:6px;}

#rnav a {
  float: left;
  clear: left;
  display: block;
  width: 228px;
  padding: 10px 15px 9px 44px;
  margin-bottom: 7px;
  color: #222;
  background-color: #f6f6f6;
  border: 1px solid #DDD;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  CCborderRadius: 6px;
}

#rnav a:hover {
  background-color: #FFF;
  text-decoration: none;
}

#rnav a.sel {
  position: relative;
  top: -2px;
  margin-bottom: 2px;
  width: 245px;
  height: 14px;
  overflow: hidden;
  padding: 14px 0 12px 66px;
  border: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  CCborderRadius: 0;
  left: -15px;
  color: #FFF;
}

#rnav a .arrow-black {
  padding-right: 5px;
}

#rnav a.sel .arrow-black {
  display: none;
}


/* Reusable boxes */

.box {
  clear: both;
  float: left;
  margin-bottom: 15px;
}

.box h1 {
  padding: 14px 20px 12px;
  line-height:40px !important;
}
.box h2,
.box h3 {
  font-size:11pt;
  padding: 14px 20px 12px;
  border-bottom: 1px dotted #DDD;
}

.box h4 {
  padding: 6px 20px 4px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px dotted #DDD;
  background-color:#F4F4F4;
  font-size: 10pt;
  font-weight: 300;
  color: #222;

}

.box-inner {
  border-top: 1px dotted #ddd;
  padding: 15px 20px 5px;
  margin-bottom: 5px;
}

.box .box-inner h3 {
  font-size: 12pt;
  padding: 1em 0 0.5em;
  border: 0;
}

.box .box-inner ul {
  padding-bottom: 1em;
}

.box .box-inner li {
  color: #333;
  padding-left: 40px;
}

.bordered {
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  CCborderRadius: 4px;
}


/* Listing - multi-purpose */

.listing li {
  padding: 8px 20px 9px;
  border-bottom: 1px dotted #DDD;
  position: relative;
  top: 1px;
  color: #888;
  width: auto;
  clear: both;
  line-height: 140%;
}

.listing li strong {
  color: #0068b3;
}

.listing li a {
  color: #333;
}

.listing table,
table.listing {
  border-bottom: 1px dotted #ddd;
  width: 100%;
}

.listing td, .listing th {
  padding: 5px 10px;
}

.listing li img, .listing td img, .listing li a img, .listing td a img {
  border: 1px solid #CCC;
  padding: 1px;
}

.listing td, .listing th {
  border-top: 1px dotted #ddd;
  vertical-align: middle;
  font-size: 9pt;
  color: #666;
}

.listing thead th {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.listing td.first, .listing th.first {
  padding-left: 20px;
}

.listing td.last, .listing th.last {
  padding-right: 20px;
}

.listing caption {
  font-weight: 700;
}

.listing .singleline li {
  overflow: hidden;
  white-space: nowrap;
}
.headline {

}
.listing .bullets li {
  padding: 8px 20px 9px;
  border-bottom: 1px dotted #DDD;
  color: #0068b3;
  list-style: disc inside;
}

.listing .red {
  color: #cd2824;
}

.listing .green {
  color: #23b93e;
}

.listing .more-wrap {
  clear: left;
  display: block;
  font-size: 9pt;
  padding: 10px 20px;
  border-bottom: 1px dotted #ddd;
}

.listing .more-wrap a {
  color: #0068b3;
}



/* Provider logo with name & links */

.provider-logo {
  float: left;
  padding-top: 20px;
  padding-left: 35px;
  padding-bottom: 0px;
  padding-right: 0px;
  width: 120px;
  height: 50px;
  margin-right: 15px;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  CCborderRadius: 4px;
}
.provider-logo img{
  margin: 0px;
  padding: 0px;
}
.provider-text {
  float: left;
  width: 190px;
  padding-top: 5px;
}

.provider-desc {
  display: block;
  font-size: 9pt;
  color: #999;
  padding: 3px 0;
}

.provider-links {
  display: block;
  font-size: 9pt;
  color: #999;
}

.provider-links a {
  color: #f35e16;
}


/* Icons */

.movement {
  padding-left: 12px;
  width: 0;
  overflow: hidden;
  height: 11px;
  background-repeat: no-repeat;
  vertical-align: baseline;
}

.listing .movement-num-1,
.listing .movement-num0 {
  color: #cd2824;
}

.listing .movement-num1 {
  color: #23b93e;
}

.movement-big {
  padding-left: 11px;
  width: 0;
  overflow: hidden;
  height: 28px;
  background-repeat: no-repeat;
  vertical-align: baseline;
}

.star-on, .star-off {
  padding-left: 11px;
  width: 0;
  overflow: hidden;
  height: 11px;
  background-repeat: no-repeat;
  vertical-align: baseline;
}

.arrow-black {
  padding-left: 8px;
  width: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: baseline;
}


/* Bubbles */

.bubble-wrap {
  display: none;
  position: absolute;
  width: 334px;
  font-size: 13px;
  cursor: default;
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: 999;
}

.bubble {
  display: block;
  width: 304px;
  padding: 15px 15px 0;
  margin: 0;
  line-height: 130%;
}

.bubble strong {
  font-size: 15px;
  display: block;
  padding-bottom: 5px;
  color: #111;
  line-height: 20px;
}

.bubble em {
  display: block;
  padding-top: 10px;
  font-size: 8pt;
}

.bubble img {
  margin-bottom: 8px;
  border:1px solid #ccc;
  padding:1px;
}

.bubble-bot {
  display: block;
  width: 334px;
  height: 48px;
}


/* Autocomplete */

.ac_results {
  z-index: 999;
}

/*hide in ie*/
.ac_results iframe{
  display: none;
}

.ac_results ul {
  border: 1px solid #94c641;
  border-top: none;
  background: #e9fad0;
  width: 312px;
}

.ac_results li {
  border-bottom: 1px dotted #94c641;
  padding:7px 5px 5px 35px;
}

.ac_results .ac_over {
  background-color: #94c641;
  color: #fff;
  cursor: pointer;
}

/* Autocomplete */

.code_suggestions iframe{ display: none;} /*hide in ie*/

.code_suggestions ul {
  border: 1px solid #94c641;
  border-top: none;
  background: #e9fad0;
  width: 312px;
}

.code_suggestions li {
  border-bottom: 1px dotted #94c641;
  padding:7px 5px 5px 35px;
}

.code_suggestions .ac_over {
  background-color: #94c641;
  color: #fff;
  cursor: pointer;
}

.charts_div img{ margin-bottom:20px;}
.charts_div_pie img { float: left; margin-left:20px;}


/* --------------- COMPARE TOOL ------------ */
/*
#head2head_form{
background:#F2F7FA none repeat scroll 0 0;
border:1px solid #BFD9EC;
margin-bottom:15px;
margin-top:15px;
padding:6px 15px;
}
#head2head_form input{ padding:2px 4px; border:1px solid #BFD9EC; width:300}

.keyword_label {margin-left:20px;}
#id_download {margin-left:60px;}
#id_permalink{margin-left:20px;}
#samples ul{ margin-top:10px;}
#samples {height:420px; width:160px;float: left; clear: right; background-color:#F2F7FA; border:1px solid #BFD9EC !important; padding:20px;}
#samples li{ padding:4px 0px;}
*/
#head2head_form { padding: 10px 15px; background: #f8f8f8; margin: 15px 0; }
#flashchart { height:460px; width:625px; }

/* --------------- COMPARE TOOL ------------ */

.home-promo-bullets {
  margin-bottom:10px;
}
.home-promo-bullets li{
  list-style-type: none;
  background-image:url(/media/img/blue-round-bullet.gif);
  background-position: center left;
  background-repeat: no-repeat;
  color:#444;
}

.products-product-bullets {
  padding-top:0px !important;
}
.products-product-bullets li{
  list-style-type: none;
  background-position: center left;
  background-repeat: no-repeat;
  color:#444;
  margin-bottom:10px;
  line-height:16px;
}

/*Buttons for home page */
.register_now{
  background-image:url(../img/button_register_now.png);
  background-repeat:no-repeat;
  display:block;
  height:25px;
  width:117px;
}
.register_now span { display:none; }

.learn_more{
  background-image:url(../img/button_learn_more.png);
  background-repeat:no-repeat;
  display:block;
  height:25px;
  width:117px;
}
.learn_more span { display:none; }

.try_it_out{
  background-image:url(../img/button_try_it_out.png);
  background-repeat:no-repeat;
  display:block;
  height:25px;
  width:117px;
}
.try_it_out span { display:none; }

#newsticker_wrap{ clear: both; padding:10px; padding-left:20px; border: 1px solid #E1E1E1;background: #F3F3F3; margin: 0px; display: block; height:20px;}
#newsticker {list-style-type: none; font-size:14px;}
#newsticker strong{font-size:15pt; color:#0068B3; padding-right:10px;}

.bubble-hover:hover { color:#0068B3;}

.view_more_button {
display: block;
width: 117px;
height: 25px;
background-repeat: no-repeat;
  background-image: url('../img/button_readMore.png');
  -background-image: url('../img/button_readMore.png');
  background-position: left -0px;
}
.view_more_button span{  display:none;}

.edit_button {
  display: block;
  width: 117px;
  height: 25px;
  background: url('../img/btn-edit.gif') no-repeat;
}
.edit_button span{  display:none;}

.twitter-breaking-news li {
  background: url(../img/bubble.gif) no-repeat 20px 7px;
  padding-left: 45px;
}

.blog-entry {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.blog-comment {
  border-top: 1px dashed #CCC;
  margin-top: 5px;
  margin-bottom: 10px;
}
.blog-comment em {
  font-size: 8.5pt;
  display: block;
  padding: 5px 0;
  color: #888;
  font-style: normal;

}
.blog_container blockquote {
  margin: 10px 40px;
  background-color: #efefef;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.blog_container li {
  list-style: circle;
  margin-left: 18px;
}


.more_tweets {
  color: #0068B3 !important;
}
.more_tweets:hover {
  text-decoration: underline;
}

.image_myNews {
  padding-bottom: 10px;
}

.like_article_title {
  line-height: 40px !important;
  padding: 0px !important;
}
.thumbnail_text {
  margin-top: 10px;
  display: block;
}

.latest_announcements {
  margin-top: 0px !important;
}

.product-promo h1 {
  font-size: 42px;
  margin-top: 16px;
}
#product-investor-promo {
  background-image: url(../img/product-investor.gif);
  height: 163px;
  width: 582px;
  display: block;
  margin-bottom: 20px;
}
#product-developer-promo {
  background-image: url(../img/product-developer.gif);
  height: 163px;
  width: 582px;
  display: block;
  margin-bottom: 20px;
}
#product-server-promo {
  background-image: url(../img/product-server.gif);
  height: 163px;
  width: 582px;
  display: block;
  margin-bottom: 20px;
}
#product-market-promo {
  background-image: url(../img/product-market.gif);
  height: 163px;
  width: 582px;
  display: block;
  margin-bottom: 20px;
}
#product-mynews-promo {
  background-image: url(../img/product-mynews.gif);
  height: 163px;
  width: 582px;
  display: block;
  margin-bottom: 20px;
}
#product-syndication-promo {
  background-image: url(../img/product-syndication.gif);
  height: 163px;
  width: 582px;
  display: block;
  margin-bottom: 20px;
}
#product-monitor-promo {
  background-image: url(../img/product-monitor.gif);
  height: 163px;
  width: 582px;
  display: block;
  margin-bottom: 20px;
}

.product-promo-sub {
  padding: 10px 20px;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}


#industries {
  float: left;
}

#industries div {
  float: left;
  width: 270px;
  padding-right: 20px;
  margin-bottom: 15px;
}

#industries img {
  border: 1px solid #CCC;
  margin-right: 10px;
  float: left;
  width: 80px;
}

#industries span {
  float: left;
  width: 178px;
}

#industries span a {
  color: #333;
  display: block;
  padding-top: 4px;
  line-height: 130%;
}


#entities {
  float: left;
  padding: 0;
  margin: 0;
}

#entities li {
  float: left;
  width: 240px;
  margin-left: 20px;
  padding: 0 20px 10px 0px;
  list-style: disc;
  color: #0068b3;
}


.heading-link {
  float: right;
  font: 10pt/13pt Helvetica, Arial, Verdana, sans-serif;
  letter-spacing:0;
  color: #0068b3;
  cursor: pointer;
}
.heading-industry {
	margin-top:-30px;
	margin-right: 20px
}

.more_tweets { background-color:#eee; border:1px solid #ccc; padding:4px 8px; display: block; color:#222; width:100px; margin:10px 0px;}

.summary {
  border-collapse: collapse;
}

.summary td,
.summary th {
  border: 1px solid #ddd;
  padding: 10px;
}

.summary td {
  text-align: center;
}
.summary th {
  font-weight: bold;
  background: #eee;
  padding-right: 20px;
}

.summary thead td {
  padding: 6px;
  font-size: 8.5pt;
}
