<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*$Id: bc_article.css 37289 2010-04-28 15:20:35Z david $ */

@import url(/css/0.1/screen/common/global.css);
@import url(/css/app/bcvideo/common.css);

#shell {
    width: 318px;
    height: 360px;
}

div.bc_linkContainer {
    background-color: #fff;
    height: 30px; /* ie6 */
}
div.bc_videoLink {
    float: left;
    display: inline;
    margin: 8px 0 0 3px;
    font: bold 12px georgia,times,serif;
}
div.bc_videoLink a {
    color: #000;
}
div.bc_MoreMultimediaLinks {
    float: right;
    display: inline;
    margin: 10px 3px 0 0;
    font-size: 10px;
    font-family: arial,helvetica,sans-serif;
}
#bc_articleInfo {
    margin: 0 3px;
    padding: 5px;
    border: 1px solid #aaa;
    border-top: none;
    height: 90px;
}

/* Set dimensions on Flash player to stop elements from jumping around */
#bc_player {
    height: 228px;
    width: 318px;
}

/*sharetools - OPEN panel*/
#bc_share {
    width: 290px;
    height: 318px;
    top: 33px;
    left: 3px;
}
#bc_share h3.sharethis {
    padding-top: 5px;
}
#bc_share .closeButton {
    top: 12px;
}
#bc_share .story {
    margin-bottom: 10px;
}
#bc_share .story #videoName {
	width: 207px;
}
#shareMenu #shareList li {
    width: 90px;
}
.toolsList .embeds #video_permalink,
.toolsList .embeds #embed_code {
    width: 284px;
}
.toolsList .embeds {
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.toolsList .embeds label {
    padding: 10px 0 6px 0px;
}

</pre></body></html>