/* 
    Document   : plugin_faq.css
    Created on : 06.10.2009, 10:22:28
    Author     : Bernd.Niehues
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.faq-question {
    background-color: #93c2e6;
    border: 1px solid #ffffff;
    padding: 5px;
    color: #000000;
}

    div.faq-question a  {
        color: #000000 !important;
        text-decoration: none;
    }



div.faq-answer {
    background-color: #cddef6;
    border: 1px solid #ffffff;
    padding: 5px;
}

