
/* FAQ - Each section. */
table.faq_table_main, table.faq_table_body
{
	width: 100%;
}

tr.faq_table_header_before
{
	font-size: 1px;
}
td.faq_table_header_before
{
	font-size: 1px;
}

td.faq_table_header
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
	font-weight: bold;
	padding: 10px;
	border-top-style: solid;
	border-color: #bfddff;
	background-color: #e9f6ff;

}

tr.faq_table_header_after
{
	font-size: 10px;
}
td.faq_table_header_after
{
	font-size: 10px;
}


td.faq_table_body_frame
{
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
}
td.faq_table_body
{
	padding-top: 4px;
}
tt.plain_text_block
{
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
    font-size: 100%;
}

span.faq_text_footer_above { font-size: 1px; }
span.faq_text_footer
{
    color:#7f99aa;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 70%;
}

.faq_add_button
{
	font-size: 10px;
    font-weight: bold;
/*    width: 75px;*/
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}
.faq_edit_button
{
	font-size: 10px;
    font-weight: normal;
    width: 75px;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg.gif);
}
.faq_delete_button
{
	font-size: 10px;
    font-weight: normal;
    width: 75px;
    border-color: #666666;
    border-width: 1px;
    background-color: #ebebeb;
    background-image: url(../image/button_bg_halfyellow.gif);
}