/* START DnnExperts - FAQ */
.DnnExperts_FAQ_Table /* Basic style of the datagrid */
{
}

.DnnExperts_FAQ_TableHeader /* Style of the header row */
{
	color: white;
	background-color: #87CEFA;
	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: #C2E4FA;
	font-weight: normal;
	font-size: 9px;
	padding: 5px 5px 5px 5px;
}

.DnnExperts_ImageButton
{
	cursor:pointer;
	cursor:hand;
}
/* END DnnExperts - FAQ */