
/* This style is used for category titles when displaying lists of questions and sections names */
.cf_faq_category_title {
    padding-top: 10px;
}
/* This style is used for messages related to a search in the knowledge base and other usual text */
.text {
}
/* This style is used to display in the search section the number of results and search keywords */
.cf_faq_medium_black {
    padding-top: 10px;
}
/* This style is used for column titles when displaying lists of questions */
.cf_faq_secondary_head_cell {
    width: 15%;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}
/* This style is used for column texts with statistics for a question when displaying lists of questions */
.cf_faq_secondary_content_cell {
    width: 15%;
    text-align: center; 
    vertical-align: top;
    padding-right: 7px;
    padding-left: 7px;
}
/* This style is used as default class for table rows that display lists of questions */
.cf_faq_tr_link_normal {
    vertical-align: top;
}
/* This style is used as mouse over class for table rows that display lists of questions */
.cf_faq_tr_link_hover {
    vertical-align: top;
}
/* This style is used as for question link when displaying lists of questions */
.cf_faq_question_link {
  padding: 0px 0px 0px 0px;
}
/* This style is used for category names that were not yet visited when displaying the list of categories */
A.cf_faq_category_link:link{
}
/* This style is used for the currently visited category title or on mouse over a category when displaying the list of categories */
A.cf_faq_category_link:hover, A.cf_faq_category_link:active{
}
/* This style is used for visited category titles when displaying the list of categories */
A.cf_faq_category_link:visited{
}
/* This style is used for bullets in front of categories when displaying the list of categories */
.cf_faq_bullet {
    list-style-type: square;
}
/* This style is used for line numbers in front of questions when displaying in lists of questions */
.cf_faq_linenumber {
    padding-top: 3px;
    vertical-align: top;
    text-align: center;
}
/* This style is the default style fo the DIV element in which questions are displayed */
.cf_faq_div {
}
/* This style is used for the navigation bar displaying categories */
.cf_faq_navigation_bar {
}
/* This style is used for question name when displaying a question */
.cf_faq_question_title {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
/* This style is used for titles*/
.title {
    color: #8c8a8c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
/* This style is used for question answers when displaying a question */
.cf_faq_question_answer {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
/* This style is used for the search button, update email address button and submit question button */
.cf_faq_search_button, .cf_faq_email_button, .QSubmit {
   
}
/* This style is used for the search field and the email field */
.cf_faq_search_field , .cf_faq_email_field{

}
/* This style is used for the selected category in the navigation bar displaying categories */
.cf_faq_navigation_bar_selected {
   
}
/* This style is used for the top category in the navigation bar displaying categories */
.cf_faq_navigation_bar_top {

}

/* This style is used for question block when displaying a question */
.cf_faq_question_content {
    padding-left: 3px;
}
/* This style is used to display messages for related and correlated questions when displaying a question */
.cf_faq_question_inactive_text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #8c8a8c;
}
/* This style is used as default style for the feedback table when displaying a question */
.cf_faq_question_table {
    background-color:  #a6cbf8;
    width: 100%;
    border: 1px solid #a0a0a0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
/* This style is used for the feedback table title when displaying a question */
.cf_faq_question_table_title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    background-color: #efefef;
    border-bottom: 1px solid #a0a0a0;
}
/* This style is used for the feedback thank you message when dislpaying a question */
.cf_faq_response_title {
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* This style is used for the default print link when dislpaying a question */
A.cf_faq_question_print:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
/* This style is used for the print link on mouse over when dislpaying a question */
A.cf_faq_question_print:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #8c8a8c;
    font-weight: bold;
    text-decoration: underline;
}
/* This style is used for the visited print link when dislpaying a question */
A.cf_faq_question_print:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
/* This style is used for the default close link when dislpaying a question */
A.cf_faq_question_close:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
/* This style is used for the close link on mouse over when dislpaying a question */
A.cf_faq_question_close:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #8c8a8c;
    font-weight: bold;
    text-decoration: underline;
}
/* This style is used for the visited close link when dislpaying a question */
A.cf_faq_question_close:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    
}
/* This style is used for the separation lines when dislpaying a question */
.cf_faq_question_separation_line {
    color: #8c8a8c;
    margin: 0px;
}