.o {
    outline: 1px solid #f00; /* quick way to add a debuggy outline (ie6 and ie7 don't understand this - use border instead) */
}

.b {
    border: 1px solid #f00; /* quick way to add a debuggy border (this will affect width of elements so not ideal) */
}

.dev-alert {
    color: #f00 !important; /* alerts developer to any text required for launch */
}

/* typography  */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    width: 960px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: bold;
}

h1 {
    font-size: 20px;
    line-height: 22px;
}

h2 {
    font-size: 13px;
    line-height: 16px;
    color: #2A4D6D;
}

h2.section-heading {
    margin-top: 0;
    font-size: 12px;
    line-height: 10px;
    color: #f68414;
}

h2.section-heading.emphasis {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

h2.section-heading.contact {
    padding: 15px 0 0;
    border: 0;
}

h2.section-heading.emphasis.rss {
    padding-bottom: 10px !important;
}

h2.section-heading a {
    color: #f68414;
    position: relative;
}

h2.section-heading-with-borders {
    font-size: 14px;
    color: #f68414;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;

}

h2.section-heading-with-borders a {
    color: #f68414;
}

h2.section-heading-bg{
    background:#296190;
    color:#fff;
    font-size: 12px;
    line-height: 20px;
    margin:0;
    padding:5px 10px;
}

h2 a {
    color: #2a4d6d;
}

h3 {
    font-size: 12px;
    color: #2a4d6d;
}

h3.caption {
    text-align: center;
}

h4 {
    font-size: 12px;
}

p, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
    margin: 5px 0;
}

p {
    line-height: 18px;
}

a {
    color: #368ed8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #02A7DE;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* end typography */

/* general stuff  */
.hidden {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-both {
    clear: both;
}

.top_margin {
    margin-top: 10px !important;
}

.body-list {
    margin-bottom: 0;
}

.body-list li a {
    background-image: url( ../images/bullet.jpg );
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 11px;
}

.body-list li a:hover {
}

.related-files,
.related-links,
.related-videos,
.related-audio{
    margin-bottom:20px;
}

.related-files li{
    line-height:20px;
}

.related-files li a{
    display:block;
    background-repeat: no-repeat;
    background-position: left top;
    padding:0 0 0 20px;
}

.related-files li.rel-default a {
    background-image: url( ../images/document.png );
}

.related-files li.rel-pdf a {
    background-image: url( ../images/document-pdf.png );
}

.related-files li.rel-excel a {
    background-image: url( ../images/document-excel.png );
}

.related-files li.rel-powerpoint a {
    background-image: url( ../images/document-powerpoint.png );
}

.related-files li.rel-word a {
    background-image: url( ../images/document-word.png );
}

.related-videos li{
    margin-bottom:10px;
}

.related-videos li .player{
    display:block;
    width:220px;
    height:124px;
    margin:0 0 2px 0;
}

.related-audio li{
    margin-bottom:10px;
}

.related-audio li a.player{
    display:block;
    width:220px;
    height:30px;
    margin:0 0 2px 0;
}

.bold {
    font-weight: bold;
}

.bottom {
    margin-bottom: 0 !important;
}

.article-summary {
    color: #999;
    font-style: normal;
    padding-bottom: 10px;
}

/* end general stuff */

/* main containers */

#header {
    height: 295px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

#footer {
    clear: both;
}

/* hides the e-paper search box from the footer */
#footer #search-box {
    display: none;
}

/* end main containers */

/* header */

#page-tools {
    position: relative;
    border-bottom: 1px solid #296190;
    padding-bottom: 3px;
}

#part1 {
    float: left;
    margin: 0 0 0 10px;
}

#part1 li {
    float: left;
    color: #f68414;
    margin: 0;
    margin-left: 5px;
    padding: 0;
}

#part1 li.first {
    border: none;
}

#part1 li a {
    color: #666;
    text-decoration: none;
    border-left: 1px solid #666;
    padding-left: 5px;
}

#part1 li a:hover {
    text-decoration: underline;
}

#part2 {
    float: right;
    margin: 0;
}

#part2 li {
    float: left;
}

#part2 li a {
    text-decoration: none;
    border-right: 1px solid #235884;
    padding: 0 5px;
}

#part2 li.last a {
    border: none;
}

#part2 li a:hover {
    text-decoration: underline;
}

#part2 li a#rss,
#part2 li a#twitter,
#part2 li a#linkedin {
    text-indent: -9999px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 16px;
    margin-top: -1px;
    margin-bottom: 2px;
}

#part2 li a#rss {
    background-image: url( ../images/feed.gif );
}

#part2 li a#twitter {
    background-image: url( ../images/twitter.gif );
}

#part2 li a#linkedin {
    background-image: url( ../images/linkedin.gif );
}

#header-adverts {
    height: 110px;
    padding: 10px 5px;
}

#banner-728-90 {
    width: 728px;
    height: 90px;
    float: left;
}

#banner-207-90 {
    width: 207px;
    height: 90px;
    float: left;
    margin-left: 10px;
}

#title-bar {
    position: absolute;
    left: 0;
    top: 132px;
    height: 70px;
    width: 960px;
    background-color: #296190;
}

#title-bar h1 {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 192px;
    height: 39px;
    margin: 0;
    background-image: url( ../images/logo.gif );
    background-repeat: no-repeat;
    background-position: left top;
}

#brand-LLA #title-bar h1 {
    width: 280px;
    height: 39px;
    background-image: url( ../images/logo-lla.gif );
}

#title-bar h1 a {
    text-indent: -9999px;
    display: block;
    width: 192px;
    height: 39px;
    margin: 0;
}

#brand-LLA #title-bar h1 a{
    width: 280px;
}

#title-bar #skyline {
    position: absolute;
    top: 0;
    left: 320px;
    width: 300px;
    height: 70px;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: left top;
}

.skyline-blockquote {
    display: inline-block;
    color: #f68414;
    margin: 5px 0 0 90px;
    line-height: 14px;
}

.cite {
    padding: 0;
    color: #fff;
    line-height: 14px;
}



#title-bar #skyline a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 70px;
}

#title-bar #skyline a span {
    display: none;
}

#title-bar #search {
    position: absolute;
    left: 640px;
    top: 0;
    height: 70px;
    width: 320px;
    background-color: #2d73ae;
}

#title-bar #search form {
    margin: 20px 10px 10px 20px;
}

#title-bar #search form label {
    display: none;
}

#title-bar #search form #search_text {
    width: 228px;
    border: 1px solid #b2c4d5;
}

#title-bar #search form #search-submit {
    background-color: #f68414;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    width: 27px;
    display: block;
    padding: 0 0 2px;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 20px;
}

#title-bar #search form a {
    color: #fff;
    display: block;
    margin-top: 5px;
}

/* Main Navigation */
#header ul.level1 {
    position: absolute;
    top: 202px;
    left: 0;
    height: 60px;
    width: 960px;
    background-color: #368ed8;
    margin: 0;
    line-height: 28px;
    text-transform: uppercase;
}

#header ul.level1 li {
    float: left;
}

#header ul.level1 li a {
    color: #fff;
    display: block;
    height: 30px;
    text-decoration: none;
    padding: 0 20px;
    text-transform: uppercase;
}

#header ul.level1 li a:hover {
    background-color: #224C72;
}

#header ul.level1 li ul {
    position: absolute;
    left: 0;
    top: 30px;
    height: 30px;
    width: 960px;
    background-color: #224d71;
    margin: 0;
    display: none;
}

#header ul.level1 li ul li a {
    text-transform: capitalize;
}

#header ul.level1 li.selected ul {
    display: block;
}

#header ul.level1 li.selected ul a:hover {
    background: #2d73ae;
    color: #fff;
}

#header ul.level1 li.selected ul a.selected {
    color: #fff;
}

#header ul.level1 li.selected {
    background: #224c72;
}

#header ul.level1 li ul li {
    float: left;
}

#header ul.level1 li ul li a {
    color: #368ED8;
    display: block;
    height: 30px;
    text-decoration: none;
    padding: 0 15px;
}

.nav-apps span {
    color: #F68414;
    font-size: 8px;
    font-weight: bold;
    line-height: 23px;
    margin-left: 3px;
    text-transform: none;
    vertical-align: bottom;
}

#highlights {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    width: 960px;
    height: 32px;
}

#highlights h2 {
    float: left;
    color: #f68414;
    font-size: 12px;
    text-transform: uppercase;
    margin: 8px 5px 10px 10px;
}

#highlights ul {
    margin: 9px 0;
    float: left;
}

#highlights ul li {
    float: left;
}

#highlights ul li a {
    margin: 5px;
    font-weight: normal;
}

#highlights ul li a:hover {
}

/* sign-posting */

#sign-post {
    width: 960px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    height: 32px;
}

#sign-post.posidonia-event {
    background: url(../images/posidonia-sign-post-image.jpg) no-repeat right top;
}

#sign-post h1 {
    color: #2d73ae;
    font-size: 20px;
    margin: 5px 0 5px 10px;
    font-family: Helvetica, Arial, sans-serif;
}

.sign-up-link {
    color: #fb7d04;
    float: right;
    margin: 8px 10px 5px 0;
    font-weight: normal;
}

/* end sign-posting */

/* end header */

/* footer */

#footer {
    background-color: #e4e4e4;
}

#footer div {
    background-color: #368ed8;
    position: relative;
}

#footer div p {
    color: #333;
    float: left;
    margin-left: 10px;
}

#footer div ul {
    float: right;
    margin-top: 7px;
    margin-right: 80px;
}

#footer div ul li {
    float: left;
}

#footer div ul li a {
    color: #fff;
    padding: 20px;
}

#footer div img {
    position: absolute;
    top: 10px;
    right: 20px;
}

#footer #footer-nav,
    #footer .footer-nav {
    margin: 10px;
}

#footer #footer-nav li,
    #footer .footer-nav li {
    float: left;
    width: 128px;
    padding-right: 6px;
}

#footer #footer-nav li a,
    #footer .footer-nav li a,
    #footer #footer-nav li a,
    #footer .footer-nav li span {
    font-weight: bold;
    display: block;
    color: #368ed8;
}

#footer #footer-nav li ul,
    #footer .footer-nav li ul {
    margin: 10px 0 0 0;
}

#footer #footer-nav li ul li,
    #footer .footer-nav li ul li {
    margin: 3px 0;
}

#footer #footer-nav li ul li a,
    #footer .footer-nav li ul li a {
    font-weight: normal;
    display: block;
}

#footer p#disclaimer {
    margin: 0;
    padding: 10px;
    background-color: #368ed8;
    color: #fff;
}

/* end footer */

/* page elements */

.section-feed h2 {
    margin-top: 0;
}

.section-feed h3 a {
    color: #f68414;
}

.section-feed img {
    float: left;
    margin-bottom: 8px;
    height: 65px;
}

.section-feed img.wide {
    width: 300px;
}

.section-feed ul {
    margin-bottom: 0;
}

.section-feed ul li {
    border-bottom: 1px solid #ccc;
}

.section-feed ul li.first-no-furniture {
    border-bottom: 0;
}

.section-feed ul li p {
}

.section-feed ul li a {
    display: block;
    line-height: 15px;
    padding: 5px 0;
    font-weight: bold;
}

.section-feed ul li a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

.sub-stories {
    margin-bottom: 0;
}

.sub-stories li {
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
    margin-bottom: 10px;
}

.sub-stories li.last {
    margin-bottom: 0;
}

.sub-stories li h2 {
    margin-top: 0;
}

.sub-stories li h2 a {
    color: #3e92ce;
}

.sub-stories li img {
    width: 105px;
    height: 65px;
    float: left;
    margin-right: 10px;
}

/* second column for special reports */
.column-two {
    margin-top: 6px;
}

.sub-stories.special-report li img {
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
}

.sub-stories.special-report li {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.story-medium-no-pic {
    margin-bottom: 0;
}

.story-medium-no-pic li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.story-small {
    margin-top: 0;
}

.story-small img {
    float: left;
    margin: 0 10px 10px 0;
}

.story-small h3 {
    clear: left;
}

.story-small li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.story-small li.last {
    border: 0;
}

.story-small li a {
}

/* link lists */

.two-col-links-list {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.two-col-links-list li {
    float: left;
    width: 150px;
    border-top: 1px solid #ccc;
    margin: 0;
}

.two-col-links-list li a {
    display: block;
    padding: 5px;
}

.two-col-links-list li a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

.one-col-links-list {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.one-col-links-list li {
    float: left;
    width: 300px;
    border-top: 1px solid #ccc;
    margin: 0;
}

.one-col-links-list li a {
    display: block;
    padding: 5px;
}

.one-col-links-list li a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

/* end link lists */

/* article toolbar  */

#article-toolbar {
    height: 27px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#article-toolbar li {
    float: left;
    margin: 5px;
}

#article-toolbar li a.send {
    background-image: url( ../images/send.gif );
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#article-toolbar li a.print-article {
    background-image: url( ../images/print.gif );
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#article-toolbar li a.email {
    background-image: url( ../images/email.gif );
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#article-toolbar li.add-this {
    float: right;
    margin-right: 3px;
}

/* end article toolbar  */

/* article metadata  */

#article-metadata {
}

#article-metadata li {
    float: left;
    margin: 5px 5px 5px 0;
}

#article-metadata li.rss-link,
    #article-metadata li.sector-link,
    #article-metadata li.back-to-asia-link{
    position: relative;
    top: 5px;
    color: #333;
    float: right;
    margin: 0;
}

#article-metadata li.back-to-asia-link{
    position: relative;
    top: 5px;
    float: right;
    margin: 0 10px 0 0;
    line-height:18px;
    font-weight:700;
    font-size:11px;
}

#article-metadata li.rss-link {
    padding-left: 10px;
    width: 16px;
}

#article-metadata li.sector-link {
    position: relative;
    top: 6px;
    background: #fff url( ../images/sector-left.gif ) no-repeat left 1px;
    padding: 0 0 0 5px;
    line-height: 18px;
    height: 18px;
}

#article-metadata li.sector-link a {
    display: inline-block;
    padding: 0 5px 0 0;
    line-height: 18px;
    text-transform: uppercase;
    color: #666;
    text-decoration: none;
    font-size: 11px;
    height: 18px;
    float: left;
    background: url( ../images/sector-right.gif ) no-repeat right 1px;
}

#article-metadata li.sector-link a:hover {
    color: #000;
}

/* end article metadata  */

/* mpu */

.ad-mpu img,
    .ad-mpu object,
    .ad-mpu embed {
    vertical-align: bottom; /* removes annoying gap between div and ad */
}

/* e-paper / lse pdf */

.e-media {
    background-color: #dbdbdb;
    text-align: center;
}

.e-media h3 {
    margin: 10px;
    float: left;
    display: inline;
    text-align: left;
}

.e-media a.e-media-image-link {
    clear: both;
    display: block;
    width: 200px;
    height: 300px;
    margin-left: 10px;
    background: #fff url( ../images/carousel_bg.jpg ) no-repeat left top;
}

.e-media a img {
    vertical-align: top;
}

.e-media ul {
    margin: 10px;
}

.epaper ul li {
    width: 192px;
    line-height: 10px;
}

.e-media ul li.first {
}

.e-media ul li a {
    width: 192px;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0 0 1px;
}

.e-media ul li a:hover {
    text-decoration: none;
    border: 1px solid #999;
}

#form_button {
    border: none;
    background-color: #f78515;
    font-weight: bold;
    padding: 3px;
    color: #fff;
    float: right;
    clear: both;
}

.hr {
    clear: both;
    border-top: 1px solid #fff;
    margin: 10px 0 10px 0;
}

.hr hr {
    display: none;
}

.key-line {
    border-top: 1px solid #ccc;
    margin: 5px 0 5px 0;
}

.key-line hr {
    display: none;
}

/* used when we have nested grid elements - and therefore get double margins */
.last-in-row {
    margin-bottom: 0;
}

.top-in-sidebar{
    margin-top: 24px;
}

ul.furniture-link-list {
    width: 220px;
    float: left;
    margin-bottom: 0;
}

ul.market-data-links {
    width: 300px;
}

ul.furniture-link-list li.first {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

ul.furniture-link-list.imarex li.first {
    border-top: 0;
    margin-top: 0;
}

ul.furniture-link-list li {
    border-bottom: 1px solid #ccc;
}

ul.furniture-link-list li a {
    display: block;
    line-height: 15px;
    padding: 5px 0;
    font-weight: bold;
}

ul.furniture-link-list li a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

.checkbox {
    position: relative;
    left: 200px;
}

.errors {
    color: #c00;
}

.form-error {
    color: #c00;
    margin-left: 10px;
}

.number-of-docs {
    color: #999;
}

ul.news.story li {
    padding-top: 0 !important;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc !important;
    width: 100%;
    float: left;
    min-height: 75px;
}

ul.news.story li p {
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.market-news.story li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc !important;
    width: 100%;
    float: left;
}

ul.market-news.story li.list-item {
    margin: 0;
    padding: 0;
    height: auto;
}

ul.market-news.story li.list-item a {
    display: block;
    padding: 5px 0;
    margin: 0;
    font-weight: bold;
}

ul.market-news.story li.list-item a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

ul.news.story li.last,
    ul.market-news.story li.last {
    border-bottom: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news.story img,
    .market-news.story img {
    float: left;
    margin: 4px 10px 0 0;
    width: 105px;
    height: 65px;
    background: url(../images/news-story-bg.gif) no-repeat left top;
}

.results-found span,
    .results-found a {
    padding: 0 3px 0 3px;
    font-weight: bold;
}

.results-found span {
    color: #333;
}

.center {
    text-align: center;
}

.default-sector-image {
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f5f5f5;
    margin-bottom: 8px;
}

.article {
    width: 620px;
    float: left;
    clear: both;
}

.with-small-square img {
    float: left;
    margin: 5px 5px 5px 0;
}

.with-small-square p {
    float: left;
    margin: 0;
}

.grid_5 .with-small-square p {
    width: 270px;
}

.grid_4 .with-small-square p {
    width: 190px;
}

.article-footer {
    clear: both;
}

/* RSS feed */

.rss-image {
    float: right;
}

.rss-feed {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    background: #fff url( ../images/feed.png ) no-repeat left top;
}

.rss-feed span {
    display: none;
}

/* static pages */

/* static-01.jsp - filter static page styling based on unique section name */

.static h1, .static h2, .static h3, .static h4, .static h5, .static h6 {
    margin-top: 10px;
    color: #368ed8;
}

.static h1 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.static h2 {
    font-size: 18px;
}

.static h3 {
    font-size: 16px;
}

.static h4 {
    font-size: 14px;
}

.static h5 {
    font-size: 14px;
}

.static h6 {
    font-size: 12px;
}

.static ul {
    list-style-type: disc;
    margin: 10px;
    padding-left: 10px;
}

.static ol {
    list-style-type: decimal;
    margin: 10px;
    padding-left: 10px;
}

.static table th,
    .static table td {
    padding: 5px;
}

h2.page-group-header {
    color: #fff;
    background: #ccc;
    font-size: 14px;
    padding: 7px 0 7px 10px;
    margin: 10px 0 0;
}

h2.page-group-header a.top-link {
    float: right;
    font-weight: normal;
    margin-right: 10px;
}

#side-content {
    margin-top: 36px;
    border-top: 1px solid #ccc;
}

#side-content h2 {
    font-size: 12px;
    margin: 20px 0 10px 0;
}

.contact {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px;
}

.contact .position {
    font-weight: bold;
    color: #333;
    padding-left: 10px;
}

.contact .name {
    font-weight: bold;
    color: #000;
}

/* end - static pages */

/* error page */

#four-zero-four-box {
    background: #d5e3ee;
    margin: 20px 0 20px 0;
}

#four-zero-four-box h1 {
    color: #224d70;
    font-size: 18px;
    margin: 20px 20px 20px 80px;
}

#four-zero-four-box p {
    color: #224d70;
    margin: 10px 20px 10px 80px;
}

.go-back {
    cursor: pointer;
}

/* end - error page */

.email-sign-up {
    background: #296190;
    height: 240px;
    padding: 0;
    text-align: right;
}

.subscribe-sign-up {
    background: #296190 url(../images/teaser_subscribe_to_ll_base.jpg) no-repeat left bottom;
    height: 109px;
    padding: 0;
    text-align: right;
}

.email-sign-up .email-sign-up-banner {
    display: block;
    width: 380px;
    height: 211px;
    background: #296190 url( ../images/signed-out-email.jpg ) no-repeat left top;
    margin-bottom: 3px;
}

.subscribe-sign-up .subscribe-sign-up-banner {
    display: block;
    width: 620px;
    height: 80px;
    background: #296190 url( ../images/teaser_subscribe_to_ll.jpg ) no-repeat left top;
    margin-bottom: 3px;
}

.email-sign-up.signed-in .email-sign-up-banner {
    background: #296190 url( ../images/signed-in-email.jpg ) no-repeat left top;
}

.email-sign-up .email-sign-up-banner span,
.subscribe-sign-up .subscribe-sign-up-banner span {
    display: none;
}

a.email-sign-up-button,
a.subscribe-sign-up-button {
    background-color: #f68414;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    width: 100px;
    height: 21px;
    line-height: 21px;
    padding: 3px;
    margin-right: 3px;
    cursor: pointer;
}

a.email-sign-up-button:hover,
a.subscribe-sign-up-button:hover {
    text-decoration: none;
    color: #fff;
}

ul.region-articles {
    margin-bottom: 10px;
}

.related-news {
    background: url( ../images/bullet.jpg ) no-repeat 0 4px;
    padding: 0 0 5px 10px;
}

.download-pdf-link {
    display: block;
}

/* candy cane 'busy' indicator
   supplemented by jQuery */

#candy-box {
    display: block;
    height: 10px;
    min-height: 10px;
}

#candy,
#candy-unsubscribe,
#candy-casualty,
#candy-market-data,
#candy-tracker {
    width: 198px;
    height: 8px;
    line-height: 8px;
    background-image: url(../images/candy_strip.gif);
    background-repeat: repeat-x;
    border-style: solid;
    border-color: #999;
    border-width: 1px;
    margin: 0;
    float: left;
}

#candy-unsubscribe {
    clear: both;
}

#candy-casualty,
#candy-market-data {
    height: 8px;
    line-height: 8px;
    width: 80px;
}

#candy-tracker {
    width: 178px;
    margin: 13px 0 12px 0;
}

.cont{
    clear:both;
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

.media-player{
    margin:18px 0;
}

.media-player .player{
    display:block;
    width:620px;
    height:349px;
}

#featured-video .media-player{
    margin:0;
}

.playlist{
    clear:both;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    line-height:18px;
    width:100%;
}

.playlist li{
    margin:0 0 15px 20px;
    float:left;
    display:block;
    position:relative;
    width:140px;
}

.playlist li.first-in-row{
    margin:0 0 18px 0;
    clear:both;
}

.playlist li h3{
    margin:0;
    padding:0;
    line-height:18px;
}

.playlist a{
    text-decoration:none;
    display:block;
    margin:0;
    padding:79px 5px 5px 5px;
    position:relative;
    width:130px;
}


.playlist a:hover{
    background:#ebf5fa;
}

.playlist a img{
    margin:0;
    padding:0;
    position:absolute;
    height:79px;
    width:140px;
    left:0;
    top:0;
}

.playlist .play{
    margin:0;
    padding:0;
    position:absolute;
    height:79px;
    width:140px;
    left:0;
    top:0;
    text-indent:-9999px;
    background:url("../images/bg-play.png") no-repeat top left;
    display:none;
}

.playlist .audio .play{
    background-position:bottom;
}

.playlist a:hover .play{
    display:block;
}

.playlist .media-icon{
    margin:0;
    padding:0;
    position:absolute;
    height:19px;
    width:19px;
    left:0;
    top:0;
    text-indent:-9999px;
    background:url("../images/media-icons.png") no-repeat top left;
}

.playlist .audio .media-icon{
    background-position:bottom;
}

.fixed-list{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}

.fixed-list-noborder{
    border:none;
}

.fixed-list ul.news.story li{
    min-height:20px;
}

.half-bottom{
    margin-bottom:20px;
}

.country-box{
    padding:5px 10px;
    background:#eee;
}

.country-box select{
    margin-bottom:10px;
}

.newsletter-box{
    padding:10px;
    background:#eee;
    color:#f68414;
    font-weight:700;
}

.newsletter-box a{
    color:#f68414;
}

.nice-top-margin{
    margin-top:10px;
}

.module-no-bottom-margin{
    margin-bottom:0;
}

#exhibition_grid_4 {
    margin-top: 10px;
}

#footer-adverts {
    margin-top: 10px;
}

.widget-twitter {
    background: url("../images/twitter-bg.jpg") no-repeat scroll center top #5F5F5F;
    color: #FFFFFF;
    padding: 8px 12px 4px;
}
.widget-twitter .widgettitle {
    background: url("../images/twitter-box-logo.png") no-repeat scroll 0 10px transparent;
    height: 50px;
    margin: 0 0 28px;
    text-indent: -9999px;
}
.widget-twitter .timesince {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

ul.tweets{
    margin: 0;
    padding: 0;
}

ul.tweets li{
    padding: 1px 0;
    list-style: none outside none;
    margin-bottom: 10px;
    text-align: left;
}

ul.tweets li a{
    color: #368ED8;
    text-decoration: none;
    background: none;
    border:none;
    margin: 0px;
    padding: 0px;
    width:auto;
}

#dp-twitter-widget-3 h3{
    clear: both;
    float: none;
    border: none;
    padding: 0;
    outline: 0 none;
    vertical-align: baseline;
    list-style:none outside none;
    display: list-item;
}

#text-3 {

    margin: 0;
}

#text-3 li{
    background: none repeat scroll 0 0 #333333;
    height: 14px;
    padding: 12px;
}

#text-3 a {
    background: url("../images/follow-me.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 20px;
    text-indent: -9999px;
    width: 150px;
    margin: 0;
    padding: 0;
    border: none;
}

.textwidget{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

#footer-nav #event-static-link, #footer-nav #directories-static-link {
    padding-top: 20px;
}

#temp-advert1 {
    padding-top: 15px;
}

#temp-advert1 span{
    margin-top: 5px;
}

#temp-advert1 h2 {

}

#temp-advert1 img {
    margin-top: 2px;
}

#temp-advert1 a {
}

#topic-related-video ul li .player {
    float: left;
    margin: 0 10px 2px 0;
}

#topic-title, .video_item, .pdf-item {
    border-bottom: 1px solid #CCC;
    overflow: auto;
    margin-bottom:10px;
}

#topic-title h1, #topic-title p, .video_item p {
    margin-bottom: 10px;
}

.topic-head-image {
    margin: 0 10px 10px 10px;
}

.video_item h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom:7px;
}

.video_item p {
    margin-top: 10px;     
}

.pdf-item h3 {
    display: none;
}

.pdf-item {
    padding-bottom: 10px;
}

.video_item .media-player { margin:0 }
.video_item { margin-bottom:12px }
.topic-related-stories { overflow: auto; }
#topic-related-video ul li { overflow:visible; border-bottom: 1px solid #CCC; margin-bottom:10px; padding-bottom: 10px; }
#topic-related-video .player { overflow:visible; }
.twitter-feed { background:#5F5F5F url('../images/twitter-bg.jpg') top no-repeat; color: white; margin:20px 0; clear: both; }
.twitter-feed h2 { height:30px; background:transparent url('../images/twitter_logo.png') no-repeat 10px 10px; text-indent:-9999px}
.hashtag { font-size:16px; padding: 0 0 10px 10px; height:50px }
.tweets li { padding: 4px 10px !important }
.follow-us { background: #333333 url('../images/follow-me.png') no-repeat 10px 10px; display:block; padding: 10px; text-indent:-9999px }
.topic #header { height:275px }
.topic .poll { background:#ccc; min-height:150px; }
.topic .poll h2, .topic .poll p, .topic .poll h3 { margin:10px }
.topic #poll-bar-png-path { display:none }
.topic #vote-container .voteOptions { display:block; padding:0 10px; height:20px }
.topic #vote-container .voteOptions input { float:left }
.topic #vote-container .voteOptions label { margin-left:6px; position:relative; top:5px;  }
.topic .poll #submitPoll { background-color: #F68414; border: medium none; color: #FFFFFF; display: inline; float: left; font-size: 13px; font-weight: bold; height: 21px; width: 60px; margin:10px }
.topic .poll #submitPoll:hover { cursor:pointer; }
.topic #vote-container { padding: 0 10px 0; min-height: 75px; }
.topic #ajax-msg { display: none; }
.topic div.quick-vote-box { display: block; padding: 0; }
.topic .poll .noVoteOptions { display: inline-block; color: #333; font-size: 12px; line-height: 13px }
.topic .section-heading { margin-top:15px }

.video-thumbnail { display:inline-block; position:relative; float:left }
.video-thumbnail .watch { position: absolute; right: 10px; top: 39px; text-indent: -5000px; width: 30px; height: 30px; background: #F5F6F6 url('../images/watch.gif') no-repeat 0 0;  }
.video-thumbnail .on-hover { background-position: -30px }

.tableauPlaceholder{
}

ul.news.story li.external-related-link{
  min-height: 0;  
}

ul.news.story li.external-related-link p{
    color: #666666;
    font-weight: bold;
}

ul.news.story li.external-related-link p.terms{
    color: #333333;
    font-weight: normal;
}

ul.news.story li.external-related-link a.related-news{
    font-weight: normal;
}

.mp4downloader_btnForIFrame {
    display: none;
}
