/* FAQ */

table.faq { width:200px; color:#000000; }
td.faq_text { text-align:justify; width:60%; line-height:16px; vertical-align:top; }
td.faq_form { width:40%; vertical-align:top;font-family:Tahoma; font-size:11px; }

input.faq { font-family:Tahoma; font-size:11px; width:185px; background:#F1F8FF; border:1px solid #1836B8; }
input.faq_but { width:60px; margin:0px; padding:0px; background:transparent; border:0px; font-family:Tahoma; font-size:11px; font-weight:bold; color:#000000; cursor:pointer; text-align:right; }
textarea.faq { font-family:Tahoma; font-size:11px; width:185px; height:85px; overflow:auto; background:#F1F8FF; border:1px solid #1836B8; }

p.msg { color:#D40000; font-weight:bold; text-align:center; margin:5px 0px 10px 0px; }

div.pages {
    color:#0B9B91;
    padding:1px 0px 1px 0px;
    line-height:22px;
}
a { text-decoration:none; }
a:hover{ text-decoration:underline; }

div.pages a.page-on {
	color:#ffffff;
	background:#0B9B91;
	border:1px solid #0B9B91;
	padding:1px 1px 1px 1px;
	font-weight:bold;
}
div.pages a.page-off {
	color:#0B9B91;
	background:#EEF7F7;
	border:1px solid #0B9B91;
	padding:1px 1px 1px 1px;
	font-weight:bold;
}