/* START DnnExperts - FAQ */
.DnnExperts_FAQ_Table /* Basic style of the datagrid */
{
}

.DnnExperts_FAQ_TableHeader /* Style of the header row */
{
	color: white;
	background-color: #a9a9a9;
	font-weight: bold;
	font-size: 11px;
}

.DnnExperts_FAQ_TableItem /* Style for normal items */
{
	font-weight: normal;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

.DnnExperts_FAQ_TableAltItem /* Style for alternating items */
{
	background-color: #dcdcdc;
	font-weight: normal;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

.DnnExperts_ImageButton
{
	cursor:pointer;
	cursor:hand;
}
/* END DnnExperts - FAQ */