
/*----------------- FAQ Header Styles -----------------*/

#faqHeader /* Main Header Div - i.e. the whole block that the header is in */
{
	padding-bottom: 8px;
	border-bottom: solid 1px black;
}

#faqHeader h1 /* Header title */
{
	font-size: 20px;
	background-color: #ffeecc;
	padding: 2px 4px 2px 4px;
	border-bottom: solid 2px #ccbb99;
}

#faqHeader a /* Header links (questions, linked to answers) */
{
	color: black;
	text-decoration: none;
}

#faqHeader a:hover /* Hover class for hrefs */
{
	text-decoration: underline;
}

#faqHeader li /* List items */
{
	margin-bottom: 4px;
}


/*----------------- FAQ Body Styles -----------------*/

#faqBody /* Main FAQ Body - i.e. the whole of the body of the FAQ - all questions and answers */
{
	padding-top: 8px;
	padding-right: 10 px;
}

#faqBody h1 /* Question text */
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 1.5em;
}

#faqBody div /* Each answer is inside a div - indented from the question */
{
	margin-left: 20px;
}

#faqBody h2 /* Any other headings within the answer */
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

#faqBody p /* paragraphs within each answer */
{
	margin: 0px 0px 8px 0px;
}

#faqBody li /* list objects within each answer */
{
	margin: 0px 0px 8px 0px;
}	

ol.faqs {
	font-size:110%;
	line-height: 1.5em;
	margin-top: 1px;
	margin-bottom: 8px;

}


li.faq {
	line-height: 1.5em;
	
}

ol.numbered {
	font-size:100%;
	line-height: normal;
	margin-top: 1px;
	font-weight: bold;
	

}

ol.numbered span {
    font-weight: normal; 
    
}

ol img { display: block; }


li.numbered {
	line-height:1.25 em;
	margin-bottom: 15px;
	font-weight: bold;
	
	
	
}



ol.letters {
	font-size:100%;
	line-height: normal;
	margin-top: 1px;
	font-weight: bold;
	

}

ol.letters span {
    font-weight: normal; 
    
}



li.letters{
	line-height:1.25 em;
	margin-bottom: 15px;
	font-weight: bold;
	
	
	
}










td.faq {
	padding: 5px 15px 5px 15px;
		
		
}		

p.code {

	font-family: Courier;
	font-size: 12px;
	line-height: 1.5em;



}

td.screenshot {

	padding-bottom: 20px;

}





		
		
