/* FAQ question table layout */
#faq {
	height: 10px;
}
#gentable table {
}
#gentable thead td{
	color: #FFFFFF;
	border-bottom: 1px solid #333333;
	padding: 4px;
	padding-top: 10px;
}
#gentable tbody td{
}

#gentable tbody tr.selected td{
	background: #66CC99;
	color: #ffffff;
	border-left: 1px solid #66CC99;
	border-bottom: 1px solid #333333;
}
#gentable tbody tr.ruled td{
	color: #000000;
	background-color: #FFFFFF;
}
#gentable .buried {
	visibility: hidden;
	display: none;
}
#gentable .clk { 
	cursor: pointer;
}
#gentable .smlgreyquestion {
	font-size: 11pt;
	color: #ffffff;
	padding: 5px;
}
#gentable .answerletter {
	font-size: 12pt;
	color: gold;
	padding: 4px;
	font-weight: bold;
	margin-left: 8px;
}
#gentable .smlgreyanswer {
	font-size: 11pt;
	color: #ffffff;
	padding: 5px;
}
#gentable .faq-tinywhite {
	font-size: 9pt;
}

