/* styles for the FAQ List */

/* contains entire category group */
.FAQCategory {
}

/* contains the title section of a faq category */
.FAQCategoryTitleRow {
	height: 25px;
}

/* the actual category text */
.FAQCategoryTitle {
	cursor: hand;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* contains a group of faqs */
.pnlFAQS {
	padding-left: 15px;
}

/* contains each faq */
.FAQ { padding-left: 25px;}

/* contains a faq title section */
.FAQTitleRow {
	height: 23px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

/* the actual question text */
.FAQQuestion {
	cursor: hand;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.FAQQuestion p {padding-left: 15px; padding-bottom: 0; margin-top: -10px; margin-bottom: 0; cursor: hand;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12.5px;
        color: #333333;}

/* contains the answer */
.pnlAnswer {
	padding-left: 15px;
	height: 20px;
}

/* the actual answer text */
.FAQAnswer { 
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
        background-color: #f2f2f2;
        display: block;
        border: solid 1px #e5e5e5;
        padding-left: 5px;
}
.FAQAnswer p { font-size: 12px;}
/* General Styles */
.dnnExperts_Table {
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
}
.dnnExperts_TableHeader, .dnnExperts_TableHeader td, .dnnExperts_TableHeader a, .dnnExperts_TableHeader a:link, .dnnExperts_TableHeader a:visited, .dnnExperts_TableHeader a:hover {
	color: white;
	background-color: #a9a9a9;
	font-weight: bold;
	font-size: 11px;
}
.dnnExperts_TableItem {
	font-weight: normal;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}
.dnnExperts_TableAltItem {
	background-color: #dcdcdc;
	font-weight: normal;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}
.dnnExperts_TablePager {
	background-color: #696969;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
}
.dnnExperts_TablePager A, .dnnExperts_TablePager A:link, .dnnExperts_TablePager A:visited, .dnnExperts_TablePager A:hover {
	color: #fff;
}
.dnnExperts_TablePager A:hover {
	background-color: #a9a9a9;
}
.dnnExperts_TablePager A.CommandButton, .dnnExperts_TablePager A.CommandButton:link, .dnnExperts_TablePager A.CommandButton:visited, .dnnExperts_TablePager A.CommandButton:hover {
	color: #fff;
}
.dnnExperts_TablePager A.CommandButton:hover {
	background-color: #a9a9a9;
}
.dnnExperts_TableFooter {
	background-color: #ccc;
	font-weight: normal;
	font-size: 10px;
}

