	.dataviewer_question{	/* Styling question */
	/* Start layout CSS */
		border:1px solid #595EDF;
		color:#FFF;
		font-size:1em;
		background-color:#6681DC;
		width:300px;
		margin-bottom:1px;
		margin-top:1px;
		padding-left:0px;
		background-image:url('/images/ff5c.gif');
		/*	background-repeat:no-repeat;
		background-position:top right;	*/
		height:18px;

	/* End layout CSS */

		overflow:hidden;
		cursor:pointer;
	}

.dataviewer_question:hover {
	background-image:url('/images/ff4d.gif');
	}
	
	.dataviewer_answer{
		/* Parent box of slide down content */
		/* Start layout CSS */
		border:1px solid #000;
		width:300px;
		background-color:#fff;
		/* End layout CSS */
		visibility:hidden;
		height:0px;
		overflow:hidden;
		position:relative;
		text-align : center;
	}
	.dataviewer_answer_content{	/* Content that is slided down */
		padding:1px;
		font-size:0.9em;
		position:relative;
	}

	.accToggler{
		margin-bottom:1px;
		margin-top:1px;
		padding-left:0px;
	width: 300px;
	background: #dbe6f5;
	color: #000;
	border:1px solid #595EDF;
	cursor: pointer;
}
.accContent{
	margin: 0px auto;
	padding:0px;
	width: 300px;
	border:1px solid #000;
	background-color:#fff;
	text-align : center;
}

