/* START DnnExperts - FAQ */

/* Basic style of the datagrid */
.DnnExperts_FAQ_Table{
}
/* Style of the header row */
.DnnExperts_FAQ_TableHeader{
color: Maroon;
	background-color: #FFE0AC;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Verdana,  Helvetica;
	border: thin;
	border-color: #006400;
	border-style: solid;
}
/* Style for normal items */
.DnnExperts_FAQ_TableItem {
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Verdana,  Helvetica;
	padding: 5px 5px 5px 5px;
}
/* Style for alternating items */
.DnnExperts_FAQ_TableAltItem {
	background-color: #dcdcdc;
	font-weight: normal;
	font-size: 10px;
		font-family: Arial, Verdana, Helvetica;
	padding: 5px 5px 5px 5px;
}

.DnnExperts_ImageButton
{
	cursor:pointer;
	cursor:hand;
}
/* END DnnExperts - FAQ */