/* CSS Document */

.tblFAQMain
{
	display:none;
}

#dnn_ctr599_FAQV2_plcFAQTables table
{
	width: 100%;
}

.FAQ
{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	border-top: solid 1px #c5c5c5;	
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	background: url(/Portals/0/Assets/FAQPlus.gif) no-repeat left 5px;
}

.FAQCategory
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight:    bold;
	color: #5497a3;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 5px;
	display:block;
	border-top: solid 1px #c5c5c5;	
}

a.FAQCategory:hover
{
    color: #5497a3;
}

.FAQAnswer
{
	padding-left: 40px;
	padding-bottom: 10px;
}


.FAQCategory[name="5998"]
{
	border-top: none;
}