/**********************************************************
Name:			faqs.css
Description:	CSS definitions for FAQs pages.
Date:			13/08/2007
Author:			Andrei Vais
**********************************************************/

/*	Start FAQs Style rules	*/
#listOfFaqs
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#listOfFaqs li
{
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 90%;
}

#listOfFaqs li ol
{
	float: left;
	margin: 0 0 0 20px;
	/*display: inline;*/
	padding: 0 0 0 0;
	width: 100%;
	list-style-type: none;
}

#listOfFaqs li ol li
{
	clear: both;
	float: left;
	font-size: 85%;
	font-weight: normal;
	line-height: 160%;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	/*width: 100%;*/
}


#listOfFaqs li ol li ul
{
	float: left;
	margin: 5px 0 5px 0;
	width: 90%;
	list-style-type: square;
}

#nisaHistory
{
	float: left;
	margin-left: 0;
	list-style-type: none;
	width: 90%;
}

#listOfFaqs #nisaHistory li
{
	clear: none;
	float: left;
	list-style-type: none;
	margin-left: 0;
	width: 90%;
}

#listOfFaqs #nisaHistory li.title
{
	clear: none;
	float: left;
	font-weight: bold;
	width: 100%;
}

#listOfFaqs #nisaHistory li.date
{
	clear: none;
	float: left;
	width: 9%;
}

#listOfFaqs li ol li ul li
{
	font-size: 100%;
	margin-left: 5%;
	list-style-type: square;
	float: left;
	width: 90%;
}

#listOfFaqs li.faqAnswer
{
	color: #000000;
	list-style-type: none;
	margin: 5px 0 20px 20px;
}

#listOfFaqs li.faqAnswer a
{
	color: #000000;
	margin-left: 0;
}

.Question
{
	float: left;
	width: 60%;
}/**/
/*	End of FAQs Style rules	*/