fieldset {
        border:         none;
        margin:         0;
        padding:        0;
}

a.expHeading {
        display:        block;
        margin:         0;
        padding:        0;
        border:         0;
        list-style:     none;
        font-weight:    normal;
        text-decoration: none;
        color:          #000000;
        padding-left:   25px;
}

.collapsed .expHeading {
        background:     url("../images/icon_plus.png") 0px center no-repeat;
}

.expanded .expHeading {
        background:     url("../images/icon_minus.png") 0px center no-repeat;
}

div.expContent {
}

div.expContent p {
        line-height: 1.5;
}

.collapsed .expContent {
        display:        none;
}

.expanded .expContent {
        display:        block;
}

th.exampleWidth, td.exampleWidth {
        min-width:      3em;
}
