@charset "utf-8";
/* CSS Document */
/*For the blog feed to the homepage
Modified from http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css
*/

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */

/*	font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:12px;
	font-size:0.9em;
	font-style:italic;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-color:#727272;
	background: #D8E3F8;

	width:90%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;
	height:20px;


/* Original Layout
	color:#FFF;
	font-size:0.9em;
	background-color:#317082;
	width:95%;
	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;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:80%;

	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
}



