/* 
   TicketDesk Pro
   Stylesheet - Knowledge Base
   
   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: #0158a7;
	font:normal 15px/18px Arial, Helvetica, sans-serif;
	background:#f7f7f7 url('../images/faq_question.gif') 3px 5px no-repeat;
	width: 99%;
	margin-bottom: 2px;
	margin-top: 5px;
	padding: 5px 5px 5px 25px;
	border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  overflow: hidden;
	cursor: pointer;
}
.dhtmlgoodies_answer {
  border: 1px solid #DAE8F0;
	background-color: #EAEAEA;
	width: 99%;
  visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
	padding: 3px 0px 3px 2px;
    
}
.dhtmlgoodies_answer a {
  color: #0000ff !important;
  text-decoration: underline;
  font-size: 13px;
  font-family: Arial, Helvetica;
  line-height: 145%;
}
.dhtmlgoodies_answer a:hover {
  text-decoration: none;
  color: #000000 !important;
}
.dhtmlgoodies_answer_content {
  padding: 1px;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	position: relative;
}
.dhtmlgoodies_answer_content a {
  color: #444444;
  padding-left: 15px;
  background: none url('../images/faq_cat_arrow.gif') no-repeat center left;
}
.faqCell {
  border-top: none;
  padding:2px;
}
.faqWindowTable {
  border: 1px solid #DDD;
  padding: 5px;
  background-color: #F7F7F7;
  color: #999;
}
.faqQuestion {
  font:bold 15px/18px Arial, Helvetica, sans-serif;
	color:#0158a7;
  border: 1px solid #DDD;
  background-color: #F6F6F6;
  padding: 5px;
}
.faqAnswer {
  font:normal 15px/18px Arial, Helvetica, sans-serif;
	color:#444444;
	border:none;
	padding:3px;
	margin-top:3px;
}
.faqFooter {
  font:italic 12px/15px Arial, Helvetica, sans-serif;
  border: none;
  background-color: #F7F7F7;
  padding: 5px;
}
