/* Start of CMSMS style sheet 'ISRCv5: dhtml show/hide content' */
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	background-color:#317082;
	width:85%;
	margin-bottom:2px;
	margin-top:2px;
	margin-left: 15px;
	padding-left:2px;
	background-image:url('image/layout/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#F5F7F8;
	width:80%;
	margin-left: 25px;

	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding: 8px 5px;
	position:relative;
}
/* End of 'ISRCv5: dhtml show/hide content' */

