/* REPORTS */

@font-face {
  font-family: myHelveticaLight;
  src: url('http://heardable.com/reports/fonts/HelveticaNeueLTCom-Lt.ttf');
}

@font-face {
  font-family: myHelveticaLightUltra;
  src: url('http://heardable.com/reports/fonts/HelveticaNeueLTPro-UltLtCn.otf');
}

@font-face {
  font-family: myHelveticaBold;
  src: url('http://heardable.com/reports/fonts/HelveticaNeueLTPro-Bd.otf');
}

.hd_report_cover {
    width: 720px;
    margin-left: 48px;
    text-align: left;
    height: 876px;
    display:block !important;
    float:none !important;
    overflow: hidden;
    display:block !important;
    float:none !important;    
    page-break-after: always;    
}

.hd_report_cover_logo_block {
    text-align: right;
}

.hd_report_cover_copyright_block {
    text-align: left;
    margin-top: 44px;
}

.span_text_copy {
    font-family: "myHelveticaLight", "Arial", sans-serif;
    font-weight:300;
    font-stretch:normal;
    font-size: 9pt;
    line-height: 1.4;
}

.hd_report_cover_head_block {
    text-align: left;
    margin-top: 30px;
    width: 700px;
}

.cover_head {
    font-family: "myHelveticaLightUltra", "Arial", sans-serif;
    font-weight: 100;
    font-stretch: normal;
    font-size: 48pt;
    line-height: 0.8;
    color: #ff6600;
    margin-top: 15px;
}

.cover_sub_head {
    font-family: "myHelveticaBold", "Arial", sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-size: 18pt;
}

.p_sub_head {
    font-family: "myHelveticaBold", "Arial", sans-serif;
    font-weight: bold;
    font-stretch: normal;
}

.hd_report_pagebreak {
    height: 10px;
    font-size: 1px;
    clear: both;
    display:block !important;
    float:none !important;    
    page-break-before: always;
}

.hd_report_pagebreak_visible {   
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 10px;
    clear: both;
}

.hd_report_divider {
    width: 720px;
    margin-left: 48px;
    text-align: left;
    display:block !important;
    float:none !important;
    overflow: hidden;
    display:block !important;
    float:none !important;       
}

.headline_spacer {    
    height: 30px;
    text-align: center;
    font-size: 10px;
    clear: both;    
}

.hd_report_page {
    width: 576px;
    margin-left: 120px;
    text-align: left;
    display:block !important;
    float:none !important;
    display:block !important;
    float:none !important;    
    page-break-after: always;     
}

.hd_report_intro_head_block {
    margin-top: 10px;
    text-align: left;
}

.intro_head {
    font-family: "myHelveticaLightUltra", "Arial", sans-serif;
    font-weight: 100;
    font-stretch: normal;
    font-size: 48pt;
    line-height: 0.8;
    color: #ff6600;
}

.hd_report_page_text_block {
    font-family: "myHelveticaLight", "Arial", sans-serif;
    font-size: 13pt;
    line-height: 1.4;
}

.hd_report_text {
    font-family: "myHelveticaLight", "Arial", sans-serif;
    font-size: 13pt;
    line-height: 1.4;
}

.hd_report_list {
    font-family: "myHelveticaLight", "Arial", sans-serif;
    font-size: 13pt;
    line-height: 1.4;
    color: #ff6600;
    list-style-type: disc;
}

.cell {
    border: solid 1px white;
    font-family: arial;
    font-size: 13px; 
    line-height: 140%;
    overflow: hidden;
    position: absolute;
    text-indent: 2px;
}

.node circle {
    fill: #fff;
    stroke: #ff6600;
    stroke-width: 1.5px;
}

.node {
    font: 10px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

.edit_link {
    font-size: 8px;
}

.edit_textarea {
    background: #f1f1f1;
    width: 576px;
    height: 100%;
    border: 1px solid #dddddd;
    font-family: "myHelveticaLight", "Arial", sans-serif;
    font-size: 13pt;
    line-height: 1.4;
}

div.editable {
    
    font-family: "myHelveticaLight", "Arial", sans-serif;
    font-size: 13pt; 
    line-height: 1.4;

}

div.editable:hover {
    
    background: #f1f1f1;

}

div.editable_cover {
    
    margin-top: 30px;
    width: 700px;

}

div.editable_cover:hover {
    
    background: #f1f1f1;

}

div.editable_cover_img {
    
    margin-top: 15px;
    width: 700px;

}

div.editable_cover_img:hover {
    
    background: #f1f1f1;

}

/* GLOBAL */

body,
html {
    margin:0 auto;
    padding:0;
    color:#666666;
    font-family:arial;
    font-size:13px;
    line-height: normal;
}

h1 {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-transform:uppercase;
    text-shadow: white 0.1em 0.1em 0.2em;
    white-space: nowrap;
}

h2 {
    color: #ff6600;
    font-size: 15px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #6699cc;
}

a:hover {
    text-decoration: underline;
    color: #6699ff;
}

a img {
    border: 0;
}

ul, li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    font-size: 12px;
    line-height: 1.4;
}

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

.hd_arrow_up {
    height: 5px;
    width: 20px;
    overflow: hidden;
}

a.hd_button {
    background: transparent url("http://d2kjvmq1hu76hg.cloudfront.net/images/btn_heardable_right.png") no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.hd_button span {
    background: transparent url("http://d2kjvmq1hu76hg.cloudfront.net/images/btn_heardable_left.png") no-repeat top left;
    display: block;
    line-height: 11px;
    height: 20px;
    padding: 4px 0 4px 12px;
}

a.hd_button:hover {
    background-position: right -20px;
    color: #ff6600;
    outline: none;
}

a.hd_button:hover span {
    background-position: 0px -20px;
    color: #ff6600;
}

.clearboth {
    height: 1px;
    font-size: 1px;
    clear: both;
}

.clear_18 {
    height: 15px;
    clear: both;    
}

.clear_15 {
    height: 15px;
    clear: both;    
}

.clear_1 {
    height: 1px;
    font-size: 1px;
    clear: both;    
}

.section_border_hor {
    height: 1px;
    font-size: 1px;
    clear: both;
}

.section_header {
    background: #f1f1f1;
    padding: 12px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.section_header_btn {
    display: inline-block;
    background: #F60 0 100% repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #F60;
    color: white;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.section_header_select_box_long {
    text-align: left;
    height: 24px;
    width: 225px;
}

.section_header_select_box_short {
    text-align: left;
    height: 24px;
    width: 100px;
}

.section_table_wrapper {
    border: 1px solid #f1f1f1;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.brand_photo {
  
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
  
}

.arrow-down {
    width: 0px;
    height: 0px;
    margin-top: 6px;
    margin-left: 65px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f1f1f1;
}

/* WRAPPERS */

.header_main_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header_master_td {
    padding-left: 15px;
    padding-bottom: 3px;
    padding-right: 15px;
}

/* HEADER NEW */

.heardable_main {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.sociable_only {
    border: 1px solid #f1f1f1;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.5;   
}

.start_container {
    padding:20px;
    padding-top: 0px;
}

.masthead_simple {
    padding-left: 0px;
    padding-right: 0px;
}

.masthead_title_wrapper {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.error_signup {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.simple_h2 {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ff6600;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: -1px;
}

.simple_h2_gray {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #cccccc;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: -1px;
}

.simple_h2_alt {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ff6600;
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -1px;
}

.simple_h3 {
    text-align: left;
    padding-left: 15px;
    margin-top: 0px;
}

.simple_p {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 16px!important;
    line-height: 1.5em;
}

.simple_a {
    padding: 5px;
    text-decoration: none;
    text-align: left;
}

.simple_p_gray {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 16px!important;
    line-height: 1.5em;
    color: #cccccc;
}

.debug_simple {
    background: #f1f1f1;
    padding: 13px;
    margin-top: 15px; 
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.start_examples {
    width: 952px;
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    padding: 15px;
    background: #f1f1f1;
    margin-bottom: 15px;
}

#header_ribbon { 
    box-shadow: 0 2px 5px #444;
    -moz-box-shadow: -8px 2px 5px #444;
    -webkit-box-shadow: 0 2px 5px #444;
    background-image: -moz-linear-gradient(top, #303030, #111);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #303030),color-stop(1, #111));
    color: #C6C6C6;
    font-size: 11px !important;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 100;    
    
}

#header_ticker {
    background: #ffffff;
    color: #ff6600;
    -moz-box-shadow: -8px 0 8px #7B7B7B;
    -webkit-box-shadow: 0 0 8px #7B7B7B;
    box-shadow: 0 0 8px #7B7B7B;  
    line-height: 15px;
    z-index: 80;
    width: 99%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 13px;
    overflow: hidden;
    padding: 4px 10px 2px 10px;
    font-size: 11px !important; 
}

#header_ticker a {
    color: #999999;
}

#header_ribbon td a {
    font-family: arial;
    font-size: 13px; 
    color: #C6C6C6;
}

#header_ribbon a {
    font-family: arial;
    font-size: 13px; 
    color: #C6C6C6;
}

#div_recent_scans {
    font-size: 11px;
    color: #999999;
    line-height: 13px;
    width: 3000px;
    white-space: nowrap;
}

.header_nav_home {
    display: inline-block;
    background: url('https://s3.amazonaws.com/heardable_resources/images/black_gloss_bg.jpg') 0 100% repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000000;
    color: #ffffff;
    padding: 0px;
    text-decoration: none;
    font-weight: normal;
    font-family: Arial, sans-serif;
    text-align: center;
    width: 480px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    margin-top: 0px;
}

.header_nav_wrapper {
    height: 46px;
    background: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 0px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    margin-bottom: 14px;
}

#header_nav_home_wrapper {
    padding-top: 10px;
    padding-bottom: 0px;
    height: 544px;
    background: #666666 url('https://s3.amazonaws.com/heardable_resources/images/heardable_home_bg_new.jpg') right bottom no-repeat;
    -moz-box-shadow: 0 0 8px #7B7B7B;
    -webkit-box-shadow: 0 0 8px #7B7B7B;
    box-shadow: 0 0 8px #7B7B7B;   
}

.header_nav {
    display: inline-block;
    background: #ffffff 0 100% repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ffffff;
    padding: 0px;
    text-decoration: none;
    font-weight: normal;
    font-family: Arial, sans-serif;
    text-align: center;
    width: 470px;
    text-align: center;
    cursor: pointer;
    margin-top: 0px;
}

.header_nav_icon_tray {
    height: 30px;
    float: right;
    position: relative;
    top: 0;
    right: 0; padding-right: 8px; padding-top: 7px;
}

.header_nav_icon_list {
    list-style: none;
    margin-right: 10px;
}

.header_nav_icon_list_item {
    list-style: none;
    display: inline;
    margin-left: 5px;
}

.header_nav_list {
    float: left;
    padding: 5px 0 5px 10px;
    margin: 0 0 0 0;
}

.header_nav_list_left {
    float: left;
    padding: 5px 0 5px 22px;
    margin: 0 0 0 0;
}

.header_nav_home_list_left {
    float: left;
    padding: 5px 0 5px 22px;
    margin: 0 0 0 0;  
}

.header_nav_list_divider {
    float: left;
    padding: 5px 0 5px 10px;
    margin: 0 10px 0 0;
    border-right: solid 1px #f1f1f1;
    font-weight: normal;
}

.header_nav_home_list_divider {
    float: left;
    padding: 5px 0 5px 10px;
    margin: 0 10px 0 0;
    border-right: solid 1px #555555;
    font-weight: normal;
}

.header_nav_login {
    list-style: none;
}

.leader_nav_login_list {
    float: left;
    padding: 0px 0px 7px 0;
    margin: 0 0 0 0;
    font-weight: normal;
}

.header_nav_home_list_login {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    list-style: none;
}

.header_nav_btn {
    display: inline-block;
    background: #F60 0 100% repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #f1f1f1;
    color: white;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.header_nav_home_btn {
    display: inline-block;
    background: #F60 0 100% repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000000;
    color: white;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

#home_page_panel {
    height: 497px;
    background: url('http://heardable.com/images/heardable_home_bg.jpg') right -2px no-repeat;
    -moz-box-shadow: 0 0 8px #7B7B7B;
    -webkit-box-shadow: 0 0 8px #7B7B7B;
    box-shadow: 0 0 8px #7B7B7B;
    padding: 0px;
}

.home_page_headline {
    font-size: 48px;
    color: #ffffff;
    text-transform: none;
    text-shadow: none;
    font-weight: bold;
}

.home_page_subhead {
    color: #dddddd;
    font-size: 18px;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home_page_bullet_head {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

.home_page_bullet_p {
    color: #dddddd;
    margin-top: 5px;
}

#brand_masthead {
    border: 1px solid #f1f1f1;
    padding: 15px;
    padding-bottom: 9px;
    margin-bottom: 15px;
}

#div_curate {
    border: 1px solid #f1f1f1;
    padding: 15px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    display: none;
}

#div_brand_search_results {
    border: 1px solid #f1f1f1;
    padding: 15px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    color: #666666;
}

.search_window {
    padding-top: 18px;
    padding-left: 169px;
}

.hd_text {
    border: 1px solid #f1f1f1;
    width: 245px;
    height: 24px;
}

.hd_text_long {
    border: 1px solid #f1f1f1;
    width: 440px;
    height: 24px;
}

#div_notifications {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

.div_main_search_box {
    background: #f1f1f1;
    padding: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.div_dropdown_header {
    padding-bottom: 3px;
    font-size: 13px;
}

.div_search_btn {
    text-align: center;
    padding-top: 22px;
}

.search_button_left {
    height: 44px;
    width: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 1px;
    border: 0px solid #ae411c;
    background: url(http://d2kjvmq1hu76hg.cloudfront.net/images/hd_searchfield_600_right.png) top left no-repeat transparent;
}

.search_button_right {
    height: 44px;
    width: 160px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border: 0px solid #ae411c;
    background: url(http://d2kjvmq1hu76hg.cloudfront.net/images/hd_searchfield_600_right.png) top right no-repeat transparent;
}

.rescore_button_left {
    height: 44px;
    width: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 1px;
    border: 0px solid #ae411c;
    background: url(http://d2kjvmq1hu76hg.cloudfront.net/images/hd_btn_600_75A911.png) top left no-repeat transparent;
}

.rescore_button_right {
    height: 44px;
    width: 160px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border: 0px solid #ae411c;
    background: url(http://d2kjvmq1hu76hg.cloudfront.net/images/hd_btn_600_75A911.png) top right no-repeat transparent;
}

#div_chart_left {
    width: 500px;
    text-align: left;
    float: left;
}

#chart_scatter {
    margin-left: -17px;
}       

#div_chart_right {
    text-align: left;
    padding: 10px;
    float: right;
    width: 460px;
    border: 1px solid #f1f1f1;
}

#div_bottom_clearall {
    clear:both;
    height: 1px;
    font-size: 1px;
}

.div_edit_listing {
	padding: 0px;
}

.div_edit_listing .col {
    background-color: #f1f1f1;
    width: 230px;
    margin-right: 1px;
    text-align: center; 
    color: #000000;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div_edit_listing .col h3 {
    color: white;
    font: bold 26px arial;
    text-align: center;
    padding: 5px 3px;
    margin: 10px 0;
}

/* ADS */

.ad_left {
    background: #f1f1f1;
    padding: 10px;
    width: 465px;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ad_right {
    background: #f1f1f1;
    padding: 10px;
    width: 465px;
    float: left;
    margin-left: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ad_img {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* FOOTER */

.footer_home {
    height: 280px;
    line-height: 1.5;
    background: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #dddddd;
    -moz-box-shadow: -8px 0 8px #7B7B7B;
    -webkit-box-shadow: 0 0 8px #7B7B7B;
    box-shadow: 0 0 8px #7B7B7B;
    margin-bottom: 0px;
}

.simple_footer {
    margin-top: 0px;
    margin-left: 20px;
    width: 965px;
    padding: 10px;
    background: #f1f1f1;
    text-align: center;
}

.simple_footer .footer_bottom {
    text-align: center;
    color: #666666;
    margin-top: 2px;
    line-height: 150%;
}


.simple_footer_row {
    line-height: 150%;
    color: #cccccc;
    margin-bottom: 0px;
}

.quote_header {
    /*background:url(http://d2kjvmq1hu76hg.cloudfront.net/images/quotes_box_quote.gif) no-repeat top left;*/
    background: url('http://heardable.com/images/quotes_80.png') no-repeat left 7px;
    padding:10px 15px 10px 95px;
    font-family:georgia;
    font-size:16px;
}

.quote_author {
    text-align:left;
    color:#ff6600;
    padding-top: 15px;
    font-family:georgia;
    font-size:14px;
    font-weight: normal;
    font-style:italic;
}

#header_page_wrapper #bottom_wrapper {
    text-align: center;
    font-size: 10px;
    height: 10px;
    margin-bottom: 15px;
}

#footer_main {
    clear: both;
    padding-top: 5px;
    padding-bottom: 50px;
    text-align: center;
    color: #999999;
}

#footer_main a {
    color: #999999;
}

#footer_main #footer_top {
    text-align: center;
    padding:15px;
    color: #666666;
}

/* BRAND TOP */

.top_breaker {
    clear: both;
    height: 15px;
}

.thin_breaker {
    clear: both;
    height: 1px;
    font-size: 1px;
    margin-top: 0px;
}

.top_bar_rank {
    background-color: #234B6F;
    border: 1px solid #234B6F;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 13px;
    font-weight: normal;   
}

#brand_webshot {
    border: 1px solid #f1f1f1;
    width:88px;
    height:66px;
    text-align: center;
    float: left;
}

#brand_profile_title_left {
    margin-left: 15px;
    width: 350px;
    height:75px;
    float: left;
    text-align: left;
}

#brand_profile_title_left .title {
    color: #ff6600;
    font-weight: bold;
    font-size: 24px;
    white-space:nowrap;
    text-align: left;
}

#brand_profile_title_left .title .domain_suffix {
    color: #cccccc;
}

#brand_profile_title_left .subtext {
    color: #666666;
    white-space: nowrap;
    text-align: left;
    padding-top: 3px;
}

#brand_profile_title_left .subtext a {
    color: #6699cc;
    text-decoration: none;
}

#brand_profile_title_left .subtext a:hover {
    color: #6699ff;
    text-decoration: underline;
}

#brand_profile_title_right {
    color: #ff6600;
    width: 480px;
    height:75px;
    float: right;
    text-align: right;
}

#brand_profile_title_right .title_right {
    color: #ff6600;
    font-weight: bold;
    font-size: 24px;
    white-space: nowrap;
    text-align: right;
}

#brand_profile_title_right .domain_suffix {
    color: #cccccc;
    font-weight: bold;
    font-size: 24px;
    white-space: nowrap;
    text-align: right;
}

#brand_profile_title_right .top_right_headline {
    color: #cccccc;
}

#brand_profile_title_right .subtext {
    color: #666666;
    white-space:nowrap;
    text-align: right;
    padding-top: 3px;
}

#brand_profile_title_right .subtext a {
    color: #6699cc;
    text-decoration: none;
}

#brand_profile_title_right .subtext a:hover {
    color: #6699ff;
    text-decoration: underline;
}

#hd_list_selector {
    width: 225px;
    font-size: 11px;
}

#top_breaker {
    clear: both;
    height: 15px;
}

/* CHARTS */

.about_box {
    margin-left: 50px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #234B6F;
    line-height: 150%;
}

.about_box .about_box_close {
    position: relative;
    text-align: center;
    float: right;
    margin-left: 10px;
}

#brand_profile_box {
    width: 220px;
    height: 240px;
    float: left;
    border: 0px solid #ffffff;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

#brand_profile_box .brand_profile_text {
    margin-bottom: 15px;
    text-align: left;
    padding-left: 18px;
    font-size: 13px;
}

#brand_profile_box .profile_text_head {
    font-weight: bold;
    color: #ff6600;
}

#brand_profile_box .profile_text_subtext {
    white-space:nowrap;
    font-size: 11px;
}

#brand_profile_box .profile_text_subtext a {
    font-size: 11px;
}

#brand_profile_box .profile_text_subtext a:hover {
    color: #3366ff;
}

.hd_section_header {
    width: 40px;
    height: 240px;
    float: left;
}

.hd_section_header_new {
    width: 40px;
    height: 240px;
    float: left;
}

.hd_chartbox_small_left {
    border: 1px solid #234B6F;
    width: 220px;
    height: 240px;
    float: left;
    margin-left: 10px;
}

.hd_chartbox_small_left_reports {
    border: 1px solid #f1f1f1;
    width: 220px;
    height: 240px;
    float: left;
    margin-left: 10px;
}

.hd_chartbox_small {
    border: 1px solid #234B6F;
    width: 220px;
    height: 240px;
    float: left;
    margin-left: 15px;
}

.hd_chartbox_small_reports {
    border: 1px solid #f1f1f1;
    width: 220px;
    height: 240px;
    float: left;
    margin-left: 15px;
}


.hd_chartbox_large {
    border: 1px solid #234B6F;
    width: 695px;
    height: 240px;
    float: left;
    margin-left: 10px; 
}

.hd_chartbox_large_reports {
    border: 1px solid #f1f1f1;
    width: 695px;
    height: 240px;
    float: left;
    margin-left: 10px; 
}

.hd_chartheader {
    text-align: left;
    padding: 5px;
    padding-bottom: 0px;
}

.hd_chartholder {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.section_breaker {
    clear: both;
    height: 15px;
    font-size: 13px;
}

.section_breaker_line {
    clear: both;
    border-bottom: 1px solid #234B6F;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.section_breaker_line_top {
    clear: both;
    margin-top: 14px;
    height: 15px;
    border-top: 1px solid #f1f1f1;
}

.section_splitter {
    margin-top: 14px;
    height: 15px;
    border-top: 1px solid #f1f1f1;
}

/* TIPSY APPEARS UPON HOVER OVER A CHART NODE */

.tipsy {
    pointer-events: none;
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: #ffffff;
    color: #ff6600;
    max-width: 300px;
    text-align: center;
}
  
.tipsy-inner {
    border: 1px solid #ff6600;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.tipsy-arrow {
    position: absolute;
    background: url("http://d2kjvmq1hu76hg.cloudfront.net/images/tipsy.gif") no-repeat top left;
    width: 9px;
    height: 5px;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
  
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

/* TABLESORTER */

table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}

table.tablesorter thead tr .header {
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {

}

table.tablesorter thead tr .headerSortDown {

}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

/* AUTOCORRECT */

.sf_suggestion_2{ 
    position:relative;
    text-align: left;
    width: 600px;
    background-color: #ffffff;
    padding-left:10px;
}

.sf_suggestion_2 ul{
    position:absolute;
    margin:0;
    padding:0;
    color:#666666;
    background-color: #ffffff;
    top:0;
    left:0;
    width: 600px;
    text-align: left;
    text-indent: 5px;
}

.sf_suggestion_2 li{
    margin:0;
    padding:0;
    color:#666666;
    background-color: #ffffff;
    list-style:none;
    width: 600px;
    text-align: left;
    text-indent: 5px;
}

.sf_suggestion_2 li a{
    display:block;
    text-indent:5px;
    background-color: #ffffff;
    color:#666666;
}

.sf_suggestion_2 li.selected a{
    color:#335599;
}

/* D3 STYLES */

.link {
    stroke: #ccc;
}

.nodetext {
    pointer-events: none;
    font: 10px sans-serif;
}

span.scloud_size6 {
    font-size: 10pt;
    color: #cccccc;
    font-weight:bold;
    line-height:18pt;    
}
span.scloud_size5 {
    font-size: 13pt;
    color: #cccccc;
    font-weight:bold;
    line-height:18pt;    
}
span.scloud_size4 {
    font-size: 18pt;
    color: #cccccc;
    font-weight:bold;
    line-height:18pt;    
}
span.scloud_size3 {
    font-size: 24pt;
    color: #cccccc;
    font-weight:bold;
    line-height:18pt;    
}
span.scloud_size2 {
    font-size: 36pt; 
    color: #666666;
    font-weight:bold;
    line-height:18pt;    
}
span.scloud_size1 {
    font-size: 48pt;
    color: #ff6600;
    font-weight:bold;
    line-height:18pt;    
}

/* POPUPS */

div.tooltip_sharp {
    display:none;
    position: absolute;
    top: 150px;
    left: 150px;
    background: url("http://d2kjvmq1hu76hg.cloudfront.net/images/hd_overlay.png") transparent no-repeat top left;
    border: 0px solid #234B6F;
    padding:30px 40px 30px 30px;
    width:440px;
    height: 500px;
    font-size:11px;
    color:#666666;
    z-index: 10001;
}

div.tooltip_sharp_mea {
    display:none;
    position: absolute;
    top: 150px;
    left: 150px;
    background: url("http://d2kjvmq1hu76hg.cloudfront.net/images/hd_overlay.png") transparent no-repeat top left;
    border: 0px solid #234B6F;
    padding:30px 40px 30px 30px;
    width:440px;
    height: 500px;
    font-size:11px;
    color:#666666;
    z-index: 10001;
}

div.tooltip_titlebar {
    background:#ffffff;
    border: 1px solid #dddddd;
    padding:10px 0px 10px 0px;
    font-family: arial;
    font-size:12px;
    font-weight: normal;
    color:#ff6600;
    text-align: center;
    margin-bottom: 10px;
}

.tooltip_sharp .datatitle {
    color:#666666;
    font-family: arial;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.tooltip_sharp .label {
    color:#666666;
    font-family: arial;
    font-size: 14px;
    text-align: left;
}

.tooltip_sharp .data {
    color: #666666;
    font-family: arial;
    font-size: 14px;
    text-align: left;
}

div.tooltip_sharp a {
    font-weight:bold;
}

/* Dropdown control */
.selectBox-dropdown {
	width: 150px; /* width = (desired width) - padding-right */
	padding-right: 40px;
	position: relative;
	border: solid 1px #BBB;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#F8F8F8", endColorstr="#E1E1E1", GradientType=0);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	min-width: 150px;
        width: 150px;
	padding: .2em .3em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-label-alt {
	min-width: 150px;
        width: 150px;
	padding: .2em .3em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(http://d2kjvmq1hu76hg.cloudfront.net/images/jquery.selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	width: 100px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

/* SIGNUP FORM */

#plans {
	height: 390px;
	margin-top: 20px;
}

#plans ul {
	margin-left: 5px;
	margin-bottom: 10px;
}

#plans li {
	text-align: left;
	margin-bottom: 5px;
	list-style-image: none;
	display: block;
	clear: both;
}

#plans li span {
	font-size: 16px;
	float: left;
	margin-top: -3px;
}

#plans .free li span {
	color: #726E6E;
}

#plans .lite li span {
	color: #ff6600;
}

#plans .monthly li span {
	color: #ff6600;
}

#plans .annual li span {
	color: #ff6600;
}

#plans .col {
	background-color: #F1F1F1;
	width: 230px;
	margin-right: 1px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#plans .col.monthly {
	background-color: white;
	width: 265px;
	margin-top: -17px;
	-webkit-box-shadow: 0px 0px 20px #707070;
	-moz-box-shadow: 0px 0px 20px #707070;
	box-shadow: 0px 0px 20px #707070;
	position: relative;
	z-index:10;
	padding-top: 0;
	padding-bottom: 0;
}

#plans .col.monthly h3 {
	margin-top: -4px;
	height: 40px;
	line-height: 44px;
}

#plans .col.monthly .border-ie {
	padding-bottom: 25px;
	padding-top: 0;
	border: 1px solid #d0d0d0;
}

#plans .col h3 {
	color: white;
	font: bold 24px arial;
	text-align: center;
	padding: 5px 3px;
	margin: 10px 0;
}

#plans .col img {
}

.free h3 {
	background: #AFAFAF; /* old browsers */
	background: -moz-linear-gradient(top, #AFAFAF 0%, #6C6868 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AFAFAF), color-stop(100%,#6C6868)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#AFAFAF", endColorstr="#6C6868",GradientType=0 );
	display: block;
	color: white;
}

.lite h3{
	background-color: #ff6600;
}
.monthly h3{
	background-color: #ff6600;
}
.annual h3{
	background-color: #ff6600;
}

div.plan-banner .description h3 span.price {
        float: right;
        font-size: 37px;
        padding: 14px;
        position: relative;
        text-shadow: 0 2px 2px #1D1D1D;
}

div.plan-banner {
        height: 365px;
        position: relative;
        width: 959px;
}

div.plan-banner .icon-plan {
        left: 90px;
        position: absolute;
        top: 45px;
}

div.plan-banner .description {
        float: right;
        margin-right: 60px;
        position: relative;
        width: 528px;
}

.description {
        margin-bottom: 30px;
        margin-top: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
}

div.plan-banner .description h3 {
        background: none repeat scroll 0 0 transparent;
        filter: none;
        color: white;
        font-size: 57px;
        font-weight: bold;
        margin: 0 0 30px;
        padding-right: 20px;
        position: relative;
        text-shadow: 0 3px 3px #000000;
        z-index: 1;
}

div.plan-banner .description p {
        color: white;
        font-size: 16px;
        margin-bottom: 50px;
        text-shadow: 0 2px 2px #000000;
}

div.plan-banner .plan-shadow {
        background-position: 0 -50px;
        bottom: -49px;
        height: 50px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
}

div.plan-banner .description h3 span.price {
        float: right;
        font-size: 37px;
        padding: 14px;
        position: relative;
        text-shadow: 0 2px 2px #1D1D1D;
}

div.plan-banner .description h3 .shadow {
        background-color: #000000;
        height: 100%;
        left: 0;
        opacity: 0.14;
        filter: alpha(opacity=14);
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
}

span.price.v2 {
        font-size: 18px !important;
        margin-top: 12px;
}

#plans_2 {
	height: 370px;
}

#plans_2 ul {
	margin-left: 5px;
	margin-bottom: 10px;
}

#plans_2 li {
	text-align: left;
	margin-bottom: 5px;
	list-style-image: none;
	display: block;
	clear: both;
}

#plans_2 li span {
	font-size: 16px;
	float: left;
	margin-top: -3px;
}

#plans_2 .free li span {
	color: #726E6E;
}

#plans_2 .lite li span {
	color: #ff6600;
}

#plans_2 .monthly li span {
	color: #ff6600;
}

#plans_2 .annual li span {
	color: #ff6600;
}

#plans_2 .col {
	background-color: #F1F1F1;
	width: 230px;
	margin-right: 1px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#plans_2 .col.monthly {
	background-color: white;
	width: 265px;
	margin-top: -17px;
	-webkit-box-shadow: 0px 0px 20px #707070;
	-moz-box-shadow: 0px 0px 20px #707070;
	box-shadow: 0px 0px 20px #707070;
	position: relative;
	z-index:10;
	padding-top: 0;
	padding-bottom: 0;
}

#plans_2 .col.monthly h3 {
	margin-top: -4px;
	height: 40px;
	line-height: 44px;
}

#plans_2 .col.monthly .border-ie {
	padding-bottom: 25px;
	padding-top: 0;
	border: 1px solid #d0d0d0;
}

#plans_2 .col h3 {
	color: white;
	font: bold 26px arial;
	text-align: center;
	padding: 5px 3px;
	margin: 10px 0;
}

#plans_2 .col img {
}

#plans_3 {
	height: 270px;
}

#plans_3 .col {
	background-color: #F1F1F1;
	width: 230px;
	margin-right: 1px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#plans_3 .col h3 {
	color: white;
	font: bold 26px arial;
	text-align: center;
	padding: 5px 3px;
	margin: 10px 0;
}

#div_curate {
	padding: 0px;
}

#div_curate .col {
	background-color: #F1F1F1;
	width: 230px;
	margin-right: 1px;
	text-align: center; 
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#div_curate .col h3 {
	color: white;
	font: bold 26px arial;
	text-align: center;
	padding: 5px 3px;
	margin: 10px 0;
}

#div_alert_box {
	padding: 0px;
}

#div_alert_box .col {
	background-color: #F1F1F1;
	width: 230px;
	margin-right: 1px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#div_alert_box .col h3 {
	color: white;
	font: bold 26px arial;
	text-align: center;
	padding: 5px 3px;
	margin: 10px 0;
}

label {
	width: 10em;
	float: left;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

p {
	clear: both;
}

em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}

.ui-widget-header {
	border: 1px solid #ff6600;
	background: #ff6600 url(http://heardable.com/css/custom-theme/images/ui-bg_highlight-soft_0_ffffff_1x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
}	
.ui-dialog .ui-dialog-titlebar-close span {
	color: #ffffff;
}