/* 
   This stylesheet is for the knowledge base divs. If you have the knowledge base disabled,
   you don`t need to edit this file.
   Our thanks to dhtml Goodies for providing the necessary free open source code:
   www.dhtmlgoodies.com
*/

.dhtmlgoodies_question { color: #FFF; font-size: 11px; background-color: #006BAD; background-repeat: no-repeat; margin-bottom: 0px; margin-top: 0px; height: 15px; overflow: hidden; cursor: pointer; font-weight: bold; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 25px; background-image: url(../images/question.gif); background-position: left; }
.dhtmlgoodies_question:hover { background-color: #000000; background-image: url(../images/question_o.gif); background-position: left; color: #FFFF00; }
.dhtmlgoodies_answer { background-color: #006BAD; visibility: hidden; height: 0px; overflow: hidden; position: relative; padding: 3px 0px 3px 10px; }
.dhtmlgoodies_answer a { color: #FFFFFF; text-decoration: none; padding: 3px; }
.dhtmlgoodies_answer a:hover { color: #FFFF00; }
.dhtmlgoodies_answer_content { padding: 1px; font-size: 11px; position: relative; }
