.topMargin {
    margin-top:16px;
}
.bottomMargin {
    margin-bottom:16px;
}
.bottomMargin.smaller {
    margin-bottom:7px;
}
.noMargin {
    margin: 0px;
}
.noRightMargin {
    margin-right: 0px;
}
.noBorder {
    border: 0px none transparent;
    border-top: 0px none transparent;
    border-right: 0px none transparent;
    border-bottom: 0px none transparent;
    border-left: 0px none transparent;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight:    bold;
}
.underline {
    text-decoration:    underline;
}
.hideDisplay {
    display:    none;
    visibility:    hidden;
}
span.lock img:hover {
    text-decoration: none;
}
span.lock img {
    border: none !important;
    float:  none !important;
    clear:  none !important;
    margin: 0px !important;
}
