/** @font-face**/
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-regular-webfont.eot');
  src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/montserrat-regular-webfont.woff') format('woff'),
       url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
       url('/fonts/montserrat-regular-webfont.svg#MontserratRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

body {
  background-color: #FFF;
  color: #222;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
input, select {
  color: #222;
}
a:link, a:visited, a:hover, a:active {
  color: #3a5999;
}
a:hover, a:active {
  color: #7D93B2;
  text-decoration: underline;
}
a img {
  border: none;
}
body, input, select, body td, body th {
  font-size: 10pt;
}
#wrapper {
  background-color: #FFF;
  margin: 10px auto 0 auto;
  width: 900px;
}
.wrapped_content {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
#page_heading {
  background: #E7EBF1;
  border-bottom: solid 1px #CCC;
  padding: 4px 0;
}

#page_heading h1 {
  color: #7D93B2;
  font-family: "Museo Sans", Helvetica, Arial, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  margin: 0;
  text-shadow: 0 1px 0 #FFF;
}
#page_heading h1 a {
  color: #7D93B2;
}
#content {
  position: relative; 
  padding: 3px;
  zoom: 1; /*HL*/
}
#content h1 {
  font-size: 22pt;
  margin: 0 0 0.25em 0;
}
#header #search_form {
  float: right;
}
#header {
  padding: 0 0 0 0;
  margin-bottom: 10px;
}
/* sso sprite */
#sso_arrow {
  width: 16px;
  height: 30px;
  position: absolute;
  left: -18px;
}
#header .sprite {
  display: inline-block;
  overflow: auto;
  background-position: 0 0;
}
#header .sprite:hover {
  background-position: 0 -50px ;
}
#header .sprite img {
  display: none;
}
.icon_sso {
  background: url('/images/icon_sso_sprite.png') no-repeat;
  width: 16px;
  height: 30px;
}

#footer {
  margin: 0 auto 10px auto;
  padding-top: 20px;
  text-align: center;
}
#footer p, #footer a {
  color: #888;
  font-size: 10pt;
  margin: 0.2em 0;
}
.button {
	background: rgb(234,234,234); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  color: #333333 !important;
  cursor: pointer;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  text-shadow:0 1px 0 #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c9c9c9;
}
.button[disabled] {
  color: #888 !important;
  cursor: default;
}
a.button:hover {
  text-decoration: none;
}
.disabled_button {
  color: #999 !important;
}
.disabled_button:hover {
  background-position: 0 0;
}
.warning_button {
  cursor: pointer;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration:none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #900;
  border: 1px solid #600;
  color: #fff !important;
  text-shadow: none;
}

/*forms*/
form label {
  font-weight: bold;
}
form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form fieldset legend {
  color: #111;
}
form.stacked input,
form.stacked textarea,
form.stacked select {
  display: block;
  margin-bottom: 10px;
}
form.stacked input[type=checkbox] {
  display: inline;
  margin-bottom: auto;
}
form.stacked .unstacked input,
form.stacked .unstacked textarea,
form.stacked .unstacked select {
  display: inline;
  margin-bottom: auto; /*ie7*/
}
form .fieldWithErrors {
  display: inline;
}
form .formError {
  color: #C00;
  font-size: 10pt;
}
form .field_note {
  color: #999;
  font-size: 10pt;
  font-style: italic;
  margin-top: 0;
}
form .controls {
  margin-top: 10px;
}
form input.default_text {
  color: #999;
  font-style: italic !important;
  font-weight: normal !important;
}
/* flash */
#flash_area {
  color: #666;
  font-size: 12pt;
  position: relative;
  text-align: center;
  z-index: 1;
}
#flash_area #hide_flash {
  display: none;
}
#flash_area.has_message {
  background-color: #FFFBE2;
  border-bottom: 1px solid #FFE222;
  padding: 15px 15px 5px 15px;
}
#flash_area.has_message #hide_flash {
  display: block;
  font-size: 8pt;
  padding: 1px 4px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
}
.legal_text h2, .legal_text h3 {
  text-align: left;
}
#status_message {
  background-color: #FFFBE2;
  border-bottom: 1px solid #FFE222;
  font-size: 10pt;
  padding: 2px 0;
  text-align: center;  
}
ul.reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.reset li {
  margin: 0;
  padding: 0;
}

/* header drop downs */
ul.dropdown_group {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.dropdown_group li.dropdown {
  float: left;
  margin: 0 0 0 1px;
  padding: 0;
}
ul.dropdown_group li.dropdown a.dropdown_toggle {
  outline: 0;
}
ul.dropdown_group li.dropdown.icon_button {
  cursor: pointer;
  height: 100%;
}
ul.dropdown_group li.dropdown.icon_button a.dropdown_toggle {
  display: block;
  height: 100%;
  padding: 0 5px;
  text-indent: -9999em;
  width: 20px;
  /*ie7 fixes*/
  font-size: 0;
  line-height: 0;
  text-decoration: none !important;
  overflow: hidden;
}
ul.dropdown_group li.dropdown ul.dropdown_menu {
  list-style: none;
  margin: -1px 0 0 0; /*ie7*/
  padding: 0;
  position: absolute;
  right: 0;
  top: -100000px; /*display:none breaks in ie7*/
  z-index: 300000;

}
ul.dropdown_group.css_only .dropdown:hover .dropdown_menu,
ul.dropdown_group li.dropdown.open .dropdown_menu {
  top: auto; /*ie7*/
}
ul.dropdown_group ul.dropdown_menu > li {
  padding: 6px 8px;
}
ul.dropdown_group ul.dropdown_menu > li a {
  display: block;
}

/* dropdown skin */
ul#submenus li.dropdown.icon_button:hover,
ul#submenus li.dropdown.icon_button.open {
  background: #111;
}
ul#submenus .dropdown ul.dropdown_menu > li:hover {
  background: #222;
}
ul#submenus .dropdown ul.dropdown_menu > li a {
  color: #FFF;
  text-decoration: none !important;
}
ul#submenus ul.dropdown_menu li .note {
  font-size: 8pt;
  display: block;
}
ul#submenus ul.menu_profile .username {
  font-weight: bold;
  display: block;
}
ul#submenus li#profile_menu a.dropdown_toggle {
  background: transparent url('/images/icons/profile_icon.png') center no-repeat;
}
ul#submenus .dropdown ul.dropdown_menu {
  background: #111;
  box-shadow: 1px 1px 1px #333;
  filter: alpha(opacity = 96);
  opacity: 0.96;
  text-align: right;
}


#search_form table {
	margin: 0 auto;
}
#search_form table td {
	text-align: left;
}
.search_form input {
  border: solid 1px #DDD;
  font-size: 22px;
  width: 490px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding:4px 8px 5px 8px;
}

.search_form label {
  display: inline-block;
  width: 130px;
}
.search_form .search_submit  {
  width: 65px;
  font-size: 22px;
	text-indent: -99999em;
	background: #ddd url(/images/icons/search-button-icon.png) center no-repeat;
  border: 1px solid #CCC;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  margin-left: -65px;
  padding:4px 8px 5px 8px;
}
#search_form #form_note {
	color: #999;
	font-size: 12px;
} 
#ad_container {
	width: 900px;
	margin: 10px auto;
}
#ad_container iframe {
  border: solid 1px #DDD;
	display: block;
	margin: 0 auto;
	width: 600px;
}
#help {
	margin: 0 25px;
}
#help h2 {
	margin-bottom: 0;
	text-align: left;
}
#help p {
	line-height: 120%;
	margin: 0.1em 0 0.5em 0;
}
#orders_receipt {
	padding: 5px;
	text-align: center;
}
#super_nav {
  font-size: 13px;
  padding: 5px;
  background: #232323;
  border-bottom: 6px solid #7D93B2;
  font-weight: 100;
  position: relative;
	z-index: 2;
}
#super_nav_content {
  position: relative;
  background: url(/images/logo-30x30.png) left no-repeat;
  padding: 6px 6px 6px 31px;
}

#super_nav a {
  color: #F1F1F1;
  padding-left: 10px;
  text-decoration: none; 
}
#super_nav a:hover {
  color: #FFF;
  text-decoration: underline;
}

#super_nav #super_nav_account {
  padding: 5px 33px 5px 5px;
  position: absolute;
  right: 0;
  top: 0;
}
#super_nav .pricing_highlight {
	width: 89px;
	height: 45px;
	position: absolute;
	top: 18px;
	left:180px;
	z-index: 1;
}
#super_nav #super_nav_account .sign_up_link {
	color: #FFC900;
}
#super_nav #super_nav_account .go_pro_link {
	color: #000;
	font-weight: bold;
	background: #FFC900;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
  text-shadow: #fff 0 0 1px;
  text-decoration: none;
}
#super_nav #super_nav_account .go_pro_link:hover {
  text-decoration: none;
  cursor: pointer;
}
#super_nav #super_nav_account #submenus {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1px;
}
#super_nav #super_nav_account #submenus li.dropdown {
  height: 16px;
  padding: 3px 3px 3px 3px;
}
#super_nav #super_nav_account #submenus li.dropdown a.dropdown_toggle {
  margin-bottom: 2px;
  padding: 0;
  width: 16px;
}
#flash_area {
  padding: 0;
}
#flash_area.has_message {
  padding: 10px 15px 5px 15px;
}

#content {
  min-height: 300px;
  position: relative;
}
.plans_button {
	background: rgb(152,170,188); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(152,170,188,1) 0%, rgba(125,147,168,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,170,188,1)), color-stop(100%,rgba(125,147,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(152,170,188,1) 0%,rgba(125,147,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(152,170,188,1) 0%,rgba(125,147,168,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(152,170,188,1) 0%,rgba(125,147,168,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(152,170,188,1) 0%,rgba(125,147,168,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98aabc', endColorstr='#7d93a8',GradientType=0 ); /* IE6-9 */
  border: solid 1px #7d93a8;
  color: #FFF !important;
  font-weight: bold;
	font-size: 13px;
	text-align:center;
	padding: 4px 6px;
  text-shadow:  #7d93a8 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-decoration: none;
}
.plans_button:hover {
  cursor: pointer;
}

/* forms */
form label,
form input,
form textarea,
form select {
  font-size: 12pt;
}


/* standard login form */
.login {
  margin: 0 auto;
  width: 400px;
}
.login h1 {
  text-align: center;
}
.login label.remember {
  font-weight: normal;
}
.login form input {
  font-size: 12pt;
}
.login input[type=text],
.login input[type=password] {
  padding: 4px 2px;
  width: 394px;
}
/* standard signup form */
.signup {
  margin: 0 0 0 250px;
  width: 400px;
  position: relative;
}
.signup .description {
  color: #777;
  left: -250px;
  position: absolute;
  width: 200px;
}
.signup .description h2 {
  font-size: 12pt;
  margin: 10px 0 2px 0;
}
.signup h1 {
  text-align: center;
}
.signup form input {
  font-size: 12pt;
}
.signup form input[type=text],
.signup form input[type=password] {
  padding: 4px 2px;
}
.signup form .identity input[type=text] {
  width: 392px;
}
.signup form input[type=password] {
  width: 188px;
}
.signup form .password {
  float: left;
  width: 200px;
}
.signup form .password_confirmation {
  float: right;
  width: 200px;
}
.signup form .terms_notice {
  clear: both;
  font-size: 10pt;
}
.signup form .controls {
  font-size: 10pt;
}
.signup form .orly {
  display :none;
}
/* authentication dialog*/
#auth_dialog h1 {
  font-size: 14pt;
  margin: 15px 0 10px 0;
  text-align: center;
}
#auth_dialog .dialog_body {
  overflow: hidden;
  position: relative;
  width: 410px;
}
#auth_dialog .dialog_panes {
  position: relative;
  width: 820px;
}
#auth_dialog p.change_pane {
  background-color: #FFFBE2;
  padding: 4px 2px;
  margin: 0 0 10px 0;
  text-align: center;
}
#auth_dialog .login,
#auth_dialog .signup {
  float: left;
  margin: 0 5px;
  width: 400px;
}
#auth_dialog .login input[type=text],
#auth_dialog .login input[type=password] {
  width: 394px !important;
}
#auth_dialog p.change_pane {
  font-size: 10pt;
}
#auth_dialog input[type=text],
#auth_dialog input[type=password] {
  font-size: 12pt;
  padding: 4px 2px;
}
#auth_dialog .remember {
  font-weight: normal;
}

.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: #999; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('/images/jquery/boxy/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('/images/jquery/boxy/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('/images/jquery/boxy/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('/images/jquery/boxy/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }


#reach_results h1.report_title {
  font-size: 26pt;
}
.data_point {
  float: left;
  font-size: 20pt;
  margin: 10px;
  text-align: center;
  width: 200px;
}
.data_point label {
  display: block;
  font-size: 12pt;
  font-weight: bold;
}
#biggest_contributors {
  float: right;
  width: 220px;
}
#biggest_contributors table {
  font-size: 10pt;
  text-align: left;
  width: 100%;
}
#biggest_contributors table th {
  padding-right: 5px;
  text-align: left;
}
#biggest_contributors table td {
  text-align: right;
}
.tweets {
  width: 625px;
}
.tweets .tweet {
  border-bottom: solid 1px #F5F5F5;
  font-size: 12pt;
  min-height: 50px;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px 5px;
  position: relative;
  text-align: left;
}
.tweets .tweet_image {
  height: 48px;
  overflow: hidden;
  position: absolute;
  width: 48px;
}
.tweets .tweet_image img {
  height: 48px;
  overflow: hidden;
  width: 48px;  
}
.tweets .tweet_body {
  margin-left: 55px;
}
.tweets .tweet_meta, .tweets .tweet_meta a {
  color: #AAA;
  font-size: 8pt;
}
.tweets .tweet_meta .tweet_link .tweet_relative_time {
	display: none;
}
.tweets .tweet_meta .tweet_time_processed .tweet_relative_time {
	display: inline;
}
.tweets .tweet_meta .tweet_time_processed .tweet_absolute_time {
	display: none;
}
#mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.wait_message {
  background-color: #FFF;
  font-size: 10pt;
  height: 145px;
  left: 50%;
  margin: -60px 0 0 -200px;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 380px;
  z-index: 1001;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.oauth_modal {
  background-color: #FFF;
  color: #424242;
  font-size: 14px;
  height: 180px;
  left: 50%;
  margin: -60px 0 0 -270px;
  padding: 10px 20px;
  position: fixed;
  top: 35%;
  width: 480px;
  z-index: 1001;
  border: 10px solid #333;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.oauth_modal .actions {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 12px;
  text-align: center;
}
.oauth_modal .progress_bar {
  margin: 40px auto 0;
  background: #eee;
  width: 300px;
  padding: 6px;
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .2);
          box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .2);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.oauth_modal .progress_bar .progress {
  height: 18px;
  background: #eee url(/images/progress_bar_hatching.png) left top no-repeat;
  width: 0%;
}
.oauth_modal .percentage {
  float: right;
  color: #444;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
}
#talkin_to_twitter h3 {
  font-size: 14pt;
  margin: 0.1em;
}
#talkin_to_twitter .note {
  font-size: 10pt;
  margin: 0.5em 0;
}
#talkin_to_twitter #wait_progress {
  border-bottom: solid 1px #EEE;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#max_message {
  color: #777;
  font-size: 10pt;
  font-style: italic;
  margin: 0 0 20px 0;
  text-align: center;
}
#results_page h1 {
  margin-bottom: 0;
}
#summary_message {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 5px 0;
}
#summary_message em {
  font-size: 22pt;
  font-style: italic;
  padding: 0.05em 0.2em;
}
#tweet_type_chart, #exposure_chart {
  height: 170px;
  width: 420px;
}
#exposure_chart table {
  margin: 5px auto 0 auto;
}
#exposure_chart table td {
  font-size: 12pt;
  border-bottom: solid 1px #EEE;
  padding: 3px 15px;
  text-align: right;
}
#exposure_chart table tr.last td {
  border-bottom: none;
}
#exposure_chart_note {
  color: #777;
  font-size: 8pt;
}
td.num {
  text-align: right;
}
#reach_results h1 {
	text-align: center;
  margin: 0;
}
#full_report_notice {
  background-color: #FFFBE2;
  border-top: 1px solid #FFE222;
  border-bottom: 1px solid #FFE222;
  padding: 2px;
  font-size: 10pt;
  text-align: center;
  top: -1px;
  position: relative;
}
#full_report_notice a {
  font-weight: bold;
}

#reach_results {
  clear: both;
  overflow: hidden;
}
#report {
  border: none;
  position: relative;
}
#report .print_header {
  display: none;
}
#report .print_footer {
  display: none;
}

/*a/b test for header*/
#report_cta {
  background-color: #7D93B2;
  border-bottom: solid 1px #DDD;
  padding: 5px;
  position: relative;
  text-align: left;
  height: 45px;
}
#report_cta h1,
#report_cta h2,
#report_cta h3 {
  color: #FFF;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
}
#report_cta .button {
  position: absolute;
  right: 195px;
  top: 14px;
}
#report_cta h1 {
  font-size: 24px;
  text-shadow: 0 1px 1px #666;
}
#report_cta h2 {
  font-size: 14px;
}
#report_cta h3 {
  font-size: 12px;
  margin-bottom: 3px;
}
#report_cta #report_share {
  border-left: solid 1px #DDD;
  padding-left: 15px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 160px;
}

/* new toolbar */
#report .toolbar {
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  margin-bottom: 12px;
  margin-top: -1px;
  overflow: hidden;
  padding: 2px 4px;
  position: relative;
  border: 1px solid #C9C9C9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#report .toolbar .button {
  font-size: 9pt;
  font-weight: bold;
  padding: 2px 6px;
  text-shadow: 0 1px 0 #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#report .toolbar input.button {
  padding-top: 1px;
}
#user_report_status,
#user_report_status div,
#user_report_status form {
  display: inline;
}
#user_report_status.saved form.save {
  display: none;
}
#user_report_status.unsaved form.delete {
  display: none;
}
#report .toolbar .report_help {
  padding: 2px 0;
  position: absolute;
  right: 4px;
  top: 2px;
}
#report .toolbar #share_url {
  background-color: #F5F5F5;
  border: solid 1px #DDD;
  font-size: 8pt;
  width: 100px;
}
#report .version_switch {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  margin-top: -10px;
  padding: 4px 0px 5px 8px;
  position: relative;
  height: 26px;
}
#report .new_report_link {
  background: url('/images/new_report_ribbon.png') right 0 no-repeat;
  height: 40px;
  text-indent: -999999px;
  width: 205px;
  right: -8px;
  position: absolute;
  top: 0;
}
#report .version_switch .new_default {
  color: #7D93B2;
  padding-right: 5px;
  text-align: right;
}
#report .not_available {
  text-align: right;
  padding-right: 5px;
}

/* unauthenticated */
#report.unauthenticated .toolbar .report_help {
  text-align: right;
}

/* toolbar button icons */
.toolbar .btn_icon {
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  margin-left: -2px;
  margin-right: 3px;
  margin-top: 1px;
}
.csv_btn_icon{
  background: url('/images/toolbar/csv.png') 0 0 no-repeat;
}
.pdf_btn_icon {
  background: url('/images/toolbar/pdf.png') 0 0 no-repeat;
}
.print_btn_icon {
  background: url('/images/toolbar/print.png') 0 0 no-repeat;
}
.latest_btn_icon {
  background: url('/images/toolbar/latest.png') 0 0 no-repeat;
}
.help_btn_icon {
  background: url('/images/toolbar/help.png') 0 0 no-repeat;
}
.email_btn_icon {
  background: url('/images/toolbar/email.png') 0 0 no-repeat;
}
/* save button with special suffixes */
.save_btn_icon.icon_set_a {
  background: url('/images/toolbar/save.png') 0 0 no-repeat;
}
.unsave_btn_icon.icon_set_a {
  background: url('/images/toolbar/unsave.png') 0 0 no-repeat;
}
/* dummy alternate save/unsave buttons */
.save_btn_icon.icon_set_b {
  background: url('/images/toolbar/save.png') 0 0 no-repeat;
}
.unsave_btn_icon.icon_set_b {
  background: url('/images/toolbar/unsave.png') 0 0 no-repeat;
}
.link_btn_icon {
  background: url('/images/toolbar/link.png') 0 0 no-repeat;
}
/* link dialog */
#link_dialog .dialog_body {
  overflow: hidden;
  position: relative;
  width: 410px;
}
#link_dialog .dialog_panes {
  position: relative;
  width: 820px;
}
#link_dialog {
  display: none;
  margin: 0 5px;
  width: 400px;
}
#link_dialog input[type=text] {
  width: 394px !important;
}
#link_dialog input[type=text] {
  font-size: 10pt;
  padding: 4px 2px;
}
#link_dialog #report_permalink {
  margin-bottom: 14px;
}
/** Fixes to global UI for v2 report **/
#wrapper {
  width: 960px;
}
.wrapped_content {
  width: 940px;
}

/** Buttons overrides */
.disabled_button {
  color: #999 !important;
}
.disabled_button:hover {
  background-position: 0 0;
}
.warning_button {
  background-color: #900;
  background-image: url(/images/button_background_warning.png);
  border: 1px solid #FFAAAA;
  color: #600 !important;
  text-shadow: 0 1px 0 #FFDCDC;
}

/****************START REPORT V2****************/
#logo {
  font-family: Montserrat, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 11px;
  color: #7d93b2;
  text-decoration: none;
}

.print_header2 {
  display: none;
}
.print_footer2 {
  display: none;
}
#rv2 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #444;
  font-weight: normal;
  padding: 2px;
  font-size: 12px;
  clear:both;
}
#rv2 h1, #rv2 h2, #rv2 h3, #rv2 h4 {
  font-weight: normal;
  margin: 0;
}
/**module headings*/
#rv2 h1, #rv2 h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 100;
  color: #888;
}
#rv2 h2 {
  font-size: 32px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
}
#rv2 h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 19px;
  color: #888;
  margin: 10px 0 5px 0;
  text-align: left;
  font-weight: bold;
}
#rv2 h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  color: #888;
  margin: 10px 0 5px 0;
  text-align: left;
  font-style: italic;
  padding: 7px;
}
#rv2  a{
  color: #7D93B2;
}
/** data labels & numbers*/
.data_number {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 52px;
  color: #7D93B2;
}
.data_unit {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  color: #777;
  font-weight: 100;
  margin-left: 5px;
  text-transform: uppercase;
}
.tickLabels .tickLabel{
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #777;
}
/****LAYOUT****/
.cols{
  position: relative;
  padding: 8px 5px;
  vertical-align: top;
  margin-top:5px;
}
.cols .info_button {
  position: absolute;
  right: 6px;
}
.column1 {
  display: inline-block;
  width: 540px;
  margin-right: 5px;
}
.column2{
  width: 380px;
  display: inline-block;
}
.column3{
  width: 460px;
  display:inline-block;
  margin-right: 5px;
}
.column4 {
  width: 460px;
  display: inline-block;
}
/**** HEADER ****/
.report_inputs #q {
  width: 358px;
  height: 35px;
  padding: 1px 10px;
  margin: 0;
  border: 1px solid #ccc;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}
.version_switch {
  font-family: 'Montserrat', Arial, sans-serif;
	font-size: 12px;
	margin-left: 630px;
	padding: 4px 0px 5px 8px;
	color: #7D93B2;
  text-align: right;
}
.report_inputs input[type=submit] {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  background-color: #7d93b2;
  color: white;
  border: 1px solid #7d93b2;
  border-radius: 3px;
  width: 73px;
  height: 39px;
  cursor: pointer;
}
#report_cta2 {
  background: #f2f2f2;
  padding: 5px;
  position: relative;
  text-align: left;
  height: auto;
  margin-bottom: 10px;
  color: #444;
}
#report_cta2 h1,
#report_cta2 h2,
#report_cta2 h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
}
.cta_results {
  display: inline-block;
  width: 640px;
}
#report_cta2 h1 {
  font-size: 21px;
  font-family: 'Montserrat', Arial, sans-serif;
  -webkit-font-appearance: antialiased;
  margin-bottom: 4px;
  color: #444;
}
#report_cta2 h2 {
  font-size: 16px;
}
#report_cta2 h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 3px;
}
.cta_badge {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 9px;
  right: 10px;
}
.cta_badge a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  color: white;
  background-color: #3b539a;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  padding: 12px 18px;
  text-align: center;
}


#report_share2 {
  text-align: right;
  padding-top:6px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.toolbar2 {
  margin-top: -1px;
  overflow: hidden;
  padding: 2px;
  width: 934px;
  margin-left: 10px;
  position: relative;
}
.toolbar2 .button {
  font-family: Montserrat, Arial, sans-serif;
  text-transform: lowercase;
  filter: none;
  border: none;
  font-weight:normal;
  padding: 1px 3px;
  background: none;
  color: #999 !important;
  cursor: pointer;
  display: inline-block;
  padding: 2px 6px;
  text-shadow: none;
  font-size: 9px;
}
.toolbar2 .button:hover {
  cursor: pointer;
}

/* toolbar button icons */
.toolbar2 .btn_icon {
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
  padding-bottom: 1px;
}
.toolbar2 .report_btn_div {
	background: url('/images/toolbar/999/run_report.png') center 0 no-repeat;
	float: left;
	display:inline-block;
	margin:auto;
	min-width: 55px;
	max-width: 108px;
	text-align: center;
	cursor: pointer;
}
.toolbar2 .report_btn_div:disabled {
	background: url('/images/toolbar/ccc/run_report_disabled.png') center 0 no-repeat;
	float: left;
	display:inline-block;
	min-width:55px; 
	max-width: 108px;
	margin:auto;
	color: #999 !important;
	text-align: center;

}
.toolbar2 .report_btn_icon {
	margin-top: 17px;
	text-align: left;
	display: block;
	background: transparent;
}
.toolbar2 .report_btn_icon:disabled  {
	background: url('/images/toolbar/ccc/run_report_disabled.png') center 0 no-repeat;
	float: left;
	display:inline-block;
	min-width:65px; 
	max-width: 110px;
	margin:auto;
	color: #999 !important;
	padding-top: 17px;
}
.toolbar2 .csv_btn_icon{
  background: url('/images/toolbar/999/export.png') 0 0 no-repeat;
}
.toolbar2 .pdf_btn_icon {
  background: url('/images/toolbar/999/export.png') 0 0 no-repeat;
}
.toolbar2 .print_btn_icon {
  background: url('/images/toolbar/999/print.png') 0 0 no-repeat;
}
.toolbar2 .latest_btn_icon {
  background: url('/images/toolbar/new/latest.png') 0 0 no-repeat;
}
.toolbar2 .help_btn_icon {
  background: url('/images/toolbar/999/help.png') 0 0 no-repeat;
}
.toolbar2 .email_btn_icon {
  background: url('/images/toolbar/999/email.png') 0 0 no-repeat;
}
/* save button with special suffixes */
.toolbar2 .save_btn_icon.icon_set_a {
  background: url('/images/toolbar/999/save.png') 0 0 no-repeat;
}
.unsave_btn_icon.icon_set_a {
  background: url('/images/toolbar/new/unsave.png') 0 0 no-repeat;
}
/* dummy alternate save/unsave buttons */
.toolbar2 .save_btn_icon.icon_set_b {
  background: url('/images/toolbar/new/save.png') 0 0 no-repeat;
}
.toolbar2 .unsave_btn_icon.icon_set_b {
  background: url('/images/toolbar/new/unsave.png') 0 0 no-repeat;
}
.toolbar2 .link_btn_icon {
  background: url('/images/toolbar/999/link.png') 0 0 no-repeat;
}
/**** END HEADER ****/

#rv2 h2 {
  color: #444;
  font-size: 21px;
  text-transform: uppercase;
}

/**reach**/
#rv2 .query_title {
	text-align: center;
	border-bottom: none;
	margin-top:15px;
	margin-bottom: 5px;
	color: #999;
}
.query {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 42px;
  color: #444;
  text-align: center;
  -webkit-font-smoothing: auto;
  white-space:normal;
	width: 820px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
.empty_results {
	text-align: center;
	margin-left: 330px;
	color: #888;
	font-size: 14px;
	font-style: italic;
}
.reach_score {
  font-size: 96px;
  text-align: center;
  padding-top: 46px;
}
.reach_score_unit{
  margin-left: 200px;
  text-align: center;
}
.follower_tiers_graph {
  height: 120px;
  margin-top: 20px;
}
/**exposure**/
.exposure_impressions {
  font-size: 48px;
}
.exposure_graph {
  height: 120px;
  margin-top: 20px;
}
#rv2 .bar_label {
	width: 85px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
  text-align: center;
}
.helper_text {
	margin: 5px auto 0 auto;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #777;
	text-align: center;
}
/**activity**/
.activity {
  display: block;
  clear:both;
}
.activity_summary {
  display: inline-block;
  float: left;
  width: 580px;
  margin-bottom: 20px;
  text-align: center;
}
.activity_summary>div:first-child {
  margin-left: 26px;
}
.activity_summary>div:last-child {
  margin-right: 26px;
}
.activity_summary .data_unit {
  display: block;
  margin: 0;
}
.activity_tweets, .activity_contribs, .activity_duration {
  font-size: 36px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #7D93B2;
  height: 55px;
  width: 176px;
  float: left;
}
.activity_graph {
  margin-top: 30px;
  width: 560px;
  height: 140px;
  float: left;
}

/*#activity_graph_tooltip {
  font-size: 12px;
  color:#efefef;
  background: #000;
  opacity:0.8;
  padding: 5px 8px;
  border:1px solid #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  z-index: 10000;
}
*/
.gidgety_tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border: 3px solid #e0e0e0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  z-index: 10;
  color: #fff;
  padding: 0;
  position: absolute;
  font-family: Montserrat, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100px;
  top: 20px;
  display: none;
}
.gidgety_tooltip p.title {
  background-color: #666;
  margin: 4px 0px;
  padding: 4px;
  font-size: 11px;
  font-weight: bold;
}
.gidgety_tooltip table {
  clear: right;
  width: 95%;
  margin: 0 auto;
}
.gidgety_tooltip td {
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  padding-bottom: 6px;
}
.gidgety_tooltip td.value {
  text-align: right;
}
/* pointer */
.gidgety_tooltip:before, .gidgety_tooltip:after {
  position: absolute;
  height: 0;
  width: 0;
  content: ' ';
  border: solid transparent;
}
.gidgety_tooltip:before {
  right: 100%;
  border-width: 12px;
  border-right-color: #e0e0e0;
  top: 22px;
}
.gidgety_tooltip:after {
  right: 100%;
  border-width: 8px;
  border-right-color: rgba(0, 0, 0, 0.8);
  border-right-color: #323232;
  top: 26px;
}

.activity_graph .activity_graph_label_date {
  display: block;
}
.activity_pie {
  height: 199px;
  padding-right: 8px;
  float: right;
  width: 340px;
}
.activity_pie .pieLabel {
  font-family: Arial, sans-serif;
  text-align: center;
  color: #777;
  font-size: 11px;
}
/**top contributors**/
.top_contrib {
  overflow: hidden;
  margin-bottom: 27px;
}
.top_contrib a.avatar img {
  width: 48px;
  height: 48px;
  margin: 8px 10px 0 24px;
}
.top_contrib .info {
  width: 150px;
  max-width: 150px;
  font-size: 13px;
  display: inline-block;
}
.top_contrib .info a {
  text-decoration: none;
  font-size: 18px;
}
.twitter-follow-button {
	margin-top: 8px;
}

/**most retweeted tweets**/
.most_retweeted_count {
  font-size: 42px;
  float: left;
  clear: both;
  text-align: right;
  width: 80px;
  text-transform: uppercase;
}
.retweeted_tweet .tweet2 {
  float: right;
  width: 370px;
}
.tweet2 {
  margin: 0 0 15px 0;
  min-height: 50px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.tweet_avatar2 img {
  float: left;
  margin: 0 10px;
  height: 48px;
  width: 48px;
  overflow: hidden;
}
.tweet_body2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-left: 75px;
  margin-bottom: 10px;
  width: auto;
  font-size: 12px;
}
.tweet_meta2 a{
  text-decoration: none;
}
.tweet_meta2 a:hover {
  text-decoration: underline;
}
a.tweet_link, .tweet_absolute_time, .tweet_relative_time{
  font-size: 10px;
  color: #777;
  text-decoration: none;
}
/**tweets timeline**/
.timeline {
  border-left: 1px dashed #ddd;
  padding: 12px 0;
}
.timeline_tweets {
  padding-left:10px;
}
#rv2 h3.timeline_point {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  padding: 0 0 0 20px;
  background: url(/images/timeline_point.png) no-repeat 0 center;
  margin: 10px 0 15px -6px;
}
/**contributors**/
table.contributors {
  width: 96%;
  border-collapse: collapse;
  margin-right: 20px;
}
table.contributors tr, table.contributors td {
  text-align: right;
  border-bottom: 2px solid #fff;
  padding: 4px 0;
}
table.contributors th {
  color: #777;
  font-weight: bold;
  text-align: right;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
}
table.contributors th:last-child {
  width: 110px;
}
table.contributors td {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
table.contributors td.screen_name {
  text-align: left;
}
table.contributors td.screen_name a {
  text-decoration: none;
}

/* "info button" tooltip content */
#rv2 .tooltip_content {
  display: none;
  width: 800px;
}
.tipsy {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 16px;
  font-size: 12px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tipsy-inner {
  background: #000;
  max-width: 300px;
}

.tooltip {
  position:relative; /*this is the key*/
  z-index:2;
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration:none;
}
.tooltip:hover {
  z-index:2000;
  cursor: pointer;
}
.tooltip span {
  display:none;
}
.tooltip:hover span { 
/*the span will display just on :hover state*/
  font-size: 12px;
  color:#efefef;
  line-height: 18px;
  text-align: left;
  display:block;
  width: 270px;
  position:absolute;
  bottom: 30px;
  left: -98px;
  background: #000;
  opacity:0.8;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  padding: 10px 8px;
  border:1px solid #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* tweet display */
.tweet2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #444;
  position: relative;
  padding-bottom: 18px;
}
.tweet_body2 {
  margin-left: 68px;
  margin-bottom: 0;
}
.tweet_intents {
  margin-left: 68px;
  display: none;
  position: absolute;
  bottom: 0;
}
.tweet2 a {
  text-decoration: none;
}
.tweet_relative_time {
  float: right;
  font-size: 10px;
  color: #999;
}
.tweet_full_name2 {
  color: #999;
}
.tweet2 .tweet_intents a {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  color: #999 !important;
  padding-top: 2px;
  padding-right: 10px;
}
.tweet2 .tweet_intents a:hover {
  text-decoration: underline;
}
.twitter_sprite {
  background-image: url(/images/icons/everything-spritev2.png);
  background-repeat: no-repeat;
  padding-left: 18px;
}
.twitter_sprite.reply          { background-position: 0 0px; }
.twitter_sprite.reply-hover    { background-position: 0 -16px; }

.twitter_sprite.favorite       { background-position: 0 -32px; }
.twitter_sprite.favorite-hover { background-position: 0 -48px; }
.twitter_sprite.favorite-on    { background-position: 0 -64px; }

.twitter_sprite.retweet        { background-position: 0 -80px; }
.twitter_sprite.retweet-hover  { background-position: 0 -96px; }
.twitter_sprite.retweet-on     { background-position: 0 -112px; }


/****************END REPORT V2****************/

/* link dialog */
#link_dialog .dialog_body {
  overflow: hidden;
  position: relative;
  width: 410px;
}
#link_dialog .dialog_panes {
  position: relative;
  width: 820px;
}
#link_dialog {
  display: none;
  margin: 0 5px;
  width: 400px;
}
#link_dialog input[type=text] {
  width: 394px !important;
}
#link_dialog input[type=text] {
  font-size: 10pt;
  padding: 4px 2px;
}
#link_dialog #report_permalink {
  margin-bottom: 14px;
}
