/*
    CSS definitions shared across multiple sites.

    All contents (C) 2009, Kevin Monahan. You may use any or all of these definitions
    under the terms of the LGPL.
*/

.floatLeft {
    position: relative; float: left;
}

.floatRight {
    position: relative; float: right;
}

.clearBoth {
    clear: both;
}

.clearBothMinimum {
    clear: both;
    font-size: 1px;
}

.divEnd {
    clear: both;
    font-size: 1px;
}

.hidden {
    display: none;
}

.rdb { border: 1px dotted red; }
.gdb { border: 1px dotted green; }
.bdb { border: 1px dotted blue; }
.kdb { border: 1px dotted black; }
.rsb { border: 1px solid red; }
.gsb { border: 1px solid green; }
.bsb { border: 1px solid blue; }
.ksb { border: 1px solid black; }
.rb { background-color: red; }
.gb { background-color: green; }
.bb { background-color: blue; }
.kb { background-color: black; }
