/* $Id: expander.1.css 267835 2011-03-25 15:47:51Z sponomar $ */
a.expand-handler {
    border-bottom:1px dashed #32CD32;
    text-decoration:none;
}

.expand        .expand-handler .more,
.expand.closed .expand-handler .less {
    display:none;
}

.expand         .expand-handler .less,
.expand.closed  .expand-handler .more {
    display:inline;
}

.expand.closed .expand-body {
    display:none;
}