/* CSS Document */

div.faq_section h2 {
	color:#FF0000;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:13px;
}

div.faq_section p {
	font-weight: bold;
	font-size: 11px;
}


div.hivstigma_faq {
	border-style: solid;
	border-color: #A2A3A3;
	border-width: 0px 1px 1px 1px;
	padding:20px 10px 20px 0;
	margin-bottom: 0px;
	/* background-color:#E4E4E6; */
	background-color:#F1F1F1;
}

div.hivstigma_faq.first {
	border-top-width: 1px;	
}

div.hivstigma_faq.odd {
	background-color:#F1F1F1;
}

div.hivstigma_faq .question {
	color:#FF0000;
	font-weight:bold;
	cursor:  pointer;
	padding-left: 10px;
	
	margin-bottom:10px;
}

div.hivstigma_faq .question.open {
	cursor: auto;
}

div.hivstigma_faq .question.new {
	color:#000000;
	font-weight:bold;
}

div.hivstigma_faq .question.active {
	
}

div.hivstigma_faq .answer_partial {
	cursor:  pointer;
	background:url(../images/red_arrow_on_grey_16.gif) no-repeat left 0px;
	padding-left: 13px;		
}

div.hivstigma_faq.odd .answer_partial {
	background:url(../images/red_arrow_on_grey_16.gif) no-repeat left 0px;
}

div.hivstigma_faq .answer {
	display: none;
	padding-left: 13px;
	/* background:url(../images/red_arrow_on_grey_16_inverted.gif) no-repeat left 0px;  */
	background:url(../images/red_bar_4.gif) repeat-y left 0px; 
}

div.hivstigma_faq.odd .answer {
	background:url(../images/red_bar_4.gif) repeat-y left 0px;
}

div.hivstigma_faq .answer, div.hivstigma_faq .answer_partial, div.hivstigma_faq .answer_open {
	margin-left: 10px;
	font-weight: bold;
	font-size:10px;
}

div.hivstigma_faq ul,
div.hivstigma_faq ol {
	margin: 0 0 10px 20px;
}