/* 
   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: inherit;
	background-image: url('../images/kbase_bg.gif');
	background-repeat: no-repeat;
	width: 99%;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	height: 15px;
  overflow: hidden;
	cursor: pointer;
}
.dhtmlgoodies_answer {
  border: 1px solid #93a050;
	background-color: #F0F6FF;
	width: 99%;
  visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
	padding: 3px 0px 3px 2px;
}
.dhtmlgoodies_answer_content {
  padding: 1px;
	font-size: 11px;
	position: relative;
}
