.content_box {
    font-family: verdana, arial, sans-serif;
    margin-bottom: 8px;
    margin-top: 3px;
    background-color: #ffffff;
    min-height: 0;
}

.content_box a:link {
    text-decoration: none;
    color: #336699;
}

.content_box a:visited {
    text-decoration: none;
    color: #660066;
}

.content_box a:hover {
    text-decoration: none;
    color: #666666;
}

.content_box a:active {
    text-decoration: none;
    color: #000000;
}

.content_box_small {
    font-size: 11px;
}

.content_box_medium {
    font-size: 13px;
}

.content_box_large {
    font-size: 15px;
}

.content_box_head {
    padding: 8px 10px 6px 10px;
    overflow: hidden;
}

img.content_box_head {
    background-color: transparent;
    margin: 3px 5px 0px 0px;
}

.content_box_head_divider {
    margin: 5px 10px 0px 10px;
    border-bottom: solid 1px;
    border-color: #cccccc;
    position: relative;
}

.content_box_head h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0px 0px;
    padding-left: 5px;
    position: relative;
}

.content_box_head h2 .content_box_head_entity {
    font-size: 11px !important;
    font-weight: normal;
    padding-left: 2px;
    vertical-align: top;
}

.content_box_content {
    padding: 2px 10px 6px 10px;
    min-height: 0;
}

.content_box_content h3 {
    margin: 5px 0px;
    padding: 0px;
    font-size: 1em;
}

.content_box_loading {
    background: url(/images/spinner.gif) no-repeat center center;
    padding-top: 50px;
    min-height: 100px;
    /* underscore hack...ignored by all browsers except IE */
    /* IE will see it as height and IE treats height as min-height */
    _height: 100px;
}

.content_box_clear_helper {
    line-height: 1px;
    clear: both;
}

.content_box_content ul {
    margin: 4px 4px 4px 3px;
    padding: 4px 4px 4px 13px;
}

.content_box_disable_bullets ul {
    list-style-type: none;
    margin-left: 0px;
}

.content_box_content li {
    margin: 0 0 6px 0;
    padding: 0 0 0 -3px;
}

.content_box_footer {
    margin: 0px;
    padding: 0px 10px 7px 6px;
    text-align: right;
    clear: both;
}

.content_box_note {
    margin: 3px 5px 10px;
}

.content_box_videos {
    background-color: #ccc;
}

.content_box_rss_fixed .content_box_content {
    height: 200px;
    overflow: hidden;
}

.content_box_rss .content_box_footer, .content_box_rss_fixed .content_box_footer {
    display: none;
}

.rss_content {
    height: 130px;
    overflow: hidden;
    margin: 8px 0px;
    clear: both;
    width: 100%;
}

.content_box_item_icon {
    width: 50px;
    margin-right: 5px;
    float: left;
}

.content_box_item_icon img {
    height: 30px;
    width: 40px;
    border: 1px solid #333;
}

.content_box_item {
    margin-bottom: 10px;
}

.rss_content .content_box_item {
    margin-bottom: 7px;
}

.content_box_item_link {
    display: block;
    float: left;
    width: 75%;
}

.content_box_nav_links {
    margin-bottom: 6px;
    margin-top: 2px;
    clear: both;
}

.content_box_nav_links img {
    border: 0;
    margin-right: 2px;
}

.content_box_nav_links .content_box_all_link {
    float: right;
    font-weight: bold;
    text-align: right;
    clear: both;
}

.content_box_nav_links .content_box_prev_next {
    float: left;
}

/* insights styles */
.content_box_bna_insights h2 {
}

.content_box_bna_insights {
    background-color: #ccc;
}

.hp_insight_byline, .hp_insight_author, .hp_insight_author_pos, .hp_insight_author_org {
    font-family: verdana, arial, sans-serif;
}

.hp_insight_author_info {
    clear: both;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.hp_insight_author_bio {
    position: absolute;
    top: 0px;
    left: 56px;
}

.hp_insight_item {
    clear: both;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 5px;
}

.hp_insight_divider {
    clear: both; 
    width: 100%;
}

.hp_author_img {
    height: 60px;
    width: 50px;
    padding-right: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.insights_app_btn {
    margin-top: 3px;
}
/* end insights styles */
