/* Div - box definitions for the fillout-area
*/

p {margin: 0; padding: 0;}

.col_label
{
	font-style: italic;
}

.subq_label
{
    font-weight: bold;
}

.do_ta_openended
{

	width: 530px;	
	/* height: 100px; */
	background-color: #e1e1e1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
}

div.do_content_body
{
	margin-right:auto;
	margin-left:auto;
	top:70px;
	width:744px;	
	text-align: left;
	/*border: 1px solid #A6A6A6; */
    background:white ; /* #FFFFCC */
}




/*
div.menue
{
	margin-right:auto;
	margin-left:auto;
	top:10px;
	width:744px;	
	text-align: left;
	border: 1px solid #A6A6A6;
	background:#FFFFCC; 
}
*/

/*
	-----------------------------------------------------------------
	General styles for the fillout area
	-----------------------------------------------------------------
*/

/* for the summarization of the answers, mark the selection images of a pictogram question */
.img_selected 
{
	border:7px;
}


.qtext_link
{
    text-decoration: underline;
}

.col_highlighted
{
    background-color: #F0F0F0 ;
    color: black;
}