
code { font-family: Courier, monospace; color: #006600; font-size: 65%; }

/* For testing; add a bright background
.clearfix { _height:1%; overflow:auto; background:lime } */ .clearfix { overflow :auto; } * html .clearfix { height:1%; }
#bodyContent div.leftright { margin:0; padding:0; }
#bodyContent div.leftright div.left { float:left; margin:0; padding:0; }
#bodyContent div.leftright div.right { float:right; margin:0; padding:0; }
.submitbutton {
    font-weight:bold;
    background:url("/apps/biodiversity/threatened/sprat/images/button.png")
        repeat;
    padding:0.1em 0.1em; margin:0.1em 0.1em 0 0;
    background-color:#B9B9B9;
}
.submitbutton:focus { background:white; }

.bold { font-weight: bold; }
.caption { font-weight: bold; margin: 0 0.5em 0 0.5em; }
.center { text-align: center; }
.centre { text-align: center; }
.clear { clear: right; clear: left; }
.cw { font-family: Courier, monospace; }
.imperative { font-style:italic; font-size: 120%; color:red; }
.italic { font-style: italic; }
.larger { font-size: 115%; }
.left { text-align: left; }
.middle { vertical-align: middle; }
.noborder { border-style: none; }
.nowrap { white-space: nowrap; }
.numeric { text-align: right; }
.right { text-align: right; }
.smaller { font-size: 85%; }
.tight { width: 1%; }
