/* http://noscript.net/noscript/toggle.html */

label.toggle { cursor: pointer; color: #068 }
input.toggle { display: none; }
input.toggle:checked+div { display: none; }

.showhideLink{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#317082;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.showhideCommentWrapper{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:400px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.showhideComment{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}


.showhideWrapper{
	margin-left:24px;
	margin-top:-10px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#4a8043;
	background-color:#FFFFFF;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	display:inline;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#FFE7C3;
	width:90%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	
	margin:7px;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:5px;
	position:relative;
}
