/* ******************* SlidOut.js********************** */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	width:95%;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:95%;
	background:#1141A3;
	border: #FFFFFF dotted 1px;
	padding: 0px 20px 0px 20px;
	color:#CCCCCC;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}
.table { color:#FFFFFF;}
