/* FAQ page */

.faq_post {
    background: #dff3ff;
    margin-top: 5px;
    padding: 3px 10px 3px 15px;
}



.faq_category_questions, .faq_answer, #faqHideAllHandler {
	display: none;
}

.faq_category_questions ul{
	margin:0;
	padding:0 0 0 15px;
}
.faq_category_questions ul li{
	list-style-type:decimal;
}

.faq_answer {
  padding: 0 0 0 0px;
}


.faq_category_link {
    color: #2998d8;
    font-weight: bold;
    font-size: 14px;
    background: url(/images/arrow_blue.gif) no-repeat 100% 50%;
    padding: 0 15px 0 0;
}

.faq_category_link_active {
    color: #2998d8;
    font-weight: bold;
    font-size: 14px;
    background: url(/images/arrow_blue_bot.gif) no-repeat 100% 65%;
    padding: 0 15px 0 0;
}

.faq_question_link {
	font-size: 12px;
	font-weight: bold;
    margin: 0 0 0 0px;
	text-decoration: none;
}
.highlight {
	background-color: yellow;
}
#faqHeader {
	width: 100%;
}

#faqHeader table {
  line-height: 26px;
  margin-bottom: 20px;
}


#faqSearchText {
	width: 150px; 
	height: 19px; 
	margin: 0px 5px 0px 5px;
	font-size: 14px;
}
#faqHideAllHandler, #faqShowAllHandler {
	width: 55px;
	text-align: center;
}

