@charset "utf-8";
/* CSS Document */

body{
	font-family: Trebuchet MS;	/* Font to use */
	margin:0px;
	
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	text-decoration:none;
	color:#317082;
	font-size:12px;
	background-color:#fff;
	width:505px;
/*	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;
	vertical-align:middle;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}


.dhtmlgoodies_question:hover
{	/* Styling question */
	/* Start layout CSS */
	text-decoration:none;
	color: #FF0000;
	font-size:12px;
	background-color:#7ed3f0;
	width:505px;
/*	margin-bottom:2px;
	margin-top:2px;*/
	padding-left:2px;
	background:url(../images/teb_bg2.jpg);
	height:21px;
	vertical-align:middle;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	}


.dhtmlgoodies_question:active {
	/* Styling question */
	/* Start layout CSS */
	color: #FFffff;
	font-size:12px;
	background-color:#7ed3f0;
	width:505px;
/*	margin-bottom:2px;
	margin-top:2px;*/
	padding-left:2px;
	
	background-image:url(../images/teb_bg2.jpg);
	height:21px;
	vertical-align:middle;
	
	/* End layout CSS */
	
	cursor:pointer;
	}



.dhtmlgoodies_answer{	
	
	border:1px solid #CCCCCC;
	background-color: #FCFCFC;
	width:505px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}






.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size:10px;
	color: #666666;
	position:relative;
}








