/* This css file contains the css style info for the FAQ page when the browser  */
/* has javascript disabled or common styles that are independent of javascript. */

/* hide the show & hide all answers buttons when javascript is disabled */
#button-top, #button-bottom {
    position: absolute;
    visibility: hidden;
}

/* zero DDs and DTs padding and margins */
#faq-dl dd, #faq-dl dt {
    margin: 0;
    padding: 0;
}

/* margins for the DT questions */
#faq-dl dt {
    margin: 16px 20px 16px 0;
}

/* format for the DT questions when javascript is disabled */
#faq-dl dt {
    padding-left: 20px;
}

/* format for the DD answers */
#faq-dl dd {
    margin: -8px 20px 20px 30px;
    padding: 3px 10px;
}
