/* Styles to hack barley template using available classes */

/* Top left */
.bbcpageToplefttd a {
text-decoration: none !important;
}

.bbcpageToplefttd a:hover {
text-decoration: underline !important;
}


/* Stripe below banner */
.bbcpageCrumb {
background-color: #b7c67d;
}

.bbcpageGutter {
border-top: #fff solid 10px;
}


/* Services */
td.bbcpageServices {
color: #1c311a;
padding-top: 30px;
}

.bbcpageServices hr {
display: none;
}

.bbcpageServices a {
color: #1c311a !important;
}


/* Footer */
td.bbcpageFooterMargin, td.bbcpageFooterGutter, td.bbcpageFooter {
background-color: #b7c67d;
padding: 10px 0 0;
width: 1px;
}

td.bbcpageFooterMargin img, td.bbcpageFooterGutter img {
width: 1px;
}

td.bbcpageFooter {
color: #fff;
width: 768px;
}

td.bbcpageFooter a, td.bbcpageFooter a:hover {
color: #fff !important;
}

#external-disclaimer-inner {
background-color: #b7c67d;
}

/* firefox table rendering bug fix */
.bbcpageShadow {
float: none;
}